pax_global_header00006660000000000000000000000064134102400400014476gustar00rootroot0000000000000052 comment=aecbb5d195f57ad2f8719816a59a341525046f96 playonlinux/000077500000000000000000000000001341024004000134245ustar00rootroot00000000000000playonlinux/CHANGELOG.md000066400000000000000000001142701341024004000152420ustar00rootroot00000000000000# 4.3.4 * Fixed some bugs in the wineversion process * Begining of code cleaning and refactoring * Begining of using wx box sizers instead of absolute positioning. Most of the windows are now resizable This should solve display issues on many cases: HDPI and alternative windows manager: (see https://www.playonlinux.com/en/topic-16188-Visual_error_with_KDE.html) * macOS: Remove XQuartz installation * macOS: Bundle an up-to-date wine version * macOS: Use native terminal instead of xterm # 4.3.3 * Linux: Fix HDPI support * Compatibility with OSX < Mojave # 4.3 * Various fix on OSX * Phoenicis (POL 5) winebuild compatibility. POL 4 winebuilds will be deprecated. (See https://github.com/PhoenicisOrg/phoenicis-winebuild) # 4.2.11 * Fix POL_SetupWindow_download clobbering $FILENAME * Fix small typo in first use "send report" message # 4.2.10 * Silence POL_Notice_IsAck when ack_notices file doesn't exist * Allow Set_SoundDriver '' to disable sound * Add in the wineprefix configuration tab for Wine: Control panel * Remove in the wineprefix configuration tab for Wine: Wine Uninstaller * Add support for Wine-staging DLL redirects (POL_Wine_RedirectDLL, POL_Wine_DelRedirectDLL, POL_Wine_RedirectDLL_App, POL_Wine_DelRedirectDLL_App) (#5163) * Fix POL_System_cpmv log message * Reimplement deprecated functions POL_SetupWindow_make_shortcut and POL_SetupWindow_auto_shortcut using POL_Shortcut for consistency # 4.2.9 * Fixed a bug in the user agent used in urllib that would make it look like an attack to paranoid eyes (and filters) (#5072) * Try to improve general installation instructions * Update About's copyright years span (let's make it look like we're still working on the project ;) ) Many more could be updated though * POL_Download_Resource: don't test hash of missing file (one less spurious warning message) * Adding some visual clue while virtual drives are being removed * Fix "debbuger" typo * POL_System_find_file: really pick the shallowest file * fix "debbuger" typo * POL_SetupWindow_VMS: mention that the expected answer units are megabytes * Try to make instructions to rerun a program in debug mode more obvious (#5104) * Some GetRegValue fixing/hardening * Remove spurious .lnk files from user desktop for all architectures during POL_Shortcut calls (#4200) * Add waiting messages to POL_System_unzip & friends * Deprecate Set_WineWindowTitle that no longer works with Wine 1.5.16+, and breaks Set_Desktop (#5118) * Fix playonlinux-pkg -b (broken since PlayOnLinux 4.0) * MacOS 10.11 support # 4.2.8 * Feature freeze has been declared for POL 4.x, so this changelog should contain only bug fixes * checkVersionUse(): don't assume cfg files have any order * manual installation: component installation bugfix ($IFS not restored correctly) * POL_OpenShell: call POL_Wine_AutoSetVersionEnv in all cases, to set $PATH (#5062) * Fix consecutive shortcut creations * POL_Wine_SetVideoDriver bugfix, device IDs were not inserted as DWORDs # 4.2.7 * Detect and abort scripts when trying to run 64bit programs with 32bit Wine * POL_DetectVideoCards: list VGA compatible controllers and 3D controllers (#5012) * Add support for several other value types than REG_SZ to registry updating statements (#5013) * POL_Wine_SelectPrefix: abort if no prefix name is provided * Sort install scripts lists case insensitively (iTunes) * Fix "hash-bang" line in shortcuts so they're actually executable * Deprecate the usage of $REPERTOIRE in PlayOnLinux own code * Translate remaining french comments and identifiers in Bash code * Improve POL_Wine_PrefixDelete to remove ancillary resources (shortcuts, icons,...) * Wine versions manager: attributes tell apart used versions instead of unused versions; Add an extra warning when about to remove a version in use * Avoid Python detection loops * Display wx version found * Fix Settings > Internet menu (#4989, thanks to rupert) * Workaround for Wine bug #37575 (#5023) * Improve find_binary function and make it public as POL_System_find_file * Add support for .lnk, .bat and .cmd files to POL_Shortcut and POL_SetupWindow_shortcut_creator * Added an icon to open the debugger from the installation wizard when POL_Debug_Init has been called (#4948) * Implement POL_SetupWindow_notice to display important messages, but allow the user to acknowledge them once and for all ("Don't remind me") (#2036) * POL_OpenShell (Configure > Misc > Open a shell) bug fixes * Add a warning when OpenGL autotests are missing (user support) * Make sure "Install non-listed application" link is always visible in install window * POL_SetupWindow_cdrom: don't suggest "*" when no CDROM has been found * Remove use of remaining os.system() calls (less overhead, less quoting nightmare) * Use os.kill() instead of shell command * Use of "exec" to avoid some useless extra Bash processes * polconfigurator interface cleanup (no risk of translation breakage) # 4.2.6 * Use $POL_TERM more consistently, allow POL_TERM global configuration override. Beware, the terminal must support -T and -e options, so gnome-terminal doesn't qualify (gnome-terminal.wrapper does though) * Add a POL_Wine_VersionSignature function to compute a hash of a Wine package * Python version string extraction hardening (#4895) * POL_System_PartInfo identifies filesystems thru mount point instead of device (Btrfs subvolumes compatibility) * Modify bash/document_reader to pass extra arguments unchanged (http://www.playonlinux.com/en/topic-12519-Pass_arguments_to_PDFXChange_Viewer.html) * Remove "skipped lines" messages when the debugger gets the focus back * POL_Shortcut: do not overwrite $Binaire to improve logging * mainwindow: make alert boxen child of the main window so they cannot get lost behind other windows * Prevent POL_Download_Resource clobbering $APP_ANSWER * Wine versions management: grey out versions that are not currently in use by any virtual drive and can be safely removed (Tutul) # 4.2.5 * Fix reading/writing values containing '=' symbol in configuration files (#4834) * Make POL_Wine_InstallFonts preserve current directory (regression since 4.2.3) * Disable "Install" component button until a component is selected * Compatibility with wxpython 3.0 * Compatibility with Debian 8 * Compatibility with Mac OS 10.10 * Mention URL in POL_Download and POL_Download_Resource error messages (should help with user support) * Add POL_Config_Win16 to check if the host can run win16 programs, see http://linux-kernel.2935.n7.nabble.com/tip-x86-urgent-x86-64-modify-ldt-Ban-16-bit-segments-on-64-bit-kernels-td838675i120.html # 4.2.4 * New support and feedback system, easier to use * Links to social networks * 4.2.3 regresion fixed in run_exe module # 4.2.3 * Fix for Python version "2.7" (#3749) * POL_SetupWindow_shortcut_creator: always suggest unused shortcut names; If user chooses an already used name, warn before overwrite (#3770) * Fix for "Error 427" http://www.playonlinux.com/en/topic-11490-Error_427.html regression in 4.2.2 (functions override) * Fix IE3 icon extraction (#3885) * Debugger: if behind by too many lines, skip displaying some (...skipped n lines...) to keep up * wineserver not in path problem fixed again (debian bug, but they won't fix it) * Fix "Open a shell" to enable the wine version of the prefix * New attempt at fixing download gauge overflow (#2123) * Do not totally silence gpg import errors * Allow POL_SetupWindow_textbox to accept an extra max length parameter * Limit bug reports title to 80 characters * virtual drive removal: use os.lstat() instead of os.stat() to check for broken rights (reported by Xenos5) * change of Wine version used in a virtual drive: kill running wineserver after asking for permission * Experimental: FreeBSD support * Removing PlayOnLinux_Online * Corefonts are now managed as any other POL_Call package. (Debian.lib is consequently no longer needed) * Removing installation process of missing gecko and mono at startup. It should not happen anymore * Cleaner way to save panel position * Fix a bug in GetSettings() where the value contain the equal ('=') character * PlayOnMac does no longer need a reboot after installing XQuartz * PlayOnMac does no longer popup a warning before xterm is installed * Removing IRC * Icones install can now be bigger than 22x22 # 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) debugger * 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/LICENCE000066400000000000000000001045131341024004000144150ustar00rootroot00000000000000 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/Makefile000066400000000000000000000057261341024004000150760ustar00rootroot00000000000000# 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 . # # Authors: Jiri Konecny # Arguments: # # PREFIX -- Set prefix for the installation (/usr is default) # DESTDIR -- Where you want to install # CFLAGS ?= -O2 CC = gcc $(CFLAGS) PYTHON = python2 -m py_compile GZIP = gzip SHELL := /bin/bash PREFIX ?= /usr DESTDIR ?= # root dir sharedir := $(DESTDIR)$(PREFIX)/share bindir := $(DESTDIR)$(PREFIX)/bin execdir := $(DESTDIR)$(PREFIX)/libexec all: build clean: $(RM) ./python/*.pyc $(RM) ./python/lib/*.pyc $(RM) ./bin/check_dd $(RM) ./bin/playonlinux $(RM) ./bin/playonlinux-pkg $(RM) ./ChangeLog build: $(CC) ./src/check_direct_rendering.c -o ./bin/playonlinux-check_dd -lGL -lX11 $(PYTHON) ./python/*.py $(PYTHON) ./python/lib/*.py echo -e '#!/bin/bash\nGDK_BACKEND=x11 ${sharedir}/playonlinux/playonlinux "$$@"\nexit 0' > ./bin/playonlinux echo -e '#!/bin/bash\n${sharedir}/playonlinux/playonlinux-pkg "$$@"\nexit 0' > ./bin/playonlinux-pkg chmod +x ./bin/playonlinux chmod +x ./bin/playonlinux-pkg sed -i 's/\(\["DEBIAN_PACKAGE"\]\s*=\s*\)"FALSE"/\1"TRUE"/' \ ./python/lib/Variables.py install: install -d $(bindir) install -d $(execdir) install -d $(sharedir)/pixmaps install -d $(sharedir)/applications install -d $(sharedir)/appdata install -d $(sharedir)/playonlinux/bin install -d $(sharedir)/man/man1 install -d $(sharedir)/locale $(GZIP) -c ./doc/playonlinux-pkg.1 > $(sharedir)/man/man1/playonlinux-pkg.1.gz $(GZIP) -c ./doc/playonlinux.1 > $(sharedir)/man/man1/playonlinux.1.gz cp ./etc/PlayOnLinux.desktop $(sharedir)/applications/PlayOnLinux.desktop cp ./etc/PlayOnLinux.appdata.xml $(sharedir)/appdata/PlayOnLinux.appdata.xml cp ./etc/playonlinux.png $(sharedir)/pixmaps/playonlinux.png cp ./etc/playonlinux16.png $(sharedir)/pixmaps/playonlinux16.png cp ./etc/playonlinux32.png $(sharedir)/pixmaps/playonlinux32.png cp ./bin/{playonlinux,playonlinux-pkg} $(bindir)/ cp ./bin/playonlinux-check_dd $(execdir)/ cp ./{playonlinux*,README.md,TRANSLATORS,CHANGELOG.md,LICENCE} $(sharedir)/playonlinux/ cp -R ./{bash,etc,lib,plugins,python,resources,tests} $(sharedir)/playonlinux/ cp -R ./lang/locale/* $(sharedir)/locale/ changelog: (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) .PHONY: all clean build install changelog playonlinux/README.md000066400000000000000000000023341341024004000147050ustar00rootroot00000000000000POL-POM-4 ========= PlayOnLinux 4 repository Note: PlayOnLinux 5 is currently under development. Please clone POL-POM-5 repository if you want to contribute What is PlayOnLinux? ===================== PlayOnLinux is a piece of software which allows you to easily install and use numerous games and apps designed to run with Microsoft® Windows®. Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system. PlayOnLinux brings a cost-free, accessible and efficient solution to this problem. What are PlayOnLinux's features? ================================ Here is a non-exhaustive list of the interesting points to know: You don't have to own a Windows license to use PlayOnLinux. PlayOnLinux is based on Wine, and so profits from all its features yet it keeps the user from having to deal with its complexity. PlayOnLinux is free software. PlayOnLinux uses Bash and Python. Nevertheless, PlayOnLinux has some bugs, as every piece of software: Occasional performance decrease (image may be less fluid and graphics less detailed). Not all games are supported. Nevertheless, you can use our manual installation module. For more information, visit http://www.playonlinux.com playonlinux/TRANSLATORS000066400000000000000000000246561341024004000152000ustar00rootroot00000000000000We 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 Adalbert Mate Saric from https://launchpad.net/~saric-adalbert349 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/~fitojb 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-deactivatedaccount Alfredo Hernández from https://launchpad.net/~aldomann Ali Isingor from https://launchpad.net/~isingor Almin Islamović from https://launchpad.net/~almin-islamovic André Gondim from https://launchpad.net/~andregondim Angelescu from https://launchpad.net/~titus0818 Aniruddha Adhikary from https://launchpad.net/~tuxboy Anthony Harrington from https://launchpad.net/~untaintableangel Anton Shestakov from https://launchpad.net/~av6 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 Dusan Kazik from https://launchpad.net/~prescott66 Dylandy from https://launchpad.net/~steven80919 Einar Svensen from https://launchpad.net/~support-coman Emanuele Salvi from https://launchpad.net/~e-salvi1992 Emmanouel Kapernaros from https://launchpad.net/~kapcom01 Esben Aaberg from https://launchpad.net/~esben-aaberg Eshin Kunishima from https://launchpad.net/~pentiumx7 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 Hyun-Seok, Choi from https://launchpad.net/~chs1217 Igor Seryogin from https://launchpad.net/~igor.seryogin Igor Zinovyev from https://launchpad.net/~zinigor Ilja Lobanov from https://launchpad.net/~lisiano256 Ilya Gorbachevsky from https://launchpad.net/~igorbachevsky Ismael Ferreras from https://launchpad.net/~swyterzone Jack Random from https://launchpad.net/~w-jack Jakob Kramer from https://launchpad.net/~jakobk Jamie Quinlan from https://launchpad.net/~jaymeskeller Jan Němec from https://launchpad.net/~nemec-jan123 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 Lasse Liehu from https://launchpad.net/~lliehu Leandro Fonseca from https://launchpad.net/~leandro-456 Luuk Verkleij from https://launchpad.net/~luukverkleij 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 Meriuță Cornel from https://launchpad.net/~meriutacornel-c Michal Lelek from https://launchpad.net/~kozodoj Michal Pavleje from https://launchpad.net/~unioner-deactivatedaccount MichelGustafssonHeld from https://launchpad.net/~okabekudo 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 Mister Q from https://launchpad.net/~misterq 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 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/~patrykr 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 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 Rodolfo Guagnini from https://launchpad.net/~rodolfo-lagalaxia Rokhmat Sudiana Bakhtiar from https://launchpad.net/~spaceterz Ronaldo Luiz Pedroso from https://launchpad.net/~ronaldo-luiz-pedroso Ronin Dusette from https://launchpad.net/~ronindusette Rui from https://launchpad.net/~mrrst0914 S.Victor from https://launchpad.net/~thadd Satrya Pratama from https://launchpad.net/~airshipster SenzaiSh0w from https://launchpad.net/~ardidu26 Sigitas Kalinas from https://launchpad.net/~skalinas Simen from https://launchpad.net/~simen-burud 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/~tanelmae 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 abdo alrhman aiman from https://launchpad.net/~abdo.alrhman.aiman abuyop from https://launchpad.net/~abuyop 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 kanito8a from https://launchpad.net/~kanito8a-gmail 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 niilos from https://launchpad.net/~niilos pan_pewny from https://launchpad.net/~rayman-1996 peregrine from https://launchpad.net/~andrej1741 qysnn from https://launchpad.net/~qysnn1 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 rogue-spectre from https://launchpad.net/~rogue-spectre 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/~stuartlittle1970 Радослав Иванов from https://launchpad.net/~reckku Саша Петровић from https://launchpad.net/~salepetronije 赵驰 from https://launchpad.net/~teddyherry playonlinux/bash/000077500000000000000000000000001341024004000143415ustar00rootroot00000000000000playonlinux/bash/POL_Command000077500000000000000000000026601341024004000163630ustar00rootroot00000000000000#!/usr/bin/env 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. # Allow to call a POL Bash statement from Python # Usage POL_Command (--init) (--prefix [PrefixName]|[Shortcut Name]) [Command] # 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="$POL_USER_ROOT/wineprefix/$1" else export WINEPREFIX="$(detect_wineprefix "$1")" fi export TITLE="$1" shift #[ "$WINEVERSION" = "" ] || Use_WineVersion $WINEVERSION "$@" [ "$INIT" = "TRUE" ] && POL_SetupWindow_Close exit playonlinux/bash/bash_wrapper000077500000000000000000000016201341024004000167430ustar00rootroot00000000000000#!/usr/bin/env 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_report000077500000000000000000000072261341024004000164460ustar00rootroot00000000000000#!/usr/bin/env 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" == "FreeBSD" ] && TRACKER="1" [ "$POL_OS" == "Mac" ] && TRACKER="4" # $1 = Name of the application #export TITLE="$1" export POL_SCRIPT_FAILED="NO" # Otherwise we're caught in a loop 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 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 "$APP_ANSWER" -o "$APP_ANSWER" = "$TEMPLATE" ] then POL_SetupWindow_message "$(eval_gettext 'Sorry, we need a detailed description.')" "$TITLE" POL_SetupWindow_Close exit 0 fi DESCRIPTION="$APP_ANSWER" POL_Website_login POL_Website_Init SCRIPTTITLE="$LOGTITLE" if [ "$LOGTITLE" = "" ] then POL_Website_curl "http://www.playonlinux.com/api/uploadLog.php" -F message="$DESCRIPTION" -F script="$SCRIPTTITLE" else POL_Website_curl "http://www.playonlinux.com/api/uploadLog.php" -F message="$DESCRIPTION" -F script="$SCRIPTTITLE" -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.")" "$TITLE" POL_Open "$BugURL" POL_SetupWindow_Close playonlinux/bash/check_fs000077500000000000000000000020571341024004000160400ustar00rootroot00000000000000#!/usr/bin/env 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 tests filesystem [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$POL_OS" = "Mac" ] && exit 0 POL_System_CheckFS --just-warning "$POL_USER_ROOT" returncode="$?" POL_Debug_Message "Filesystem is compatible" exit "$returncode" playonlinux/bash/check_gl000077500000000000000000000040161341024004000160270ustar00rootroot00000000000000#!/usr/bin/env 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 tests OpenGL libs # Usage : # check_gl [arch] # Arch = (x86 | amd64) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ "$POL_OS" = "Linux" ] || exit 0 [ "$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="$?" # When bz2 version is not presented (was installed on specific platform) # use on site compiled check_dd version elif [ -e "/usr/libexec/playonlinux-check_dd" ] then message="$("/usr/libexec/playonlinux-check_dd")" out="$?" else $cmdW "check_dd_$1 missing, test skipped" exit 0 fi if [ "$out" = "0" ] then $cmd "$message" exit 0 else $cmdW "$message" exit 2 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_prefix000077500000000000000000000046301341024004000171120ustar00rootroot00000000000000#!/usr/bin/env 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 "$POL_USER_ROOT/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 0 playonlinux/bash/document_reader000077500000000000000000000025741341024004000174370ustar00rootroot00000000000000#!/usr/bin/env 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" shift 2 if [ ! -e "$POL_USER_ROOT/shortcuts/$app" ]; then POL_SimpleMessage "$app is not installed." echo "$app is not installed." exit fi if [ "$doc" ]; 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 exec bash "$POL_USER_ROOT/shortcuts/$app" "$realpath" "$@" playonlinux/bash/expert/000077500000000000000000000000001341024004000156505ustar00rootroot00000000000000playonlinux/bash/expert/Executer000077500000000000000000000031021341024004000173560ustar00rootroot00000000000000#!/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/PolShell000077500000000000000000000024201341024004000173160ustar00rootroot00000000000000#!/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" if [ "$POL_OS" = "Mac" ]; then cat << EOF > /tmp/playOnMacOpenTerminal #!/bin/bash export PLAYONLINUX="$PLAYONLINUX" source "\$PLAYONLINUX/lib/sources" $(export) "\$PLAYONLINUX/bash/polshell" EOF chmod +x /tmp/playOnMacOpenTerminal open -b com.apple.terminal /tmp/playOnMacOpenTerminal exit 0 fi [ "$DEBIAN_PACKAGE" = "FALSE" ] && TITLEADD="-T $APPLICATION_TITLE" "$POL_TERM" $TITLEADD -e "$PLAYONLINUX/bash/polshell" playonlinux/bash/find_python000077500000000000000000000024201341024004000166060ustar00rootroot00000000000000#!/usr/bin/env bash next_python () { if [ "$POL_PYTHON" = "$1" ]; then # will pick the next one POL_PYTHON="" elif [ -z "$POL_PYTHON" ]; then POL_PYTHON="$1" fi } search_python () { POL_PYTHON="" while true; do # 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" if [ "$POL_PYTHON" = "none" ]; then echo "Please install python before trying to run this program" 1>&2 return 1 fi echo -n "Looking for $POL_PYTHON... " 1>&2 if [ "$(which $POL_PYTHON)" ]; then local Version=$($POL_PYTHON --version 2>&1 |tail -n 1|sed -e 's/^Python //') echo -n "$Version - " 1>&2 case "$Version" in 2.6|2.6.*|2.7|2.7.*) if test_python; then echo "selected" 1>&2 return 0 fi echo "failed tests" 1>&2 ;; 2.5|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 # Interpreter name not found echo "" 1>&2 fi done } test_python () { "$POL_PYTHON" "$POLDIR/python/check_python.py" } playonlinux/bash/install000077500000000000000000000062731341024004000157450ustar00rootroot00000000000000#!/usr/bin/env 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 ! POL_Notice_IsAck "KEEP_DEFAULT_INSTALLER_OPTIONS" || ! POL_Notice_IsAck "DONT_BOTHER_WINEHQ"; then POL_SetupWindow_Init POL_SetupWindow_notice "$(eval_gettext "During a $APPLICATION_TITLE installation: \n\n - Leave the default install directory unchanged; Just make sure to install to the C: drive, which is the only one managed by $APPLICATION_TITLE. Check in the wiki how you can manage the host system disk space;\n\n - If asked, don't let the installer launch the newly installed program for you at the end of the installation;\n\n - If asked if you wish to reboot Windows immediately, you may answer Yes, but in no case should you reboot the host operating system by yourself.")" "KEEP_DEFAULT_INSTALLER_OPTIONS" "$(eval_gettext 'Please read this')" # Distro packagers: please keep this message on your package. It's a real pain for wine devs POL_SetupWindow_notice "$(eval_gettext "$APPLICATION_TITLE is not related to WineHQ.\n\nTo ensure that the results will be comparable from one computer to another and to avoid regressions, we specify a working Wine version for each program. This Wine version will quickly become out to date, but we won't change the installer until new tests are made and it takes time.\n\nFor those reason, please do NOT send any bug report or ask any support on WineHQ forums if you are using $APPLICATION_TITLE.\n\nIf you want to help the project to make some tests in order to avoid using out of date Wine versions, do not hesitate to go on our website.\n\nThank you.")" "DONT_BOTHER_WINEHQ" "$(eval_gettext 'Please read this')" POL_SetupWindow_Close fi if [ "$menu" = "ExecLiveInstall" ] then exec 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 "$POL_USER_ROOT/install" $POL_WGET "$SITE/V4_data/repository/get_file_n.php?version=PlayOn$POL_OS-$VERSION&id=$id" -O "$POL_USER_ROOT/install" [ -e "$POL_USER_ROOT/install" ] && POL_Bash "$POL_USER_ROOT/install" exit fi rm "$POL_USER_ROOT/install" $POL_WGET "$SITE/V4_data/repository/get_file.php?version=PlayOn$POL_OS-$VERSION&id=$(POL_Website_urlparse "$menu")" -O "$POL_USER_ROOT/install" [ -e "$POL_USER_ROOT/install" ] && POL_Bash "$POL_USER_ROOT/install" fi playonlinux/bash/install_wver000077500000000000000000000024451341024004000170050ustar00rootroot00000000000000#!/usr/bin/env 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" [ "$3" = "" ] && distribution="upstream" || distribution="$3" 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" "$3" POL_SetupWindow_Close exit 0 playonlinux/bash/installpolpackages000077500000000000000000000027101341024004000201470ustar00rootroot00000000000000#!/usr/bin/env 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. # Run a "function" script into a prefix # Usage installpolpackages (--prefix [PrefixName]|[Shortcut Name]) [Function name] [ "$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="$POL_USER_ROOT/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/killall000077500000000000000000000025731341024004000157220ustar00rootroot00000000000000#!/usr/bin/env 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 "$POL_USER_ROOT/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 prefix in * do export WINEPREFIX="$POL_USER_ROOT/wineprefix/$prefix" (POL_Wine_AutoSetVersionEnv wineserver -k) POL_Debug_Message "Killed $prefix" done fi POL_SetupWindow_Close playonlinux/bash/make_shortcut000077500000000000000000000043211341024004000171370ustar00rootroot00000000000000#!/usr/bin/env 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 "$POL_USER_ROOT/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 "$POL_USER_ROOT/WineVersions/$wversion/" "$DIRAPP/Contents/Resources/wine" fi cp "$PLAYONLINUX"/../unix/tools/lib/* "$DIRAPP/Contents/Resources/wine/lib/" fi playonlinux/bash/manual_install000077500000000000000000000205441341024004000172770ustar00rootroot00000000000000#!/usr/bin/env 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" } 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_TITLE 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" POL_Wine_SelectPrefix "$PREFIXNAME" fi if [ "$menu" = "$LNG_LI_PATCH" ] then POL_SetupWindow_prefix_selector "$(eval_gettext "Please choose a program")" PREFIXNAME="$APP_ANSWER" POL_Wine_SelectPrefix "$APP_ANSWER" fi if [ "$WINEPREFIX" = "" ] then 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 "$POL_USER_ROOT/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" 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 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" "/" oldifs="$IFS" IFS=/ set "$APP_ANSWER" for i in $* do IFS="$oldifs" POL_Debug_Message "POL_Call_list is calling $i" POL_Call "$i" done IFS="$oldifs" fi [ "$POL_OS" = "Mac" ] && MEDIA_DIR="/Volumes" if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ]; then MEDIA_DIR="/media" # Ubuntu Quantal workaround [ -d "/media/$USER" ] && MEDIA_DIR="/media/$USER" # Fedora/Manjaro workaround [ -d "/run/media/$USER" ] && DEVICES="/run/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" SETUP_PATH="$APP_ANSWER" else run_autorun "$CHOICE" fi if [ "$SETUP_PATH" = "" ] then 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" extension=$(echo "$SETUP_PATH" | $SED 's/.*\.//g') if [ "$extension" = "msi" ] then POL_Wine msiexec /i "$SETUP_PATH" else POL_Wine "$SETUP_PATH" fi POL_Wine_WaitExit rm "$POL_USER_ROOT/tmp/shortcuts" 2> /dev/null POL_SetupWindow_shortcut_creator "$WINEVERSIONLIVE" POL_SetupWindow_Close exit playonlinux/bash/playonlinux-pkg000077500000000000000000000070061341024004000174330ustar00rootroot00000000000000#!/usr/bin/env 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 OLDDIR="$PWD" [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" usage() { local self="$(basename "$0")" echo "$(eval_gettext "Usage: ")" echo " $self [-b] [--browse]" echo " $(eval_gettext " Choose a file")" echo " $self [-e] [--extract] " echo " $(eval_gettext " Extract the package")" echo " $self [-i] [--install] " echo " $(eval_gettext " Install the package")" echo " $self [-h] [--help]" echo " $(eval_gettext " Show this message")" } 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 usage elif [ "$1" = "-b" -o "$1" = "--browse" ] then POL_SetupWindow_Init POL_SetupWindow_browse "$(eval_gettext 'Choose a package to install')" "$(eval_gettext 'PlayOnLinux package manager')" '' '*.pol' POL_SetupWindow_Close if [ -n "$APP_ANSWER" ] then exec bash "$PLAYONLINUX/playonlinux-pkg" -i "$APP_ANSWER" -g fi elif [ "$1" = "-e" -o "$1" = "--extract" ] then cd "$OLDDIR" PACKAGE="$2" TMP="$POL_USER_ROOT/tmp/" echo "" echo "Opening $2" if [ ! -e "$PACKAGE" ] then $error_c "$(eval_gettext 'Unable to find the file: ')$2" exit 1 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 1 fi echo "Extracting..." mkdir package tar -xf "$PACKAGE" -C ./package elif [ "$1" = "-i" -o "$1" = "--install" ] then cd "$OLDDIR" PACKAGE="$2" TMP="$POL_USER_ROOT/tmp/" echo "" echo "Opening $2" if [ ! -e "$PACKAGE" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " does not exist!")" exit 1 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 1 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 -xf *.pol if [ $? -eq 2 ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " isn't a valid PlayOnLinux package!")" exit 1 fi if [ ! -e "$TMP/pkg/playonlinux/main" ] then $error_c "$(eval_gettext "This file: ")$2$(eval_gettext " isn't a valid PlayOnLinux package!")" exit 1 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...")" else usage exit 1 fi exit 0 playonlinux/bash/playonlinux-shell000077500000000000000000000015661341024004000177660ustar00rootroot00000000000000#!/usr/bin/env 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 exec bash --rcfile "$PLAYONLINUX/etc/pol_bash" playonlinux/bash/playonlinux-url_handler000077500000000000000000000022731341024004000211520ustar00rootroot00000000000000#!/usr/bin/env 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" 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- > "$POL_USER_ROOT/install" POL_Bash "$POL_USER_ROOT/install" fi playonlinux/bash/pol_update_list000077500000000000000000000111351341024004000174570ustar00rootroot00000000000000#!/usr/bin/env bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2009 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 calls update_check to update POL export DONT_MONITOR="TRUE" [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" config_update() # Parse get_list_v4.php output line by line on stdin { read totlines # Display 10% for fetching lists, plus 90% for fetching icons echo 0 echo -n "" > "$POL_USER_ROOT/tmp/icons_fetch_list" local numfetch=0 local 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 local 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() # Parse get_packages.php output line by line on stdin { 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 } update_check () { 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- > "$POL_USER_ROOT/configurations/POL_Functions"; then mv "$POL_USER_ROOT/configurations/POL_Functions" "$POL_USER_ROOT/configurations/listes/POL_Functions" cat "$POL_USER_ROOT/configurations/listes/POL_Functions" | grep ':1$' | get_packages_icons fi # Gecko $POL_WGET "$GECKO_SITE/gecko.lst" -O- > "$POL_USER_ROOT/tmp/gecko.lst" && mv "$POL_USER_ROOT/tmp/gecko.lst" "$POL_USER_ROOT/configurations/listes/gecko.lst" # Mono $POL_WGET "$MONO_SITE/mono.lst" -O- > "$POL_USER_ROOT/tmp/mono.lst" && mv "$POL_USER_ROOT/tmp/mono.lst" "$POL_USER_ROOT/configurations/listes/mono.lst" if [ ! "$WEB_TIMESTAMP" = "" ] && [ ! "$WEB_TIMESTAMP" = "$LAST_TIMESTAMP" ] # Skip useless updates then POL_Debug_Message "Web version : $WEB_TIMESTAMP" POL_Debug_Message "Current local version : $LAST_TIMESTAMP" POL_Debug_Message "Updating list" mkdir -p "$POL_USER_ROOT/configurations/listes/" cd "$POL_USER_ROOT/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_update $POL_WGET "$SITE/V4_data/repository/get_md5_list.php?playonlinux=1" -O- > md5sums elif [ "$POL_OS" = "FreeBSD" ] then $POL_WGET "$SITE/V4_data/repository/get_list_v4.php" -O- | config_update $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_update $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 } update_check playonlinux/bash/polconfigurator000077500000000000000000000121361341024004000175070ustar00rootroot00000000000000#!/usr/bin/env 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')" polconfigurator_winecfg() { POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine winecfg } polconfigurator_kprocess() { if [ "$1" ]; 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 [ "$1" ]; then POL_SetupWindow_Close fi } polconfigurator_regedit() { POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine regedit } polconfigurator_wineboot() { POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine wineboot } polconfigurator_awinecfg() { POL_Wine_AutoSetVersionEnv wineserver -k bash "$POL_USER_ROOT/plugins/Advanced Wine Configuration/scripts/menu" } polconfigurator_winetricks() { POL_Wine_AutoSetVersionEnv wineserver -k bash "$POL_USER_ROOT/plugins/WineTricks/scripts/menu" "$1" } polconfigurator_scfg() { POL_Wine_AutoSetVersionEnv wineserver -k bash "$POL_USER_ROOT/configurations/configurators/$APP" } polconfigurator_changeicon() { if [ "$1" ]; then (convert "$1" -geometry 32X32 "$POL_USER_ROOT/icones/32/$APP" && touch "$POL_USER_ROOT/icones/32/tmp" && sleep 1 && rm "$POL_USER_ROOT/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 "$POL_USER_ROOT/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 "$POL_USER_ROOT/icones/32/tmp" sleep 1 rm "$POL_USER_ROOT/icones/32/tmp" } main_menu() { local LNG_CONFIGURE=$(eval_gettext "Configure Wine") local LNG_REGISTRY=$(eval_gettext "Registry Editor") local LNG_KPROCESS=$(eval_gettext "Kill all prefix processes") local LNG_UPDATEPREFIX=$(eval_gettext "Update wineprefix") local LNG_WINDOWS_REBOOT=$(eval_gettext "Simulate Windows reboot") local LNG_APLUGIN=$(eval_gettext "Use Advanced Wine Configuration plugin") local LNG_POLCFG=$(eval_gettext "Use PlayOnLinux's configurator for") local LNG_CHANGEICON=$(eval_gettext 'Change the icon') local LNG_WINETRICKS=$(eval_gettext "Use WineTricks") # ~$LNG_UPDATEPREFIX local ITEMS="$LNG_CONFIGURE~$LNG_REGISTRY~$LNG_KPROCESS~$LNG_WINDOWS_REBOOT~$LNG_CHANGEICON" if [ -e "$POL_USER_ROOT/plugins/Advanced Wine Configuration" ] then ITEMS+="~$LNG_APLUGIN" fi if [ -e "$POL_USER_ROOT/plugins/WineTricks" ] then ITEMS+="~$LNG_WINETRICKS" fi if [ -e "$POL_USER_ROOT/configurations/configurators/$APP" ] then ITEMS+="~$LNG_POLCFG $APP" fi local funct="" while [ -z "$funct" ]; do POL_SetupWindow_menu "$(eval_gettext "Please choose an action to perform")" "$TITLE" "$ITEMS" "~" [ "$APP_ANSWER" = "$LNG_CONFIGURE" ] && funct=winecfg [ "$APP_ANSWER" = "$LNG_REGISTRY" ] && funct=regedit [ "$APP_ANSWER" = "$LNG_KPROCESS" ] && funct=kprocess # [ "$APP_ANSWER" = "$LNG_UPDATEPREFIX" ] && funct="??" [ "$APP_ANSWER" = "$LNG_WINDOWS_REBOOT" ] && funct=wineboot [ "$APP_ANSWER" = "$LNG_CHANGEICON" ] && funct=changeicon [ "$APP_ANSWER" = "$LNG_APLUGIN" ] && funct=awinecfg [ "$APP_ANSWER" = "$LNG_WINETRICKS" ] && funct=winetricks [ "$APP_ANSWER" = "$LNG_POLCFG" ] && funct=scfg done redirect_to_pol_configure_function "$APP" "$funct" } redirect_to_pol_configure_function() { local APP="$1" local FUNCTIONTORUN="$2" shift 2 polconfigurator_"$FUNCTIONTORUN" "$@" } prefixe=$(detect_wineprefix "$1") export WINEPREFIX="$prefixe" redirect_to_pol_configure_function "$@" exit playonlinux/bash/polshell000077500000000000000000000015661341024004000161210ustar00rootroot00000000000000#!/usr/bin/env 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 exec bash --rcfile "$PLAYONLINUX/etc/pol_bash" playonlinux/bash/read_pc_cd000077500000000000000000000076361341024004000163460ustar00rootroot00000000000000#!/usr/bin/env 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" = "Mac" ]; 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_app000077500000000000000000000074171341024004000157440ustar00rootroot00000000000000#!/usr/bin/env 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" [ "$POL_OS" = "Mac" ] && currentOS="1" [ "$POL_OS" = "FreeBSD" ] && currentOS="2" # 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 "$POL_USER_ROOT/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 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.\nSelect its shortcut and click on "Debug" in the side panel 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" fi playonlinux/bash/run_exe000077500000000000000000000076521341024004000157460ustar00rootroot00000000000000#!/usr/bin/env 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" TITLE="$(eval_gettext 'Automatic installation')" NOBUGREPORT="YES" POL_SetupWindow_Init # Open the window no matter what if [ "$POL_OS" = "Mac" ]; then # PlayOnMac not initialized yet ? Wait until it's done if [ ! -e "/Applications/Utilities/XQuartz.app" -a "$OSX_VERSION" != "11" ]; then POL_SetupWindow_wait_next_signal "$(eval_gettext 'Waiting XQuartz to be installed')" "$TITLE" sleep 1 #bash "$PLAYONLINUX/bash/first_use" & #### FIXME ! Tests to do fi while [ ! -e "/Applications/Utilities/XQuartz.app" -a "$OSX_VERSION" != "11" ]; do sleep 1 done fi if [ ! "$1" = "" ]; then # Double click on an .exe, handle it 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 ####################################### # Getting the MD5 sum # ####################################### POL_SetupWindow_wait_next_signal "$(eval_gettext '$APPLICATION_TITLE is analysing your application')" "$APPLICATION_TITLE" sleep 5 # Give some time to download the md5 signatures file md5=$(POL_MD5_file "$line") md5file="$POL_USER_ROOT/configurations/md5" md5scripts="$POL_USER_ROOT/configurations/listes/md5sums" md5sreplace=$(cat $md5scripts | grep $md5 | $SED s/" $md5"/""/) ############################################# # Known program, use the associated script? # ############################################# if [ ! "$(cat $md5scripts | grep $md5)" = "" ]; 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?')" "$TITLE" 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 ####################################### # The program is not known. # ####################################### POL_SetupWindow_free_presentation "$TITLE" "$(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?')" "$TITLE" PRGM_NAME="$APP_ANSWER" PREFIX_NAME=`echo "$PRGM_NAME"| tr -c [[a-zA-Z0-9]\.] '_'` POL_Wine_SelectPrefix "$PREFIX_NAME" POL_Wine_PrefixCreate POL_Wine_WaitBefore "$PRGM_NAME" cp "$line" "$WINEPREFIX/drive_c/" cd "$WINEPREFIX/drive_c" POL_Wine "$(basename "$line")" POL_Wine_WaitExit "$PRGM_NAME" POL_SetupWindow_shortcut_creator POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITLE" POL_SetupWindow_Close exit 0 playonlinux/bash/startup000077500000000000000000000025461341024004000160000ustar00rootroot00000000000000#!/usr/bin/env 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 build_user_state_directory # Cleaning tmp directory clean_tmp ### Operations below are background asynchronous tasks ( # Run XQuartz 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_server000077500000000000000000000055301341024004000205430ustar00rootroot00000000000000#!/usr/bin/env 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" export XQUARTZ_VERSION="2.7.11" install_x11() { XQuartzUrl="http://dl.bintray.com/xquartz/downloads/XQuartz-$XQUARTZ_VERSION.dmg" FilePrefix="XQuartz" STEP_TITLE="XQuartz" XQuartz_Message="$(eval_gettext "PlayOnMac needs to install XQuartz to work properly.")" XQuartz_Message2="$(eval_gettext "PlayOnMac will help you to simplify this step")" POL_SetupWindow_free_presentation "$STEP_TITLE" "$XQuartz_Message\n\n$XQuartz_Message2" 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 cd "$POL_USER_ROOT/tmp/" 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_SetupWindow_message "$(eval_gettext "XQuartz has been installed.")" "$STEP_TITLE" launchctl load "/Library/LaunchAgents/org.macosforge.xquartz.startx.plist" 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 use wine properly.")" "$STEP_TITLE" fi } # Plugins install_plugins playonlinux/bash/uninstall000077500000000000000000000056701341024004000163100ustar00rootroot00000000000000#!/usr/bin/env 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 APP_NAME="$POL_USER_ROOT/shortcuts/$ProgramUninstall" if [ -e "$APP_NAME" ] 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 "$POL_USER_ROOT/icones/32/$ProgramUninstall" rm -f "$POL_USER_ROOT/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 "$POL_USER_ROOT/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_git000077500000000000000000000027121341024004000164160ustar00rootroot00000000000000#!/usr/bin/env 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. # Upgrade PlayOnLinux using git [ "$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 LC_ALL=C 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/winebash000077500000000000000000000026761341024004000161020ustar00rootroot00000000000000#!/usr/bin/env 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. # Used by Configuration window for running Wine setup commands [ "$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="$POL_USER_ROOT/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/000077500000000000000000000000001341024004000141745ustar00rootroot00000000000000playonlinux/bin/check_dd_amd64.bz2000066400000000000000000000062531341024004000173400ustar00rootroot00000000000000BZh91AY&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.bz2000066400000000000000000000056321341024004000170520ustar00rootroot00000000000000BZh91AY&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[ Copyright 2011 PlayOnLinux Team Read /usr/share/common-licenses/GPL-3 playonlinux/doc/playonlinux-pkg.1000066400000000000000000000012031341024004000174100ustar00rootroot00000000000000.TH PLAYONLINUX-PKG 1 "February 6, 2009" .SH NAME playonlinux-pkg \- tool to manage playonlinux packages .SH SYNOPSIS .B playonlinux-pkg .RI [ options ] .RI [ package ] .SH DESCRIPTION .B playonlinux-pkg is a tool to install or manage the playonlinux packages .SH OPTIONS .TP .I "-b, --browse" Choose a file. .TP .I "-e, --extract" Extract the package. .TP .I "-i, --install" Install the package. .TP .I "-h, --help" Show usage. .SH AUTHOR playonlinux was written by Quentin Pâris . .PP This manual page was written by Bertrand Marc , for the Debian project (but may be used by others). playonlinux/doc/playonlinux.1000066400000000000000000000015671341024004000166460ustar00rootroot00000000000000.TH PLAYONLINUX 1 "February 6, 2009" .SH NAME PlayOnLinux \- front-end for Wine .SH SYNOPSIS .B playonlinux .RI [ options ] .SH DESCRIPTION .B PlayOnLinux is a front-end for Wine. It allows you to easily install and use numerous games and softwares designed to run with Microsoft®'s Windows®. .br Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system. .P .B PlayOnLinux performs installations in .I ~/.PlayOnLinux and uses separate Wine prefixes to avoid conflicts between applications. .SH OPTIONS .TP .I --version Show version number and exit. .TP .I "--run " Run directly the specified program. .SH AUTHOR playonlinux was written by Quentin Pâris . .PP This manual page was written by Bertrand Marc , for the Debian project (but may be used by others). playonlinux/etc/000077500000000000000000000000001341024004000141775ustar00rootroot00000000000000playonlinux/etc/24-0.gif000066400000000000000000000047611341024004000152600ustar00rootroot00000000000000GIF89aర莎Ȝبvvvhhh!Created with ajaxload.info!! NETSCAPE2.0, $AeZ <䠒ÌQ46<A ßHa:ID0Fa\xG3! O:-RjTJ*  t ~" ds]  )t-"i;H>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.appdata.xml000066400000000000000000000036441341024004000205630ustar00rootroot00000000000000 PlayOnLinux.desktop GPL-3.0 CC0-1.0 PlayOnLinux Graphical front-end for Wine

PlayOnLinux will allow you to run your favorite Windows games and applications on Linux through Wine easily.

New users can often find Wine to be intimidating and difficult to use. PlayOnLinux simplifies much of this and makes installing and using Windows programs easier.

PlayOnLinux has the database of Windows applications from which the user can install desired application with a few clicks. It will automatically setup your Wine prefix and download any required Windows libraries.

https://jkonecny.fedorapeople.org/images/playonlinux_screen_01.png https://jkonecny.fedorapeople.org/images/playonlinux_screen_02.png https://jkonecny.fedorapeople.org/images/playonlinux_screen_03.png https://www.playonlinux.com/ https://www.playonlinux.com/en/bugs.html https://www.playonlinux.com/en/donate.html http://wiki.playonlinux.com/index.php/Main_Page http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_10:_Script_Translation wine games software windows dragonlichcz_at_gmail.com
playonlinux/etc/PlayOnLinux.desktop000066400000000000000000000002531341024004000200140ustar00rootroot00000000000000[Desktop Entry] Version=1.0 Name=PlayOnLinux Comment=Front-end application for the wine Type=Application Exec=playonlinux %F Icon=playonlinux Categories=Utility;Emulator; playonlinux/etc/PlayOnLinux.directory000066400000000000000000000002211341024004000203420ustar00rootroot00000000000000[Desktop Entry] Name=PlayOnLinux Comment=The PlayOnLinux menu Icon=playonlinux Type=Directory Encoding=UTF-8 X-Ubuntu-Gettext-Domain=gnome-menus playonlinux/etc/install/000077500000000000000000000000001341024004000156455ustar00rootroot00000000000000playonlinux/etc/install/applications-accessories.png000066400000000000000000000023141341024004000233420ustar00rootroot00000000000000PNG  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.png000066400000000000000000000023711341024004000233640ustar00rootroot00000000000000PNG  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.png000066400000000000000000000016341341024004000221740ustar00rootroot00000000000000PNG  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.png000066400000000000000000000023121341024004000221310ustar00rootroot00000000000000PNG  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.png000066400000000000000000000021441341024004000214320ustar00rootroot00000000000000PNG  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.png000066400000000000000000000024631341024004000203650ustar00rootroot00000000000000PNG  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.png000066400000000000000000000013651341024004000200220ustar00rootroot00000000000000PNG  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.png000066400000000000000000000024431341024004000224170ustar00rootroot00000000000000PNG  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.png000066400000000000000000000013111341024004000175450ustar00rootroot00000000000000PNG  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.png000066400000000000000000000023321341024004000246370ustar00rootroot00000000000000PNG  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.png000066400000000000000000000016661341024004000223340ustar00rootroot00000000000000PNG  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.png000066400000000000000000000012301341024004000176240ustar00rootroot00000000000000PNG  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.png000066400000000000000000000014701341024004000200010ustar00rootroot00000000000000PNG  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.png000066400000000000000000000012211341024004000173200ustar00rootroot00000000000000PNG  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.png000066400000000000000000000025241341024004000207640ustar00rootroot00000000000000PNG  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-in-use.png000066400000000000000000000011141341024004000205100ustar00rootroot00000000000000PNG  IHDRĴl;bKGD pHYs  tIME5/GSIDAT8˥OhP?/mŌ5UʠpUvRLa 7;yУMuw'EQ OJ2<:F5&;*%6KB}{] U Њ s@Gt`XGÀz(a)@5i~ܗ(;TE3@M[%j!д|\4 p>۱:94t豋fTH^}k? >m0nb4OtSQ6Lf_cv:/:'k86xlڠ@ޡώCնWp*;{n ַxL Pح-xp;o p&?H3gMӿY(rɞ׈2*pztFJTiyY 8 ,6&|R l iJ_tuAX礯nPJRa Ҏf/Vx;IENDB`playonlinux/etc/install/wine-packages.png000066400000000000000000000015021341024004000210670ustar00rootroot00000000000000PNG  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-unused.png000066400000000000000000000011241341024004000206140ustar00rootroot00000000000000PNG  IHDRĴl;bKGD pHYs  tIME 56bIDAT8˝P?Ą7k[\)Z͂ zY "\N,?@+,lNA\X%<.ŭxǔ3|?3{%B)eM.%7l2 SU䗀Gk`ev(1y`wASi"a|wJ)4eWM<]!uݫNL~ilZǡh7.yy$!Wy6z:eR^-8_/}eYn^a2|cat:}vipvnu""qﺫƣIENDB`playonlinux/etc/install/wine-warning.png000066400000000000000000000017061341024004000207640ustar00rootroot00000000000000PNG  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.png000066400000000000000000000010611341024004000173130ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000154675ustar00rootroot00000000000000playonlinux/etc/onglet/application-x-executable.png000066400000000000000000000010601341024004000230610ustar00rootroot00000000000000PNG  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.png000066400000000000000000000011141341024004000222020ustar00rootroot00000000000000PNG  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.png000066400000000000000000000006461341024004000221020ustar00rootroot00000000000000PNG  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.png000066400000000000000000000016401341024004000222620ustar00rootroot00000000000000PNG  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.png000066400000000000000000000010341341024004000214450ustar00rootroot00000000000000PNG  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.png000066400000000000000000000007041341024004000234030ustar00rootroot00000000000000PNG  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.png000066400000000000000000000013651341024004000232520ustar00rootroot00000000000000PNG  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.png000066400000000000000000000013221341024004000206200ustar00rootroot00000000000000PNG  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.png000066400000000000000000000021751341024004000171440ustar00rootroot00000000000000PNG  IHDR(-SPLTE )A^j2M-0II޽CKh=V#Y)2mj W4()A^f'+IENDB`playonlinux/etc/playonlinux-Programs.menu000066400000000000000000000005561341024004000212450ustar00rootroot00000000000000 Applications PlayOnLinux PlayOnLinux.directory PlayOnLinux playonlinux/etc/playonlinux.gpg000066400000000000000000000033121341024004000172570ustar00rootroot00000000000000-----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.png000066400000000000000000000326261341024004000173000ustar00rootroot00000000000000PNG  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.png000066400000000000000000000020301341024004000174300ustar00rootroot00000000000000PNG  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.png000066400000000000000000000021441341024004000174370ustar00rootroot00000000000000PNG  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.png000066400000000000000000000047071341024004000174440ustar00rootroot00000000000000PNG  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_bash000066400000000000000000000041631341024004000157150ustar00rootroot00000000000000# PlayOnLinux bashrc # Copyright (C) 2007-2011 PlayOnLinux Team clear echo "$APPLICATION_TITLE Console" echo "-------------------" echo "" if [ "$PLAYONLINUX" = "" ] then echo "This script must be executed in 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 # do not limit bash history size export HISTSIZE=-1 # 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/000077500000000000000000000000001341024004000155225ustar00rootroot00000000000000playonlinux/etc/setups/autorun/000077500000000000000000000000001341024004000172175ustar00rootroot00000000000000playonlinux/etc/setups/autorun/left.jpg000066400000000000000000000120021341024004000206460ustar00rootroot00000000000000JFIFHHC       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.png000066400000000000000000000127051341024004000205340ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000171465ustar00rootroot00000000000000playonlinux/etc/setups/default/left.jpg000066400000000000000000000607051341024004000206120ustar00rootroot00000000000000JFIFHHPhotoshop 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.png000066400000000000000000000237771341024004000204760ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000167645ustar00rootroot00000000000000playonlinux/etc/setups/delete/left.jpg000066400000000000000000000170411341024004000204230ustar00rootroot00000000000000JFIFHHC       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.png000066400000000000000000000070571341024004000203050ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000164465ustar00rootroot00000000000000playonlinux/etc/setups/exec/left.jpg000066400000000000000000000157561341024004000201200ustar00rootroot00000000000000JFIFHHC       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.png000066400000000000000000000130001341024004000177500ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000166535ustar00rootroot00000000000000playonlinux/etc/setups/fonts/left.jpg000066400000000000000000000202711341024004000203110ustar00rootroot00000000000000JFIFHHC       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.png000066400000000000000000000057061341024004000201730ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000170045ustar00rootroot00000000000000playonlinux/etc/setups/update/top.png000066400000000000000000000110331341024004000203120ustar00rootroot00000000000000PNG  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/000077500000000000000000000000001341024004000177135ustar00rootroot00000000000000playonlinux/etc/setups/wineserver/left.jpg000066400000000000000000000206671341024004000213620ustar00rootroot00000000000000JFIFHHC       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.png000066400000000000000000000110771341024004000212310ustar00rootroot00000000000000PNG  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.png000066400000000000000000000006001341024004000156520ustar00rootroot00000000000000PNG  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.applescript000066400000000000000000000001561341024004000202640ustar00rootroot00000000000000on run commande tell application "Terminal" activate do script "clear ; " &commande&" ; exit" end tell end runplayonlinux/lang/000077500000000000000000000000001341024004000143455ustar00rootroot00000000000000playonlinux/lang/locale/000077500000000000000000000000001341024004000156045ustar00rootroot00000000000000playonlinux/lang/locale/ar/000077500000000000000000000000001341024004000162065ustar00rootroot00000000000000playonlinux/lang/locale/ar/LC_MESSAGES/000077500000000000000000000000001341024004000177735ustar00rootroot00000000000000playonlinux/lang/locale/ar/LC_MESSAGES/pol.mo000066400000000000000000000070231341024004000211240ustar00rootroot000000000000007I !"=#W{ &AX ht|    #28@OW^bks yG X 8q  0 2 - *E p  ( + 2  5 G [ <s       ' 0 7 F M ` k )v        3 < G a r }    %  /.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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) الملحقاتتفعيل دعم GLSL؟تفعيل أخذ عينات المتعدد الدعم؟الكلهل أنت متأكد من حذف ما يلي: هل أنت متأكد أن تثبت ما يلي: تتوفر الإصدارات النبيذ : بدأ في استولى على تطبيقاستعراضإلغاء الأمراستولى على التقدم في...استولى على القائمة (OpenGL)لام استولى على القائمة (OpenGL)استولى سيبدأإختر لعبةاختر إضافةإختر تطبيقاًإختر صيغة الفيديو لعملية التحويلإغلاق البرنامجإنتهى التحويلالتّطويرتعطيلتبرّعالتعليمتفعيلخروجملفالألعابعامالرسومياتأوافقتثبيتتثبيت إصدارات النبيذ : ملحقات مثبتةالإنترنتالوسائط المتعددةالتاليلالا يوجد وصفالمكتبتمت العمليهأخرىالرقعمدير الإضافاتالإضافاتإزالةتشغيلإعداداتيتم الان الإختبارأدواتإصدارات النبيذنعمأنت لم تختار أي لعبة.مِنplayonlinux/lang/locale/ast/000077500000000000000000000000001341024004000163735ustar00rootroot00000000000000playonlinux/lang/locale/ast/LC_MESSAGES/000077500000000000000000000000001341024004000201605ustar00rootroot00000000000000playonlinux/lang/locale/ast/LC_MESSAGES/pol.mo000066400000000000000000000063171341024004000213160ustar00rootroot00000000000000%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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) ¿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/000077500000000000000000000000001341024004000161745ustar00rootroot00000000000000playonlinux/lang/locale/bg/LC_MESSAGES/000077500000000000000000000000001341024004000177615ustar00rootroot00000000000000playonlinux/lang/locale/bg/LC_MESSAGES/pol.mo000066400000000000000000001651211341024004000211160ustar00rootroot00000000000000W h%i%x%%% %%#%#%&-&+E&q&&*&&s'(0(4 )$@)#e))))P*I*2E+x+ + +++!++'+&,*,">,&a,,6,/,),%-3E-!y-"-M- .. '.2.I.Q.k.~.L.g.#N/Rr///S/%1>2E2^2u22222 2 23 ?3M3i30y333333$+4&P4 w4444444*4 5 (525*A5 l5z5 555555 6N6Y]6Y677 07<7Q7Y7Ca7(7B795'9 ]9Wk9$99:::4:G:&[: :::*::B:;! ;%B;h;m;#~;*;; ;;O;(F<o<t<<<<3< <<<==6=N=%V= |="======>$>(6>_>r>>>>>>>???9?(H? q?}??? ?+??@@ ,@ 9@G@ [@ f@-t@@@@@@@@4@A&A AANAUA nA{A AAAAAB'B6B GB RB]BeB:zBB4B-C4CKC(kC'CC#CC+D)DD"nD$DD3DY EccEEEE7 F$CFhFF&F]F6!G4XG>GCG;H+LH4xH7H0HI%I4I)lll8m'noG$pFlp9pGp5qOqiqssj=t6ttt=uW?uUuuFu EvRvJpv8vv[whawMwDx`]xExKyPyy)yz++zWz'tz,z=z{{@||^} u}}s W@b/+ӂ2/2b*}NMOE7#j ;v%7؅d:uFC/S05LJH^q C2K2!~1'҉*%&8_ Ƌ 12Ռ Y(HHˍ3WH2y7*,-Zye!2oE ’ E@SR !V?k'ӔIߕ!$ ;/ kx!*2gA8/"*M h?tŘFژ,!TN0(ԙ.;,*h/)Ú&.C8TL#20IzX*4Pp 9͝79@ G R _lq[9Bbr;{$CܟB *cL*۠2 9aDס ?d30bɢW,!9KA,,nCEߤf%KEإB%aa0-&^3fK ,l%^]ɪR'gzi\LN_aXS0._`rIӮ+wI173+3_/'ñ!! 2/3b(ٲ;1S1ֳQ5=,sB84I!XLz$ǵ5$"8G..¶X -͸!"%R6B!̹TuMʼUcnSҽ&W:Qy|6S4"6WOU4TI332$8C@|b$3%XJ~AJ AVJI@-$nX40!"RGu+7!=R_=OH@9hf s[3| 2'8:(ScV2 A1M]G%%K" 2SXC#>\bV,OCnMQP/,Mz*'$#5?Yc{yb+%eO /Lx+ SrVy(h  UQ8[9`'~&ucA"<N{ ]P2Kl!4Bl;DtzkO%.j@| ,;&0R?oV~E:pdaz{7-X 4+c9SwsI$*H.v 3Z_U)duym7gGB*sFIWq"K WnJ(v-)}Q'3f#6 ij\r@EC#?YC8D\w52R0n|Jb1p_=/M5Y,o<]T=^iZe$N`!%bxA a1Gqfm[H>:g^tP>XM T}kL6Fh 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 version is CURRENTLY IN USEThis 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: Radoslav Ivanov POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-05-05 19:54+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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) X-Poedit-Country: BULGARIA X-Poedit-Language: Bulgarian X-Poedit-SourceCharset: utf-8 Избор на файл Разархивиране на пакет Инсталация на пакет Показване на това съобщение (от {2}) не съществува! е деинсталирана успешно. е невалиден PlayOnLinux пакет! на Вашият компютър. ще бъде инсталирана в: Настройка на програмата за $APPLICATION_TITLE$APPLICATION_TITLE Деинсталатор$APPLICATION_TITLE автоматично обновяванеСтартира се $APPLICATION_TITLE програма за отстраняване на грешки...$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: Създаване на преки пътища за $APPLICATION_TITLEПрофил на $AUTHOR$PACKAGE се срина.$TITLE се нуждае от прочитане на PC-частта от хибриден CD-ROM.\n\nПо подразбиране MacOS Ви дава достъп само до Mac частта на CD-ROM-a, което може да е несъвместимо с последните версии на Mac OS.\n\nИскате ли PlayOnMac да се опита, да прочете PC-частта на Вашето CD?(Ако този списък е празен, моля, инсталирайте версия на wine от мениджъра на wine версии)Не е инсталирана 7z, моля, проверете дали имате инсталирана 7zip и опитайте отновоВече съществува пряк път с това име. Да бъде ли презаписан?Прекратяване на инсталациятаОтносно {0}ПомощниДа се активира ли поддръжка на GLSL?Да се активира ли поддръжка за мултисемплиране?Да се активира ли препозициониране на мишката?ДобавянеДобавяне на лого на PlayOnLinux към видеото?ВсичкиВече е обновена.Възникна грешка по време на изтеглянето.Налична е обновена версия на {0}ПотвърдиСигурни ли сте, че искате да инсталирате пакета {0}?Сигурни ли сте, че искате да затворите всички {0} прозорци?Сигурни ли сте, че искате да изтриете wine {0}?Сигурно ли е, че искате да изтриете {0}?Сигурно ли е, че искате да изтриете виртуален диск {0}?Сигурни ли сте, че искате да изтриете: Сигурни ли сте, че искате да инсталирате: Сигурни ли сте, че искате да затворите всички активни програми на $APPLICATION_TITLE?АргументиУпълномощена програмаВнимание!Автоматична инсталацияАвтостартиранеНалични версии на Wine: Лошо файлово разширениеБъдете внимателни! Ако промените Бъдете внимателни! Инсталирането на някого от тези компоненти може да повреди виртуалния Ви диск.Бъдете внимателни! Това ще убие инсталационния процес. Ако не и приключил, ще трябва да преинсталирате $SOFTNAMEНачало на прихващане на приложениеНе е намерена програма: $BINARY\nИнсталирахте ли програмата в стандартната ѝ директория?РазглежданеБъговеАктивирайки тази опция, можете да инсталирате програми, които използват управление на цифровите права (УПВ) като средство за защита от копиране, което не се поддържа от {0} и може да е необходимо прескачането ѝ. Тази функционалност не трябва да се тълкува като неограничена или с цел окуражаването на пиратството и като такава, не предлагаме никаква поддръжка за проблеми произлези от използването на тази опция.Активирайки това, ще получите достъп до инсталатори на програми, съдържащи защита от копиране (DRM) несъвместима с емулация. Единственото решение е да използвате кръпка „без диск“, но след като това може да бъде използвано за пиратски цели, не предлагаме поддръжка.ОтказПрекият път не може да бъде намеренИзпълнява се прихващане...Прихващане на меню (OpenGL)Прихващане на меню (без OpenGL)Прихващането ще започне...Смяна на иконаПроверка на приставка: Да се избере ли режим на рендериране DirectDraw?Да се избере ли режим на рендериране Offscreen?Да се избере ли режим на рендериране Target Lock?Изберете играИзберете пакет за инсталиранеИзберете приставкаИзберете валиден скрипт за $APPLICATION_TITLE, който да се изпълни.Изберете действие за изпълнениеИзберете приложениеИзберете настройка за промянаИзберете файлът с отчети, отнасящ се до Вашият софтуер.Изберете име на виртуалния дискИзберете видео формат за конвертиранеИзчистване...За да продължите, кликнете на Напред.Кликнете Напред за началоЗатварянеЗатвори всичкия {0} софтуерЗатваряне на това приложениеКоманден редКоманда за изпълнение преди програматаПродаваниНастройкиНастройване на WineСвържете се с вашия $APPLICATION_TITLE акаунтСвързване...Конвертирането е завършеноКонвертиране на прихванат файл във видеоКопиране на ${filename}Копиране на виртуален дискСъздаване на пряк пътСъздаване на пряк път...ДебъгванеФлагове за дебъгванеЗадайте своите настройки за кодиране \n(оставете стандартните, ако не знаете какво да правите)Задайте своите настройки за кодиране за етап 1\n(оставете стандартните, ако не знаете какво да правите)Задайте своите настройки за кодиране за етап 2\n(оставете стандартните, ако не знаете какво да правите)ИзтрийРазработич и уеб страница: РазработкаДиректно чертаещ рендърингИзключванеЕкранИскате ли $APPLICATION_TITLE да го инсталира автоматично?Искате ли да изтриете виртуалният диск:Искате ли да помогнете на {0} да изгради съвместима база от данни? Ако изберете Да, следните неща ще бъдат изпратени анонимно до нас, при първия път, в който стартирате Windows програма:Искате ли да опитате отново?Искате ли да обновите и рестартирате $APPLICATION_TITLE?ДокументацияНе забравяйте да отидите в менюто Инструменти на PlayOnMac -> Прочитане на PC CD-ROM преди да стартирате играта сиЗасега не инсталирайте XQuartzБез прикрепяне на файл с отчетБез повторно напомнянеНаправи дарениеИзтегляне на програматаИзтегляне на Wine: Изтегляне на XQuartzРедактиране или обновяване на съществуващо приложениеОбучениеИзваждане на PC CD-ROMВключванеИзтриване (съдържанието на виртуалния диск ще бъде изгубено)ГрешкаГрешка! Несъответствие във файловете\n\nНаличен: $LOCAL_MD5\nНа сървър: $SERVER_MD5Грешка!Грешка: Неуспешно откриване на CD-ROM!Грешка: Не може да се запази съществуващ портИзходВъншна библиотекаРазмера на разархивирания файл не съответства!Разархивиране на ${filename} от ${archivename}Разархивиране на Wine...Разархивиране: FacebookНеуспешно свързване!\nМоля, уверете се, че потребителското име и паролата Ви са верни.Неуспех при откриването на ${dest} от ${archive}ФайлФайлови асоциацииФайлът не е намерен!Размера на файла на съответства!ФорумиЗасечена е функция за презапис, деактивиране на докладването за грешкиПоддръжка на GLSLИгриОбщиGoogle+ГрафикаТова е изходният код на скрипта. Проверете го внимателноСъгласен съмНе искам да правя друг пряк пътИмам проблем със софтуераСам изтеглих файлаИзбор на иконаИкони:Ако не знаете, демаркирайте всичкиВключениИнсталирайИнсталиране на програма извън списъкаИнсталиране на програмаИнсталиране на програма на нов виртуален дискИнсталиране на компонентиИнсталацията е готоваИнсталиране на скриптовеИнсталиране на някои библиотекиИнсталацията приключи.Инсталирани версии на Wine: Инсталирани приставкиИнсталиране на XQuartz...Инсталиране на присавка: ИнтернетУбий всички процеси в префиксаУбий процеситеУбиване на програми във виртуалния диск...Големи икониМясто на този отчетПотребител: Търсене за изпълними CD-ROM-иМБ са изтеглениСъздаване на нов пряк път от този виртуален дискСъздаване на пряк път...Управление на версиите на WineРъчна инсталацияСредни икониРазниПрезапис деформации на мишкатаМултимедияМултисемплиранеПроблемът ми засяга $APPLICATION_TITLEИмеНовНова: НовиниНапредНеБез описаниеНяма достатъчно място за изтегляне:\n$URL ($neededSpace кБ)Няма намерено ръководство за {0}Не е избран файл с настройки в autorun.infБез дискОфисИзвънекранен режим на рендърингОтваряне на обвивкаОтваряне директорията на програматаОтваряне на папката на приложениетоОтваряне на директорияОтваряне директорията на виртуалния дискОперацията е завършенаОптимизирането е завършеноДругоПрезаписване (обикновено работи, но не е гарантирано)Четец на PC CD-ROMПакетиране: Парола: КръпкиВъзпроизвеждане на прихванат файлЕкип на PlayOnLinux и PlayOnMac Лицензирани по GPL лиценз - версия 3Пакетен мениджър на PlayOnLinuxЗа да работи правилно, PlayOnMac изисква наличието на XQuartz.PlayOnMac ще Ви улесни в изпълнението на тази стъпкаМоля, изберете CD-ROMМоля, изберете CD-ROM за изважданеМоля, изберете PID файл за възпроизвежданеМоля, изберете файл за конвертиранеМоля, изберете програма!Моля, изберете софтуер за пакетиранеМоля, изберете софтуер за изпълняванеМоля, изберете начина за инсталиране на Вашата програмаМоля, изберете OGV файл за възпроизвежданеМоля, изберете действие за изпълнениеМоля, изберете начин на инсталиране!Моля, изтегли ми XQuartzМоля, опишете ясно Вашият проблем (само на английски):Моля, дайте колкото можете повече информация, иначе ще е много трудно да Ви помогнемМоля, вкарайте вашият CD-ROM и натиснете Напред, само когато Finder намери Mac OS частта на вашият CD-ROMМола, направете своя изборМоля, прочетете това!Моля, изберете файл за дебъгМоля, изберете програма или виртуален диск за настройкаМоля, изберете програма за деинсталиранеМоля, изберете програма!Моля, изберете иконаМоля, изберете инсталиращ файл, който да се изпълни.Моля, въведете име на виртуалния диск за приложението.\nТова име не бива да съдържа интервали.Моля, изчакайте докато $APPLICATION_TITLE копира файловете:Моля, изчакайте, докато $APPLICATION_TITLE се изтегли:Моля, изчакайте докато $APPLICATION_TITLE сканира вашият хардуерМоля, изчакайте докато $APPLICATION_TITLE симулира рестарт на WindowsМоля, изчакайте докато $APPLICATION_TITLE симулира рестартМоля, изчакайте докато $SOFTNAME се инсталира...Моля, изчакайте, докато се създава логото на PlayOnLinux...Моля, изчакайте, докато се създаде виртуалният диск...Моля, изчакайте, докато видеото Ви се кодира...Моля, изчакайте...Управление на приставкитеПриставкиНатиснете +F8, за да започне или спре прихващанетоНатиснете +F8 за край на прихващанетоНатиснете Напред, след това цъкнете на прозореца,\nкойто искате да прихванете.\nПрихващането ще започне автоматично след 5 секунди.\nЩе бъде прихванато само видеото.Натиснете Напред само когато инсталационният процес е приключилАдрес на сървъра-посредникНастройка на сървър-посредникВлизане в сървъра-посредникПарола за сървъра-посредникПорт на сървъра-посредникПрочетете файл TRANSLATORSПрочитане на PC CD-ROMПрочитане на PC CD-ROMПрочитане на ръководствотоЧетене на Вашето устройствоОпресниОпресняване {0}РегистриранеРедактор на регистъраПремахванеЗаключване на целевия рендърингПоправка на виртуален дискДоклад за грешкиДокладване на проблем за {0}ИзпълнениеИзпълняване на .exe файл в този виртуален дискИзпълнение на локален скриптПомощник за настройванеСтартирайте Вашите Windows програми на Изпълнение...Сканиране на виртуалния диск...Скриптове: ТърсенеИзбор на друг файлИзберете основната видео карта за отчета:Изпращане на отзивиЗадаване на сървър-посредникЗадаване на иконатаЗадаване на Program Files променливаНастройкиПокажи виртуални дисковеСимулиран рестарт на WindowsМалки икониСъжалавяаме, $APPLICATION_TITLE $VERSION е твърде стара версия, за да продължи.\n Изисква се $APPLICATION_TITLE $NEEDED.Съжаляваме, но имаме нужда от подробно описание.Стартирането на 64-битов процес $EXEFILE не се поддържа за 32-битови виртуални дисковеПоследователно чертаенеПоддръжкаПоддържан софтуерДиспечер на задачиПробванеБлагодарим Ви!\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Следните хора са допринесли за тази програма: Прекият път е поставен на работния Ви плотЦелевият виртуален диск $PREFNAME вече съществува:Виртуалният диск асоцииран с {0} ({1}) вече не съществува.Няма нищо инсталирано за изпълнение. {0} файла.Този файл: Тази функция е деактивирана в средата на PlayOnLinux.Тази инсталационна програма е доставена от: Това е инсталатор за обновяване или приставка;\nМоля, първо инсталирайте $TITLE_REQUIREDТази приставка ще Ви позволи да прихващате приложенията си под PlayOnLinuxТази програма съдържа защита от копиране (DRM) несъвместима с емулация. Единственото решение е да използвате кръпка „без диск“, но след като това може да бъде използвано за пиратски цели, не предлагаме поддръжка.Тази програма е в тестова версия. Може да не работи, както трябва. Вашата оценка, положителна или отрицателна, е важна за подобряването на този инсталатор.Тази програма е създадена от: Този инструмент ще помогне на Вашият Mac да чете PC частта от CD-ROM-а.\n\nИзползвайте този инструмент САМО, ако Вашият CD-ROM е хибриден (съвместим с Windows и MacOS) и ако не можете да видите Windows частта!Тази версия вече се използваТози виртуален диск е защитенТози съветник ще Ви помогне да инсталирате Този съветник ще Ви помогне да инсталирате Wine: Този съветник ще Ви помогне да докладвате за грешки на поддържана програма.Този помощник ще Ви помогне да стартирате неофициален скрипт за $APPLICATION_TITLE.Този съветник ще Ви помогне да деинсталирате: ИнструментиПреводи:TwitterПотребителите на Ubuntu, трябва да добавят хранилището\nна MEDIBUNTU, за да работи правилно това конвертиране.Науспешно намиране на файл: Не може да се открие версия: Неуспешно инсталиране на XQuartz! Трябва да го инсталирате, за да може wine да работи правилно.ДеинсталиранеДеинсталиране...Обновяване на GITОбновяване на инструкциитеОбновяване на wineprefixОбновяване на $APPLICATION_TITLE от GIT...Обновяване на приставка. Предишна: Употреба: Използване на приставка Допълнителни настройки на WineИзползване на CD-ROM(и)Използване на DVD-ROM(и)Използване на демо версия за Desura магазинИзползване на версия за Desura магазинИзползване на демо версия за Origin магазинИзползване на версия за Origin магазинИзползване на конфигуратора на PlayOnLinux заИзползване на демо версия за Steam магазинИзползване на версия за Steam магазинИзползване на WineTricksИзползване на инсталационен файл в моя компютърИзползвай друга версия на WineПрекратено от потребителяМного големи икониВидео картата Ви няма достатъчно паметРазмер на видео паметтаВиртуален дискСъздател на виртуални дисковеВиртуални дисковеВНИМАНИЕ! Моля, първо използвайте POL_SetupWindow_InitИзчакване да бъде инсталиран XQuartzВнимание!!!\n\nСигнатурата на скрипта, който се опитвате да изпълните е невалидна.\n\n$APPLICATION_TITLE не е одобрил този скрипт и не е отговорен за него.\nМоля, уверете се, че знаете какво правите!Внимание!!!\n\nСигнатурата на скрипта, който се опитвате да изпълните е невалидна.\n\nPlayOnLinux не е одобрил този скрипт и не е отговорен за него.\nМоля, уверете се, че знаете какво правите!Внимание: Всяка програма, която все още работи в това виртуално устройство ще бъде прекратена преди да бъде сменена версията на Wine. Сигурни ли сте, че искате да продължите?Внимание: Този инструмент е за напреднали потребители. За чисто деинсталиране на програма с {0}, трябва да изтриете свързаният виртуален дискВнимание: За правилно видео кодиране\nразделителната способност, ТРЯБВА да е кратна на 16Внимание: Изпълнена е $APPLICATION_TITLE $VERSION.\n Препоръчителна е $APPLICATION_TITLE $NEEDED, за да се продължи.Засякохме, че програмата, която искате да инсталирате е:Добре дошли в Разширени настройки на Wine, система за оптимизиране, създадена от GNU_Raziel. Ако не знаете какво да изберете, ОСТАВЕТЕ СТАНДАРТНИТЕ НАСТРОЙКИДобре дошли в Отклонение, приставка позволяваща Ви да създадете препратки след инсталацията.Добре дошли в Съветник за инсталации на $APPLICATION_TITLEДобре дошли в $APPLICATION_TITLE асистента.\nТой ще Ви помогне да инсталирате $file на вашият компютър.\n\nБъдете внимателни! Тази програма не е официално поддържана от $APPLICATION_TITLE.\nТака че, може да не работи, както очакватеДобре дошли в помощника на $APPLICATION_TITLE за ръчно инсталиране.\n\nТози скрипт ще Ви помогне да инсталирате всяка програма в $APPLICATION_TITLE и да я използвате с всички инструменти\n\nВнимание: Не гарантираме, че програмата Ви ще работи перфектно.Добре дошли в създателя на виртуални дискове $APPLICATION_TITLE.\n\nТози инструмент Ви помага да създавате нови виртуални дискове.Какво желаете да направите?Какво е разширението?Какво е името на програмата Ви?За какво се отнася проблемът Ви?Какъв вид виртуален диск искате да създадете?Какво желаете да направите преди инсталацията?Какво желаете да направите?Къде еКъде е монтиран Вашият CD-ROM?Към кое приложение желаете да приложите промяната?Коя версия на Wine желаете да използвате?Рестартиране на WindowsИзглежда, че Wine се срина.\n\nАко програмата Ви работи, пренебрегнете това съобщениеДеинсталатор на WineВерсия на WineВерсии на WineXQuartz е инсталиран.ДаОпитвате се да отворите скрипт, разработен за {0}! Възможно е да не работи, както очаквате.Не можете да затворите този прозорецНе сте избрали играТрябва да изберете прихванат файл за конвертиранеТрябва да изберете прихванат файл за прочитанеТрябва да изберете файл!Трябва да изберете игра, която да променитеТрябва да рестартирате {0}, за да влязат промените в действие.Трябва да го инсталирате, за да продължитеТрябва да го инсталирате, за да използвате {0}Вашата $APPLICATION_TITLE не е последна версия.\nТрябва да обновите $APPLICATION_TITLE преди да изпратите доклад за грешки.\nБлагодарим Ви!Вероятно Вашето Linux ядро не е настроено да възпроизвежда програми от типа Win16\nПосетете $EXPLANATION_URLФайловата Ви система може да попречи за правилната работа на {0}. Моля, за повече информация отворете {0} в терминала!Вероятно Вашето Linux ядро не е съвместимо с въпроизвеждането на програми от типа Win16\nПосетете $EXPLANATION_URLВашата видео карта няма достатъчно памет!\nМоже да попречи на играта, да работине е разширение за иконаотв средата на $APPLICATION_TITLE.{0} Помощник{0} не може да намери {1}{0} настройка{0} конзола{0} дебъгер{0} грешка{0} инсталиращо меню{0} не може да стартира POL_SetupWindow_server.{0} не може да стартира сървъра на инсталатора за PlayOnLinux{0} не е предназначено за стартиране като администратор. Съжаляваме!{0} не може да намери 32-битови OpenGL библиотеки. Може да изпитате проблем с Вашите игри{0} не може да намери 64-битови OpenGL библиотеки. Може да изпитате проблем с Вашите игри{0} настройки{0} уебсайт не е наличен. Моля, проверете Вашата връзка.{0} мениджър на wine версииplayonlinux/lang/locale/bn/000077500000000000000000000000001341024004000162035ustar00rootroot00000000000000playonlinux/lang/locale/bn/LC_MESSAGES/000077500000000000000000000000001341024004000177705ustar00rootroot00000000000000playonlinux/lang/locale/bn/LC_MESSAGES/pol.mo000066400000000000000000000166371341024004000211340ustar00rootroot00000000000000+t;!':#>by   !/Ka&| NY2Y('E)m40) 'HXk; > $X !}  ;` D 4 r d ( @! Gb 2 < <;W<eK6u2>naDI/NG~U8a,M4OaL|l) !#(*+  %"  &$ '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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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/000077500000000000000000000000001341024004000162105ustar00rootroot00000000000000playonlinux/lang/locale/bs/LC_MESSAGES/000077500000000000000000000000001341024004000177755ustar00rootroot00000000000000playonlinux/lang/locale/bs/LC_MESSAGES/pol.mo000066400000000000000000000017331341024004000211300ustar00rootroot00000000000000T '# ;: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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Dodati PlayOnLinux logo u vaš video?SveZapoćni snimanje aplikacijeSnimanje započinjeIzaberite opciju koju želite izmijenitiKojoj aplikaciji želite primijeniti promjene?playonlinux/lang/locale/ca/000077500000000000000000000000001341024004000161675ustar00rootroot00000000000000playonlinux/lang/locale/ca/LC_MESSAGES/000077500000000000000000000000001341024004000177545ustar00rootroot00000000000000playonlinux/lang/locale/ca/LC_MESSAGES/pol.mo000066400000000000000000000007271341024004000211110ustar00rootroot00000000000000$,89Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) playonlinux/lang/locale/cs/000077500000000000000000000000001341024004000162115ustar00rootroot00000000000000playonlinux/lang/locale/cs/LC_MESSAGES/000077500000000000000000000000001341024004000177765ustar00rootroot00000000000000playonlinux/lang/locale/cs/LC_MESSAGES/pol.mo000066400000000000000000001326041341024004000211330ustar00rootroot00000000000000W h%i%x%%% %%#%#%&-&+E&q&&*&&s'(0(4 )$@)#e))))P*I*2E+x+ + +++!++'+&,*,">,&a,,6,/,),%-3E-!y-"-M- .. '.2.I.Q.k.~.L.g.#N/Rr///S/%1>2E2^2u22222 2 23 ?3M3i30y333333$+4&P4 w4444444*4 5 (525*A5 l5z5 555555 6N6Y]6Y677 07<7Q7Y7Ca7(7B795'9 ]9Wk9$99:::4:G:&[: :::*::B:;! ;%B;h;m;#~;*;; ;;O;(F<o<t<<<<3< <<<==6=N=%V= |="======>$>(6>_>r>>>>>>>???9?(H? q?}??? ?+??@@ ,@ 9@G@ [@ f@-t@@@@@@@@4@A&A AANAUA nA{A AAAAAB'B6B GB RB]BeB:zBB4B-C4CKC(kC'CC#CC+D)DD"nD$DD3DY EccEEEE7 F$CFhFF&F]F6!G4XG>GCG;H+LH4xH7H0HI%I4I)9/x;:&3a;4 p} !֓ (0 AL]e}Ɣ1Δ"6 Yd /$ :Ed ~p(d$ ˗0ח!*uEtt036(j1=Ś6:3I+}]HP8+#(?)h1Pğ]+s Y-jB  ɡס2 -< j/v Ϣ -&I p(&1 Xy:#˦xQ`9,eީ9D~v !<^/z+֭*"@cnz -^1 "į" !5@'v+ʰxfn߱fNS ! BPi x 06B$VgVF$keO /Lx+ SrVy(h  UQ8[9`'~&ucA"<N{ ]P2Kl!4Bl;DtzkO%.j@| ,;&0R?oV~E:pdaz{7-X 4+c9SwsI$*H.v 3Z_U)duym7gGB*sFIWq"K WnJ(v-)}Q'3f#6 ij\r@EC#?YC8D\w52R0n|Jb1p_=/M5Y,o<]T=^iZe$N`!%bxA a1Gqfm[H>:g^tP>XM T}kL6Fh 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 version is CURRENTLY IN USEThis 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-06-02 18:37+0000 Last-Translator: Jan Němec Language-Team: Czech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Vybrat soubor Rozbalit balíček Nainstalovat balíček Ukázat tuto zprávu (z {2}) neexistuje! byl odinstalován úspěšně. není platný balíček PlayOnLinux! v počítači. bude nainstalován v: Nastavení aplikace $APPLICATION_TITLEOdinstalátor $APPLICATION_TITLENástroj pro automatickou aktualizaci $APPLICATION_TITLESpouští se laděni $APPLICATION_TITLE...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 právě instaluje vaši aplikaci...$APPLICATION_TITLE správce balíčků: Nástroj na vytvoření zástupce $APPLICATION_TITLEprofil $AUTHOR$PACKAGE havaroval.$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?(pokud je tento seznam prázdný, nainstalujte prosím verzi wine pomocí správce verzí pro wine)Vypadá to, že 7z není nainstalován. Zkontrolujte prosím, zda je 7zip nainstalován a zkuste to znovuZástupce se stejným jménem již existuje, přepsat?Zruš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?VšeJe již aktuální.Při stahování nastala chyba.Je dostupná aktualizovaná verze {0}PoužítOpravdu chcete instalovat {0} balík?Jste si jistý, že chce zavřít všech (0) oken?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?ParametryPřiřazený programPozor!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řeinstalovatZačít zachytávat aplikaceBinární soubor nebyl nalezen: $BINARY\nJe program nainstalován do výchozího umístění?ProcházetChybyPovolením této možnosti můžete instalovat programy, které zahrnují DRM ochranu proti kopírování, která není podporována v (0) a mohlo by být nutné ji přeskočit. Tato vlastnost by neměla být užita pro účely pirátství jako takového nebo brána jako jeho podpora a proto nenabízíme my žádnou podporu pro vás, v případě, že nahlásíte jakékoliv problémy s užitím této vlastnosti.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. 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.StornoNelze najít zástupceProbíhá zachytávání...Nabídka zachytávání (OpenGL)Zachytávací menu (bez OpenGL)Zachytávání začne...Změnit ikonuOvěř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ámVyber záznamov soubor odpovídající softwaru.Vyberte jméno virtuální mechanikyZvolte formát videa pro převodČistí se...Pro pokračování klikněte na DalšíPro spuštění klikněte na DalšíZavřítZavřít všechen {0} softwareZavřít tuto aplikaciPříkazový řádekPříkaz ke spuštění před spouštěním samotného programuKomerčníNastavitNastavení WinePřipojte se k vašemu účtu pro $APPLICATION_TITLEPřipojuje se…Konverze byla dokončenaPřevést zachycený soubor na videoKopíruje se ${filename}Kopíruje se virtuální diskVytvořit zástupceProbíhá vytvoření zástupce...LaděníPříznaky laděníNastavte 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)SmazatVývojář a internetová stránka: VývojDirect Draw RendererZakázatZobrazitChcete, aby se aplikace $APPLICATION_TITLE nainstalovala automaticky?Chcete smazat virtuální disk: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.Zkusit znovu?Chcete $APPLICATION_TITLE aktualizovat a restartovat?DokumentaceNezapomeň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áznamUž mi to nepřipomínejDarovatStáhnout programStahuje se Wine: Stahuje se XQuartzZměnit či aktualizovat existující aplikaciVzděláníVysunout PC CD-ROMPovolitVymazat (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!Chyba: Nelze najít CD-ROM!Chyba: nelze rezervovat platný portUkončitExterní knihovnaVelikost extrahovaného souboru nesouhlasí!Extrahuje se ${filename} z ${archivename}Rozbaluje se Wine...Rozbaluje se: FacebookPř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í!Diskuzní fóraDetekována funkce přepisování, vypínání nahlašování chyb.Podpora GLSLHryObecnéGoogle+GrafikaZde je zdrojový kód skriptu. Velmi pečlivě ho zkontrolujte.SouhlasímNechci vytvářet další zástupceMám problém s aplikacíSoubor jsem již stáhl sámVýběr ikonyIkony:Pokud nevíte, vše odznačte.Obsahuje:NainstalovatNainstalovat program, který není v seznamuInstalovat programInstalovat program do nového virtuálního diskuInstalace součástíInstalace je hotovaInstalovat skriptyNainstalovat knihovnyInstalace byla dokončena.Nainstalované verze Wine: Nainstalované zásuvné modulyInstaluje se XQuartz...Instaluje se zásuvný modul: InternetUkončování všech procesů v prefixuZabít procesProbíhá ukončování programů ve virtuálním disku...Velké ikonyUrčete umístění souboru loguPřihlášení: Hledají se spustitelné CD-ROMyMB staženoVytvořit nového zástupce virtuální mechanikyVytváří se zástupce...Spravovat verze WineManuální instalaceStřední ikonyRůznéPředefinovat zrychlení myšiMultimédiaMultisamplingMůj problém se týká samotné $APPLICATION_TITLENázevNovýNový: NovinkyDalšíNeBez popisuNení dostatek místa ke stažení:\n$URL ($neededSpace KB)Manuál pro {0} nebyl nalezenV souboru autorun.inf není žádná sekce obsahující nastaveníJe třeba No-CDKancelářOffscreen režim vykreslování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-ROMBalíčkovač: Heslo: ZáplatyPřehrát zachycený souborTým PlayOnLinux a PlayOnMac Pod licencí GPL verze 3Správce balíčků PlayOnLinuxPlayOnMac potřebuje nainstalovat XQuartz, aby mohl pracovat správně.PlayOnMac vám pomůže zjednodušit tento krokVyberte 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, 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 instalaceStáhnout XQuartzVysvětlete prosím jasně váš problém (jen anglicky):Poskytněte prosím co nejdetailnější informace, jinak vám bude velmi obtížné pomociVložte prosím CD-ROM a stiskněte další pouze pokud byla nalezena část CD-ROM určená pro Mac OSVyberte si prosímProsím čtěte následující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, instalační soubor ke spuštění.Napište prosím jméno virtuálního disku vaší aplikace.\nToto jméno nesmí obsahovat mezery.Vyčkejte prosím, dokud $APPLICATION_TITLE nezkopíruje soubory:Poč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...Prosím počkejte dokud nebude vytvořeno logo PlayOnLinuxu...Počkejte na vytvoření virtuálního disku...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čenaAdresa proxyNastavení proxyUživatelské jménoHesloPort proxyPřečtěte si soubor TRANSLATORSČíst PC CD-ROMČíst PC CD-ROMČíst manuálNačítání vašeho zařízeníObnovitObnovování {0}RegistraceEditor registrůOdebratRender target mode lockOpravit virtuální diskNahlásit chybuPodejte hlášení o chybě {0}SpustitSpustit .exe soubor v této virtuální mechaniceSpustit místní skriptSpustit průvodce nastavenímSpousťte programy pro Windows na Běží...Skenuji virtuální disk ...Skriptovače: VyhledávatVyberte jiný souborVyberte hlavní grafickou kartu pro hlášení:Poslat zpětnou vazbuNastavit proxyNastavit ikonuNastavení složky Program Files varNastaveníZobrazit virtuální mechanikySimulovat restart windowsMalé ikony$APPLICATION_TITLE $VERSION je příliš stará pro pokračování.\n$APPLICATION_TITLE $NEEDED je vyžadována.Promiňte, potřebujeme detailní popis.Startování 64-bitového procesu $EXEFILE není podporováno v 32-bitových virtuálních discích.Strict Draw OrderingPodporaPodporovaný softwareSprávce úlohTestováníDěkujeme !\n\nVáše oznámení bylo odesláno.Zdá se, že stahování selhalo.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: 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ů.Tento soubor: Tato funkce je v prostředí PlayOnLinux zakázánaTento instalační program je poskytován: Toto je instalátor pro aktualizaci nebo rozšíření;\nNainstalujte nejprve $TITLE_REQUIREDTento 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áTato verze je NYNÍ V POUŽÍVÁNÍTato virtuální mechanika je chráněnaTento průvodce vám pomůže instalovat Tento 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í: NástrojePřeklady:TwitterUživatelé Ubuntu musejí přidat zdroj MEDIBUNTU,\naby kódování proběhlo správně.Nemohu najít soubor: Nelze najít verzi: Nebylo možné nainstalovat XQuartz! Musíte jej nainstalovat, aby bylo možné používat Wine správně.OdinstalovatOdinstalace...Obnovení GITInstrukce pro aktualizaciAktualizovat wineprefixProbíhá aktualizace $APPLICATION_TITLE z GITu...Aktualizuje 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íNejvětší ikonyGrafická karta nemá dostatek pamětiVelikost paměti grafické kartyVirtuální mechanikaTvůrce virtuálního diskuVirtuální diskyVAROVÁNÍ. Nejprve prosím použijte POL_SetupWindow_InitČekáni až se nainstaluje XQuartzVarová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í: Jakýkoliv program nadále běžící na tomto virtuálním disku bude ukončen ještě než bude změněna verze Wine. Jste si jistý, že chcete pokračovat?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í: Máte spuštěnou aplikaci $APPLICATION_TITLE $VERSION.\nPro pokračování je však doporučena aplikace $APPLICATION_TITLE $NEEDED.Určili jsme, že program, který chcete nainstalovat je: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 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 $APPLICATION_TITLE manuálním instalačním programu.\n\nTento skript vám dovolí nainstalovat jakýkoliv program na $APPLICATION_TITLE a používat jej se všemi nástroji\n\nVarování: Nejsme schopni garantovat, že vaše aplikace bude fungovat perfektně.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?O jakou příponu se jedná?Jaké je jméno vašeho programu?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?Kde jeKde je připojena vaše CD-ROM?Na kterou aplikaci chcete použít změny?Kterou verzi WINE chcete použít?Restartování WindowsZdá se, že wine havarovalo\n\nNicméně pokud program stále běží, tak toto hlášení můžete ignorovatWine odinstalátorVerze WineVerze WineXQuartz byl nainstalován.AnoPokoušíte se otevřít skript určený pro {0}! Možná to nebude fungovat tak, jak čekáteToto okno není možné zavřítNevybrali jste hruMusíte zvolit záznam pro převodMusíte zvolit záznam pro čteníMusíte vybrat soubor!Musíte vybrat hru ke změnámAby se změny projevily, tak musíte {0} restartovat.Nejprve nainstalujte pro pokračováníK použití {0} byste to měli nainstalovatVaše verze $APPLICATION_TITLE není aktuální.\nNež budete posílat oznámení o chybě, tak musíte nejprve $APPLICATION_TITLE aktualizovat.\nDěkujemeVaše Linuxové jádro nemusí být nakonfigurováno, aby mohlo spouštět Win16 programy pod Wine\nSee $EXPLANATION_URLSouborový systém může znemožnit korektní běh {0}. Pro více detailů spusťte prosím {0} v termináluVaše jádro může být nekompatibilní se spostěním Win16 programů pod Wine\nSee $EXPLANATION_URLVaše grafická karta nemá dostatek paměti!\nMůže to způsobit nefunkčnost hrynení zkratkou ikonyzv prostředí $APPLICATION_TITLE.{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} nastavení{0} stránka není dostupná. Zkontrolujte, prosím, vaše připojení{0} manažer verzí wineplayonlinux/lang/locale/da/000077500000000000000000000000001341024004000161705ustar00rootroot00000000000000playonlinux/lang/locale/da/LC_MESSAGES/000077500000000000000000000000001341024004000177555ustar00rootroot00000000000000playonlinux/lang/locale/da/LC_MESSAGES/pol.mo000066400000000000000000000277621341024004000211220ustar00rootroot000000000000004L   !'8`&d6!" #'KRYp   &6Rh$& + ;\NnYYq   (1Zj  + ( 5 CNSW\_n     (('Q)y40 ')/ Yz  '3 BMcs{ %  +7 > JW` t 2UGf \    I+uM ;Z  M$,!Q s  ,  % &+'Ai+n10- 3 R p y     % $!&*! Q!_!$x!!'!!!"!""4"H" X"c"s""""P"b #bo## # ##$ $$$&$ *$7$<$E$L$[$ c$+m$$)$$$%#%B%K% `%m% v%*%%%% %%%%%&&.&5&K&c&{&&&& & &&7&5!'7W'1',''!'!(43('h(( )*) ;)G) Y)d) {)) ) ) ))))') *"*!=*_*s*x* * ** * **3*n +Jx+!+ ++h, i, u,, ,P,,^-5-. ..;.J.WM..1.,.+/G/ J/T/ f/q/:///)lvb }CH(>$ <3@ 'u5Ls^%/nFg`MzIy=dK_EQPqU7xe" 4c|T\VNoZ-!mYh2&f[RX{ 8t,B#]a69JrOS0ip1AGW:k?j D+~w;*.About {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 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 conversionCloseClose all {0} softwareClose this applicationCommand promptConfigureConfigure WineConversion 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: DevelopmentDisableDisplayDonateEducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeIcons:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall scriptsInstallation finished.Installed Wine versions: Installed pluginsInternetKill processesLarge iconsLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMedium iconsMiscellaneousMultimediaNameNewNextNoNo descriptionNo manual found for {0}OfficeOpen 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 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 your Windows programs on Scriptors: SearchSet a proxySet the iconSettingsShow virtual drivesSmall iconsTask managerTestingThe following people contributed to this program: 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 virtual drive is protectedToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.UninstallUpdate GITVery large iconsVirtual 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 are trying to open a script design for {0}! It might not work as expectedYou 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} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-08-14 21:02+0000 Last-Translator: Christiansen Language-Team: Danish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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 ønsker at afinstallere: Er du sikker pa at du ønsker at installere: Tilgængelige Wine versioner: 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 navn til det virtuelle drevVælg videoformat for konverteringLukLuk alt {0} softwareLukke dette programcommando promptKonfigurerKonfigurer WineKonvertering 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: UdviklingDeaktiverUdseendeDonérUddannelseAktiverAfslutFilGLSL SupportSpilGenereltGrafikJeg acceptererIkoner:InstallerInstaller et program der ikke er på listenInstaller et programInstaller et program på et virtuelt drevInstallationsscriptsInstallation afsluttetInstallerede Wine versioner : Installerede udvidelsesmodulerInternetSlå processen ihjelStore ikonerLogind: MB downloadetSkab en ny genvej fra dette virtuelle drevHåndter Wine versionerMellemstore ikonerDiverseMultimedieNavnNyNæsteNejIngen beskrivelseIngen manual fundet til {0}KontorÅ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 afspillesVent 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 dine windows programmer på Script-forfattere: SøgAngiv en proxyAngiv ikonetIndstillingerVis virtuelle drevSmå ikonerTask managerTesterFølgende personer har bidraget til dette program: Dette 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:Ubuntu bruger skal tilføjge MEDIBUNTU arkivet\nfor at dette konverteringsformat skal fungere ordentlig.AfinstallerOpdater GITMeget store ikonerVirtuelt drevAdvarsel: For korrekt videokodning,\n SKAL opløsningen være et multiplum af 16Velkommen 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.Hvilket program ønsker du at anvende ændringen på?Windows genstartWine versionWine versionerJaDu prøver at åbne et script designet til {0}! Det vil måske ikke virke som forventetDu valgte ikke et spilDu skal vælge den optagelse der skal konverteresDu skal vælge den optagelse der skal læsesDu skal vælge et spil der skal modificeresaf{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/000077500000000000000000000000001341024004000161745ustar00rootroot00000000000000playonlinux/lang/locale/de/LC_MESSAGES/000077500000000000000000000000001341024004000177615ustar00rootroot00000000000000playonlinux/lang/locale/de/LC_MESSAGES/pol.mo000066400000000000000000001363211341024004000211160ustar00rootroot00000000000000$W,%%%%% %%#%#&:&M&+e&&&*&&'=(0(4+)$`)#)))b).*P-+I~+2++ , ,$,;,![,},',,,",&, -6-/H-)x-%-3-!-".MA. .. ...../L/gi/#/R/H0O0ST0122223(3>3N3 `3 33 33303-4I4_43z4$4&4 4552585O5f5*u5 5 55*5 55 6.6B6X6j66 6N6Y6Y:777 7777C7((8BQ8959 9W9$F:k::::::&: ;;!;*(;S;BY;;!;%;;;#<*%<P< c<p<Oy<(<<< ==3=3:= n={====6=6=>%> 6>"W>z>>>>>>>(>?,?GHCH;H+I42I7gI0IIII)I JAJ9J KK (K4K CKNKdKuKKKKKKKKKK LL6L%:L`LsLL LL LLL$L M 0M 0N6Z.q>_V?_k\f%Pa#&dyB!b3Irho]I?<h`uR@YO"U~lN7Hj 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nSelect its shortcut and click on "Debug" in the side panel to get more details.$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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyHow much memory (in MB) 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 don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 version is CURRENTLY IN USEThis 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-07-27 23:00+0000 Last-Translator: Jonatan Zeidler 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Wähle eine Datei Paket extrahieren Paket installieren Zeige diese Nachricht (von {2}) existiert nicht! wurde erfolgreich Deinstalliert. ist kein gültiges PlayOnLinux-Paket! auf Ihrem Computer. wird installiert in: $APPLICATION_TITLE Anwendungskonfigurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE Auto-Updater$APPLICATION_TITLE Fehlerdiagnose startet…$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 installiert Ihre Applikation...$APPLICATION_TITLE Paketverwalter: Starterersteller für $APPLICATION_TITLE$AUTHOR profile$PACKAGE abgestürzt.$PACKAGE ist abgestürzt.\nWählen Sie den Starter und klicken Sie auf Fehlerdiagnos für mehr Details.$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)7z ist nicht installiert, bitte prüfe ob 7zip installiert ist und versuche es erneutEin Starter mit diesem Namen existiert bereits, überschreiben?Breche 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?Wollen sie alle {0} Fenster schließen?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?ParameterZugewiesenes ProgrammAchtung!Automatische 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 installierenAufnahme der Anwendung beginnenBinärdatei nicht gefunden: $BINARY\nIst das Programm im Standardverzeichnis installiert?DurchsuchenFehlerMit dieser Option können Programme installiert werden, die den Kopierschutz einer digitalen Rechteverwaltung (DRM) einsetzen, der nicht durch {0} unterstützt wird und möglicherweise umgangen werden muss. Diese Funktion sollte nicht als implizierte Billigung von Rechtsverstößen verstanden werden. Wir werden keinerlei Unterstützung für Probleme anbieten, die aus dieser Option resultieren.Durch 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.AbbrechenDer Starter konnte nicht gefunden werdenAufnahme läuft …Aufnahmemenü (OpenGL)Aufnahmemenü (nicht OpenGL)Aufnahme wird beginnen …Symbol ändernÜ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ä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 KonvertierungBereinige...Klicken Sie auf Weiter um fortzufahrenKlicken Sie auf Weiter um die Installation zu startenBeendenBeende alle {0} ProgrammeDiese Anwendung schließenKommandozeileExec Befehl, der vor dem Ausführen des Programms, ausgeführt wirdKommerziellKonfigurierenWine konfigurierenVerbinde mit Ihrem $APPLICATION_TITLE AccountVerbindungsaufbau …Konvertierung abgeschlossenErstelle ein Video aus einer aufgenommenen DateiKopiere ${filename}Kopiere virtuelles LaufwerkStarter erstellenErstelle Starter…FehlerdiagnoseFehlerdiagnosesymboleWä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öschenEntwickler und Internetauftritt: EntwicklungDirect Draw RendererDeaktivierenAnzeigeWollen Sie $APPLICATION_TITLE automatisch für Sie installieren lassen?Möchten Sie das folgende virtuelle Laufwerk entfernen: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 es erneut versuchen?Wollen Sie $APPLICATION_TITLE aktualisieren und neu zu starten ?DokumentationVergessen Sie nicht, bis PlayOnMac Werkzeuge Menü -> Lesen Sie die PC CD-ROM, bevor Sie Ihr Spiel ausführenInstalliere kein XQuartz im MomentKeine Logfile anlegenNicht mehr erinnern.SpendenHerunterladen des ProgrammsWine wird heruntergeladen: XQuartz wird heruntergeladen...Editiere oder aktualisiere eine bestehende ApplikationBildungWerfe die PC CD-ROM herausAktivierenLösche (Inhalte des virtuellen Laufwerk gehen verloren)FehlerFehler ! Dateien stimmen nicht überein\n\nLokal : $LOCAL_MD5\nServer : $SERVER_MD5Fehler!Fehler: Die CD kann nicht gefunden werden!Fehler: Konnte keinen gültigen Port findenBeendenExterne BibliothekExtrahierte Dateigröße stimmt nicht überein!Extrahiere ${filename} von ${archivename}Entpacke Wine...Entpacke: FacebookVerbindung 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!ForenOverride-Funktion erkannt wird, deaktiviere Bug-ReportingGLSL-UnterstützungSpieleAllgemeinGoogle+GrafikHier der Quelltext des Skripts. Prüfen Sie es sorgfältigWie viel Speicher (MB) hat Ihre Grafikkarte?Ich stimme zuIch möchte keinen anderen Starter erzeugenIch habe ein Software-ProblemIch habe die Datei selbst heruntergeladenIcon AuswahlSymbole:Wenn Sie es nicht wissen, deaktivieren Sie alleEinschließlich:InstallierenInstalliere ein Programm, das nicht aufgelistet istInstalliere ein ProgrammInstalliere ein Programm in einem neuem virtuellen LaufwerkInstalliere KomponentenInstallation fertiggestelltSkripte installierenInstalliere einige BibliothekenInstallation erfolgreich!Installierte Wine-Versionen: Installierte ErweiterungenXQuartz wird installiert...Installiere Plugin: InternetTötet alle Präfix-ProzesseProzesse abwürgenBeende Programme im virtuellen Laufwerk ...Große SymboleLokalisiere diese LogdateiAnmeldung: Suche nach laufenden CD-ROMsMB heruntergeladenEinen neuen Starter für dieses virtuelle Laufwerks erstellenErstelle Starter…Wine-Versionen verwaltenManuelle InstallationMittelgroße SymboleDiversesMaussprung außer Kraft setzenUnterhaltungMehrfachabtastungMein Problem betriff $APPLICATION_TITLE selbstNameNeuNeu: NeuigkeitenWeiterNeinKeine BeschreibungKein Platz zum Download:\n$URL ($neededSpace KB)Kein Handbuch für {0}Setup-Ort in autorun.inf nicht gefundenKeine CD benötigtBüroOffscreen-Rendering-ModusEine 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 LeserProgramm zum Erstellen von Paketen: Passwort: KorrekturenEine Aufnahmedatei abspielenPlayOnLinux und PlayOnMac Team Unter GPL Lizenz Version 3PlayOnLinux package managerPlayOnMac benötigt XQuartz, um korrekt zu funktionieren.PlayOnMac wird Ihnen helfen, diesen Schritt zu vereinfachenWä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 beschreiben Sie Ihr Problem ausführlichBitte geben Sie weitere Details an, sofern Sie können, sonst wird es sehr schwierig werden, Ihnen zu helfenBitte legen Sie Ihre CD-ROM ein und drücken Sie nur weiter, wenn der Finder den Mac OS Teil Ihrer CD-ROM gefunden hatBitte wählen SieBitte dies lesenBitte wählen Sie eine Fehlerdiagnose-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ähle die Installationsdatei zum Ausführen.Bitte geben Sie einen Namen für Ihre Anwendung des virtuellen Laufwerks ein.\nDer Name sollte keine Leerzeichen enthalten.Bitte warten Sie, während $APPLICATION_TITLE die Dateien kopiert:Bitte 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, während das PlayOnLinux-Logo erstellt wird …Bitte warten Sie während das virtuelle Laufwerk erstellt wird...Bitte warten, 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}RegistrierenRegistrierungseditorEntfernenRender Target Modus sperrenVirtuelles Laufwerk reparierenFehler meldenProblem melden über {0}AusführenEine .exe-Datei im virtuellen Laufwerk ausführenEin lokales Skript ausführenKonfigurationsassistent ausführenFühren Sie ihr Windows-Programm aus auf Läuft...Durchsuche das virtuelle LaufwerkSkriptschreiber: SuchenWähle eine andere DateiWähle die Haupt-Videokarte zum berichten:Rückmeldung gebenEinen Proxy festlegenSymbol festlegenSetze Program Files VariablenEinstellungenZeige virtuelle LaufwerkeSimuliere Windows NeustartKleine SymboleLeider ist $APPLICATION_TITLE $VERSION zu alt, um fortzufahren.\nAPPLICATION_TITLE $NEEDED ist erforderlich.Entschuldigung. Wir benötigen eine detailiertere Beschreibung Ihres Problems.Das Starten des 64-bit-Prozesses $EXEFILE in 32-bit virtuellen Laufwerken wird nicht unterstützt.Strict Draw OrderingUnterstützungUnterstützte AnwendungenSystemüberwachungTestenVielen Dank!\n\n Dein Bericht wurde gesendet.Der 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: Der Starter wurde auf dem Desktop platziertDas virtuelleZiel-Laufwerk $PREFNAME existiert bereits:Das virtuelle Laufwerk welches in Verbindung mit {0} ({1}) steht, existiert nicht länger.Es ist nichts installiert, um .{0} Dateien auszuführen.Diese Datei: Diese Funktion ist in der PlayOnlinux Umgebung deaktiviert.Dieses Installationsprogramm wird unterstützt von: Dies ist ein Installationsprogramm für eine Aktualisierung oder eine Erweiterung;\nBitte installieren Sie zuerst $TITLE_REQUIRED.Diese 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 Version wird gerade verwendetDieses virtuelle Laufwerk ist geschütztDieser Assistent wird Ihnen bei der Installation helfen Dieser 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: WerkzeugeÜbersetzungen:TwitterUbuntunutzer 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: XQuartz konnte nicht installiert werden! Sie müssen es selbst installieren, damit wine korrekt funktioniert.DeinstallierenDeinstalliere...Update GITAktualisiere InstruktionenUpdate wineprefixAktualisieren von $APPLICATION_TITLE aus GIT ...Update 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 WineBenutzerabbruchSehr große SymboleIhre Grafikkarte verfügt über nicht ausreichend ArbeitsspeicherVideospeichergrößeVirtuelles LaufwerkVirtual drive creatorVirtuelle LaufwerkeACHTUNG! Bitte zuerst POL_SetupWindow_Init nutzenWarten während XQuartz installiert 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.\nEs wird empfohlen nur dann fortzufahren, wenn Sie wissen was Sie tun.Warnung: Alle laufenden Programme in diesem virtuellen Laufwerk werden beendet, wenn die Wine-Version geändert wird. Sind Sie sicher, dass Sie fortfahren möchten?Warnung: Dieses Tool ist für fortgeschrittene Anwender. Um ein Programm mit {0} sauber zu deinstallieren, müssen Sie das verbundene virtuelle Laufwerk löschenWarning: For correct video encoding, resolution MUST be a multiple of 16Achtung: Sie führen $APPLICATION_TITLE $VERSION aus.\n$APPLICATION_TITLE $NEEDED wird empfohlen, um fortzufahren.Wir haben festgestellt, dass Sie das gewünschte Programm installieren möchten :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.Wilkommen bei Detour, einer Erweiterung, die es Ihnen ermöglicht, Verknüpfungen nach einer Installation anzulegen.Willkommen 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 erwartetWillkommen bei dem $APPLICATION_TITLE Installations-Assistenten.\n\nDieses Skript erlaubt die Installation aller Programm für $APPLICATION_TITLE und die Nutzung mit all den Werkzeugen\n\nWarnung: Wir können nicht garantieren, dass die Anwendung perfekt funktionieren wird.Willkommen bei $APPLICATION_TITLE virtueller Laufwerk Ersteller.\n\nDas Tool hilft Ihnen, ein neues virtuelles Laufwerk zu erstellenWas möchten Sie tun?Was ist die Erweiterung?Wie ist der Name Ihres Programms?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?Wo istWohin ist Ihr CD-ROM gemountet?Auf welche Anwendung möchten Sie die Änderung anwenden?Welche Version von Wine möchte Sie nutzen?Windows-NeustartWine scheint abgestürzt zu sein\n\nWenn Ihr Programm weiter läuft, ignorieren Sie diese NachrichtWine UninstallerWine-VersionWine-VersionenXQuartz wurde installiert.JaSie versuchen, ein Skript Design für {0} zu öffnen! Es kann nicht wie erwartet arbeitenSie können dieses Fenster nicht schließenSie haben kein Spiel ausgewähltSie 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 {0} neu starten, damit die Änderungen wirksam werden.Sie müssen es installieren, um fortzufahrenSie sollten es installieren um {0} verwenden zu könnenIhre Version von $APPLICATION_TITLE ist nicht aktuell.\nSie müssen $APPLICATION_TITLE aktualisieren bevor sie einen Fehlerbericht senden können.\nDankeMöglicherweise ist Ihr Linuxkernel nicht so konfiguriert, dass Win16-Programme unter Wine ausgeführt werden können.\nMehr Infos unter $EXPLANATION_URLIhr Dateisystem verhindert {0} vom korrekten Ausführen. Bitte öffnen Sie {0} in einem Terminal, um mehr Details zu erhaltenMöglicherweise ist Ihr Kernel inkompatibel mit Win16-Programmen unter Wine.\nMehr Infos unter $EXPLANATION_URLIhre Grafikkarte hat nicht genügend Speicher!\nEs könnte des Spiels beim Ausführen verhindernist keine Symbolerweiterungvonin der $APPLICATION_TITLE Umgebung.{0} Assistent{0} kann nicht {1} finden{0} Konfiguration{0} Konsole{0} Fehlerdiagnose{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} Einstellungen{0} Website ist nicht verfügbar. Bitte überprüfen Sie Ihre Verbindung{0} Wine-Version-Verwaltungplayonlinux/lang/locale/el/000077500000000000000000000000001341024004000162045ustar00rootroot00000000000000playonlinux/lang/locale/el/LC_MESSAGES/000077500000000000000000000000001341024004000177715ustar00rootroot00000000000000playonlinux/lang/locale/el/LC_MESSAGES/pol.mo000066400000000000000000000142621341024004000211250ustar00rootroot00000000000000@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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) ΒοηθήματαΕνεργοποίηση υποστήριξης 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/000077500000000000000000000000001341024004000165565ustar00rootroot00000000000000playonlinux/lang/locale/en_GB/LC_MESSAGES/000077500000000000000000000000001341024004000203435ustar00rootroot00000000000000playonlinux/lang/locale/en_GB/LC_MESSAGES/pol.mo000066400000000000000000001267021341024004000215020ustar00rootroot00000000000000W h%i%x%%% %%#%#%&-&+E&q&&*&&s'(0(4 )$@)#e))))P*I*2E+x+ + +++!++'+&,*,">,&a,,6,/,),%-3E-!y-"-M- .. '.2.I.Q.k.~.L.g.#N/Rr///S/%1>2E2^2u22222 2 23 ?3M3i30y333333$+4&P4 w4444444*4 5 (525*A5 l5z5 555555 6N6Y]6Y677 07<7Q7Y7Ca7(7B795'9 ]9Wk9$99:::4:G:&[: :::*::B:;! ;%B;h;m;#~;*;; ;;O;(F<o<t<<<<3< <<<==6=N=%V= |="======>$>(6>_>r>>>>>>>???9?(H? q?}??? ?+??@@ ,@ 9@G@ [@ f@-t@@@@@@@@4@A&A AANAUA nA{A AAAAAB'B6B GB RB]BeB:zBB4B-C4CKC(kC'CC#CC+D)DD"nD$DD3DY EccEEEE7 F$CFhFF&F]F6!G4XG>GCG;H+LH4xH7H0HI%I4I)nbntnnPoIo2pNp ap kpwpp!pp'ppq!q&6q]q6cq/q)q%q7r!Rr"trMr rr s s"s*sDsWsNrsps#2tRVtttSt v"w)wBwYwowwww w wx $x2xNx0_xxxx3x$y'6y ^yjyyyyyy*y z zz*(z Szaz qzzzzzz zNzYD{Y{{{ |#|8|@|CH|(|B|}5~ D~XR~$~~~/&C jt*B! %,RW#h* ʀ׀P(1Z_q3 ց69%A"g"Â(#L_u̓ 3,B o{ +„ * 7E Y d-r<˅' HW^ x ҆'@ Q \go:=ۇ-G^(~'ψ!! ++)W"$ɉ3Xcuي7$Rw%]ы6/4f;C׌:+V470 /?)H r;# _m  Ώߏ !18P er:̐ߐ ! @LS$g ֑͑ c+rJ &).$X}edd`nŔ24,g2=Ǖ- 39?*yUJE&٘ ™"+M1I(ɚ dsD  $'6^{' Ȝ"6Yv  ڝ& /=S/b#PJjm:#^O2<oFkLХ !0*.[;Ҧ,;SJ ʧP;X$r! Ѩ4"' J~k^lI\Sg& ɫ ۫ 0>@&]] b8oeO /Lx+ SrVy(h  UQ8[9`'~&ucA"<N{ ]P2Kl!4Bl;DtzkO%.j@| ,;&0R?oV~E:pdaz{7-X 4+c9SwsI$*H.v 3Z_U)duym7gGB*sFIWq"K WnJ(v-)}Q'3f#6 ij\r@EC#?YC8D\w52R0n|Jb1p_=/M5Y,o<]T=^iZe$N`!%bxA a1Gqfm[H>:g^tP>XM T}kL6Fh 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 version is CURRENTLY IN USEThis 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-04-12 00:27+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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR's profile$PACKAGE crashed.$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?(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 againA shortcut by that name already exists. Overwrite?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 occured 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 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?ArgumentsAssigned programAttention!Automatic 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 $SOFTNAMEBegin the capture of an applicationBinary not found: $BINARY\nHave you installed the program to the default location?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Change the iconChecking 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 log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversion:Cleaning...Click Next to continue.Click Next to StartCloseClose all {0} softwareClose this applicationCommand PromptCommand to exec before running the programCommercialConfigureConfigure WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject the PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with the softwareI've downloaded the file by myselfIcon selectionIcons:If you are unsure, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall has finished!Install scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed plug-insInstalling XQuartz...Installing plug-in: InternetTerminate all prefix processesKill processesTerminating programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNoT enough space to download:\n$URL ($neededSpace KB needed)No Manual found for {0}No set-up location found in autorun.infNO-CD RequiredOfficeOff-Screen rendering modeOpen 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 in order to work properly.PlayOnMac will help you to simplify this stepPlease 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 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 explain your problem clearly (english only):Please give as much detail as you can, otherwise, it will be very difficult to help you.Please insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make a choicePlease 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 set-up 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 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 the PlayOnLinux logo is created...Please wait while the virtual drive is being created...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 that 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.Proxy addressProxy configurationProxy loginProxy passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-ROMRead the ManualReading device...RefreshRefreshing {0}RegisterRegistry EditorRemoveRender target mode lockRepair virtual driveReport a bugReport a problem about {0}RunRun a Windows Executable (.exe) file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send feedbackSet 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 more detailed description.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask ManagerTestingThank you !\n\nYour report has been sent.The download appears 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 target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis plugin will allow you to capture your applications under PlayOnLinux.This 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 version is CURRENTLY IN USEThis virtual drive is protectedThis wizard will help you install This 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: ToolsTranslations:TwitterUbuntu 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! You must install it to use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate wineprefixUpdating $APPLICATION_TITLE from GIT...Updating 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 abortVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWARNING. Please use POL_SetupWindow_Init first.Waiting for XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?Warning: 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 16!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 :Welcome 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 $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 the manual installation wizard for $APPLICATION_TITLE \n\nThis script will allow you to install any program on $APPLICATION_TITLE and use it with all the tools\n\nCaveat: We are, however, 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 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 is file?Where is your CD-ROM mounted?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 message.Wine UninstallerWine versionWine versionsXQuartz has been installed.YesYou are trying to open a script designed for {0}! It might not work as expected.You cannot close this windowYou did not select a gameYou 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt may prevent the game from working.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 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerplayonlinux/lang/locale/es/000077500000000000000000000000001341024004000162135ustar00rootroot00000000000000playonlinux/lang/locale/es/LC_MESSAGES/000077500000000000000000000000001341024004000200005ustar00rootroot00000000000000playonlinux/lang/locale/es/LC_MESSAGES/pol.mo000066400000000000000000001235411341024004000211350ustar00rootroot00000000000000< 3\(#)#8#M#b# u########+$1$P$*p$$3%%0&4&$'#%'I'Y'k'Pj(I() ) ").)E)!e))')))")&)*6*)R*%|*3*!*"*M+ i+s++++++L+g8,#,R,--7.>.W.n..... . ./ 8/F/b/0r////3/$$0&I0 p0|000000*0 1 !1+1*:1 e1s1 111111 1N2YV2Y2 33 )353J3R3CZ3(3B3 55 5WV5$555566&.6 U6_6q6*x66B66!6%7;7@7#Q7*u77 7O7(898>8P8`8 z8888688%8 9"$9G9V9]9}9999(999 ::0:G:a:s:::::(: :;; ; =;+K;w;;; ; ;; ; ;-;)<.<2<8<=<@<4O<<&< <<< << =7=J=i=x=='== = ===:=7>S>j>(>'>>#>?+7?)c?"?$??3?Y(@c@@@A7*A$bAAA&A]A6@B4wB>BCB;/C+kC4C7C0D5DDDSD)[D DD91E kEyE EE EEEEEEFF&F/F?FFF^F sFFF%FFFF GG 9GEGLG$`G G GGGGG GcG&]HH HH"HHeHdOIdInJ2J,J2JBK-^K K9K*KUKGSLL|MN7NO""O+EOPqOIO( P5P ;P\IPPP PP PPQ'$QLQhQ&pQ QQQQQ R""RERbRzRRR RR&RS S(S>S.MS|SMTUIUmU:QVVM#W2qWWk{XXX Y!7Y0YY.YYYY;Y,7ZdZRsZZ Z ZZ[M[`[}[$[![[ [4\"L\ o\~\l]T|]]]&] ^^3^ E^ Q^ ^^h^0y^9^,^[_[m_ _8_`~)`aaaa a b)b& zIzZz!uzzzzzzz{"{07{h{}{{{{{||/|H|%Q|w|/|||||}4%}Z}t}}} }2} } }* ~6~(=~f~ n~x~{~A~~9~$7+?k{$( &5+av  A%82^/Ӂ*/:,j+$ÂBE+sq+<</y,Մd6g,J˅@=W'5)(F[ l5y+ۇG~ƈۈ &BT es  Ɖ'͉"$G/N~$$  &4>sڋt3|Ɍ !f'eevZ9ю/ 1;3m2ԏ=-!ODҐ)A"#$ ,/X\Q) 1 >{L ȕ" )?_+u$Ɩ6̖/"*R/}*'ؗ!"<,Ly0˜"<>O^(cw7ɜUn=ĝ~m$-ܟ2 =X!a1.SI^nY#(Lk%6+';ƣ[Pʤ$ͤ . = KU2oN.f \NB%a~u (7TP0X 5MDBQJqxK[6&bRL Ip  |>!/ke )J.+^onL|]F7_YAyCk?+`pNWO:fil<&Zv(tM3]ng[re59UxY6oR1D B$m<`}rh@h){9!HO{8wlz"G#bc 'I}#/N~wAjvQ*.y'\gmdSzV8";as%K-=SZU302sj$4cf1\_* ud=@tWEFTP4,qC^; ?2-V X:iHEG>, 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 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 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 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse 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 modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Set 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 managerTestingThe 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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: 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 instructionsUpdate 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 firstWarning !!\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 :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 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 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 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 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 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 workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-08-05 22:41+0000 Last-Translator: kanito8a 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Eligir un archivo Extraer el paquete Instalar el paquete Mostrar este mensaje (desde {2}) no existe ha sido desinstalado satisfactoriamente. no es un paquete PlayOnLInux válido! en su equipo. se instalará en: Configurador de la aplicación $APPLICATION_TITLEDesinstalador de $APPLICATION_TITLE$APPLICATION_TITLE auto-actualizarSe está arrancando el depurador $APPLICATION_TITLE$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 está instalando la aplicación...Gestor de paquetes $APPLICATION_TITLE: $APPLICATION_TITLE creador de atajoPerfil de $AUTHOR$PACKAGE abortado.$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?(Sí este listado está vacío, instale una versión de wine con el gestor de versiones de wine)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?TodoYa está al día.Ha ocurrido un error durante la descarga.Una versión actualizada de {0} está disponibleAplicar¿Está seguro que desea instalar el paquete {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?ArgumentosPrograma asignadoInstalació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 $SOFTNAMEEmpezar la captura de una aplicaciónBinario no encontrado: $BINARY\n¿Tienes instalado el programa en el directorio por defecto?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.CancelarNo se puede encontrar el atajoCapturando...Menú de captura (OpenGL)Menú de captura (sin OpenGL)Comenzará la captura...Cambiar el iconoComprobando 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 modificarCierre el archivo de errores de su softwareElija el nombre de la unidad virtualElija el formato de vídeo para convertirLimpiando...Pulse Siguiente para continuar.Pulse Siguiente para comenzarCerrarCierre todos los programas de {0}Cerrar esta aplicaciónLínea de comandosComando a ejecutar antes de ejecutar el programaComercialConfigurarConfigurar WineConectar con su cuenta de $APPLICATION_TITLEConectando…Conversión completaConvertir un archivo de captura a vídeoCopiando ${filename}Copiando la unidad virtualCrear un acceso directoCreando acceso directo ...DepuradorParámetros de depuradoDefina 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)BorrarDesarrollador y página Web: DesarrolloRenderizador Direct DrawDesactivarMostrar¿Quiere que $APPLICATION_TITLE lo instale automáticamente?¿Quiere borrar la unidad virtual:¿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 volver a intentarlo?¿Quieres actualizar y reiniciar $APPLICATION_TITLE?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ónDescargar el programaDescargando Wine: Descargando XQuartzEditar o actualizar una aplicación existenteEducaciónExpulsar el PC CD-ROMActivarBorrar (contenido del disco virtual se perderá)Error¡Error! Los archivos no coinciden\n\nLocal: $LOCAL_MD5\nServidor: $SERVER_MD5¡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 Wine...Extrayendo: Falló 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!Soporte GLSLJuegosGeneralGráficosEste es el código fuente del script. Compruébelo con cuidadoEstoy de acuerdoNo quiero crear otro atajoTengo un problema con el programaYo mismo descargue el archivoSelección de iconoIconos:Si no sabe, deseleccione todasIncluir:InstalarInstalar un programa no-listadoInstalar un programaInstalar un programa en una nueva unidad virtualInstalar componentesLa instalación ha finalizadoInstalar scriptsInstalar algunas bibliotecasInstalación finalizada.Versiones de Wine instaladas: Complementos instaladosInstalando XQuartz...Instalando complemento: InternetDetener todos los procesos prefijadosMatar procesosCerrando los programas en la unidad virtual ...Iconos grandesBuscar este archivo de registroNombre de usuario: Buscando CD-ROMs ejecutablesMB descargadosCrear un nuevo acceso directo de esta unidad virtualCreando acceso directo...Gestiona versiones de WineInstalación manualIconos medianosMisceláneaInvalidar la sobreescritura del puntero del ratónMultimediaMultimuestreoMi problema concierne a $APPLICATION_TITLENombreInstalar un programa en un nuevo prefijoNuevo: SiguienteNoSin descripciónNo hay espacio disponible para descargar:\n$URL ($neededSpace KB)Manual no encontrado en {0}No encontró la ubicación de instalación en autorun.infNo es necesario CDOficinaModo de renderización fuera de la pantallaAbrir 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 PCEmpaquetador: Contraseña: ParchesReproducir un archivo de capturaEquipo de PlayOnLinux y PlayOnMac Bajo la licencia GPL versión 3Gestor de paquetes PlayOnLinuxPor 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 ejecutarElija 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, explique su problema de manera clara (solo en inglés):Suministrar más detalles, de lo contrario, será muy difícil ayudarInserte su CD-ROM, y presione " continuar " sólo cuándo Finder haya encontrado los datos para Mac OS de su CD-ROMHaga su elecciónLea el siguiente mensajePor 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 iconoSeleccione el archivo instalador a ejecutar.Introduzca un nombre para la unidad virtual de la aplicación.\nEl nombre no debe contener espacios.Espere mientras $APPLICATION_TITLE copia los archivos:Espere 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...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 manualLeyendo su dispositivoActualizarActualizando {0}RegistrarseEditor del RegistroQuitarBloquear modo de renderizado de destinoReparar la unidad virtualInformar de un errorInformar sobre un problema con {0}LanzarEjecutar un archivo .exe en esta unidad virtualEjecutar un script localEjecutar asistente de configuraciónEjecute sus programas de Windows en Ejecutando...Escaneándo la unidad virtual...Scriptors: BúsquedaSeleccione otro archivoSelecciona la tarjeta de video principal a reportar:Establer un proxyEstablecer el iconoConfigurar Program Files varOpcionesMostrar unidades virtualesSimular reinicio de WindowsIconos pequeñosLo sentimos, $APPLICATION_TITLE $VERSION es demasiado antiguo para continuar. Necesita \n$APPLICATION_TITLE $NEEDED.Lo sentimos, necesitamos una descripción detalladaOrden de dibujo estrictoAdministrador de tareasEn pruebasLa descarga parece haber fallado.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: 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.Este archivo: Esta función está desactivada en el entorno de PlayOnLInux.Este 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.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 unidad virtual está protegidaEste asisten le ayudará a instalar Este 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: HerramientasTraducciones:Los 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: DesinstalarDesinstalando...Actualización de GITInstrucciones de actualizaciónActualizar wineprefixActualización $APPLICATION_TITLE de GIT...Actualizando 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 usuarioIconos muy grandesLa tarjeta de vídeo no tiene memoria suficienteTamaño de la memoria de vídeoUnidad virtualCreador de unidad virtualUnidades virtualesATENCIÓN: Por favor, use en primer lugar POL_SetupWindow_InitAdvertencia !!\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 !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 16Advertencia: Está ejecutando $APPLICATION_TITLE $VERSION. Le recomendamos \n$APPLICATION_TITLE $NEEDED para continuar.Hemos detectado que el programa que quiere instalar es: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.Bienvenido a Detour, un complemento que le permite crear atajos de post instalación.Bienvenido 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 generador de unidad virtual de $APPLICATION_TITLE.\n\nEsta utilidad le ayudará a crear una nueva unidad virtual¿Qué desea hacer?Cual es la extensión?¿Cuál es el nombre de su programa?¿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?Donde es¿Dónde está montado su CD-ROM?¿A qué programa desea aplicar la modificación?¿Qué versión de Wine le gustaría utilizar?Reinicie WindowsWine parece haber fallado\n\nsí el programa está funcionando, ignore este mensajeDesistalador de WineVersion de WineVersiones de WineSe ha instalado XQuartz.SíEstá intentando abrir un script de diseño para {0}! Podría no funcionar como se esperaNo puede cerrar esta ventanaNo eligió un juegoDebe elegir una captura a convertirDebe elegir una captura a leer¡Debe seleccionar un archivo!Debe seleccionar un juego a modificarDebe reiniciar {0} para que los cambios surtan efecto.Es necesaria su instalación para continuarDebería ser instalado para su uso {0}La versión de $APPLICATION_TITLE está desactualizada.\nDebe actualizar $APPLICATION_TITLE antes de enviar novedades de error.\ nGraciasSu 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 funcionarano es una extensión de iconodeen el entorno de $APPLICATION_TITLE.{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 juegosajustes de {0}{0} el sitio web no se encuentra disponible. Por favor verifica tu conección.administrador de versiones {0}playonlinux/lang/locale/et/000077500000000000000000000000001341024004000162145ustar00rootroot00000000000000playonlinux/lang/locale/et/LC_MESSAGES/000077500000000000000000000000001341024004000200015ustar00rootroot00000000000000playonlinux/lang/locale/et/LC_MESSAGES/pol.mo000066400000000000000000000503151341024004000211340ustar00rootroot00000000000000upq#*4*_Io  !;'?gk"&6)%03V!"Lgf  & GUe$   (6FZp  ("58$n *$*!1S*X O( ! 3 C P V ^ g %o "     !(&!O!b!r!!!!!!! !! "+!"M"`"u" " " "-"""""""4#8# P#]# d#q# ######'$ ,$ 7$B$J$a$$$+$"$$%-%3L%%%%7%$%!&:&&U&]|&6&4'>F'+'4'7'(-(<( D(R( f(r( (((((((((( ))%)D)W)p) ))) ) ))) )c)&\* **"**2*,+ 3+*?+j++"+++(+ , &,4,N, g,q, ,,, ,,,,,-1-N-f-u---&-- - ..m...23/f/~/ /!/0/. 080S0\0;z0,00R0E1 V1 c1q11M1112 .2"O2 r2T22 22 3,3 B3O3i3 55(5@5Q5k5%5.55J596L6U6 ^6k666#66 6667+"7-N7(|787%7&8+8?8 T8a8N8p8A9G9M9 ^9k9$9 9 9999: :&:,: ;:E:N:`:o::: ::: :::;;*;0;#7;;; ;;;<<"<3<#8<\<a<g<<3<<<T<-9=g= l=y= ===== =&== >%> .>!;>]>'o>>>>>>?#?9? B?P?_??'?????@ @.&@U@Z@^@d@j@m@?~@@@ @ @AA /A!wVf DF 2#= W_b9Ru^q"vy@J(+eQp %A&|h?)t<d[igoM'Z\HN3BP,.8U{L0 x;$OszG  TSm-`675Kk ~} Choose a file does not exist! has been uninstalled successfully. on your computer. will be installed in: $APPLICATION_TITLE Uninstaller$APPLICATION_TITLE debugger is starting...$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 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 name of the virtual driveCleaning...CloseClose this applicationCommand promptConfigureConfigure WineConnecting...Conversion doneCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDeleteDeveloper and Website: DevelopmentDirect Draw RendererDisableDisplayDo 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-ROMEnableErase (virtual drive content will be lost)ErrorError!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 SupportGamesGeneralGraphicsI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...InternetKill processesLarge iconsLocate this logfileMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No-cd neededOfficeOpen a shellOpen program's directoryOpen the application's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherOverwrite (usually works, no guarantee)Packager: Password: PatchesPlease 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 explain your problem clearly (english only):Please make your choicePlease 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 install 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 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 bugRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardScanning the virtual drive ...Scriptors: SearchSelect another fileSet 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 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: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 drivesWarning: You are running $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED is recommended to continue.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 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 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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Vali fail ei ole olemas! on edukalt eemaldatud. sinu arvutisse. paigaldatakse asukohta: $APPLICATION_TITLE eemaldaja$APPLICATION_TITLE silur käivitub...$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?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 virtuaalkettale nimiPuhastan...SulgeSulge rakendusKäsuridaSeadistaWine seadistamineÜhendumine...Teisendamine lõpetatud${filename} kopeerimineVirtuaalketta kopeerimineLoo otseteeLoon otseteid...SiluSilumislipudKustutaArendus ja koduleht: ArendusDirectDraw renderdusrežiimKeelaNäitaKas 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-ROMLubaKustuta (virtuaalketta sisu hävib)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ängudÜldineGraafikaNõusMa ei soovi luua rohkem otseteidMul on probleem paigaldatud tarkvaragaMa laadisin ise faili allaIkooni valikIkoonid:Paigalda uusPaigalda .pol-paketi paigaldaminePaigalda programmPaigalda programm uuele virtuaalkettalePaigalda komponentePaigaldamine on lõppenudPaigalda skriptPaigaldamine lõpetatud.Paigaldatud Wine'i versioonid: Paigaldatud pluginadXQuartzi paigaldamineInternetTapa protsessSuured ikoonidTuvasta selle logifaili asukohtMB alla laaditudLoo sellelt virtuaalkettalt uus otseteeOtsetee loomine...Wine'i versioonide haldamineKäsitsi paigaldusKeskmise suurusega ikoonidMuuMultimeediaMul on probleem programmiga $APPLICATION_TITLENimiUusUus: EdasiEiKirjeldus puudubAllalaadimiseks ei ole piisavalt ruumi:\n$URL ($neededSpace KB){0} juhendit ei leitudCD'd ei ole vajaKontoritööAva käsuridaAva rakenduse kataloogAva rakenduse kataloogAva kataloogAva virtuaalketta kataloogToiming lõpetatudOptimeeritud.MuuKirjuta üle (tavaliselt töötab, ei garanteeri)Pakendaja: Parool: LapidPalun 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 allaKirjelda inglise keeles probleemi kirjeldusPalun tee oma valikPalun loe sedaPalun vali silumise failPalun vali programm või virtuaalkettas, mida seadistadaPalun vali eemaldamiseks programmPalun vali programm.Palun vali ikooni failPalun vali käivitatav 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 luuakse PlayOnLinuxi logoPalun oota, kuni luuakse virtuaalketas...Palun oota...PluginahaldurPluginadAadressPuhverserveri seadedKasutajanimiParoolPortLoe CD-ROM'iLoe juhenditSinu seadme lugemineVärskendaVärskendan {0}RegistreeruRegistri muutjaEemaldaParanda virtuaalketasTeata vigadestKäivitaKäivita .exe fail sellel virtuaalkettalKäivita kohalik skriptKäivitan seadistamisnõustajaVirtuaalketta uurimine...Skriptimine: OtsiVali teine failPuhverserveri 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: See virtuaalketas on kaitstudSee nõustaja aitab sul paigaldada See 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 loojaVirtuaalkettadHoiatus: Paigaldatud on $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED on aga jätkamiseks soovituslik.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.Teretulemast $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 versioonidXQuartz 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/000077500000000000000000000000001341024004000162025ustar00rootroot00000000000000playonlinux/lang/locale/fi/LC_MESSAGES/000077500000000000000000000000001341024004000177675ustar00rootroot00000000000000playonlinux/lang/locale/fi/LC_MESSAGES/pol.mo000066400000000000000000001134731341024004000211270ustar00rootroot00000000000000D 3l8#9#H#]#r# ########+$A$`$*$0$4$$%#6%Z%j%P|%I%& *& 4&@&W&!w&&'&&&"&&'''6-')d'%'3'!'" (M-( {((((((L(g9)#)R)**$*=+D+]+t+++++ + +, >,L,h,0x,,,,3,$*-&O- v-------*- . '.1.*@. k.y. ...... /N /Y\/Y/00 /0;0P0X0C`0(0050 1$'1L1d1k111&1 111*12B"2e2!l2%222#2*23 ,393OB3(333333 4444&46/4f4%n4 4"4444555<5(N5w555555566.676Q6(`6 6666 6+67707 D7 Q7_7 s7 ~7-77777777478&28 Y8f8m8 88 88889 9'&9N9 _9 j9u9}9:9949-:L:c:(:'::#:;+0;)\;";$;;3;Y!<c{<<<=7#=$[===&=]=69>4p>>>C>;(?+d?4?7?0?.@=@L@)T@ ~@@9*A dArA AA AAAAAABBB(B8B?BWB lByBB%BBBB CC 2C>CEC$YC~C C CCCCC C&D)D>DFD YDfD)nD"DDeDd9EdEnF2rF,F2F-G 3G9?G*yGUGGGBH#IIIJ"J+JPKIiK(KK KK\KULoLDL LL LLM'M@M\M&dM MMMMMM"N9NVNnN}NN NN&NN OO2O.AOpOOIP:[PPM-Q2{QQRkzSSS T!6T0XT.TTTT;T,6UcURrUU U UU VV.V$HV!mVV V4V"V W~AWTWX.X&1X XXcXwX X X XX0X,X[Y[wY Y8YZ3Z[ [[\\\1\(N\w\\)\(\.\6+]$b](]$]#]] ^L^Hh^^ ^ ^^^"_5_(=_f_m____(_ _'`*0`[`w`O` ``a!a@a]aZyaoaDbOdbbb'bccd,d Jd)kd dd0d#d+e CePele0}eeee@e&+o78\xmd*v<#KT;rp~J%gw h )E3JyDfzM}#aiXpu[3$>fn!G19OLVQ. ,-kr 8|_b5Xd&!y}`@<xSABPU/(m?Z6B6i)R "T=DHC:P/ 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.(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 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 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?ArgumentsAutomatic 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?BrowseBugsBy 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive:Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?DocumentationDon't install XQuartz for the momentDon't join any log fileDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, we need a detailed description.Strict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 target virtual drive $PREFNAME already 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning: 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 :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 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_TITLE 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 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 has been installed.YesYou cannot close this windowYou did not select a gameYou 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 workingis 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 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} 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-05-02 10:59+0000 Last-Translator: emp Language-Team: Finnish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Valitse tiedosto Pura paketti Asenna paketti Näytä tämä viesti ( {2}) ei ole olemassa! on poistettu onnistuneesti. ei ole kelvollinen PlayOnLinux paketti! tähän tietokoneeseen. asennetaan sijaintiin: $APPLICATION_TITLE Sovellusten määritys${APPLICATION_TITLE}in asennuksen poisto$APPLICATION_TITLE automaattinen päivittäjä$APPLICATION_TITLE virheenjäljittäjä käynnistyy...$APPLICATION_TITLE analysoi ohjelmaa$APPLICATION_TITLE asentaa ohjelmaasi...$APPLICATION_TITLE pakettimanageri: $APPLICATION_TITLE pikakuvake luoja$AUTHOR profiili$PACKAGE kaatui.(Jos tämä lista on tyhjä, asenna Wine-ohjelmisto Wine versionhallinnalla)7z ei ole asennettu; tarkista, että 7z on asennettu ja yritä uudelleenKeskeytä asennusTietoja: {0}ApuohjelmatAktivoidaanko GLSL-tuki?Aktivoi reunanpehmennys-tukiAktivoi hiiren keskityksen ohitus?LisääLisätäänkö videoon PlayOnLinux-logo?KaikkiOn jo ajantasallaVirhe sattui latauksen aikana.Päivitys on saatavillaToteutaHaluatko varmasti asentaa paketin "{0}"?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?ParametritAutomaattinen 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 $SOFTNAMEOta sovelluksesta kuvankaappausBinääriä ei löytynyt: $BINARY\nOletko asentanut ohjelman oletus sijaintiin?SelaaOhjelmavirheetOttamalla tämän käyttöön voit asentaa ohjelmia, jotka käyttävät kopiosuojausta (DRM), joka on epäyhteensopiva emuloinnin kanssa. Ainoa ratkaisu on käyttää ”no-cd”-korjauksia. Koska niitä voi käyttää myös piratismitarkoituksiin, emme voi antaa mitään tukea tässä asiassa.PeruutaPikakuvaketta ei löydyKuvankaappausta otetaan...Kuvankaappausvalikko (OpenGL)Kuvankaappausvalikko (ei-OpenGL)Valmistaudutaan ottamaan kuvankaappaus...Vaihda kuvakeTarkistetaan 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 lokitiedosto joka vastaa sinun käyttämääsi ohjelmaa.Nimeä virtuaaliasemaValitse videon tiedostomuoto muunnokseenPuhdistetaan...Jatka napsauttamalla Seuraava.Aloita napsauttamalla Seuraava.SuljeSulje kaikki {0}in ohjelmatSulje sovellusKomentoriviAnna exec komento ennen ohjelman suorittamistaKaupallinenAsetuksetMuuttaa Winen asetuksiaYhdistetään sinun $APPLICATION_TITLE tiliisiYhdistetään...Muunnos on valmisMuunna kaapattu tiedosto videoksiKopioidaan ${filename}Kopioidaan virtuaaliasemaaLuo pikakuvakeLuodaan pikakuvake...VirheenjäljitysDebug liputTarkenna 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ä)PoistaKehittäjä ja nettisivut: Ohjelmistokehitys2D-grafiikan piirtäminenPois käytöstäNäytäHaluatko että $APPLICATION_TITLE asentaa automaattisesti sinulle?Haluatko poistaa virtuaaliaseman:Yritetäänkö uudelleen?Haluatko päivittää ja uudelleen käynnistää $APPLICATION_TITLE:n ?DokumentaatioÄlä asenna toistaiseksi XQuartziaÄlä lisää mitään lokitiedostoonLahjoitaLataa ohjelmaLadataan Wineä: Ladataan XQuartzMuokata tai päivittää olemassa olevaa ohjelmaaOppiminenAvaa PC:n CD-asemaKäytössäPoista (virtuaalisen aseman sisältö häviää)VirheVirhe! Tiedoston MD5 ei täsmää\n\nPaikallinen: $LOCAL_MD5\nPalvelin: $SERVER_MD5Virhe!Virhe: CD-asemaa ei löydy!Virhe: Ei voi varata olemassa olevaa porttiaLopetaUlkoinen kirjastoPuretun tiedoston koko ei täsmää!Puretaan ${filename} sijainnista ${archivename}Puretaan Wineä...Puretaan: FacebookYhteys epäonnistui !\nVarmista että käyttäjätunnuksesi ja salasanasi ovat voimassa.Paikannus epäonnistui ${dest} ${archive}TiedostoTiedostoassosiaatiotTiedostoa ei löytynyt!Tiedostokoko ei vastaa!KeskustelupalstaGLSL-tukiPelitYleisetGoogle+GrafiikkaTässä on skriptin lähdekoodi. Tarkista se huolellisestiHyväksyEn halua tehdä toista pikakuvakettaMinulla on ongelma asennetun ohjelman kanssaOlen ladannut tiedoston itseKuvakkeen valintaKuvakkeet:Jos et tiedä, poista kaikkien valintaSisältäen:AsennaAsenna listaamaton ohjelmaAsenna ohjelmaAsentaa ohjelman uuteen virtuaaliasemaanAsenna komponentitAsennus on valmisAsenna skriptiAsentaa kirjastojaAsennus valmistui.Asennetut Winen versiot: Asennetut lisäosatAsennetaan XQuartz...Asennetaan liitännäistä: InternetTapa kaikki prosessitTapa prosessiTapa ohjelmat virtuaaliasemasta...Suuret kuvakkeetEtsi tämä lokitiedostoKirjaudu: Etsitään käynnistyviä CD-asemiaMt ladattuLuo uusi pikakuvake tähän virtuaaliasemaan.Luodaan pikakuvaketta...Wine-versioiden hallintaKäsiasennusKeskikokoiset kuvakkeetMuutHiiren keskityksen ohitusMultimediaMultisamplingMinulla on ongelma $APPLICATION_TITLE-ohjelmiston kanssaNimiUusiUusi: UutisetSeuraavaEiEi kuvaustaEi tarpeeksi tilaa lataukseen:\n$URL ($neededSpace KB)Ohjekirjaa ei löytynyt {0}Asennustiedoston polkua ei löydy autorun.inf tiedostostaNo-cd tarvitaanToimistoOffscreen rendering modeAvaa komentoriviAvaa ohjelman kansioAvaa sovelluksen kansioAvaa hakemistoAvaa virtuaaliaseman kansioVaihe on valmisOptimointi valmisMuu sijaintiYlikirjoita (yleensä toimii, ei mitään takeita)PC:n CD-ROM asemaPaketoijat: Salasana: PäivityksetToista kaapattu videoPlayOnLinux ja PlayOnMac tiimi GPL licence version 3 allaPlayOnLinux-paketinhallintaPlayOnMac vaatii XQuartzin toimiakseen suunnitellusti.PlayOnMac auttaa sinua yksinkertaistamaan tämän vaiheenValitse CD-asemaValitse avattava CD-asemaValitse toistettava PID-tallennustiedostoValitse muunnettava kaapattu tiedostoValitse ohjelmaValitse ohjelmisto pakettiValitse suoritettava ohjelmaValitse tapa asentaaksesi ohjelmaValitse toistettava OGV-tallennustiedostoValitse suoritettava toimintoValitse asennustapaLataa XQuartz minulleKuvaile englanniksi ongelmaa mahdollisimman laajasti.Kirjoita mahdollisimman yksityiskohtaisesti, koska muuten sinua voi olla vaikea auttaaOle hyvä, ja aseta CD-ROM asemaan, ja sen jälkeen paina Seuraava-painiketta Finderissä, kun se on löytänyt Mac OS-osion CD-ROM-levystäsi.ValitseLue tämäValitse debug tiedostoValitse ohjelma tai virtuaaliasema konfiguroitavaksiValitse poistettava ohjelmaValitse ohjelmaValitse kuvaketiedosto.Valitse käynnistettävä asennustiedosto.Kirjoita nimi ohjelman virtuaaliasemalle.\nNimessä ei saa olla välejä.Pieni hetki, $APPLICATION_TITLE kopioi tiedostoja:Pieni 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...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öidyRekisterimuokkainPoistaRender target mode lockKorjaa virtuaaliasemaIlmoita ongelmastaIlmoita ongelmasta {0}SuoritaSuorita .exe-tiedosto tässä virtuaaliasemassaSuorita paikallinen skriptiSuorita ohjatun asetusten määrittäminenSuorita Windows-ohjelmia Suoritetaan...Virtuaaliasemaa skannataan ...Ohjelmoijat: EtsiValitse toinen tiedostoValitse päävideokortti raporttiin:Lähetä palautettaMääritä välityspalvelinAseta kuvakeOhjelmatiedostojen muuttujien asetuksetAsetuksetNäytä virtuaaliasematSimuloi Windowsin uudelleenkäynnistymistäPienet kuvakkeetAnteeksi, mutta tarvitsemme yksityiskohtaisen kuvauksen.Strict Draw OrderingTukiTuetut ohjelmistotTehtävienhallintaKoekäytössäKiitos! \n\nSinun ilmoituksesi on lähetetty.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: Pikakuvake on sijoitettu työpöydällesiVirtuaalisen aseman kohteen $PREFNAME on jo olemassa:Täällä ei ole mitään asennettavaa .{0} tiedostoaTämä tiedosto: Tämä toiminto on poistettu käytöstä PlayOnlinux ympäristössä.Tämän asennusohjelman kehittäjä on: Tämä asennusohjelma päivittää tai asentaa lisäosan.\nAsenna $TITLE_REQUIRED ensinTä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. Palautteesi, positiivinen tai negatiivinen, on erityisen tärkeää, jotta voimme parantaa asennusohjelmaa.Tämän ohjelman kehittäjä on: Tämä työkalu auttaa Mac-tietokonettasi lukemaan PC-osio CD-ROM-levystä.\n\nKäytä tätä työkalua VAIN, jos sinun CD-ROM-levysi on ns. "hybridi" (yhteensopiva Windows- että Mac-käyttöjärjestelmien kanssa) ja jos et voi nähdä Windows-osiota.Tämä virtuaaliasema on suojattuTämä asennusohjelma asentaa ohjelman Tä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: TyökalutKääntäjät:TwitterUbuntu käyttäjien täytyy lisätä MEDIUBUNTU pakettilähde\njotta muuntaminen toimisi kunnolla.Tiedostoa ei löydy: Versiota ei löydy: XQuartzin asentaminen epäonnistui! Sinun täytyy asentaa se käyttääksesi wine:ä suunnitellusti.Poista asennusPoistetaan...Päivitä GITPäivitä ohjeetPäivitä winen esiasetuksetPäivitetään $APPLICATION_TITLE GIT:istä...Pä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äyttää toista Wine-versiotaKäyttäjän keskeytysErittäin suuret kuvakkeetNäytönohjaimessasi ei ole tarpeeksi muistiaVideomuistin kokoVirtuaaliasemaVirtuaaliaseman luojaVirtuaaliasematVaroitus. Käytä POL_SetupWindow_Init ensimmäiseksiOdotetaan, että XQuartz on asennettuVaroitus: 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.Olemme havainneet, että ohjelma jonka haluat asentaa on:Tervetuloa 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 ${APPLICATION_TITLE}in asennusohjelmaan.Tervetuloa $APPLICATION_TITLE avustajaan.\nAvustaja auttaa sinua asentamaan $file tietokoneellesi.\n\nOle varovainen! Tämä ohjelma ei ole virallisesti $APPLICATION_TITLE :n tukema.\nTämän takia se ei välttämättä toimi suunnitellusti.Tervetuloa $APPLICATION_TITLE manuaaliseen asennusohjelmaan.\n\nTämä skripti sallii sinun asentaa mikä tahansa ohjelmisto $APPLICATION_TITLE :een ja käyttää sitä kaikkine työkaluineen.\n\nVAROITUS: Emme voi taata, että ohjelmistosi toimii täydellisesti.Tervetuloa $APPLICATION_TITLE virtuaaliaseman luojaan.\n\nTämä työkalu auttaa sinua tekemään uuden virtuaaliaseman.Mitä haluat tehdä?Mikä on assosiaation tiedostopääte?Mikä on ohjelman nimi?Minkälainen ongelma sinulla on?Millaisen virtuaaliaseman haluat luoda?Mitä haluat tehdä ennen asennuksen aloittamista?Mitä haluat tehdä?Missä onMissä on liitetty CD-asema?Mihin sovellukseen haluat lisätä muutoksen?Mitä Wine-versiota haluat käyttää?Windowsin uudelleenkäynnistysWine näyttää kaatuneen\n\nJos ohjelma pyörii, älä välitä tästä viestistäWinen poistajaWinen versioWinen versiotXQuartz on asennettu.KylläEt voi sulkea tätä ikkunaaEt valinnut peliäSinun pitää valita mikä kaappaus muunnetaanSinun täytyy valita tallennus luettavaksiSinun pitää valita tiedosto!Sinun pitää valita modifioitava peli{0} ohjelma täytyy uudelleenkäynnistää, jotta muutokset tulisivat voimaan.Sinun pitää asentaa jatkaaksesiSinun pitäisi asentaa se käyttääksesi {0}Sinun $APPLICATION_TITLE on vanhentunut.\nSinun pitää päivittää $APPLICATION_TITLE ennen kuin lähetät virheilmoituksen.\nKiitos.Näytönohjaimessasi ei ole tarpeeksi muistia!\nSe saattaa estää pelin toiminnanei ole kuvake/tähän $APPLICATION_TITLE-ohjelmistoon.{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}-asetukset{0} www-sivu ei ole saatavissa. Tarkista yhteytesi.{0} - Winen versiohallintaplayonlinux/lang/locale/fr/000077500000000000000000000000001341024004000162135ustar00rootroot00000000000000playonlinux/lang/locale/fr/LC_MESSAGES/000077500000000000000000000000001341024004000200005ustar00rootroot00000000000000playonlinux/lang/locale/fr/LC_MESSAGES/pol.mo000066400000000000000000001115241341024004000211330ustar00rootroot00000000000000 @ A P e z  # #   +!=!\!*|!0!4!$ "2"B"PA#I## # #$$!<$^$'b$$$&$$6$)%%0%3V%!%"%M% &'&8&O&W&q&&g&#'+'2'9'R'i''''' ' '( 3(A(](0m((((3($)&D) k)w))))))*) * *&**5* `*n* ~*****N*Y0+Y+++ ,,$,,,C4,(x,,5,W,$E-j-----&- --..B.X.!_...#.*.. .O/(V///// ////6/0%#0 I0"j00000000(1,1?1O1_1v11111112 2!2)2 F2+T2222 2 22 2 2-32373;3A3F3I3X3&p3 333 33 3 44=4L4^4d4 u4 44444445(05'Y55#55+5) 6"36$V6{636c627J7[77v7$777&8].86848C8+<94h97909::$:),: V:w:9; <;J; ^;j; y;;;;;;;;;<<</< D<Q<%U<{<<< << <<== &= 2=?=Y=b=v= =c=&=%> :>G>"O>r>e>d>dU?n?2)@,\@B@-@ @9A*@AUkAGA B'BB"C+5CPaCIC(C%D +D\9DDD DD DD'E(EDE&LE sEEEEEE"E!F>FVFeFF FF&FF FGG)GGHIFImI:I9JMJ2KQKk(LLL L!L0M.7MfMMM;M,MNR NsN N NNNMN O*O$DO!iOO O4O~OlxPTP:QSQ&VQ }QQ QQ,Q[Q[@R RRRuTTTTT$T/U1UHU3`U&U.U-U=V>VV3VVVfWGYXXX X#X:X#7Y[Y,cYYY&Y Y3Y1 Z)h$Hh mh wh!hh5hh i'i>i]iuii iii'ij0j@j Ojpj8jjjjkk!k ?kKk)ekkk kkkkkFk ,l 9lEl]lpl"ll#llmmm3mNm ^mim)m8mm m8 n9Ynn;n*n;o8To(o,o&oF pxQppp.pG'q.oqq*q>ql'r=r@rSs:gs>s=s6tVtlt t=t0tuBuu#v!3v"Uvxvvvvvv ww ,w7w Ww#awww w)ww#w#"xFx]x|x xxxxx,x *y4y"Ryuyry2y+zFz^z*fzzxzw&{w{|9|.|6}:E} }A}-}j}\i~"~~'0\&G-ˀ z## с߁ 0',X6łނ;)4(^-4Ѓ%49"n0Ƅ#@Q:_tEԈa?03ы#* 181j<ٌ.Eh] ƍԍ](r1,%7C]K`ߐ @a(eÑGޑz&z&-#-RxY$zf9D")1HNkU/@|"Q =o76 q BX a hYJuKmbW?&{2qjDns%SRxlzTsE7Jp(\m\*,!#j)(_G^T:'Oo [X@vw*eh3`]ZLELI6?}e'[Ac9/dtuK50A+inZ laN Cg% F .UrIM;5C>!dS+B8i~yf {<.4~ H,0Pv`2;Gt-p4:Q<wkMcgPO|]V8&3r^_V}>=FWb1y$ 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is installing your application...$APPLICATION_TITLE package manager: $AUTHOR profile$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 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 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutDebugDefine 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 RendererDisableDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive:Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?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-ROMEnableErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 associationsFile not found!File size does not match!GLSL SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesLarge iconsLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.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 explain your problem clearly (english only):Please insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 simulating a Windows rebootPlease wait while $SOFTNAME 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 bugRunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSend a feedbackSet 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 managerTestingThe 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 file: This function is disabled in the PlayOnlinux environment.This 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 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 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: 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 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 !!\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 :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 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 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 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 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 $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 workingis 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} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: MulX POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-10-01 12:31+0000 Last-Translator: SenzaiSh0w Language-Team: French MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Language: fr Choisir un fichier Extraire le paquetage Installer le paquetage Afficher ce message n'existe pas! a été désinstallé avec succès. n'est pas un paquetage valable de PlayOnLinux! sur votre ordinateur. sera installé dans : Configurateur d'application pour $APPLICATION_TITLEDésinstallateur de $APPLICATION_TITLEMise à jour automatique de $APPLICATION_TITLELe debugger de $APPLICATION_TITLE est lancé.$APPLICATION_TITLE est en train d'analyser votre application.$APPLICATION_TITLE est en train d'installer votre application.Gestionnaire de paquetages de $APPLICATION_TITLE : Profil de $AUTHOR$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 distorsion de la souris ?AjouterAjouter le logo PlayOnLinux à votre vidéo?TousDéjà à jour.Une mise à jour de {0} est disponibleAppliquerVoulez-vous vraiment installer le paquetage 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 applicationParcourirAnnulerRaccourci introuvableCapture en cours...Menu Capture (OpenGL)Menu Capture (Non OpenGL)La capture va maintenant démarrer...Changer l'icôneVé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 log correspondant à votre logiciel.Choisissez le nom du disque virtuelChoisissez le format vidéo pour la conversionNetoyage 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 WineConnexion à votre compte $APPLICATION_TITLEConnexion en cours ...Conversion terminéeConvertir un fichier capturé en vidéoCopie en cours de ${filename}Copie du disque dur virtuelCréer un raccourcisDéboguerDé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).EffacerConcepteur et site Web : DéveloppementRendu direct DrawDésactiverAffichageVoulez-vous que $APPLICATION_TITLE l'installe automatiquement pour vous ?Voulez-vous supprimer le disque virtuel :Voulez-vous réessayer ?Voulez vous mettre à jour et relancer $APPLICATION_TITLEN'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 donTélécharger le programmeTéléchargement de wine : Téléchargement en cours de XQuartz.Modifier ou mettre à jour une application existanteÉducationÉjecter un CD-ROM PCActiverErreurErreur! Incohérence de fichiers\n\nLocal: $LOCAL_MD5\nServeur: $SERVER_MD5Erreur !Erreur : impossible de trouver le CD-ROM!QuitterLibrairie externeLa taille du fichier extrait ne correspond pas!Extraction de ${filename} depuis ${archivename}Extraction de wine...Extraction : Impossible 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!Prise en charge de GLSLJeuxGénéralGraphismeVoici le code source du script. Vérifiez attentivementJ'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 ne savez pas, décochez toutInclure :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.Versions de Wine installées : Extensions installéesInstallation en cours de XQuartzInstallation de l'extension : InternetArrêter tous les processus du préfixeTuer les processusGrandes icônesIdentifiant : Recherche 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ônesDiversForcer 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 requisBureautiqueMode de rendu OffscreenOuvrir 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 fonctionner.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.Veuillez expliquer votre problème clairement (en anglais uniquement):Merci d'insérer votre CD-ROM et d'appuyer sur suivant seulement lorsque Finder vous montre la partie Mac OS de votre CDVeuillez faire votre choixVeuillez lire ceciVeuillez 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 le fichier d'installation à exécuter.Veuillez 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 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 bugExécuterLancer un «.exe» dans ce disque virtuelExécuter un script localLancer l'assistant de configurationLancer votre programme Windows sur En cours d'exécution.Analyse du disque dur virtuel.Créateurs de scripts : RechercheChoisir un autre fichierRetour d'expérienceUtiliser 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.Ordonnancement strict DrawGestionnaire de tâchesEn testLe 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 raccourci à été créer sur vôtre bureauLe disque virtuel associé à {0} ({1}) n'existe plus.Il n'y a rien d'installée pour fonctionner. {0} fichiers.Ce fichier : Cette fonction est désactivée dans l'environnement PlayOnLinux.Ce programme d'installation est fourni par : Ceci est l'installateur d'une mise à jour ou d'une extension.\nVeuillez d'abord installer $TITLE_REQUIREDCette 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 WindowsCe 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 : OutilsTraductions :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 : DésinstallerDésinstallation en coursMise à jour de GITMettre à jour wineprefixMise à jour $APPLICATION_TITLE depuis le GIT...Mise à 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 WineInterruption par 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 VirtuelsAttention !\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 :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 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.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 est l'extension?Quel est le nom de votre programme?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 ?Où estOù est monté votre CD-ROM?À quelle application voulez-vous appliquer la modification?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 WineXQuartz a été installé.OuiVous 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 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.Vôtre version de $APPLICATION_TITLE n'est pas à jour.\nVous devez mettre à jour $APPLICATION_TITLE avant d'envoyer un rapport de bug.\n Merci de vôtre compréhensionVotre 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.n'est pas une extension d'icônesurdans l'environnement $APPLICATION_TITLE.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évuRéglages de {0}Gestionnaire de version de Wine de {0}playonlinux/lang/locale/gl/000077500000000000000000000000001341024004000162065ustar00rootroot00000000000000playonlinux/lang/locale/gl/LC_MESSAGES/000077500000000000000000000000001341024004000177735ustar00rootroot00000000000000playonlinux/lang/locale/gl/LC_MESSAGES/pol.mo000066400000000000000000000266111341024004000211300ustar00rootroot00000000000000   !& 'H p &t  6 ) !"$G#a  2 R`p$&  7 FP_ oNYY9    "*19Vp +   ,15:=LS ly   ('C)k40 ) <]   %08GP`g %   %.B Wd2lG\ j |IMk;  #$=!b   , 6 &;+U*2-"$= b# +9-e  & ,3 `      ' \!j^!j!4"O"_" r"~"" """"""" " """ "#2#E# N#\# n#.|#### # ###$ $$!$$)$N$k$!$"$$$$ $% %3,%0`%3%6%7%4&F&1N&%&&H'X' p'|' ' '''''''(&(?(&U(&|( ( ((((()). )JO)$) )y)E*a*`q**\t+5+,,),;,?,'Y,#,#,,,,,,:-P-"f-wX_Qaj<onN;^)#c?l+5 HzuRe07E KZA &U>8P.,Os[D2%V }h3=B$Iq\|G y g*]-W'F`f~9{:m/C"6Y@JTv1p!xd(4iLbtMSkrAbout {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 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 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: DevelopmentDirect Draw RendererDisableDisplayDonateEducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeIcons:InstallInstall a non-listed programInstalled Wine versions: Installed pluginsInternetKill processesLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMiscellaneousMouse 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 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: Set 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} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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 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 WineConversió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 DrawDesabilitarPantallaDonarEducaciónActivadoSaírArquivoSoporte para GLSLXogosXeralGráficosDe acordoIconas:InstalarInstalar un programa non-listadoVersións de Wine instaladas: Plugins instaladosInternetMatar procesoNome de usuario: MB descargadoCrear un acceso directo a esta unidade virtualAdministar versión de WineVariosSeñ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 xogarPorfavor 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: Elexir 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.Configuración de {0}Xestor de versións de Wine de {0}playonlinux/lang/locale/he/000077500000000000000000000000001341024004000162005ustar00rootroot00000000000000playonlinux/lang/locale/he/LC_MESSAGES/000077500000000000000000000000001341024004000177655ustar00rootroot00000000000000playonlinux/lang/locale/he/LC_MESSAGES/pol.mo000066400000000000000000000477771341024004000211420ustar00rootroot000000000000003   !9['_6)%3!L"n Lg.# % Fg &6*E p {*  NYeY  8DYaip *!% O%uz  )CU^ my +    !&)8 P] dq ' , 7BJ:_(')70h6>;+34_0)  6 9  ! !)! 8!C!Y!j!z!!!!!! !!!%!"0"I"g" "" " """ " """"#2+#2^#B#U#*$$$ $\$X% q% {% %%% %%.%&I&&Mb''';'!(R0(( ( (((($(!) 1)4R)") )) ))) ) *0*,K* x***',?, S,(^,9,<, ,I -S-\-1e-4-"-C-.3.0b...&.2.//"H0k0 t00 0%00602518h111'11)17)2 a2l2262 2 229213E32]3333^44 55 55 5 5 5#5 6"6?)6 i6Ht6:6 6"7d&7777 77 77 7 8-8<8R8j8&8(88889!)9K9]9Dq9#99 9::,:31:e:l:q:%::::+:$$;I;>c;;;;3; < < #<0<PO<=<.<4 =0B=Fs==V=Z/>k>9>B0?<s??? ?Q??8@x@N)A xAAAAA*A1BBBZB uB B"BB$BB%B C1&C XCyC7C,CC D $D0D DD*QD|DD D(DD4DA.EUpErE9F'G:GCGSG*GH HH 4H$UHzH!HAHHI:JyKK9KGK &LGLLLLM!M8M+TM-M)MZM03N8dNN N/NNN OE'OQmOO'OQV^ YD%mHn o/_86c' $pOv}~ AXq:7Ruz t&k`M h]95{d(=T.y<FSga@|Geb-K\;0Z214"EfJP3BNi#s,C!IjrUWlxw>*?[+L)Abort installationAbout {0}AccessoriesActivate GLSL Support?Activate Multisampling support?Activate the mouse warp override?AddAdd the PlayOnLinux logo to your video?AllApplyAre you sure you want to want to install {0} package?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: ArgumentsAssigned programAvailable 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 $SOFTNAMEBegin 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 conversionCloseClose this applicationCommand promptCommand to exec before running the programCommercialConfigureConfigure WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCreate a shortcutDebugDefine 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 RendererDisableDisplayDonateDownloading Wine: EducationEnableErase (virtual drive content will be lost)ErrorError: Unable to find the CD-ROM!Error: Unable to reserve a valid portExitExtracting Wine...Failed to connect !\nPlease ensure that your login and your password are valid.FileFile associationsGLSL SupportGamesGeneralGraphicsI AgreeIcons:InstallInstall a non-listed programInstall a programInstall componentsInstall is doneInstall scriptsInstalled Wine versions: Installed pluginsInternetKill processesLarge iconsLocate this logfileLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMedium iconsMiscellaneousMultimediaMultisamplingNameNewNextNoNo descriptionNo manual found for {0}No-cd neededOfficeOpen 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 select a debug filePlease select a program or a virtual drive to configurePlease select a program.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 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 a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Scanning the virtual drive ...Scriptors: SearchSet a proxySet the iconSettingsShow virtual drivesSmall iconsTask managerTestingThe download seems to have failed.The file is named : {0}The following people contributed to this program: The target virtual drive $PREFNAME already exists:The virtual drive associated with {0} ({1}) does no longer exists.This 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 protectedToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find version: UninstallUpdate GITUser abortVery large iconsVideo memory sizeVirtual driveVirtual drivesWARNING. Please use POL_SetupWindow_Init firstWarning: 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 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.What is the extension?Where is mounted your CD-ROM?Which application do you want to apply the modification to?Windows rebootWine seems to have crashed\n\nIf your program is running, just ignore this messageWine uninstallerWine versionWine versionsYesYou cannot close this windowYou did not select a gameYou 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 continueYou should install it to use {0}of{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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) ביטול ההתקנהעל אודות {0}עזריםהאם להפעיל תמיכה ב־GLSL?האם להפעיל תמיכה בריבוי דגימות?האם להפעיל דריסת הקפצת סמן העכבר?הוספההאם להוסיף את הלוגו של PlayOnLinux לתצוגה שלך?הכולהחלההאם אכן להתקין את החבילה {0}?האם אכן ברצונך למחוק את wine {0}?האם אכן למחוק את {0}?האם אכן למחוק את הכונן הווירטואלי {0} ?האם באמת ברצונך למחוק את: האם באמת ברצונך להתקין את: ארגומנטיםתכנית מוגדרתגרסאות ה־Wine הזמינות: נא להיזהר! אם יערכו שינויים נא להיזהר! התקנת כל אחד מהרכיבים האלה עלול לפגום בפעילות הכונן הווירטואלי שלך.נא להיזהר! פעולה זו תחסל תהליך התקנה. אם ההתקנה לא הסתיימה, יהיה עליך להתקין מחדש את $SOFTNAMEהתחלת לכידת היישוםעיוןביטולהלכידה מתבצעת...תפריט הלכידה (OpenGL)תפריט הלכידה (לא OpenGL)הלכידה תתחיל...האם לבחור במצב עיבוד של DirectDraw?האם לבחור מצב עיבוד חוץ צגי?האם לבחור במצב נעילת יעד עיבוד?בחר משחקChoose a pluginנא לבחור משימה לביצועבחירת יישוםיש לבחור אפשרות לשינוייש לבחור את מבנה הווידאו להמרהסגירהסגירת יישום זהשורת פקודהפעולה להפעלה לפני הרצת התכניתמסחריConfigureהגדרת Wineהתחברות לחשבון שלך ב־$APPLICATION_TITLEבהתחברות...ההמרה הושלמהיש להמיר קובץ שנלכד לווידאויצירת קיצור דרךניפוי שגיאותניתן להגדיר את אפשרויות ההצפנה שלך \n (יש להשאיר בבררות המחדל אם אין לך מושג מה לעשות)הגדרת אפשרויות ההצפנה שלך למעבר 1 \n (יש להשאיר בבררות המחדל אם אין לך מושג מה לעשות)הגדרת אפשרויות ההצפנה שלך למעבר 2 \n (יש להשאיר בבררות המחדל אם אין לך מושג מה לעשות)מחיקהמפתח ואתר הבית: פיתוחמעבד Direct Drawנטרולתצוגהתרומהמתבצעת הורדה של Wine: חינוךEnable(מחיקה) תוכן הכונן הווירטואלי יאבד)שגיאהשגיאה: לא ניתן למצוא את כונן התקליטורים!שגיאה: לא ניתן לשמור פתיחה תקניתיציאהמתבצע חילוץ של Wine...ההתחברות נכשלה !\nנא לוודא ששם המשתמש והססמה שלך נכונים.קובץשיוכי קבציםתמיכה ב־GLSLמשחקיםכלליגרפיקהמוסכם בעיניסמלים:התקנההתקנת תכנית שאינה ברשימההתקנת תכניתהתקנת רכיביםההתקנה הסתיימהסקריפטים לצורך התקנהגרסאות ה־Wine המותקנות: Installed pluginsאינטרנטחיסול יישומיםסמלים גדוליםאיתור קובץ יומן זהשם משתמש: מ״ב התקבלויצירת קיצור דרך חדש מכונן וירטואלי זהניהול הגרסאות של Wineסמלים בינונייםשונותמולטימדיהריבוי דגימותשםחדשה (Prefix)התקן תוכנה בתחיליתהבאלאללא תיאורלא נמצא מדריך עבור {0}לא נדרש תקליטוריישומים משרדייםפתיחת מסוףפתיחת התיקייה של התכניתפתיחת תיקיית היישוםפתיחת התיקייהפתיחת התיקייה של הכונן הווירטואליהתהליך הושלםהשיפור הושלםאחרשכתוב (עוד על פי רוב, לא תמיד)אורז: ססמה: פריצותניגון קובץ שנלכדצוות PlayOnLinux ו־ PlayOnMac תחת גרסה 3 של רישיון ה־ GPLנא לבחור קובץ לכידה מסוג PID לנגינהנא לבחור קובץ שנלכד להמרהנא לבחור לכידה מסוג OGV לנגינהנא לבחור קובץ ניפוי שגיאותנא לבחור תכנית או כונן וירטואלי להגדרהנא לבחור בתכנית.נא להמתין בזמן שמועתקים קבצים על ידי $APPLICATION_TITLE:נא להמתין בזמן שהחומרה שלך נסרקת על ידי $APPLICATION_TITLEנא להמתין בזמן שהיישום $APPLICATION_TITLE מבצע הדמייה של הפעלה מחדשנא להמתין בזמן ההתקנה של $SOFTNAME...נא להמתין בעת יצירת הלוגו של PlayOnLinux...נא להמתין בעת הצפנת הווידאו שלך...נא המתן...מנהל התוספיםתוספיםיש ללחוץ על ‎+F8 כדי להתחיל או לעצור לכידהיש ללחוץ על ‎+F8 כדי לעצור לכידהיש ללחוץ על הבא ואז על החלון\nשברצונך ללכוד.\nהלכידה תתחיל אוטומטית לאחר 5 שניות.\nיילכד וידאו בלבד.יש ללחוץ על הבא רק כאשר תהליך ההתקנה הסתייםProxy addressProxy configurationשם הכניסה למתווךססמת המתווךפתחת המתווךניתן לקרוא בקובץ TRANSLATORSקריאת תקליטור למחשב שולחניקריאת המדריךההתקן שלך נקרארענוןהרשמהעורך רישומי המערכתהסרהתיקון כונן וירטואלידיווח על תקלהדיווח על בעיה כנגד {0}הפעלההרצת ‎.exe בכונן וירטואלי זההרצת סקריפט מקומיהפעלת אשף תצורההפעלת תכניות ה־Windows שלך על גבי הכונן הווירטואלי נסרק ...יוצרי סקריפטים: חיפושSet a proxyהגדרת הסמלהגדרותהצגת כוננים וירטואלייםסמלים קטניםמנהל משימותבדיקהמסתבר כי ההורדה נכשלה.שם הקובץ הוא : {0}האנשים הבאים תרמו לתכנית זו: כונן היעד הווירטואלי $PREFNAME כבר קיים:הכונן הווירטואלי המשויך עם {0} ({1}) אינו קיים עוד.זוהי תכנית התקנה עבור עדכון או תוסף;\n נא התקן את $TITLE_REQUIRED תחילהתכנית זו נמצאת כעת בשלבי בדיקה. יתכן שלא תפעל כמצופה. המשוב שלך, בין אם חיובי או שלילי, הכרחי לצורך שיפור תכנית התקנה זו.כונן וירטואלי זה מוגןכליםתרגומים:על משתמשי אובונטו להוסיף את המאגר MEDIBUNTU\nכדי שהמרת סוגים זו תעבוד כראוי.לא ניתן למצוא את הגרסה: הסרהעדכון מ־GITביטול המשתמשסמלים גדולים מאודגודל זיכרון הווידאוכונן וירטואליכוננים וירטואלייםאזהרה. נא להשתמש ב־POL_SetupWindow_Init תחילהאזהרה: כלי זה הנו למשתמשים מתקדמים. כדי להסיר תכנית באופן נקי עם {0}, עליך למחוק את הכונן הווירטואלי המשויךאזהרה: כדי לקבל הצפנה נכונה של הווידאו,\nעל הרזולוציה להיות בכפולות של 16ברוך בואך לתצורה המתקדמת של Wine, השיפור למערכת ה־Wine נוצר על ידי GNU_Raziel. אם אין לך מושג במה לבחור, מוטב להשאיר בבררת המחדלברוך בואך ל־Detour (מעקף), תוסף המאפשר לך ליצור קיצורי דרך לאחר ההתקנה.מה היא ההרחבה?איפה כונן התקליטורים שלך מעוגן?על איזה יישום ברצונך להחיל את השינויים?הפעלה מחדש של Windowsמסתבר שאירעה קריסה של Wine\n\nאם התכנית שלך פועלת, ניתן פשוט להתעלם מהודעה זותכניות הסרה של Wineגרסת ה־Wineגרסאות Wineכןאסור לסגור חלון זהלא נבחר אף משחקעליך לבחור בלכידה להמרהעליך לבחור בלכידה לקריאהעליך לבחור משחק לשינויעליך להפעיל את {0} מחדש כדי שהשינויים ייכנסו לתוקף.עליך להתקין זאת כדי להמשיךעליך להתקין זאת כדי להשתמש ב־{0}מתוךאשף {0}ל־{0} אין אפשרות למצוא את {1}בתצורה של {0}שגיאת {0}תפריט ההתקנה של {0}ל־{0} אין אפשרות להפעיל את POL_SetupWindow_server.לא היית אמור להריץ את {0} כמשתמש על, עמך הסליחהההגדרות של {0}מנהל גרסאות ה־wine של {0}playonlinux/lang/locale/hi/000077500000000000000000000000001341024004000162045ustar00rootroot00000000000000playonlinux/lang/locale/hi/LC_MESSAGES/000077500000000000000000000000001341024004000177715ustar00rootroot00000000000000playonlinux/lang/locale/hi/LC_MESSAGES/pol.mo000066400000000000000000000011261341024004000211200ustar00rootroot00000000000000,<PQgPCapture menu (OpenGL)Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) मेन्यु को पकडो ‌‌‌(खुला जि .आेल)playonlinux/lang/locale/hr/000077500000000000000000000000001341024004000162155ustar00rootroot00000000000000playonlinux/lang/locale/hr/LC_MESSAGES/000077500000000000000000000000001341024004000200025ustar00rootroot00000000000000playonlinux/lang/locale/hr/LC_MESSAGES/pol.mo000066400000000000000000000656621341024004000211500ustar00rootroot000000000000009 89H]r##+ 5*T04$I  T ^j'&6)5%_3!"M LV^xg#29@Yp   : H d 0t    3 $&!&K! r!~!!!!! !!*" +"9" I"j"~"N"Y"Y=## ####C#($$$M$r$$$$$&$ $$%B %N%!U%w%|%#%*%% %O%(L&u&z&& &&&&6&&%' -'"N'q'''''(''((3(M(_(u(((( ((( (+(&)9)N) b) o) })-))))))))&)*"* ;*H* a***** * ****(+'@+h+#++++)+",$=,b,3,,,$,-&-]E-4-C-+.4H.7}.0.../) / 6/W/9/ 0*0 >0J0 Y0d0z0000000 00%01#1<1 Z1e1 11 1 11111 2c2&|22 22"222B#3 f39r3*3U3G-4u44"4+4P5IS5(55 5\576Q6j6z666&6 66"6747L7[7{77&77 778I9m9:C:~:M;2c;; m<!<.<<<=;!=,]==R= = =>#>M'>u>$>!>> >T?d?}?&? ?? ??,?[@[j@ @@@BBBB BBBC4C*LC wC6C-C0C&.DLUDDDD!DD'DEE?E&HE"oEE+EEEFF ]FgFwFF"FpF=G ZGdGlGGGGGGG(H!?H.aHHHH;HI-I BI8cI!I$IIIJ1JLJeJuJ |J.JJJ&JKKY6KcKcKXLvL}L LLBL#L"M$1M VM`MpMM)M MMMTM7N&@NgN}N-N+NNNRO)cOOO!O OO OO5O -P&8P_PyP PPP P(P,P%Q;QVQmQQQQQQ Q R RR :R,FRsRRR RR R0RS SSS"S %S 0S4QSSS SSS#ST!T8T?T HTRTYTyT0T*TTU$U9DU0~UUU"U6VEVZV"qVV/V\V/:WPjW)W1W1X)IXsXX X3X&XY>Y YY Y Z Z!$ZFZ]ZfZ xZZZZZZ.Z[[":[ ]["k[ [[ [["[[[.\ B\eM\!\\\ \].]5M]]4]$][]LH^^"^0^2_U7_O_3_` `b"` ` ``` ` a.aLa`a#ua#aaa1ab?b$Nbsbbb\cLdkbd4de[e8e4fg:g)Vgggg.g'ghR/h h hhhOhi$i%Aigi iTiij j*j9j JjVjHojgjg k kk)5*68I-6=mq-%R1da 0xH'+T_Z:BGkWU.;EuVz|h&tP@i7e Fp J ~8fOY$r\C/74&9# !,+/Lv4o,Q 3%g(KcbM. N )>}w" ]*s#"Dl20X(S2A53<^{y? `$'9[!n1j 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is installing your application...$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 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveDefine 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 RendererDisableDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive: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!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 SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInstallInstall a non-listed programInstall a program in a new virtual driveInstall is doneInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesLarge iconsLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infOfficeOffscreen rendering modeOpen a shellOpen program's directoryOpen the application's 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 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 explain your problem clearly (english only):Please make your choicePlease read thisPlease select a program to uninstallPlease select an icon filePlease select the install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: Select another fileSet 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 managerTestingThe 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 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 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: ToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find the file: Unable to find version: 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 driveWarning !!\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 :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 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 expectedWhat is the name of you 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 versionsXQuartz has been installed.YesYou are trying to open a script design for {0}! It might not work as expectedYou did not select a gameYou 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 workingis 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} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: gogo POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-09-05 10:53+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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Oaberi datoteku Raspakiraj paket Instaliraj paket Prikaži poruku ne postoji! je uspješno deinstaliran. nije valjan PlayOnLinux paket! na vaše računalo. bit će instaliran u: $APPLICATION_TITLE podešavanje aplikacije$APPLICATION_TITLE deinstalacija$APPLICATION_TITLE pokretanje ispravljanja grešaka...$APPLICATION_TITLE analizira vašu aplikaciju$APPLICATION_TITLE instalira vašu aplikaciju...$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 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 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 WinePovežite se na vaš $APPLICATION_TITLE računPovezivanje...Konverzija završenaKonvertiraj snimljenu datoteku u videoKopiranje ${filename}Kopiranje virtualnog 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ćiPrikazŽelite li da $APPLICATION_TITLE automatski instalira umjesto vas?Želite li obrisati virtualni disk: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!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škaIgreOpćenitoGrafikaOvdje je izvorni kod skripte. Pažljivo ga provjeriteSlažem seNe želim napraviti još jedan prečacImam problem sa softveromSam ću preuzeti datotekuOdabir ikonaIkone:Ako ne znate, odznačite sveInstalirajInstalirajte program koji nije na popisuInstaliraj program u novom virtualnom pogonuInstalacija završenaInstaliraj neke knjižniceInstalacija završena.Instalirana Wine inačica: Instalirani priključciInstalacija XQuartza...Instalacija priključka: InternetUbij sve procese prefiksaUbij proceseVelike ikonePrijava: Tražim upotrebljive CD-ROM-oveMB preuzetoNapravi novi prečac za ovaj virtualni pogonStvaranje prečaca...Upravitelj Wine inačicaRučna instalacijaSrednje ikoneOstaloMultimedijaMoj 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 prikazaOtvori ljuskuOtvori direktorij programaOtvorite direktorij aplikacijeOtvori direktorij virtualnih pogonaRadnja završenaOptimizacija završenaOstaloPaketi: Lozinka: ZakrpeReproduciraj snimljenu datotekuPlayOnLinux upravitelj paketaOdaberite 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 meneObjasnite vaš problem razumljivo (samo na engleskom):Odaberite vaš izborMolim, pročitajte ovoOdaberite program za deinstalacijuOdaberite datoteku ikoneOdaberite 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 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 vaš Windows program na Pokretanje...Pretraživanje virtualnog diska...Skripte: Odaberi drugu datotekuPostavi 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 zadatkaTestiranjeNeuspjelo 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 instalacijski program za ažuriranje ili dodatak;\nPrvo instalirajte $TITLE_REQUIREDOvaj priključak omogućuje vam snimanje vaše aplikacije pod PlayOnLinux-omOvaj program je napravio: 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: AlatiPrijevodi: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: 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 pogonUpozorenje !!\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 :Dobrodoš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 $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čekujeKoji 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čiceXQuartz je instaliran.DaPokušavate otvoriti skriptu napravljenu za {0}! Možda neće očekivano raditiNiste odabrali igruMorate 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 igrenije 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} postavke{0} upravitelj wine inačicaplayonlinux/lang/locale/hu/000077500000000000000000000000001341024004000162205ustar00rootroot00000000000000playonlinux/lang/locale/hu/LC_MESSAGES/000077500000000000000000000000001341024004000200055ustar00rootroot00000000000000playonlinux/lang/locale/hu/LC_MESSAGES/pol.mo000066400000000000000000000111551341024004000211370ustar00rootroot00000000000000?Y p q}'# )?Y o}&   , 4>EJOU]fnv )  >L`hx GI0 ;   ! B E ) 13 e m        5 #P 2t  /   $. 4 >J R \h  Z De  }+ cA46k);234 <!/1"'#+?*-8(= $5 >0.7%&  9,6: 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 videoDevelopmentDisableEducationEnableExitFileGamesGeneralGraphicsI AgreeInstallInstalled pluginsInternetMultimediaNewNextNoOfficeOperation doneOptimisation doneOtherPlay a captured filePluginsPress +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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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ájlJátékokÁltalánosGrafikaElfogadomTelepítésTelepített bővítményekInternetMultimédiaÚjKövetkezőNemIrodaMűvelet készOptimalizálás készEgyébFelvett fájl lejátszásaBő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/000077500000000000000000000000001341024004000162005ustar00rootroot00000000000000playonlinux/lang/locale/id/LC_MESSAGES/000077500000000000000000000000001341024004000177655ustar00rootroot00000000000000playonlinux/lang/locale/id/LC_MESSAGES/pol.mo000066400000000000000000000117411341024004000211200ustar00rootroot00000000000000)d;'# 7Mg } &  )NJYYM\n(')403)d G:\I) ;  $ !; ] ~ & = )^        0 @ ] {    q }P}L\r+-128D;}/zOdeJe58-U)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)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 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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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)Operasi selesaiPengoptimalan selesaiPutar file rekamanHarap pilih file PID rekaman untuk diputarMohon pilih berkas tangkapan untuk dikonversiMohon pilih berkas tangkapan OGV untuk dijalankanHarap 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/000077500000000000000000000000001341024004000162205ustar00rootroot00000000000000playonlinux/lang/locale/it/LC_MESSAGES/000077500000000000000000000000001341024004000200055ustar00rootroot00000000000000playonlinux/lang/locale/it/LC_MESSAGES/pol.mo000066400000000000000000001207551341024004000211460ustar00rootroot00000000000000 #""("="R"e"#v"#"""+"#4#*T##$$0~%4%$%# &-&=&O&PN'I' ' ''(!6(X('\((("(&((6()#)%M)3s)!)")M) :*D*U*l*t***g*#$+RH+++++++ ,,/, A, b,, ,,,0,-*-@-3[-$-&- ---..0.G.*V. . ..*. .. ./#/9/K/`/Nf/Y/Y0i0p0 0000C0(0B&1i252W2$ 323J3Q3f3y3&3 3333B3 4!'4%I4o4t4#4*44 4O4(D5m5r555 555565 6%6 76"X6{666666(67!717H7_7y777777(7 880888 U8+c8888 8 88 8 9-9A9F9J9P9U9X9g9&9 999 99 9:-:L:[:m:s: : ::::::4;-C;q;;(;';;#<5<+U<)<"<$<<3=YF=c=>>->7H>$>>>&>]?6^?4?>?C @;M@+@4@7@0"ASAbAqA)yA AA9OB BB BB BBBB CC-C5CDCMC]CdC|C CCC%CCCD -D8D WDcDjD ~D DDDDD DcD&VE}E EE)E"EEe FdrFdFn]^^^ _ &_%3_%Y___-__._1%`W` aa6b9b&b.cLc_c xc^d>d e 1e;e!Vexee,eee2e-fKf2Sf(f"f4fg 'gQHg ggggghhs4h*h[h/i7i"@ici}i#i iii&j(+j'Tj|j!jj9j!jk"2k;Uk#k/k kkl)l0lMlhl2{l l ll,lmm&"mIm^mwm!mmQm\n\onnnnn ooBo"\o_op/pkq%q!qqqqr-"r Pr[rprxrDrr&r.r"s's-8s+fss sms)tItNt`t"rt tttt@tt'u,uLuiuyu$uu.uu6u,vEvUvovvvvvv&vw0!w Rw_w zww w5wwxx 3x?xEx ax lx+zxx*xxxxxx4yNy_y gyyy"yy%yz%z;zAz Sz ^zizqz<z zGz44{i{({6{2{|*7|*b|;|6|*},+}X}?n}X}m~u~~(~E~2$O"t:s;F5@I>C41;:%`v;/ɂ?ك!1K^qЄ$؄#*N-U!#ۅ 0AQ q~ q22ez3Ň݇srhrۈtN:É$8#.\ <3֊M X%#"49HdR6: q {p!P8-͏" 0) Z e'q"'")%1Wu.ё)'7O8^${`sv9$]7U=@řՙ" (',P}1$ ^| Л^ӛ!2T.q+̜%9 DzӝNzΞ_Iǟ ʟ  %6?Av2kkWáԡyyg1A~W|B]v4$ L&!Bh~ )AhW fPV=}CQo)6`Tj*#7qEP\Tqa38kXbl#ZZ M|*MwJv; 3{Fc?lxnzb<s [22rFG}j.?ULC0 Yd=QUR'.Gz_,u([' @KHH-K95X&$Y1(kOfdS%wNtis+m p6cS !g <Dtm"E7er/D;\J{u:5->+R@4/I0>`Nn9pe_:IOaxi^^8%oV",] 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 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 applicationBinary not found: $BINARY\nHave you installed the program to the default location?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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDefine 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 RendererDisableDisplayDo 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?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-ROMEnableErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSet 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.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 file: This function is disabled in the PlayOnlinux environment.This installation program is provided by: This 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 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: ToolsTranslations: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 use wine properly.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 WineVery large iconsVideo card does not have enough memoryVideo memory sizeVirtual driveVirtual drive creatorVirtual drivesWARNING. Please use POL_SetupWindow_Init firstWaiting XQuartz to be installedWarning !!\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 :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 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_TITLE 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 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 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 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 $APPLICATION_TITLE version is not up to date.\nYou must update $APPLICATION_TITLE before sending a bug report.\nThank youYour Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-05-10 23:11+0000 Last-Translator: Emanuele Salvi 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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. sarà installato in: Configuratore Applicazione $APPLICATION_TITLEUninstaller $APPLICATION_TITLEAggiornamento automatico di $APPLICATION_TITLEIl debugger di $APPLICATION_TITLE sta partendo...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 ha riscontrato un errore. Se il programma che stai installando non funziona correttamente, potrebbe essere a causa dell'errore.\nVisita www.$POL_DNS per altre informazioni$APPLICATION_TITLE sta analizzando la tua applicazione$APPLICATION_TITLE sta installando le tue applicazioni...Gestore pacchetti $APPLICATION_TITLE: Creatore di scorciatoie per $APPLICATION_TITLEProfilo di $AUTHOR$PACKAGE si è bloccato.$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 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?ArgomentiPorgramma 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 $SOFTNAMEInizia la registrazione di un'applicazioneBinario non trovato: $BINARY\n Il programma è stato installato nella posizione di default?EsploraIndietroImpossibile 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 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 WineConnettiti al tuo account $APPLICATION_TITLEConnessione...Conversione finitaConverti un file acquisito in un videoCopiando ${filename}Copiando unità virtualeCreare una scorciatoiaCreazione scorciatoia in corso...Esegui il debugDefinisci 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 DrawDisabilitaSchermoVuoi che $APPLICATION_TITLE sia installato automaticamente per te?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?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 donazioneScaricando il programmaScaricando Wine: Scaricando XQuartzModifica o aggiorna un'applicazione esistenteIstruzioneEspelle un PC CD-ROMAbilitaErroreErrore! File mismatch \n\n Locale: $LOCAL_MD5 \n Server: $SERVER_MD5Errore!Errore: Impossibile trovare il CD-ROM!Errore: impossibile assegnare una porta validaEsciLibreria esternaEstrazione dimensione file non corrispondenteEstrazione di ${filename} da ${archivename}Estraendo Wine...Estrazione: Connessione 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 corrispondenteSupporto GLSLGiochiGeneraleGraficaEcco il codice sorgente dello script. Controllalo con attenzioneAccettoNon voglio creare un'altro collegamentoHo un problema con un programmaHo scaricato il file da soloSeleziona iconaIcone:Se non le conosci, deseleziona tuttoInstallaInstalla un programma non presente nella listaInstallare un programmaInstalla il programma in un nuovo dispositivo virtualeInstallazione completataInstalla scriptInstalla qualche libreriaInstallazione finita.Versioni di Wine installate: Plugins installatiInstallando XQuartz...Installa plugin: InternetArresto di tutti i processi prefissatiUccidi i processiArresto dei programmi nella macchina virtuale...Icone grandiTrovare questo file di logAccesso: In cerca di CD-ROMs eseguibiliMB scaricatiCrea una nuova scorciatoia per questa unità virtualeCreando la scorciatoia...Gestisci la versione di WineInstallazione manualeIcone medieVarieSostituzione del Mouse warpMultimediaMultisamplingIl mio problema riguarda $APPLICATION_TITLENomeInstalla un programma in un nuovo prefissoNuovo: AvantiNoSenza descrizioneNessun manuale trovato per {0}Nessun luogo di installazione trovato in autorun.infNecessario No-cdUfficioModalità di rendering OffscreenApri 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 ha bisogno di installare XQuartz per funzionare correttamentePlayOnMac ti aiuterà semplificando questo passaggioPer 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 esponi chiaramente il tuo problema (solo in inglese)Si prega di dare più dettagli possibili, altrimenti, sarà veramente difficile aiutartiPer favore inserisci il tuo CD-ROM e premi avanti solo quando Finder ha trovato la parte MacOS del tuo CD-ROMPer favore fai la tua sceltaSi prega di leggere questoSi 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 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...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}EseguiEsegui un file .exe in questa unità virtualeEsegui uno scriptAvvia il wizard di configurazioneEsegui il tuo programma Windows su In esecuzione...Scansione unità virtuali...Scriptors: CercaScegli un'altro fileImposta un proxyImposta l'iconaImpostando la var Program FilesImpostazioniMostra i drive virtualiSimulazione riavvio WindowsIcone piccoleMi dispiace, $APPLICATION_TITLE $VERSION è troppo vecchio per continuare.\nRichiesto $APPLICATION_TITLE $NEEDED.Ci dispiace, ci serve una descrizione dettagliata.Strict draw orderingGestore processiProveGrazie! !\n\n La tua segnalazione è stata inviata.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 file: Questa funzione è disabilitata nell'ambiente di PlayOnLinuxL'installazione di questo programma è fornita da: Questo 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 unità virtuale è protettaQuesta operazione guidata ti aiuterà ad installare Questa 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: StrumentiTraduzione:Gli utenti di Ubuntu devono aggiungere i repository MEDIBUNTU \n per convertire correttamente in questo formato.Impossibile trovare il file: Impossibile trovare la versione: Non riesco ad installare Xquartz! Devi installarlo per usare Wine correttamente.RimuoviDisinstallazione...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_InitAspetta che XQuartz venga installatoAttenzione!\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: stai eseguendo $APPLICATION_TITLE $VERSION.\nPer continuare è raccomandato $APPLICATION_TITLE $NEEDED.Abbiamo rilevato che il programma che vuoi installare è:Benvenuti 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 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 nel manuale di installazione di $APPLICATION_TITLE.\n\nQuesto script ti consentirà di installare ogni programma su $APPLICATION_TITLE e usarlo con tutti i tools \n\nAttenzione: non possiamo garantire il perfetto funzionamento di ogni applicazione.Benvenuto nel creatore di unità virtuali per $APPLICATION_TITLE.\n\nQuesto strumento ti aiuterà a creare una nuova unità virtualeCosa vuoi fare?Qual è l'estensioneQual'è il nome del tuo programma?Che tipo di problema hai?Che tipo di unità virtuale vuoi creare?Cosa vorresti fare prima dell'installazione?Cosa vorresti fare?Dov'èDov'è montato il tuo CD-ROM?A quale applicazione vuoi applicare le modifiche?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 WineXquartz è stato installatoSiTentativo di apertura di uno script design per {0}! Potrebbe non funzionare come ci si attendeNon puoi chiudere questa finestraNon hai selezionato un giocoDevi scegliere una registrazione da convertireDevi scegliere una registrazione da leggereDevi scegliere un file!Devi scegliere un gioco da modificareBisogna 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 tuo kernel Linux potrebbe non essere configurato per funzionare con programmi Win 16 sotto Wine\n Info $EXPLANATION_URLIl tuo filesystem potrebbe impedire il corretto funzionamento di {0}. Per favore apri {0} nel terminale per maggiori dettagli.Il tuo kernel Linux potrebbe non essere compatibile per funzionare con programmi Win 16 sotto Wine\n Info $EXPLANATION_URLLa tua scheda grafica non ha abbastanza memoria!\nPotrebbe impedire il funzionamento del gioco.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} Impostazioni{0} Gestore verioni wineplayonlinux/lang/locale/ja/000077500000000000000000000000001341024004000161765ustar00rootroot00000000000000playonlinux/lang/locale/ja/LC_MESSAGES/000077500000000000000000000000001341024004000177635ustar00rootroot00000000000000playonlinux/lang/locale/ja/LC_MESSAGES/pol.mo000066400000000000000000000450671341024004000211260ustar00rootroot0000000000000043L (4LP^  '(,@6F/})%3!1"S vL#*NUZaz   9G0W3$ &. Uau{      6H] cNoYYr y   38JZagox )(8 am+   . 5B[n ('<#d)304K0)  " 0 D P _ j {      %  !!! .!:! C!&O!v!~! !!)!,!G!E"+e"I"" "\"L# e#o# ### #####$ $$$:$I$%2%%!%;&D& U& b&p&t&$&!& &4&"+' N'o'r' ' '','['[9( (((B* Y*0f***t*7+H+,X+4++6+ +,,F,Bc,,*,?,50-Af-----'-.}6.3....-/4/#P/)t/$/;/:/4:06o0*0^001!L1$n1<1$131 )262 O20Y2$2222 2 262*3!E3g3$3 33b3M14M4444440595$@5e5555 5 555 55'606 @6J6Q6d6t6 66<6667907'j777?778*8B98$|888889 9 9!9 (9 29 ?9L9-_9909 99 9: :*:H:X:3t:0:H:'";4J;<;;-;! <M+<Ny<<<<O=%W=}=====>>#>@>\>c>>>C>$> > ??/?E?L?9\? ?-?? ?U?BJ@q@3@N3AgA AAA)BBBBC C%C5C/FC)vCCCCCCqD:EHE5FIF=iFFFFF9FE2GExGG@G-HHLHH!H HH!HCHd?IdI JJanh._{4YzGEA2o= -6}^ BR&~?HebjT(/"vqp\xsKmZDW5J>FIU3'wrPVtc:N|l$;i0,<*L#uX`Q @] yO+9S)g1 %df!CM8k[7 Choose a file (from {2}) will be installed in: $PACKAGE crashed.(If this list is empty, please install a wine version with wine version manager)About {0}AccessoriesActivate GLSL Support?Activate Multisampling support?AddAdd the PlayOnLinux logo to your video?AllAlready up-to-date.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: ArgumentsAssigned programAutomatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! Installing one of these components can break your virtual drive.Begin the capture of an applicationBrowseBugsCancelCannot find the shortcutCapture 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 a valid $APPLICATION_TITLE script to run.Choose an action to performChoose an applicationChoose an option to modifyChoose the log file corresponding to your software.Choose the name of the virtual driveChoose the video format for conversionCleaning...Click Next to startCloseClose all {0} softwareClose this applicationCommand promptCommercialConfigureConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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)DeleteDevelopmentDisableDisplayDocumentationDon't join any log fileDonateDownload the programDownloading XQuartzEducationEject a PC CD-ROMEnableErrorError!ExitExtracting Wine...FileFile associationsFile not found!ForumsGamesGeneralGraphicsI AgreeIcon selectionIcons:InstallInstall a non-listed programInstall a programInstall is doneInstallation finished.Installed Wine versions: Installed pluginsInternetKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Make a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMultimediaNameNewNewsNextNoNo descriptionOfficeOpen a shellOpen program's directoryOpen the directoryOpen virtual drive's directoryOperation doneOptimisation doneOtherPassword: PatchesPlay a captured filePlease 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 software to packagePlease choose a software to runPlease choose an OGV capture file to playPlease explain your problem clearly (english only):Please read thisPlease select a program.Please select an icon filePlease 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 captureProxy addressProxy configurationProxy loginProxy passwordProxy portRead a PC CD-ROMRefreshRefreshing {0}Registry EditorRemoveRepair virtual driveReport a bugRunRun a .exe file in this virtual driveRun a local scriptRunning...SearchSelect another fileSet a proxySettingsSmall iconsSorry, we need a detailed description.SupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.The shortcut has been placed on your desktopThis plugin wil allow you to capture you applications under PlayOnLinuxThis virtual drive is protectedThis wizard will help you to install Wine: This wizard will help you to run an unofficial $APPLICATION_TITLE Script.ToolsTranslations:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.Unable to find version: UninstallUninstalling...Update GITUpdate wineprefixUsage: Use CD-ROM(s)Use DVD-ROM(s)Use Steam Store demo versionUse Steam Store versionUse WineTricksVery large iconsVirtual driveVirtual drive creatorWarning: 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 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 to $APPLICATION_TITLE Installation Wizard.What is the extension?What kind of problem do you have?Which application do you want to apply the modification to?Wine uninstallerWine versionWine versionsYesYou did not select a gameYou 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 continueYou should install it to use {0}of{0} cannot find {1}{0} console{0} debugger{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} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-04-22 11:02+0000 Last-Translator: Eshin Kunishima Language-Team: Japanese <> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) ファイルを選択 ({2}より) 以下にインストールされています: $PACKAGE がクラッシュしました。このリストが空の場合は、Wineのバージョン管理からWineをインストールしてください。{0} についてアクセサリGLSLによる支援を有効化しますか?マルチサンプリングを有効にしますか?追加ビデオにPlayOnLinuxのロゴを追加しますか?すべて最新の状態。適用パッケージ {0}をインストールしてよろしいですか?{0}のウィンドウをすべて閉じてよろしいですか?wine {0}を削除しますか?{0}を削除してよろしいですか?{0}の仮想ドライブを削除してよろしいですか?以下のものを削除しようとしています: 以下のものをインストールしようとしています: 引数登録済みのプログラム自動インストールAutorun利用できるWineのバージョン: 不正なファイル拡張子注意:これらのコンポ-ネットをインストールすると仮想ドライブが壊れる可能性があります。アプリケーションのキャプチャを開始参照バグキャンセルショートカットが見つかりませんキャプチャの実行中キャプチャメニュー(OpenGL)キャプチャメニュー(OpenGLなし)キャプチャを開始します。DirectDrawを用いた描画モードを使用しますか?Offscreenを用いた描画モードを使用しますか?描画対象ロックモードを使用しますか?アプリケーションを選択してください。プラグインを選択してください実行するには、有効な$APPLICATION_TITLE スクリプトを選択してください。実行する操作を選択アプリケーションを選択変更するオプションを選択ソフトウェアに対応するログファイルを選択仮想ドライブの名前を選択変換するビデオのフォーマットを選択消去中。次へを押して開始閉じる{0}のソフトウェアをすべて終了するアプリケーションを閉じるコマンドプロンプト商用設定接続中。変換完了ビデオにキャプチャしたファイルを変換${filename}をコピー中仮想ドライブをコピー中ショートカットの作成ショートカットを作成中。デバッグデバッグフラグエンコードのオプションを設定\n (何も知らない場合、既定の設定を推奨)パス1のエンコードを設定\n (分からなければ既定で放置)パス2のエンコードを設定\n (分からなければ既定で放置)削除開発無効表示ドキュメンテーションすべてのログファイルを結合しない寄付プログラムをダウンロードXQuartzをダウンロード中教育・教養PC CD-ROMを取り出す有効エラーエラー!終了Wineを出力中ファイルファイル関連付けファイルが見つかりません。フォーラムゲーム標準グラフィック同意しますアイコンの選択アイコン:インストールリストにないプログラムをインストールするインストールインストール完了インストール完了。インストールされているWineのバージョン: インストール済みプラグインインターネットプロセスを終了仮想ドライブのプログラムを終了しています。大アイコンログファイルを保存ログイン: この仮想ドライブからショートカットを新規作成ショートカットを作成中。Wineのバージョンを管理手動インストール中アイコンマルチメディア名称新規作成新着情報次へいいえ説明なしオフィスシェルを開くプログラムのディレクトリを開くディレクトリを開く仮想ドライブのディレクトリを開く操作完了最適化完了その他パスワード: パッチキャプチャしたファイルを再生CD-ROMを選択取り出すCD-ROMを選択再生するPIDキャプチャファイルを選択変換するキャプチャファイルを選択パッケージングするソフトウェアを選択してください実行するソフトウェアを選択再生するOGV キャプチャファイルを選択問題を明確に説明してください(英語のみ)これを読んでくださいプログラムを選択してください。アイコンファイルを選択PlayOnLinuxのロゴを作成中です。しばらくお待ちください。ビデオをエンコーディング中。しばらくお待ちください。お待ちください。プラグイン管理プラグインキャプチャを開始・停止するには+F8を押してください+F8でキャプチャを停止プロキシのアドレスプロキシ設定プロキシのユーザー名プロキシのパスワードプロキシのポートPC CD-ROMを読み込む更新{0 }をリフレッシュ中レジストリエディタ削除仮想ドライブを修復バグを報告実行この仮想ドライブでWindows実行ファイル(.exe)を実行ローカルスクリプトを実行実行中。検索他のファイルを選択プロキシを使用設定小アイコン申し訳ありませんが詳細な説明が必要ですサポートサポートされているソフトウェアタスクマネージャテストありがとうございます!\n\nあなたのレポートは送信されましたショートカットがデスクトップに作成されましたこのプラグインでPlayOnLinuxで実行しているアプリケーションをキャプチャできます。この仮想ドライブは保護されていますこのウィザードはWineをインストールするのに役立ちます: このウィザードは非公式の$APPLICATION_TITLE スクリプトの実行を手助けします。ツール翻訳:Ubuntuユーザの場合、この変換形式が正しく機能するにはリポジトリMEDIBUNTUを追加しなければなりません。バージョンが見つかりません: アンインストールアンインストール中。GITをアップデートwineprefixを更新使い方: CD-ROMを使用DVD-ROMを使用Steamストアのデモバージョンを使用Steamストアのバージョンを使用WineTricksを使用特大アイコン仮想ドライブ仮想ドライブの作成警告: このツールは相応の知識のあるユーザ向けです。 {0} とプログラムをアンインストールするには、登録した仮想ドライブを削除する必要があります。警告:正しいビデオエンコーディングでは、\n解像度は16の倍数である必要がありますWineの高度な設定へようこそ。GNU_Razielで作ったWine用最適化の間です。どれを選んでいいか分からない場合、既定で放置しましょう。$APPLICATION_TITLEのインストールウィザードへようこそ。拡張機能とは?問題の種類は何ですか?どのアプリケーションに変更を適用しますか?Wine アンインストーラWineのバージョンWine バージョンはいアプリケーションが選択されていません。変換するキャプチャファイルを指定してください。読み込むキャプチャファイルを指定してください。変更するゲームを選択{0} を再起動するまで、変更は反映されません。続行するにはインストールが必要{0}を使用するためにインストールする必要があります/{0}は{1}を発見できません{0}の端末{0}のデバッガ{0}インストールメニュー残念ながら、{0}はrootとして実行されていません。{0}は32bitのOpenGLライブラリを発見できませんでした。 問題が発生します。{0}は64bitのOpenGLライブラリを発見できませんでした。 問題が発生します。{0} の設定{0}のwineバージョン管理playonlinux/lang/locale/jv/000077500000000000000000000000001341024004000162235ustar00rootroot00000000000000playonlinux/lang/locale/jv/LC_MESSAGES/000077500000000000000000000000001341024004000200105ustar00rootroot00000000000000playonlinux/lang/locale/jv/LC_MESSAGES/pol.mo000066400000000000000000000130341341024004000211400ustar00rootroot00000000000000-=!':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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) 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/000077500000000000000000000000001341024004000162155ustar00rootroot00000000000000playonlinux/lang/locale/ko/LC_MESSAGES/000077500000000000000000000000001341024004000200025ustar00rootroot00000000000000playonlinux/lang/locale/ko/LC_MESSAGES/pol.mo000066400000000000000000000224201341024004000211310ustar00rootroot00000000000000<\( ) 3 ? 'V )~ % 3   L& #s         ) 09 j       *6(>gn   &8A P \+j    ,>DL(a')7$9+R4~0)  4U   (0?OVZm    2G'"oI  !;0l{  $!    (5O ,0B%s 4a#w !)H@\! '&Ne0   & 0:AUi{  2 CQar y   #&!+M;l 8: =[! ?/ L  !!'!>! O!\!q!!!!!"!!! ""%"6" G" Q"[r"""i"[#b#j####F# $$ 2$ @$L$'P$*x$'$$ $ $ $$Fv%/<6R}#7[5$m0k{3~)NWo'V^qBIeCYX;adbK2zj\1!=QP J,y c*S(]A9G&-pZ@T itELf>w:Ml4rhg _"Osx?`8n+HD|Uu.About {0}AccessoriesActivate GLSL Support?Add the PlayOnLinux logo to your video?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 ?ArgumentsAvailable Wine versions: Be careful! Installing one of these components can break your virtual drive.Begin the capture of an applicationBrowseCancelCannot find the shortcutCapture in progress...Capture menu (OpenGL)Capture menu (not OpenGL)Capture will begin...Choose a gameChoose a pluginChoose a valid $APPLICATION_TITLE script to run.Choose an action to performCloseClose all {0} softwareClose this applicationCommand promptConfigureConfigure WineConvert a captured file to videoCreate a shortcutCreating shortcut...DevelopmentDisableDo you want to delete the virtual drive:DonateDownloading Wine: EducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeInstallInstall a programInstall componentsInstallation finished.Installed Wine versions: Installed pluginsInternetKill processesLarge iconsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsMedium iconsMiscellaneousMultimediaNewNextNoNo descriptionOfficeOpen a shellOpen program's directoryOptimisation doneOtherPatchesPlay a captured filePlease choose a PID capture file to playPlease choose a capture file to convertPlease choose an OGV capture file to playPlease select a program or a virtual drive to configurePlease select a program to uninstallPlease select a program.Please wait while $SOFTNAME 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 portRefreshRefreshing {0}Registry EditorRemoveRunRun a local scriptRun your Windows programs on Scanning the virtual drive ...SearchSet a proxySet the iconSettingsSmall iconsTask managerTestingThe following people contributed to this program: This plugin wil allow you to capture you applications under PlayOnLinuxThis wizard will help you install This wizard will help you to run an unofficial $APPLICATION_TITLE Script.ToolsTranslations:Very large iconsVideo memory sizeVirtual driveVirtual drivesWhich application do you want to apply the modification to?Windows rebootWine uninstallerWine versionWine versionsYesYou did not select a gameYou must choose a capture to convertYou must choose a capture to readof{0} console{0} debugger{0} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-11-25 09:09+0000 Last-Translator: Hyun-Seok, Choi Language-Team: Korean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) {0} 정보보조 프로그램GLSL 지원을 활성화 하시겠습니까?비디오에 PlayOnLinux 로고를 더할까요?wine {0}을 삭제하시겠습니까?{0}을 삭제하시겠습니까?{0} 가상 드라이브를 삭제하시겠습니까?인자사용 가능한 Wine 버전: 주의! 구성요소를 설치했을 경우 가상 드라이브가 손상될 수도 있습니다.어플리케이션의 캡쳐 시작찾아보기취소바탕화면을 찾을 수 없음캡쳐가 진행중...캡쳐 메뉴(OpenGL)캡쳐 메뉴(not OpenGL)캡쳐 시작...게임을 선택해 주세요.플러그인 선택실행할 $APPLICATION_TITLE 스크립트를 선택하십시오.적용할 액션 고르기종료모든 {0} 소프트웨어 종료이 어플리케이션 종료명령 프롬프트구성Wine 설정캡쳐된 파일을 비디오로 변환바로가기 만들기바로가기 만들기 중...개발사용 안 함가상 드라이브를 삭제하시겠습니까:기부Wine 다운로드 중 : 교육사용하기종료파일GLSL 지원게임일반그래픽동의함설치프로그램 설치구성요소 설치설치 완료됨.설치된 Wine 버전: 설치된 플러그인인터넷프로세스 종료큰 아이콘MB 다운로드 됨바로가기 만들기바로가기 만들기 중...Wine 버전 관리보통 아이콘기타 설정멀티미디어새로 만들기다음아니오설명 없음오피스쉘 열기프로그램의 디렉토리 열기최적화 완료됨기타패치캠쳐된 파일 실행실행 할 PID 캡쳐 파일 고르기변환할 캡쳐 파일 고르기실행할 OGV 파일 고르기설정할 프로그램 또는 가상 드라이브를 선택삭제할 프로그램 선택프로그램을 선택하세요.$SOFTNAME가 설치될 때까지 기다려 주십시오.PlayOnLinux 로고 가 생성될 동안 기다려주세요동영상이 인코딩될 때까지 기다려 주십시오...잠시만 기다려 주십시오.플러그인 관리플러그인캡쳐를 시작하거나 멈추기 위해 +F8 누르기캡쳐를 멈추기 위해 +F8 누르기캡쳐를 원하시면\n창의 다음버튼을 누르세요.\n5초 후 자동으로 캡쳐가 실행될 것 입니다.\n비디오 만이 캡쳐될 수 있습니다.프록시 주소프록시 설정프록시 로그인프록시 비밀번호프록시 포트새로고침{0} 새로고침 중레지스트리 편집기삭제실행로컬 스크립트 실행Run your Windows programs on 가상 드라이브 검색 중 ...검색프록시 설정아이콘 설정설정작은 아이콘작업 관리자시험중이 프로그램의 기여자 : 이 플러그인은 PlayOnLinux 아래의 어플리케이션을 캡쳐할 수 있습니다.This wizard will help you install 이 마법사는 비공식 $APPLICATION_TITLE 스크립트를 실행하는데 도움이 될 것입니다.도구번역:아주 큰 아이콘비디오 메모리 크기가상 드라이브가상 드라이브어느 어플리케이션에 수정 사항을 적용할 것 입니까?윈도우 재부팅Wine 언인스톨러와인 버전Wine 버전예게임을 선택하지 않았습니다.변환할 캡쳐를 선택해야 합니다읽을 캡쳐를 선택해야 합니다의{0} 명령창{0} 디버거{0} 설정{0} wine 버전 관리자playonlinux/lang/locale/lt/000077500000000000000000000000001341024004000162235ustar00rootroot00000000000000playonlinux/lang/locale/lt/LC_MESSAGES/000077500000000000000000000000001341024004000200105ustar00rootroot00000000000000playonlinux/lang/locale/lt/LC_MESSAGES/pol.mo000066400000000000000000000217331341024004000211450ustar00rootroot00000000000000zH I U 'l  ! "  #  " ) @ V p     $ &7 ^ u   N  5 A I Q X b i n s            +4 I Wbgkps   !)(>'g)40.)6 `  .:IQZj q~%   2GR\ /I=M;l  $! (I LWi 7:r.x,% );"[~+  (?7h &U$z    "< OZ m{2    1R'n)+)K0u% E92l $8 K Vc x.   1 < U l "w C $ !i !w!!V!!F"." " ###+:#'f#/## # #1cYO /#i2%t."v_; m>o$bNHJMZ(6Tnd^gh\'3+&7ae0-ApEK` CIVP]SDL )8*wj9?GXz<Bq@fkQxr=ulR4yWFs: 5U! ,[AccessoriesActivate GLSL Support?Add the PlayOnLinux logo to your video?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 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 WineConversion doneConvert a captured file to videoDefine your encoding options \n (leave defaults if you do not know what to do)Developer and Website: DevelopmentDisableDisplayDonateEducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeIcons:InstallInstalled Wine versions: Installed pluginsInternetKill processesLogin: MB downloadedMake a new shortcut from this virtual driveManage Wine versionsMiscellaneousMultimediaNameNewNextNoNo 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 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 wizardSet 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-01-20 09:41+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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) ReikmenysAktyvuoti GLSL palaikymą?Pridėti PlayOnLinux logotipą į savo vaizdo įrašą?VisusAr esate įsitikinęs, kad norite pašalinti: Ar esate įsitikinęs, kad norite įdiegti: Prieinamos Wine versijos: Pradėti programos vaizdų fiksavimąNaršytiAtsisakytiĮ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 WineKonvertavimas baigtasKonvertuoti įrašytą failą į videoNustatykite kodavimo parinktis \n (palikite numatytuosius, jei nežinote, ką daryti)Vystytojas ir tinklalapis: KūrimasIšjungtiRodytiPaaukotiŠvietimasĮjungtiBaigtiFailasGLSL PalaikymasŽaidimaiBendraGrafikaSutinkuPiktogramos:ĮdiegtiĮdiegtos Wine versijos: Idiegti įskiepiaiInternetasUžbaigti procesusPrisijungti: MB atsisiųstaPadaryti naują nuorodą iš šio virtualaus diskoTvarkyti Wine versijasĮ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ą rodymuiPalaukite, 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įNustatyti 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/000077500000000000000000000000001341024004000162235ustar00rootroot00000000000000playonlinux/lang/locale/ms/LC_MESSAGES/000077500000000000000000000000001341024004000200105ustar00rootroot00000000000000playonlinux/lang/locale/ms/LC_MESSAGES/pol.mo000066400000000000000000001210421341024004000211370ustar00rootroot00000000000000D 3l8#9#H#]#r# ########+$A$`$*$$C%%0&4&$'#5'Y'i'{'Pz(I() () 2)>)U)!u))')))")&)%*6+*)b*%*3*!*"+M++ y+++++++L+gH,#,R,'-.-G.N.g.~..... . /(/ H/V/r/0////30$40&Y0 0000000*0 &1 11;1*J1 u11 111112 2N2Yf2Y23!3 93E3Z3b3Cj3(3B35505Wf5$55566*6&>6 e6o66*66B66!7%%7K7P7#a7*77 7O7( 8I8N8`8p838 8888689%!9 G9"h99999999(:*:=:M:]:t:::::::;(; <;H;\;d; ;+;;;; ; << &< 1<-?<m<r<v<|<<<4<<&< === 4=A= Z={====='== > >#>+>:@>{>>>(>'>?#7?[?+{?)?"?$?@38@Yl@c@*ABASA7nA$AAA&A]&B6B4B>BC/C;sC+C4C7D0HDyDDD)D DD9uE EE EE EE FF/F?FSF[FjFsFFFF FFF%F GG5G SG^G }GGG$G G GGGHH 1Hc=H&HH HH"HIe-IdIdIn]J2J,J2,KB_K-K K9K*LUALGLLM]N{NFO"fO+OPOIP(PPyP P\PPQ Q'Q 7QBQVQ'hQQQ&Q QQQR/RMR"fRRRRRR SS&%SLS ^SlSS.SST\UIUm'V:VVMgW2WWkX+YCY ZY!{Y0Y.YYZ!Z;?Z,{ZZRZ [ [ ([6[R[MV[[[$[!\"\ :\4[\"\ \~\lS]T]^.^&1^ X^c^w^ ^ ^ ^^0^9^,(_[U_[_ `8`S`m` bb +b9b Jb Vbdb%bbb'bb)c4Eczcdd4Xe3e#e$e ff7fL4gTgg ggh(h#Chgh,nhhhh%hh%i#+iOi*niiiGij"j3j HjVjljjQjpjbkPzkkDkmm6mRmhmm mmmmmn.nNn9annnn2no":o]omoooooo4o p(p 1p(?p hpvp!ppppp p qZqixqiqLrRr qr}r rrGrrL sYt<pt_t# u!1uSubutuu)u uuu)uvJvhvov'vvv#v+vw 1wQ?w%ww www8w 0x >xHxKx>Rx x"x&x#x yy% y FyPy$Wy|y(yyy yyyz&z7zKz^zgzz)z zzz"z {'{C{W{g{y{{{ {{){{{{| ||A |b|1|||| || }#}2}M}]} s}6}}}} }}}:~@~[~$m~2~.~~$ $1+V2("4>Sj 79%q,ŁW4J3?D<8(u.)̓/'6G3O&5D z …΅  $1EL`f+dž #(L[u$Ç Ӈ 7gB*Ո /5eJddoz;(&*O8z4 9(-VVF ݎ&.\Mr- ac{  Α+! 1&> e q~В# (?+O{0  !--[+NsߖAS\C8٘rיJe{&2-=E<d*̛Tޛ3 E P[scv$ڜ0,Mz+8%*!LmӞbA&  ( :D1XC2Π__a <͡ &au )7UP1Y 6MECRJryL\7&bRL Jp  |?!/kf )K.+_onM}^G8_ZAyDl?,aqOXO:gil='[v(tN4]og[se59VxY6pS1D B%m<`}riAh*{:"IP|9wm{"H$c d (I~#0N~xBjwQ+/z']hneTzW8#<bs%K.=SZU3 02tk$5cf2\`*!vd>@uWEFTQ4,qC^;@3-V X;jHFG>- 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 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 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 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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!Function override detected, disabling bug reportingGLSL SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse 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 modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Set 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 managerTestingThe 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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: 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 instructionsUpdate 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 firstWarning !!\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 :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 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 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 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 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 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 workingis 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} 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: 2015-08-31 19:00+0200 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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Language: ms Pilih satu fail Ekstrak pakej Pasang pakej Papar mesej ini (dari {2}) tidak wujud! telah berjaya dinyahpasang. bukanlah pakej PlayOnLinux yang sah! pada komputer anda. akan dipasang dalam: Penkonfigur Aplikasi $APPLICATION_TITLEPenyahpasang $APPLICATION_TITLEPengemaskini-automatik $APPLICATION_TITLEPenyahpepijat $APPLICATION_TITLE sedang dimulakan...$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 memasang aplikasi anda...Pengurus pakej $APPLICATION_TITLE: Pencipta pintasan $APPLICATION_TITLEProfil $AUTHOR$PACKAGE mengalami kerosakan.$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?(Jika senarai ini kosong, sila pasang versi wine dengan pengurus versi wine)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?SemuaSudahpun dikemaskini.Ralat berlaku semasa muat turn.Versi terkemaskini {0} sudah tersediaLaksanaAnda pasti hendak memasang pakej {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?ArgumenProgram terumpukPemasangan 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 $SOFTNAMEMula menangkap aplikasiBinari tidak ditemui: $BINARY\nAdakah anda memasang program ke lokasi lalainya?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.BatalTidak dapat cari pintasanPenangkapan dalam proses...Menu tangkap (OpenGL)Menu tangkap (bukan OpenGL)Tangkapan akan bermula...Ubah ikonMemeriksa 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 fail log yang berkaitan dengan program anda.Pilih nama bagi pemacu mayaPilih format video untuk penukaranMembersihkan...Klik Berikutnya untuk teruskan.Klik Berikutnya untuk mulaTutupTutup semua perisian {0}Tutup aplikasi iniPromp perintahPerintah untuk dilakukan sebelum menjalankan programKomersialKonfigurKonfigur WineSambung ke akaun $APPLICATION_TITLE andaMenyambung...Penukaran selesaiTukar fail ditangkap kepada videoMenyalin ${filename}Menyalin pemacu mayaCipta satu pintasanMencipta pintasan...NyahpepijatNyahpepijat benderaTakrifkan 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)PadamPembangun dan Laman Sesawang: PembangunanPenerap Direct DrawDilumpuhkanPaparanAnda hendak $APPLICATION_TITLE memasangnya secara automatik untuk anda?Anda hendak padam pemacu maya: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 cuba lagi?Anda hendak kemaskini dan mulakan semula $APPLICATION_TITLE?Jangan lupa pergi ke menu alatan PlayOnMac -> Baca CD-Rom PC sebelum menjalankan permainan andaJangan pasang XQuartz buat masa iniJangan sertakan sebarang fail logBeri SumbanganMut turun programMemuat turun Wine: Memuat turun XQuartzSunting atau kemaskini aplikasi sedia adaPendidikanLenting CD-ROM PCBenarkanPadam (kandungan pemacu maya akan hilang)RalatRalat ! Fail tidak sepadan\n\nSetempat : $LOCAL_MD5\nPelayan : $SERVER_MD5Ralat!Ralat: Tidak dapat cari CD-ROM!Ralat: Tidak boleh simpan port yang sahKeluarPustaka luaranSaiz fail terekstrak tidak sepadan!Mengekstrak ${filename} dari ${archivename}Mengekstrak Wine...Mengekstrak: Gagal menyambung !\nSila pastikan daftar masuk dan kata laluan anda adalah betul.Gagal mencari ${dest} dari ${archive}FailAsosiasi failFail tidak ditemui!Saiz fail tidak sepadan!Pembatalan fungsi dikesan, melumpuhkan pelaporan pepijatSokongan GLSLPermainanAmGrafikDisini merupakan kod sumber skrip. Periksa ia dengan hati-hatiSaya SetujuSaya tidak mahu buat pintasan lainSaya mempunyai masalah dengan perisianSaya telah muat turun fail tersebutPemilihan ikonIkon:Jika anda tidak tahu, nyahpilih semuaTermasuk:PasangPasang program yang tidak-tersenaraiPasang programPasang program di dalam pemacu maya baruPasang komponenPemasangan selesaiPasang skripPasang beberapa pustakaPemasangan selesai.Versi Wine dipasang: Pemalam dipasamgMemasang XQuartz...Memasang pemalam: InternetMatikan semua proses prefixMatikan prosesMematikan program di dalam pemacu maya...Ikon besarCari fail log iniDaftar Masuk: Mencari CD-ROM yang boleh berjalanMB dimuat turunBuat pintasan baru dari pemacu maya iniMembuat pintasan...Urus versi WinePemasangan manualIkon sederhanaPelbagaiBatal ledingan tetikusMultimediaPersampelan-berbilangMasalah saya berkenaan $APPLICATION_TITLENamaBaruBaru: MajuTidakTiada keteranganRuang tidak mencukupi untuk memuat turun:\n$URL ($neededSpace KB)Tiada panduan ditemui untuk {0}Tiada lokasi persediaan ditemui dalam autorun.infTiada-cd diperlukanPejabatMod penerapan luar-skrinBuka shellBuka direktori programBuka direktori aplikasiBuka direktoriBuka direktori pemacu mayaOperasi selesaiPengoptimuman selesaiLain-lainTulis-ganti (biasanya berfungsi, tetapi tiada jaminan)Pemaca CD-ROM PCPembuat Pakej: Kata Laluan: TampalanMain fail yang ditangkapPasukan PlayOnLinux dan PlayOnMa Dibawah lesen GPL versi 3Pengurus pakej PlayOnLinuxSila 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 cara untuk memasang program andaSila pilih satu fail tangkapan OGV untuk dimainkanSila pilih satu tindakan untuk dilakukanSila pilih kaedah pemasanganSila muat turun XQuartz untuk sayaSila jelaskan masalah anda (Bahasa Inggeris sahaja):Sila berikan perincian, jika tidak, adalah sukar membantu andaSila sisipkan CD-ROM anda, dan tekan maju hanya bila Finder telah menemui bahagian Mac OS bagi CD-ROM andaSila buat pilihanSila baca iniSila pilih fail nyahpepijatSila pilih program atau pemacu maya untuk dikonfigurkanSila pilih program untuk dinyahpasangSila pilih satu program.Sila pilih fail ikonSila pilih fail pemasangan untuk dijalankan.Sila taip nama bagi pemacu maya aplikasi anda.\nNama ini tidak boleh mengandungi jarak.Sila tunggu semasa $APPLICATION_TITLE menyalin fail:Sila 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 semasa logo PlayOnLinux dicipta...Sila tunggu semasa pemacu maya dicipta...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 selesaiAlamat proksiKonfigurasi proksiDaftar masuk proksiKata laluan proksiPort proksiBaca fail TRANSLATORSBaca CD-Rom PCBaca CD-Rom PCBaca panduanMembaca peranti andaSegar SemulaMenyegar Semula {0}DaftarPenyunting RegistryBuangTerap kuncian mod sasaranBaiki pemacu mayaLaporkan pepijatLaporkan masalah mengenai {0}JalanJalankan fail .exe di dalam pemacu maya iniJalankan skrip setempatJalankan bestari konfigurasiJalankan program Windows anda pada Menjalankan...Mengimbas pemacu maya ...Penulis Skrip: GelintarPilih fail lainPilih kad video utama untuk laporan:Tetapkan proksiTetapkan ikonMenetapkan var Program FilesTetapanPapar pemacu mayaSimulasikan but semula WindowsIkon kecilMaaf, $APPLICATION_TITLE $VERSION terlalu tua untuk diteruskan.\n$APPLICATION_TITLE $NEEDED diperlukan.Maaf, kami perlukan keterangan terperinci.Penertiban Lukis KetatPengurus TugasPengujianMuat turun kelihatan telah mengalami kegagalan.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: 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}.Fail ini: Fungsi ini dilumpuhkan di dalam persekitaran PlayOnLinux.Program pemasangan ini disediakan oleh: Ini adalah pemasang untuk kemaskini atau tambahan;\nSila pasang $TITLE_REQUIRED dahuluPemalam 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 WindowsPemacu maya ini dilindungiBestari ini akan membantu anda pasang Bestari 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: AlatanTerjemahan:Pengguna Ubuntu mesti tambah repositori MEDIBUNTU\nsupaya format penukaran berfungsi dengan baik.Tidak boleh cari fail: Tidak boleh cari versi: NyahpasangMenyahpasang...Kemaskini GITKemaskini arahanKemaskini wineprofixMengemaskini $APPLICATION_TITLE dari GIT...Mengemaskini 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 paksaIkon sangat besarKad video tidak mempunyai ingatan yang mencukupiSaiz ingatan videoPemacu mayaPencipta pemacu mayaPemacu mayaAMARAN. Sila guna POL_SetupWindow_Init dahuluAmaran !!\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: 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: Anda kini menjalankan $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED disarankan untuk diteruskan.Kami telah mengesan bahawa program yang anda mahu pasang adalah :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 LALAISelamat datang ke Detour. merupakan pemalam yang membolehkan anda cipta pintasan post-pasangSelamat 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 pencipta pemacu maya $APPLICATION_TITLE.\n\nAlat ini akan membantu anda membuat pemacu maya baruApa yang anda hendak buat?Apakah itu sambungan?Apakah nama program 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?Di manaDimanakan CD-ROM anda dilekap?Aplikasi yang manakah anda hendak laksanakan pengubahsuaian?Versi wine yang manakah anda mahu gunakan?But semul WindowsWine kelihatan mengalami kerosakan\n\nJika program masih berjalan, abaikan mesej iniPenyahpasang WineVersi WineVersi WineXQuartz telah dipasang.YaAnda cuba membuka rekabentuk skrin bagi {0}! Ia mungkin tidak berfungsi sepertimana yang diharapkanAnda tidak boleh tutup tetingkap iniAnda tidak memilih permainanAnda mesti pilih satu tangkapan untuk ditukarkanAnda mesti pilih satu tangkapan untuk dibacaAnda mesti pilih satu fail!Anda mesti pilih permainan untuk diubahsuaiAnda perlu mulakan semula {0} supaya perubahan berkesan.Anda perlu memasangnya untuk teruskanAnda patut pasang ia supaya dapat guna {0}Veris $APPLICATION_TITLE anda sudah lapuk.\nAnda mesti kemaskini $APPLICATION_TITLE sebelum menghantar laporan pepijatt.\nTerima kasihSistem 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 berfungsibukanlah sambungan ikondaridalam persekitaran $APPLICATION_TITLE.Bestari {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 andaTetapan {0}Laman sesawang {0} tidak tersedia. Sila semak sambungan andaPengurus versi wine {0}playonlinux/lang/locale/nb/000077500000000000000000000000001341024004000162035ustar00rootroot00000000000000playonlinux/lang/locale/nb/LC_MESSAGES/000077500000000000000000000000001341024004000177705ustar00rootroot00000000000000playonlinux/lang/locale/nb/LC_MESSAGES/pol.mo000066400000000000000000000127211341024004000211220ustar00rootroot000000000000002C<HI'`)!#3Ic y  &= MNnYYqy(')4I0~)  G \ I9 ; V d $~ 4 0 *  + ,$In   @ N[o"!WbDb 'EY"l$"/,4,F%sP,[}W13(!J5i1#,  $&.*)"(' /-% 02!+1 Activate 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)DisableInstallation finished.Installed Wine versions: Operation 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...Please wait...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?Wine versionsYou did not select a gameYou 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-08-05 10:47+0000 Last-Translator: Einar Svensen Language-Team: Norwegian Bokmal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) 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).DeaktiverFerdig installert.Installerte Wine versjoner: Operasjon fullførtSpill av et opptakVelg PID opptaksfil for avspillingVelg opptaksfil som skal konverteresVelg OGV opptaksfil for avspillingVennligst vent mens PlayOnLinux-logoen lages...Vent litt... Videoen din blir nå konvertertVennligst vent...For å 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.Dette programtillegget vil tillate opptak av dine applikaskjoner på PlayOnLinuxUbuntu 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åWine versjonerDu har ikke valgt et spillDu 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/000077500000000000000000000000001341024004000162155ustar00rootroot00000000000000playonlinux/lang/locale/nl/LC_MESSAGES/000077500000000000000000000000001341024004000200025ustar00rootroot00000000000000playonlinux/lang/locale/nl/LC_MESSAGES/pol.mo000066400000000000000000001345651341024004000211470ustar00rootroot00000000000000,Y<%%%%% %%# &#.&R&e&+}&&&*&''U(0)4C)$x)#)))b)F*PE+I+2+, &, 0,<,S,!s,,',,,",&,#-6)-/`-)-%-3-!."6.MY. .. ....//L4/g/#/R 0`0g0Sl012223&3@3V3f3 x3 33 33404E4a4w434$4&4 5565J5P5g5~5*5 5 55*5 66 %6F6Z6p666 6N6Y6YR777 7777C7(@8Bi8959 9W:$^:::::::&: ;';9;*@;k;Bq;;!;%;<<#<*=<h< {<<O<(< ==!=1=K=3R= =====6=6= >%(> N>"o>>>>>>>>(?1?D?T?d?{??????? @(@ C@O@c@k@ @+@@@@ @ AA -A 8A-FAtAyA}AAAAA4AA&A B B'B @BMB fBBBBBB'BC C $C/C7C:LCC4C-CDD(=D'fDD#DD+D)E"@E$cEE3EYEc5FFFF7F$G:GSG&nG]G6G4*H;_H>HCH;I+ZI4I7I0I$J3JBJ)JJ tJJ9 K ZKhK |KK KKKKKKKLLL.L5LML bLoLL%LLLL L M (M4M;M$OMtM M MMMMM McM&\NJNNNN N O)O"=O`OexOdOdCPnP2Q,JQ2wQBQ-Q R9'R*aRURGR*S TTT UU"U+UP!VIrV(VV VV\W^WxWDW WW WWX'!XIXeX&mX XXXXXY"YBY_YwYYY YY&YZ Z%Z;Z.JZyZZj[5\\IF]m]:]9^M^2_Q_(`kaaa a!a0a.,b[bvbb;b,bcRchc yc cccMcdd$9d!^dd d4d"d e~2e^elf\}fTf/gHg&Kg rg}gg g g gg0g9h,Bh[oh[h 'i84imii k#k7kNk `kkkzk#kkk(kl(2l1[ll.mm*n.n!o)(oRobos{o o[pEXq=qqq qr('r%Pr vr(rrr1r0r 's/1s6as-s)s>s2/t)btNt tttuu2uMu'huVuu!uv[vvvwLx y z(z=zQzjzzz&z$z&z{&2{Y{@o{${{${1|*D|,o| |!|||| } }8/} h} t}}2}}}+}~!6~X~!s~ ~~W~ddv   #0A6(xy28 kqx!7?Vh,  ԃ2Pi o' „1ք+4 T`Wi%1LIS Ć̆=Ն+?&G)n" ͇*ۇ  4R3lЈ7Pp2‰;؉' >J j7x!Ҋ 8 C(Qz<,/Mai Ì݌,; K Yfn:ȍ<;Z%o/-Ŏ0 (<3e/$ɏ <)Hfq!0#E>i.ב2bBOFS<7Dȓ< 4J;;.& ;I8R*<T  іݖ = OY lx ʗ!ޗ 1 <W u#ØҘ٘4*?Q i ʙoޙ7N`  +)2"\!#90*"BM8 ɞ=מ6gLT !ס$!175|mY2D w dY1  #ѥ) ;.Et!!٦' Ab/"§&>Te7.ɨ&WīCW7(!n> Ұ /*Do1'ڱcw $Ʋaɲ+K.j(³'> 1H5zNϵlPE&! HSk |,5,bGb @_1mpzg*b6G/ l\{`RaVq_d R7A;B}|J+iz8,+YPBT~["r#`if ?8UY {;md7'nK0Lo\F[EOQ6.-Za=!u 5)ILk<3D(qc9g)eVW]Q < ~  Z2Nt%$jr4X>oD, j@pOev$Gy^^tc Eh!/]|5W&13'Hslx}Ms*Tx&9SC>F(:#f=%bk4H.-PuhvK_:UywSIXA0@J"CMn?wN2 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nSelect its shortcut and click on "Debug" in the side panel to get more details.$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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyHow much memory (in MB) 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 don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 handling archive...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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 version is CURRENTLY IN USEThis 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-08-15 18:06+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: 2015-09-01 05:11+0000 X-Generator: Launchpad (build 17690) Selecteer een bestand Pak het pakket uit Installeer het pakket Toon dit bericht (van {2}) bestaat niet! is met succes verwijderd. is geen geldig PlayOnLinux-pakket! op uw computer. zal geïnstalleerd worden in: $APPLICATION_TITLE-programmaconfigurator$APPLICATION_TITLE-verwijderen$APPLICATION_TITLE automatisch bijwerken$APPLICATION_TITLE-foutopsporing wordt gestart…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 programma$APPLICATION_TITLE installeert uw programma…$APPLICATION_TITLE-pakketbeheer: $APPLICATION_TITLE snelkoppeling aanmaken$AUTHOR-profiel$PACKAGE is vastgelopen.$PACKAGE is vastgelopen.\nSelecteer de snelkoppeling en klik op "Foutopsporing" in het zijpaneel voor meer details.$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?(Indien deze lijst leeg is, installeer dan a.u.b een Wine-versie via het Wine-versiebeheer)7z is niet geïnstalleerd, installeer 7zip en probeer het dan opnieuwEr bestaat al een snelkoppeling met deze naam, overschrijven?Installatie afbrekenInfo {0}HulpmiddelenGLSL-ondersteuning inschakelen?Multisampling-ondersteuning inschakelen?Verspringen muis negeren inschakelen?ToevoegenPlayOnLinux-logo toevoegen aan uw video?AllesIs reeds up-to-date.Er is een fout opgetreden tijdens het downloaden.Er is een bijgewerkte versie van {0} beschikbaarToepassenWeet 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 het volgende wilt verwijderen: Weet u zeker dat u dit wilt installeren: Weet u zeker dat u alle actieve $APPLICATION_TITLE-programma's wilt afsluiten?ArgumentenToegewezen programmaLet op!Automatische 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 installerenStart de opname van een programmaBinair niet gevonden: $BINARY\nHeeft u het programma geïnstalleerd op de standaardlocatie?BladerenFoutenHoewel ze niet ondersteund worden door {0}, kunt u door deze optie in te schakelen programma's installeren die een beveiliging tegen kopiëren hebben (DRM) door deze beveiliging te omzeilen. Deze optie dient niet als vanzelfsprekend en onvoorwaardelijk beschouwd te worden, want wij keuren piraterij nog steeds af. We zullen daarom ook geen ondersteuning bieden voor problemen die zijn ontstaan door het gebruik van deze optie.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. 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.AnnulerenKan de snelkoppeling niet vindenBezig met opnemen…Opnamemenu (OpenGL)Opnamemenu (geen OpenGL)Opname gaat starten…Wijzig het pictogramControleren 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 een logbestand betreffende uw software.Voer een naam in voor het virtuele stationSelecteer het videoformaat voor de conversieOpruimen…Klik op Volgende om door te gaan.Klik op Volgende om te beginnenSluitenAlle {0}-software sluitenSluit dit programmaOpdrachtpromptOpdracht om uit te voeren voordat u het programma draaitCommercieelConfigurerenWine configurerenVerbinding maken met uw $APPLICATION_TITLE-accountVerbinding maken…Conversie voltooidConverteer een opgenomen bestand naar video${filename} wordt gekopieerdVirtuele station wordt gekopieerdEen snelkoppeling aanmakenSnelkoppeling wordt aangemaakt…FoutopsporingFoutopsporingsvlaggenBepaal 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)VerwijderenOntwikkelaar en website: OntwikkelingDirect Draw renderenUitschakelenBeeldWilt u dat $APPLICATION_TITLE het automatisch voor u installeert?Wilt u het virtuele station verwijderen: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 het opnieuw proberen?Wilt u $APPLICATION_TITLE bijwerken en herstarten?DocumentatieVergeet niet om naar het PlayOnMac-hulpmiddelenmenu te gaan -> Een PC-cd-rom lezen voordat u uw spel gaat draaienXQuartz nog niet installerenGeen logbestand meesturenHerinner me niet meerDonerenDownload het programmaWine downloaden: Bezig met downloaden XQuartzEen bestaand programma bewerken of bijwerkenEducatiefEen PC-cd-rom uitwerpenInschakelenWissen (inhoud virtuele station zal verloren gaan)FoutFout ! Bestanden komen niet overeen\n\nLokaal : $LOCAL_MD5\nServer : $SERVER_MD5Fout!Fout: kan de cd-rom niet vinden!Fout: kon geen geldige poort reserverenAfsluitenExterne bibliotheekGrootte van uitgepakte bestand komt niet overeen!${filename} uitpakken vanuit ${archivename}Bezig met uitpakken van Wine…Uitpakken: FacebookKon 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!ForumsEr wordt een functie genegeerd, foutrapportage wordt daarom uitgeschakeldGLSL-ondersteuningSpelletjesAlgemeenGoogle+GrafischHier is de broncode van het script. Controleer het zorgvuldigHoe groot is uw grafische geheugen (in MB)?AkkoordIk wil geen andere snelkoppeling makenIk heb een probleem met bepaalde softwareIk heb het bestand zelf gedownloadPictogramselectiePictogrammen:Als u het niet weet, deselecteer dan allesInclusief:InstallerenEen niet in de lijst opgenomen programma installerenEen programma installerenProgramma installeren in een nieuw virtueel stationComponenten installerenInstallatie is voltooidScripts installerenInstalleer enige bibliothekenInstallatie voltooid.Geïnstalleerde Wine-versies: Geïnstalleerde plug-insXQuartz wordt geïnstalleerd…Installeren plug-in: InternetAlle processen in programmaverzamelmap beëindigenProcessen beëindigenAlle processen in het virtuele station worden beëindigd…Grote pictogrammenGa naar dit logbestandAanmelden: Zoeken naar uitvoerbare cd-romsMB gedownloadMaak een nieuwe snelkoppeling voor dit virtuele stationSnelkoppeling wordt aangemaakt…Wine-versies beherenHandmatige installatieMiddelgrote pictogrammenDiverseVerspringen muis negerenMultimediaMultisamplingMijn probleem is $APPLICATION_TITLE zelfNaamNieuwNieuw: NieuwsVolgendeNeeGeen omschrijvingNiet genoeg ruimte om te downloaden:\n$URL ($neededSpace KB)Geen gebruikershandleiding gevonden voor {0}Geen installatielocatie gevonden in autorun.infNo-cd-patch vereistKantoorModus Offscreen renderenOpen een shellOpen programmamapOpen de programmamapMap openenOpen map virtuele stationBewerking voltooidOptimalisatie voltooidAndersOverschrijven (werkt meestal, geen garantie)PC-cd-rom lezerPakketmaker: Wachtwoord: PatchesSpeel een opgenomen bestand afPlayOnLinux- en PlayOnMac-team Onder GPL licentie versie 3PlayOnLinux-pakketbeheerPlayOnMac moet XQuartz installeren om goed te kunnen werken.PlayOnMac zal u helpen met het vereenvoudigen van deze stapSelecteer 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 een manier om uw programma te installerenSelecteer een OGV-opnamebestand om af te spelenSelecteer een actie om uit te voerenSelecteer een installatiemethodeDownload XQuartz voor mijProbeer uw probleem duidelijk uit te leggen (alleen Engels):Geef a.u.b. meer details, omdat het anders moeilijk wordt om u te helpenVoer uw cd-rom in en klik alleen op "Volgende" wanneer de Finder het Mac OS-gedeelte van uw cd-rom heeft gevondenMaak een keuzeLees dit a.u.b. doorSelecteer een foutopsporingsbestandSelecteer een programma of virtueel station om te configurerenSelecteer een programma dat u wilt verwijderenSelecteer een programma.Selecteer een pictogrambestandSelecteer het installatiebestand om uit te voeren.Voer een naam in voor het virtuele station van uw programma.\nDeze naam mag geen spaties bevatten.Een moment geduld, $APPLICATION_TITLE is bezig met het kopiëren van bestanden:Een moment geduld, $APPLICATION_TITLE is bezig met het downloaden van:Een moment geduld, $APPLICATION_TITLE is bezig met het verwerken van het archief...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, het PlayOnLinux-logo wordt aangemaakt…Een moment geduld, het virtuele station wordt aangemaakt…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 isProxy-adresProxy-configuratieProxy-aanmeldenProxy-wachtwoordProxy-poortLees het vertalersbestandEen PC-cd-rom lezenEen PC-cd-rom lezenLees de gebruikershandleidingUw apparaat lezenVerversen{0} wordt ververstRegistrerenRegister-editorVerwijderenModus Target Lock renderenVirtuele station reparerenRapporteer een foutRapporteer een probleem over {0}UitvoerenVoer een .exe-bestand uit op dit virtuele stationVoer een lokaal script uitConfiguratie-wizard uitvoerenDraai uw Windows-programma's op Bezig…Virtuele station wordt doorzocht…Scriptmakers: ZoekenSelecteer een ander bestandSelecteer de hoofdvideokaart om over te rapporteren:Commentaar versturenStel een proxy inSelecteer het pictogramVar-programmabestanden instellenInstellingenVirtuele stations tonenWindows-herstart simulerenKleine pictogrammenSorry, $APPLICATION_TITLE $VERSION is te oud om door te kunnen gaan.\n$APPLICATION_TITLE $NEEDED wordt vereist.Sorry, we hebben een gedetailleerde omschrijving nodig.Het starten van het 64-bit proces $EXEFILE wordt niet ondersteund in een 32-bit virtueel stationStrict Draw OrderingOndersteuningOndersteunde softwareTaakbeheerTestenBedankt !\n\nUw foutrapport is verstuurd.De download lijkt te zijn mislukt.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: 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.Dit bestand: Deze functie is uitgeschakeld in de PlayOnlinux-werkomgeving.Dit installatieprogramma is beschikbaar gesteld door: Dit is een installatieprogramma voor een update of een add-on;\nInstalleer $TITLE_REQUIRED a.u.b. eerstDeze 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 commentaar, positief of negatief, 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 u het Windows-gedeelte niet kunt zien.Deze versie wordt MOMENTEEL GEBRUIKTDit virtuele station is beveiligdDeze wizard zal u helpen met het installeren van Deze 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 verwijderen van: Hulpmiddelenvertalingen:TwitterUbuntu-gebruikers moeten de MEDIBUNTU-pakketbron toevoegen\nom dit videoformaat te kunnen gebruiken.Kan bestand niet vinden: Kan versie niet vinden: Kon XQuartz niet installeren! U moet het installeren om Wine goed te kunnen laten werken.VerwijderenBezig met verwijderen…GIT bijwerkenUpdate-instructiesWine-programmaverzamelmap bijwerken$APPLICATION_TITLE bijwerken vanaf GIT…Plug-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 gebruikerZeer grote pictogrammenUw videokaart heeft te weinig geheugenGrootte videogeheugenVirtuele stationVirtueel station aanmakenVirtuele stationsWAARSCHUWING. gebruik a.u.b. eerst POL_SetupWindow_InitWachten op XQuartz om geïnstalleerd te wordenWaarschuwing !!\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: Elk programma dat nog draait in dit virtuele station zal beëindigd worden voordat de Wine-versie gewijzigd wordt. Weet u zeker dat u door wilt gaan?Waarschuwing: Dit hulpmiddel is voor ervaren gebruikers. Om een programma met {0} te verwijderen, dient u het geassocieerde virtuele station te verwijderenWaarschuwing: Voor de juiste videocodering,\nMOET de resolutie een veelvoud van 16 zijnWaarschuwing: U draait momenteel $APPLICATION_TITLE $VERSION.\nHet wordt aanbevolen om $APPLICATION_TITLE $NEEDED te gaan gebruiken.We hebben ontdekt dat dit het programma is dat u wilt installeren :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!Welkom in Detour, een plug-in waarmee u post-installatiesnelkoppelingen aan kunt maken.Welkom 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 op $APPLICATION_TITLE te installeren en te gebruiken met al de hulpmiddelen\n\nWaarschuwing: Wij 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?Wat is de extensie?Wat is de naam van uw programma?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?Waar isWaar is uw cd-rom aangekoppeld?Op welke programma wilt u de wijziging toepassen?Welke versie van Wine wilt u gebruiken?Windows-herstartWine lijkt vastgelopen te zijn\n\nWanneer uw programma gewoon werkt, dan kunt u dit bericht negerenWine-verwijderenWine-versieWine-versiesXQuartz is succesvol geïnstalleerd.JaU probeert een script te openen dat ontworpen is voor {0}! Mogelijk werkt het niet zoals verwachtU kunt dit venster niet sluitenU heeft geen spel geselecteerdU 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 {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 gebruikenUw $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 Linux-kernel kan mogelijk niet geconfigureerd worden voor het draaien van Win16 programma´s onder Wine\nZie $EXPLANATION_URLUw bestandssysteem kan er mogelijk voor zorgen dat {0} niet goed werkt. Open {0} in een terminal om meer details te verkrijgen.Uw kernel is mogelijk niet geschikt voor het draaien van Win16 programma´s onder Wine\nZie $EXPLANATION_URLUw videokaart heeft te weinig geheugen!\nMogelijk werkt het spel nietis geen pictogramextensievanin de $APPLICATION_TITLE-werkomgeving.{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-bit OpenGL-bibliotheken niet vinden. Mogelijk ondervindt u problemen met uw spellen{0} kan de 64-bit OpenGL-bibliotheken niet vinden. Mogelijk ondervindt u problemen met uw spellen{0}-instellingen{0}-website is niet beschikbaar. Controleer a.u.b. uw verbinding{0} Wine-versiebeheerplayonlinux/lang/locale/oc/000077500000000000000000000000001341024004000162055ustar00rootroot00000000000000playonlinux/lang/locale/oc/LC_MESSAGES/000077500000000000000000000000001341024004000177725ustar00rootroot00000000000000playonlinux/lang/locale/oc/LC_MESSAGES/pol.mo000066400000000000000000000062251341024004000211260ustar00rootroot00000000000000?Y p q {     #)1:BJdm u   '0@ GTXai o}           % 0 8 C M U \ e r x             1 C J U b n          - = K P T b w  /6)*02;." 5 ,>#<-:&?% 4'(13879=$  ! +About {0}AccessoriesAllBrowseCancelChoose an applicationConfigureConfigure WineConversion doneDevelopmentDisableDisplayDonateEducationEnableExitFileGLSL SupportGamesGeneralGraphicsI AgreeInstallInstalled Wine versions: InternetLogin: MiscellaneousMultimediaNameNewNextNoNo descriptionOfficeOpen a shellOperation doneOtherPassword: PatchesPlease wait...Plugin managerPluginsRefreshRefreshing {0}RegisterRegistry EditorRemoveReport a bugRunSettingsTestingToolsVirtual driveWindows rebootWine versionWine versionsYesof{0} Wizard{0} configuration{0} console{0} settingsProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) A prepaus de {0}AccessòrisTotes / TotasPercórrerAnullarCausissètz una aplicacionConfigurarConfigurar WineConversion acabadaDesvolopamentDesactivarAficharFar un donEducacionActivarQuitarFichièrSupòrt GLSLJòcsGeneralGrafismeAccèptiInstallarVersions de Wine installadas : InternetIdentificant : DivèrsMultimèdiaNomNovèlSeguentNonPas de descripcionBuroticaDobrir un terminalOperadaacion acabAutresSenhal : Mesas a jornEsperatz...Gestionari d'extensionsEmpeutonsActualizarActualizacion de {0}S'enregistrarBasa de registreSuprimirSenhalar un bugExecutarParamètresTèstsAisinasDisc dur virtualReaviar WindowsVersion de wineVersions WineÒcsusAssistent {0}Configuracion de {0}Consòla {0}Reglatges de {0}playonlinux/lang/locale/pl/000077500000000000000000000000001341024004000162175ustar00rootroot00000000000000playonlinux/lang/locale/pl/LC_MESSAGES/000077500000000000000000000000001341024004000200045ustar00rootroot00000000000000playonlinux/lang/locale/pl/LC_MESSAGES/pol.mo000066400000000000000000001227731341024004000211470ustar00rootroot00000000000000D 3l8#9#H#]#r# ########+$A$`$*$$C%%0&4&$'#5'Y'i'{'Pz(I() () 2)>)U)!u))')))")&)%*6+*)b*%*3*!*"+M++ y+++++++L+gH,#,R,'-.-G.N.g.~..... . /(/ H/V/r/0////30$40&Y0 0000000*0 &1 11;1*J1 u11 111112 2N2Yf2Y23!3 93E3Z3b3Cj3(3B35505Wf5$55566*6&>6 e6o66*66B66!7%%7K7P7#a7*77 7O7( 8I8N8`8p838 8888689%!9 G9"h99999999(:*:=:M:]:t:::::::;(; <;H;\;d; ;+;;;; ; << &< 1<-?<m<r<v<|<<<4<<&< === 4=A= Z={====='== > >#>+>:@>{>>>(>'>?#7?[?+{?)?"?$?@38@Yl@c@*ABASA7nA$AAA&A]&B6B4B>BC/C;sC+C4C7D0HDyDDD)D DD9uE EE EE EE FF/F?FSF[FjFsFFFF FFF%F GG5G SG^G }GGG$G G GGGHH 1Hc=H&HH HH"HIe-IdIdIn]J2J,J2,KB_K-K K9K*LUALGLLM]N{NFO"fO+OPOIP(PPyP P\PPQ Q'Q 7QBQVQ'hQQQ&Q QQQR/RMR"fRRRRRR SS&%SLS ^SlSS.SST\UIUm'V:VVMgW2WWkX+YCY ZY!{Y0Y.YYZ!Z;?Z,{ZZRZ [ [ ([6[R[MV[[[$[!\"\ :\4[\"\ \~\lS]T]^.^&1^ X^c^w^ ^ ^ ^^0^9^,(_[U_[_ `8`S`m` abb,b@bIbXb+vbbb)bb,c,Kcxcdd-e1e(e$ f0f?fUXfVgShYhlh rh"|h,hhh)hi"%i%Hi niii+i"i0j3jOjSgj jjj jk)kAk\Vkk:laZl l>lnn,nAnXnsn nn%n$n&no!.oPo;aooo%o%o)p!Epgp$vp"ppppp1 q >q IqTq*eq qq'qq%q!r0rErMrS_rfrdsss sss sSs*,tzWtu8u^v#|vv vvvv0v)w2wCwDKwwLww&w1xExNx,ex+xxxKx*2y]ybyvyy?yyyz z4z Fz$Szxzzzz,z z z-{/{4B{w{{{{{{ |"|=|R|![|}|+| |||| }1}H}]}x}}}%} } }5}~~"~)~/~ 3~K>~ ~9~~~ %7Qk*z%+ * 3@7V%ŀ2)HX)x#/Ɓ&8.Hdwp܂M]t<&ʃ 1MN2,τ:I7A/Å.7"2Z>-'3 " 5 A NYu È͈ ߈5Dc1kщ*+?HCZ ! ۊ$ "h.ԋ1x5ww&@.$o79̎7>6E'|\EGA! ()%RxSI5 J UpcԔ  (:R2i$ ,͕ :Pk#Ж" &79q:ŗӘTNi5 CE;1s)B\1|$Ӟ 0 "<$_` .T2&)Ơ-33?g36ۡwc o! ٣ 8"I[7YݤY7@&au )7UP1Y 6MECRJryL\7&bRL Jp  |?!/kf )K.+_onM}^G8_ZAyDl?,aqOXO:gil='[v(tN4]og[se59VxY6pS1D B%m<`}riAh*{:"IP|9wm{"H$c d (I~#0N~xBjwQ+/z']hneTzW8#<bs%K.=SZU3 02tk$5cf2\`*!vd>@uWEFTQ4,qC^;@3-V X;jHFG>- 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 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 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 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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!Function override detected, disabling bug reportingGLSL SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse 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 modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Set 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 managerTestingThe 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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: 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 instructionsUpdate 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 firstWarning !!\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 :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 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 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 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 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 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 workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-04-23 13:35+0000 Last-Translator: Adam Maćkowiak 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Wybierz plik Rozpakuj paczkę [tan]Zainstaluj paczkę Pokaż wiadomość (z {2}) nie istnieje. został pomyślnie usunięty nie jest prawidłową paczką PlayOnLinux. na twoim komputerze. zostanie zainstalowany w: Konfigurator aplikacji $APPLICATION_TITLEDeinstalator $APPLICATION_TITLEAutomatyczny aktualizator $APPLICATION_TITLEUruchamianie debuggera $APPLICATION_TITLE...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 instaluje twoją aplikację...Menadżer pakietów $APPLICATION_TITLE: Kreator skrótów $APPLICATION_TITLEProfil $AUTHOR$PACKAGE zawiesił się.$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?(Jeśli ta lista jest pusta, zainstaluj wersje wine za pomocą menadżera wersji wine)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?WszystkoAplikacja jest już zaktualizowanaWystąpił błąd podczas pobierania.Nowsza wersja {0} jest dostępnaZastosujZainstalować paczkę {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?ParametryPowiązany programInstalacja 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 $SOFTNAMERozpocznij nagrywanie aplikacjiPlik binarny nie znaleziony: $BINARY\nCzy program został zainstalowany w domyślnej lokalizacji?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.AnulujNie można odnaleźć skrótuNagrywanie w toku...Nagrywaj menu (OpenGL)Nagrywaj menu (bez OpenGL)Nagrywanie w toku...Zmień ikonę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 log dotyczący oprogramowaniaWybierz nazwę wirtualnego dysku twardegoWybierz format wideo do konwersjiCzyszczenie...Kliknij na 'Dalej' aby kontynuować.Kliknij na 'Dalej' aby rozpocząćZamknijZamknij wszystkie programy {0}Zamknij tą aplikacjęWiersz poleceńKomenda do wykonania przed uruchomieniem programuKomercyjneKonfigurujSkonfiguruj WinePołącz z twoim kontem $APPLICATION_TITLEŁączenie...Konwersja dokonana pomyślnieKonwertuj nagrany plik do formatu wideoKopiowanie ${filename}Kopiowanie wirtualnego dysku twardegoUtwórz skrótTworzenie skrótu...DebugujFlagi debugowaniaUstaw 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ńDeweloper i strona WWW: ProgramowanieRenderer Direct DrawWyłączWyświetlanieCzy chcesz aby $APPLICATION_TITLE zainstalował aplikacje automatycznie dla ciebie?Czy chcesz usunąć wirtualny dysk twardy: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.Ponowić próbę?Zaktualizować i uruchomić ponownie $APPLICATION_TITLE?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 nasPobierz programPobieranie Wine: Pobieranie XQuartzEdytuj lub zaktualizuj zainstalowaną aplikacjęEdukacjaWysuń PC CD-ROMWłączWyczyść (zawartość wirtualnego dysku twardego zostanie utracona)BłądBłąd! Pliki nie zgadzają się\n\nLokalny: $LOCAL_MD5\nZdalny: $SERVER_MD5Błą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 Wine...Wyodrębnianie: Nie 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ę!Wykryto nadpisanie funkcji, wyłączenie raportowania błędówWsparcie dla GLSLGryOgólneGrafikaOto kod źródłowy skryptu. Sprawdź go dokładnie.Zgadzam sięNie chcę tworzyć kolejnego skrótuMam problem z programemPobrałem plik samemuWybieranie ikonyIkony:Jeśli nie wiesz co robić, odznacz wszystkoWyświetl:ZainstalujZainstaluj program którego nie ma na liścieZainstaluj programZainstaluj program na nowym wirtualnym dysku twardymZainstaluj komponentyInstalacja zakończonaSkrypty instalacyjneZainstaluj dodatkowe bibliotekiInstalacja zakończonaZainstalowane wersje Wine: Zainstalowane dodatkiTrwa instalacja XQuartz...Instalacja wtyczki: InternetZamknij wszystkie procesy prefixuZakończ wszystkie procesyZamykanie programów na wirtualnym dysku...Duże ikonyZlokalizuj plik logLogin: Szukanie odpowiedniego CD-ROMuMB pobranoUtwórz skrót do tego wirtualnego dysku twardegoTworzenie skrótu...Zarządzanie wersjami WineInstalacja ręcznaŚrednie ikonyRóżneWymuszenie przenoszenia kursora myszyMultimediaMultisamplingMój problem dotyczy bezpośrednio $APPLICATION_TITLENazwaNowyNowa: DalejNieBrak opisuNie ma wystarczającej ilości miejsca aby pobrać:\n$URL ($neededSpace KB)Brak instrukcji obsługi dla {0}Brak informacji o pliku instalacyjnym w pliku autorun.infWymagające patcha no-cdBiuroTryb renderowania pozaekranowegoUruchom 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-ROMPakiety: Hasło: AktualizacjeOdtwórz nagrany plikZespół PlayOnLinux i PlayOnMac Licencja GPL, wersja 3Menadżer pakietów PlayOnLinuxProszę 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ćWybierz sposób instalacji programuProszę wybrać nagrany plik OGV do odtworzeniaWybierz akcję którą chcesz wykonaćWybierz metodę instalacjiPobierz XQuartzNapisz dokładny opis problemu (po angielsku):Proszę podać jak najwięcej szczegółów, w przeciwnym wypadku, pomoc tobie będzie bardzo trudnaProszę włożyć CD-ROM, naciśnij dalej tylko jeśli Finder znajdzie część CD-ROMu przeznaczoną dla Mac OSProszę wybraćProszę to przeczytaćWybierz plik debugowaniaWybierz program lub wirtualny dysk twardy do skonfigurowaniaWybierz program który chcesz usunąćProszę wybrać programWybierz plik ikonyWybierz plik instalatora który chcesz uruchomićWpisz nazwę wirtualnego dysku twardego.\nNazwa nie powinna zawierać spacji.Proszę czekać, $APPLICATION_TITLE kopiuje pliki:Proszę 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ć, tworzenie logo PlayOnLinux...Proszę czekać, wirtualny dysk twardy jest tworzony...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ńczyAdres proxyKonfiguracja proxyLogin ProxyHasło ProxyPort ProxyPrzeczytaj plik TRANSLATORSCzytaj PC CD-ROMCzytnik PC CD-ROMPrzeczytaj instrukcjęOdczytywanie danychOdświeżOdświeżanie {0}ZarejestrujEdytor rejestruUsuńTryb renderowania Target LockNapraw wirtualny dyskZgłoś błądZgłoś problem dotyczący {0}UruchomUruchom plik .exe na tym wirtualnym dysku twardymUruchom skrypt lokalnyUruchom kreator konfiguracjiUruchamiaj programy Windows na Wykonywanie...Wyszukiwanie wirtualnego dysku twardego...Twórcy skryptów: WyszukajWybierz inny plikWybierz główną kartę graficzną którą wine ma zgłaszać gromUstaw proxyZmień ikonkęUstawianie zmiennej Program FilesUstawieniaPokaż wirtualne dyskiSymuluj ponowne uruchomienie WindowsMałe ikony$APPLICATION_TITLE $VERSION jest zbyt stary aby kontynuować.\n$APPLICATION_TITLE $NEEDED jest wymagany.Dokładny opis jest wymagany.Ścisła kolejność rysowaniaMenadżer zadańTestoweWygląda na to że pobieranie się nie powiodło.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: 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}.Plik: Ta funkcja jest wyłączona w środowisku PlayOnLinux.Ten instalator jest dostarczony przez: To jest instalator aktualizacji lub dodatku.\nProszę zainstalować najpierw $TITLE_REQUIREDWtyczka 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.Ten wirtualny dysk twardy jest chronionyTen kreator pomoże ci zainstalować Ten 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: NarzędziaTłumaczenia:Uż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: OdinstalujUsuwanie...Zaktualizuj z GITInstrukcje aktualizacjiZaktualizuj wineprefixAktualizowanie $APPLICATION_TITLE z systemu GIT...Aktualizowanie 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 WineAnulowanoBardzo duże ikonyKarta graficzna nie ma wystarczającej ilości pamięciRozmiar pamięci videoDysk wirtualnyKreator napędów wirtualnychWirtualne dyskiOSTRZEŻENIE. Proszę najpierw użyć POL_SetupWindow_InitOstrzeż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: 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ą 16Uwaga: Używasz $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED jest zalecana, aby kontynuować.Wykryto że program który chcesz zainstalować jest: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.Witamy 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 wirtualnych dysków twardych $APPLICATION_TITLE.\n\nTo narzędzie pomoże ci utworzyć nowy dysk.Co chcesz zrobić?Jakie jest rozszerzenie?Jaka jest nazwa programu?Jaki jest typ twojego problemu?Jaki rodzaj wirtualnego napędu chcesz stworzyć?Co chcesz zrobić przez instalacją?Co chcesz zrobić?Gdzie jestGdzie zamontowano CD-ROM?Do jakiej aplikacji chcesz wykonać modyfikacje?Której wersji Wine chcesz użyć?Symuluj ponowne uruchomienie WindowsWygląda na to że Wine się zawiesiło\n\nJeśli program dalej działa zignoruj tą wiadomośćDeinstalator wineWersja wineWersje WineXQuartz został zainstalowany.TakPróbujesz uruchomić skrypt zaprojektowany dla {0}, może nie działać prawidłowoZamknięcie tego okna jest niemożliweNie wybrałeś programuMusisz wskazać nagrany plik do konwersjiMusisz wybrać plik z nagraniem do odczytaniaMusisz wybrać plik.Proszę wybrać program który chcesz zmodyfikowaćMusisz uruchomić ponownie {0} aby zmiany zostały zastosowane.Musisz zainstalować ten komponent aby kontynuowaćPowinieneś zainstalować ten komponent aby użyć {0}Twoja wersja $APPLICATION_TITLE jest nieaktualna.\nMusisz zaktualizować $APPLICATION_TITLE przed zgłoszeniem błędu.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ć poprawnienie jest rozszerzeniem ikonyzw środowisku $APPLICATION_TITLE.{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 gramiUstawiania {0}Strona {0} jest niedostępna. Sprawdź połączenie z internetemMenadżer wersji wine {0}playonlinux/lang/locale/pt/000077500000000000000000000000001341024004000162275ustar00rootroot00000000000000playonlinux/lang/locale/pt/LC_MESSAGES/000077500000000000000000000000001341024004000200145ustar00rootroot00000000000000playonlinux/lang/locale/pt/LC_MESSAGES/pol.mo000066400000000000000000001351741341024004000211560ustar00rootroot00000000000000,Y<%%%%% %%# &#.&R&e&+}&&&*&''U(0)4C)$x)#)))b)F*PE+I+2+, &, 0,<,S,!s,,',,,",&,#-6)-/`-)-%-3-!."6.MY. .. ....//L4/g/#/R 0`0g0Sl012223&3@3V3f3 x3 33 33404E4a4w434$4&4 5565J5P5g5~5*5 5 55*5 66 %6F6Z6p666 6N6Y6YR777 7777C7(@8Bi8959 9W:$^:::::::&: ;';9;*@;k;Bq;;!;%;<<#<*=<h< {<<O<(< ==!=1=K=3R= =====6=6= >%(> N>"o>>>>>>>>(?1?D?T?d?{??????? @(@ C@O@c@k@ @+@@@@ @ AA -A 8A-FAtAyA}AAAAA4AA&A B B'B @BMB fBBBBBB'BC C $C/C7C:LCC4C-CDD(=D'fDD#DD+D)E"@E$cEE3EYEc5FFFF7F$G:GSG&nG]G6G4*H;_H>HCH;I+ZI4I7I0I$J3JBJ)JJ tJJ9 K ZKhK |KK KKKKKKKLLL.L5LML bLoLL%LLLL L M (M4M;M$OMtM M MMMMM McM&\NJNNNN N O)O"=O`OexOdOdCPnP2Q,JQ2wQBQ-Q R9'R*aRURGR*S TTT UU"U+UP!VIrV(VV VV\W^WxWDW WW WWX'!XIXeX&mX XXXXXY"YBY_YwYYY YY&YZ Z%Z;Z.JZyZZj[5\\IF]m]:]9^M^2_Q_(`kaaa a!a0a.,b[bvbb;b,bcRchc yc cccMcdd$9d!^dd d4d"d e~2e^elf\}fTf/gHg&Kg rg}gg g g gg0g9h,Bh[oh[h 'i84imii!k8kJk]k sk kk'kkk0k#/l+Sl7llKmm6n4n&o*?ojo|omooX qMfq2qq q rr#/r Sr tr.rrr)r1r"s1*s3\s-s&s8s%t%DtRjt tt tt t u,uLu[euu#Lv[pvvvv!kxy%yyyy z&z7z-Oz,}z3zz!z{2&{!Y{{{"{?{&{.| L|"X|#{|||||0| } )}4}+F}r}}+}}}}~!~)~h?~|~|% > =^10o?'˂ 2H,` 9RJ+P4|.Ʉ' 4@AI(؅$@ `msy A1͆  #' Kl ؇.1H[xň݈$$<6s #܉)+@Tcl 4ЊՊڊ F !P7r ċ ҋ!#E%Y=* A>bK1 =)ZA5Ǝ/,J3wF)-(J:s^k y,4ԑ1 ;*[:hK*:vDI`@W5?/Co4 4'RzSs  ʗ  6AR[m'u Řۘ' %%&Kr 0ҙ%:7 r%uϚ5EX{ԛ"*+$V{onmuw:[./Ş8=.l6|-jML4S1b$*2LWd.  ))\ GSdu2$ݦ2DS*c$̧%* 6N4`Ĩ-٨$4O3a'i_n1^YD<ۮѯf|)ɱ." ;F1c*jԲ?UevX)$Gl&:$ 3ȵH~`a· 5 H T bl.R2k:k6&]1mpzg*b6G/ l\{`RaVq_d R7A;B}|J+iz8,+YPBT~["r#`if ?8UY {;md7'nK0Lo\F[EOQ6.-Za=!u 5)ILk<3D(qc9g)eVW]Q < ~  Z2Nt%$jr4X>oD, j@pOev$Gy^^tc Eh!/]|5W&13'Hslx}Ms*Tx&9SC>F(:#f=%bk4H.-PuhvK_:UywSIXA0@J"CMn?wN2 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$PACKAGE crashed.\nSelect its shortcut and click on "Debug" in the side panel to get more details.$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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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 fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyHow much memory (in MB) 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 don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 work properly.PlayOnMac will help you to simplify this stepPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 handling archive...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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drivesStrict Draw OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 version is CURRENTLY IN USEThis 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: ToolsTranslations:TwitterUbuntu 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 use wine properly.UninstallUninstalling...Update GITUpdate instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-07-30 18:44+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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Selecione um ficheiro Extrair o pacote Instalar o pacote Exibir esta mensagem (para {2}) não existe! foi desinstalado com sucesso. não é um pacote PlayOnLinux válido! no seu computador. será instalado em: Configuração da aplicação $APPLICATION_TITLEDesinstalador de $APPLICATION_TITLE$APPLICATION_TITLE actualizador automáticoDepurador de $APPLICATION_TITLE está a ser iniciado...$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.$APPLICATION_TITLE está a instalar a aplicação...Gestor de pacotes $APPLICATION_TITLE: Criador de atalhos para $APPLICATION_TITLEPerfil de $AUTHOR$PACKAGE bloqueou.$PACKAGE bloqueou.\nSeleccione o seu atalho e carregue no painel lateral em "Depuração" para mais detalhes.$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?(Se a lista estiver vazia, instale uma versão do Wine com o gestor de versões do wine)7z não está instalado, verifique se tem instalado o 7zip e tente novamente.Um atalho com esse nome já existe. Sobreescrever?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?TodosJá actualizado.Ocorreu um erro durante a transferência.Uma versão actualizada de {0} está disponível.AplicarTem a certeza que pretende instalar o pacote {0}?Tem a certeza que quer fechar todas as {0} janelas?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?ArgumentosPrograma atribuidoAtenção!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.Começar captura de uma aplicaçãoBinário não encontrado: $BINARY\nTem instalado o programa na localização pré-definida?NavegarErrosAo ativar esta opção, pode instalar programas que usem proteção de anti-cópia e Sistemas de Gestão de Direitos de Autor (DRM) que não são suportados por {0} e poderá ter de ser ignorado. Esta função não deve ser interpretada como implícita ou que apoie implicitamente a pirataria ou algo semelhante. Não iremos oferecer qualquer suporte para os problemas resultantes desta operação.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. 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.CancelarNão foi possível encontrar o atalhoCaptura em progresso...Menu de captura (OpenGL)Menu de captura (não OpenGL)A captura irá começar...Alterar o íconeA verificar extensão: 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 uma extensãoSelecione um script de $APPLICATION_TITLE válido.Escolha uma acção para realizarEscolha uma aplicaçãoEscolha uma opção para modificarSelecione 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...Clique em Avançar para continuar.Carregue em "Próximo" para iniciarFecharFechar todos os programas {0}Fechar esta aplicaçãoLinha de comandosComondo de execução antes de correr o programaComercialConfigurarConfigurar o WineConectar à sua conta de $APPLICATION_TITLEA estabelecer a ligação...Conversão concluídaConverter um ficheiro capturado para vídeoA copiar ${filename}A copiar unidade virtualCriar um atalhoA criar atalho...DepurarMarcas de depuraçãoDefina 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)EliminarProgramador e website: DesenvolvimentoRenderizador DirectDrawDesactivarMostrarDeseja que $APPLICATION_TITLE instale automaticamente por si?Quer excluír a unidade virtual: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.Deseja repetir?Deseja actualizar e reiniciar $APPLICATION_TITLE?DocumentaçãoNã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.Não voltar a recordarFazer um donativotransferir o programaA transferir o Wine: A transferir o XQuartz.Editar ou actualizar um aplicativo existenteEducaçãoEjetar um CD-ROM de PCActivarApagar (os conteúdos da unidade virtual serão perdidos)Erro!Erro! Incompatibilidade de ficheiros\n\nLocal : $LOCAL_MD5\nServidor : $SERVER_MD5Erro!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 Wine...A extrair: FacebookFalha 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!FórunsDetectado passagem de funções. Desactive o relatório de bugs.Suporte GLSLJogosGeralGoogle+GráficosAqui está o código fonte do script. Verifique-o cuidadosamente.Quanta memória (em MB) tem a sua placa gráfica?Eu aceitoNão quero criar outro atalhoTive um problema com este software.Descarreguei o ficheiro por mim.Seleção de íconeIcones:Se não sabe, desmarque tudoIncluír:InstalarÍnstalar pocotes não listadosInstalar um programaInstalar um programa numa unidade virtual novaInstalar componentesInstalação terminadaInstalar "scripts"Instalar algumas bibliotecasInstalação concluída.Versões do Wine instaladas: Extensões instaladasA instalar o XQuartz...A instalar a extensão: InternetEncerrar todos os processos prefixosEncerrar processoA forçar o encerramento dos programas na unidade virtual...Icones grandesProcure este ficheiro de registoNome de Utilizador: A procurar por CD-ROMs executáveisMB descarregadosCriar um atalho para esta unidade virtualA criar o atalho...Gerir versões Wine.Instalação manualIcones médiosDiversosIgnorar Fuga do RatoMultimédiaMultisamplingO meu problema é com o próprio $APPLICATION_TITLE.NomeNovoNovo: NovidadesSeguinteNãoSem descriçãoSem espaço suficiente para a transferência :\n$URL ($neededSpace KB)Nenhum manual encontrado para {0}Nenhum local de instalação encontrado em autorun.inf.Patch "No-CD" necessárioProdutividadeMode de Renderização OffscreenAbrir 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 PCGestor 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 PlayOnLinuxPlayOnMac precisa que o XQuartz seja instalado para funcionar corretamente.PlayOnMac irá ajudá-lo a simplificar este passoPor 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 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, descarregue o XQuartz por mimPor favor, explique o problema claramente (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 CD-ROM, e pressione "Seguinte" somente quando o Finder do Mac OS encontrar o seu CD-ROMPor favor, escolhaPor favor, leia o seguintePor 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 o arquivo de instalação a executar.Por favor, introduza um nome para a unidade virtual do aplicativo.\nEste nome não deve conter espaços.Por favor, aguarde enquanto $APPLICATION_TITLE está a copiar os ficheiros.Por favor, aguarde enquanto $APPLICATION_TITLE descarrega:Por favor, aguarde enquanto $APPLICATION_TITLE lida com o arquivo...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 aguarde enquanto o logótipo do PlayOnLinux é criadoPor favor, aguarde enquanto a unidade virtual está a ser criada...Por favor aguarde enquanto o vídeo é codificado...Por favor aguarde...Gestor de extensõesExtensõesCarregue 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.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 manualA ler o seu dispositivoActualizarA actualizar {0}RegistarEditor do registoRemoverBloquear o Modo do Renderizador DestinoReparar a unidade virtualReportar erroRelate um erro do {0}ExecutarCorrer o executável na unidade virtualExecutar um script localCorrer o assistente de configuraçãoCorra os seus programas do Windows em Em execução...A analizar a unidade virtual ...Scriptors: ProcurarSelecione outro ficheiroSeleccione a placa de video pricipal a reportar:Enviar feedbackDefinir uma proxyDefinir um íconeA configurar as variáveis para os ficheiros dos programasDefiniçõesMostrar unidades virtuaisSimular a reincialização do WindowsIcones pequenosDesculpe, $APPLICATION_TITLE $VERSION é demasiado antigo para continuar.\nÉ necessário $APPLICATION_TITLE $NEEDED.Desculpe mas precisamos de uma descrição detalhada.Iniciar o processo de 64-bits $EXEFILE não é suportado em unidades virtuais de 32-bitsOrdenação de Desenho EstritaSuporteProgramas suportadosGestor de TarefasEm TesteObrigado!\n\nO seu relatório foi enviado.A transferência parece ter falhado.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 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}.Este ficheiro: A função está desabilitada no ambiente PlayOnLinux.A instalação do programa é fornecida por: Este é o instalador para uma actualização ou um complento;\nPor favor instale primeiro $TITLE_REQUIRED.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.Esta versão ESTÁ A SER UTILIZADA NESTE MOMENTOEsta unidade virtual está protegidaEste assistente irá ajudá-lo a instalar Este 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: FerramentasTraduções:TwitterUtilizadores 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! Tem de instalá-lo para utilizar o wine corretamente.DesinstalarA desinstalar...Actualizar o GITInstruções de actualizaçãoActualizar wineprefixA actualizar $APPLICATION_TITLE a partir de GIT...A actualizar a extensão. Anterior: Utilização: Usar extensão 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 manualmenteIcones muito grandesA placa gráfica não tem memória suficienteTamanho da Memória GráficaUnidade VirtualCriador de unidade virtualUnidades VirtuaisAVISO: Por favor, uso primeiro POL_SetupWindow_InitA aguardar que o XQuartz seja instaladoAVISO!!\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: Qualquer programa que ainda esteja a correr nesta drive virtual será terminado antes da versão do Wine ser alterada. Quer continuar?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: A execução de $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED é recomendada para continuar.Detectamos que o programa que deseja instalar é: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çãoBemvindo 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 à assistente de instalação manual de $APPLICATION_TITLE.\n\nEste script irá permitir-lhe instalar qualquer programa em $APPLICATION_TITLE e utilizá-lo com todas as ferramentas.\n\nAviso: Não pudemos garantir que as aplicações irão 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?Qual é a extensão?Qual o nome do seu programa?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?Onde estáOnde está o CD-ROM montado?A que aplicação deseja aplicar as alterações?Qual versão do Wine gostaria de utilizar?Reiniciar o WindowsO 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 WineXQuartz foi instalado.SimEstá a tentar abrir um "script" feito para {0}! Poderá não funcionar como o esperado.Não pode fechar esta janelaNão escolheu um jogoTem de escolher um captura para converterTem de escolher uma captura para lerTem de selecionar um ficheiro!Tem de escolher um jogo para modificarDeve reiniciar {0} para que as alterações tenham efeito.Precisa de o instalar para continuarDeve instalá-lo ustilizando {0}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.Poderá não ser possível configurar o seu kernel do Linux para correr programas do Win 16 com o Wine.\nVeja $EXPLANATION_URLO 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.O seu kernel pode ser incompatível com os programas em execução do Win 16 a ser emulados com o Wine.\nVeja $EXPLANATION_URLA sua placa placa gráfica não tem memória suficiente!\nIsso pode impedir que o jogo funcione.não é uma extensão de íconedeno ambiente $APPLICATION_TITLE.Assistente {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.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/000077500000000000000000000000001341024004000166125ustar00rootroot00000000000000playonlinux/lang/locale/pt_BR/LC_MESSAGES/000077500000000000000000000000001341024004000203775ustar00rootroot00000000000000playonlinux/lang/locale/pt_BR/LC_MESSAGES/pol.mo000066400000000000000000001157221341024004000215360ustar00rootroot00000000000000 L!!!!! "#"#B"f"y"+"""*"'#0#4#$%$#J$n$~$$P%I%*& =& G&S&j&!&&'&&&"&&':'6@')w'%'3'!'"(M@( (((((((L)g])#))))*'*=*W*m*}* * ** **+0++\+x++3+$+&, ),5,M,a,g,~,,*, , ,,*, -,- <-]-q----N-Y.Y]... ....C/(K/Bt/050W1$[111111&1 2 22*%2P2BV22!222#2*2'3 :3OG3(33333 44446%4\4%d4 4"44445 5525(D5m555555556$6-6G6(V6 6666 6+667&7 :7 G7U7 i7 t7-77777777&7 8"8)8 B8O8 h888888'8 9 9 &91999:N9999(9':-:#E:i:+:):":$;';3F;Yz;c;8<P<a<7|<$<<<& =]4=6=4=C=;B>+~>4>7>0?H?W?f?)n? ??9D@ ~@@ @@ @@@@@A"A*A9ABARAYAqA AAA%AAAB "B-B LBXB_B sB BBBBB BcB&KCrC CC"CCeCd=DdDnE2vE,EBE-F GF9SF*FUFGGVGGHH"H+IPKIII(IJ J\#JJJ JJ JJ'JK.K&6K ]KkKzKKKK"K L(L@LOLoLL&LL LLLMMNI%OmoO:OPMP2P0QkRsRR R!R0R.SES`SiS;S,SSRSRT cT pT~TTMTT U$#U!HUjU U4U"U U~VlVTW]WvW&yW WW W W WW0W,"X[OX[X Y8YMYgY[-[?[R[ h[v['[[[0[#\*<\7g\\28]3k]+])]]^0^\I_R__ ` `(`=`&[` `.```#`/`$a3,a+`a#a5a$a% bS1b bbb bbb cR*cx}c%cd$d$-dRdjddddd0d,e,>eke!{ee@e ef 'f9Hf&f+f f"fg$g+gIg`g/rg g gg*g gh)hBhWhphhhXhghg[iiiii jjHj%ejj7l6Glj~llm$m7mIm[m+lm mm m3mmRmPn$Vn{nn.n'nn nB o(Movo~oo$o ooo o;o 3p =p&^pppp#ppp!pq0)qZqoqqqqqqrr1r#:r^r%nrrrr#r r1r,s>sYsms}ss ss.ssssst t!t6{={_{U&|4||=|B|?2}r}}}8}-} ~N~~ &2APh|   &4Nm)v'$  3>G_p&#сq4x ΂ x*ww7.R;06-4ibT̆!ч$*$2OMWЉ.( W cxp +7 HV1k0Ë3Nn%!ь32M,c ׍͎bCu6ST=Gx)!F.h4̔> ,Lyj'8O[S"Җ1+"!N,p@%ޗ$)zR9ϙޙ  1-2_aaVFj (H@wSL^T2o8wNBhGP iyqpD {# 3Kr6j`m! $#{c59-`0/"AaXb42, ZO-4$YW}zMsWf~ _]C&:%Dk6"|7FRAYPy/MfK%+71+5J\^voziCnq[~edtHmg9!E a>Vu <IOkNt)F*h;(,ZI=)E'|<U.QRu:bx]pT?3v1 >?UnXelJ  V&0BgG 8}=dcx*@L_sl';r\Q[.jS 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 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 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 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDefine 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 RendererDisableDisplayDo 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?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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 associationsFile not found!File size does not match!GLSL SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 simulating a Windows rebootPlease wait while $APPLICATION_TITLE is simulating a rebootPlease wait while $SOFTNAME 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSet 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 managerTestingThe 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 file: This function is disabled in the PlayOnlinux environment.This 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 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 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: 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 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 !!\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 :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 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 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 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 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 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 workingis not an icon extensionofon the $APPLICATION_TITLE environment.{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} 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: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Selecione um arquivo Extrair o pacote Instalar o pacote Exibir esta mensagem não existe! foi desinstalado com sucesso. não é um pacote PlayOnLinux válido! no seu computador. será instalado em: Configuração da aplicação $APPLICATION_TITLEDesinstalador de $APPLICATION_TITLE$APPLICATION_TITLE atualizador automáticoDepurador de $APPLICATION_TITLE está sendo iniciado...$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 está instalando o aplicativo...Gerenciador de pacotes $APPLICATION_TITLE: Criador de atalho para $APPLICATION_TITLEPerfil de $AUTHOR$PACKAGE travou.$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)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 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?ArgumentosPrograma assimiladoInstalaçã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 $SOFTNAMEComeçar a captura de uma aplicaçãoNavegarCancelarNã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 de log correspondete ao seu software.Escolha um nome para a unidade virtualEscolha o formato de vídeo para conversãoLimpando...Clique em Avançar para continuar.Clique em Próximo para iniciarFecharFechar todos os {0} programasFechar este aplicativoPrompt de comandoComando para executar antes de abrir o programaComercialConfigurarConfigurar o WineConectar a sua conta de $APPLICATION_TITLEConectando...Conversão concluídaConverte um arquivo capturado para vídeoCopiando ${filename}Copiando unidade virtualCriar um atalhoCriando atalho...DepurarDefinir 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 RendererDesativarExibirVocê deseja que $APPLICATION_TITLE instale automaticamente para você?Você quer excluir a unidade virtual: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.Deseja repetir?Você deseja atualizar e reiniciar $APPLICATION_TITLE?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çãoBaixar o programaBaixando o Wine: Baixando XQuartzEditar ou atualizar um aplicativo existenteEducaçãoEjetar um CD-ROM de PCHabilitarApagar (o conteúdo do drive virtual será perdido)ErroErro ! Incompatibilidade de arquivos\n\nLocal : $LOCAL_MD5\nServidor : $SERVER_MD5Erro!Erro: Incapaz de encontrar o CD-ROM!SairBiblioteca externaTamanho do arquivo extraído não corresponde!Extraindo ${filename} de ${archivename}Extraindo o Wine...Extraindo: Falha 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!Suporte GLSLJogosGeralGráficosAqui está o código fonte do script. Verifique com cuidadoEu aceitoEu não quero criar outro atalhoEu tive um problema com este software.Eu mesmo baixei o arquivoSeleção de íconeÍcones:Se você não sabe, desmarque todosIncluir: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 finalizadaVersões instaladas do Wine: Plugins instaladosInstalando XQuartz...Instalando plug-in: InternetMatar todos os processos de prefixoMatar processosMatando programas no drive virtual...Ícones grandesLocalizar este arquivo de logLogin: Procurando 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édiosDiversosSubstituir fuga do mouseMultimídiaMultiamostragemMeu problema é com $APPLICATION_TITLE mesmo.Nome:NovoNovo: AvançarNãoSem descriçãoNenhum manual encontrado para {0}Nenhum local de instalação encontrado em autorun.infNão precisa de cdEscritórioModo de renderização OffscreenAbrir 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 PlayOnLinuxPor 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 explique o problema claramente ( ingles somente)Por favor forneça o máximo de detalhes que você puder, caso contrário será difícil lhe ajudarPor favor insira seu CD-ROM, e pressione próximo somente quando o Finder do Mac OS encontrar seu CD-ROMPor favor, faça a sua escolhaPor favor leia istoPor 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 o arquivo de instalação para 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: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 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 registroRemoverRenderizar modo de bloqueio do destinoReparar drive virtualRelatar um problema (bug)Informar um problema sobre {0}ExecutarRodar um arquivo .exe em um drive virtualExecutar um script localExecutar o assistente de configuraçãoExecutar os programas do Windows em Executando...Varrendo a unidade virtual ...Scriptors ProcurarSelecione outro arquivoDefinir um proxyDefinir o íconeConfigurando arquivos de programas varConfiguraçõesExibir unidades virtuaisSimular reincialização do WindowsÍcones pequenosDesculpe, $APPLICATION_TITLE $VERSION é muito antigo para continuar.\n$APPLICATION_TITLE $NEEDED é necessário.Por favor , nos precisamos da descrição detalhada.Controlar ordenação de desenhoGerenciador de tarefasTestandoO 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 arquivo: A função está desabilitada no ambiente PlayOnLinux.A instalação do programa é fornecida por: Esse é o instalador de uma atualização ou um complemento;\nPor favor, instale $TITLE_REQUIRED primeiroEste 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.Esta unidade virtual está protegidaEste assistente irá ajudá-lo a instalar Este 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: FerramentasTraduções:Usuá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: DesinstalarDesinstalando...Atualizar GITAtualizar wineprefixAtualizando $APPLICATION_TITLE a partir de GIT...Atualizando 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 WineÍcones muito grandesPlaca de vídeo não tem memória suficienteTamanho da memória de vídeoDisco virtualCriador de unidade virtualDrives virtuaisAviso !!\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 é: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ÁBem vindo ao Detour, um plugin que permite que você crie atalhos pós instalação.Bem 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 criador de unidade virtual de $APPLICATION_TITLE.\n\nEsta ferramenta irá ajudá-lo a fazer uma nova unidade virtualO que você deseja fazer?Qual é a extensão?Qual o nome do seu programa?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?OndeOnde o CD-ROM está montado?Em qual aplicação você gostaria de efetuar a modificação?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 WineXQuartz foi instalado.SimVocê está tentando abrir um projeto de script para {0}! Pode não funcionar como esperadoVocê não pode fechar esta janelaVocê não selecionou um jogoVocê precisa escolher uma captura para converterVocê precisa escolher uma captura para lerVocê deve selecionar um arquivo!Você precisar escolher um jogo para alterarVocê deve reiniciar {0} para que as alterações tenham efeito.Você precisa instalar para continuarVocê precisa instalar para usar {0}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 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 funcionenão é uma extensão de íconedeno ambiente $APPLICATION_TITLE.{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} configurações{0} o website está indisponível. Por favor, verifique a sua conexão{0} gerenciador de versões wineplayonlinux/lang/locale/ro/000077500000000000000000000000001341024004000162245ustar00rootroot00000000000000playonlinux/lang/locale/ro/LC_MESSAGES/000077500000000000000000000000001341024004000200115ustar00rootroot00000000000000playonlinux/lang/locale/ro/LC_MESSAGES/pol.mo000066400000000000000000001106021341024004000211400ustar00rootroot00000000000000 p!q!!!!!#!#!")"+A"m""*""o#0$4J$$$$$I$% #% -%9%P%!p%%'%%%"%&% &6&&)]&%&3&!&"'M&' t'~''''''L'gC(#(R(")))0)I)`)v)))) ) ) * **8*T*0d****3*$+&;+ b+n++++++ + ++*, ,,:, J,k,,,,,N,Y-Yk--- --. .C.(Y..5.W.$&/K/c/j///&/ ///*/0B!0d0!k0%000#0*01 +1O81(11111 112 262M2%U2 {2"2222223(,3U3h3x3333333 44/4(>4 g4s444 4+4445 "5 /5=5 Q5 \5-j5555555455& 6 26?6F6 _6l6 666666'6'7 87 C7N7V7:k7777(7'"8J8#b88+8)8"8$9D93c9Y99 ::75:$m:::&:]:6K;4;>;C;;:<+v<4<7<0=@=O=^=)f= ==9<> v>> >> >>>>>??"?1?:?J?Q?i? ~???%???? @%@ D@P@W@ k@ w@@@@@ @c@&CAjA AA"AAeAd5B2B,B2BB-C-pC C9C*CGDWDDE"2E+UEPEIE(FEF KF\YFFF FF GG' GHGdG&lG GGGGGH"HAH^HvHHH HH&HI I$I:I.IIxIIJKIKmK:MLLMM2mMMkwNNN O!3O0UO.OOOO;O,3P`PRoPP P PP QMQ\QyQ$Q!QQ Q4R"HR kR~RT S`SyS&|S SSS S SS0S,,T[YT[T UU8UVVW%W 9WFW'eWWW-W"W$X-7XeX Y-Y0Y(Z=ZLZR`ZZ Z ZZ!Z([D[1L[~[[/[-[[7\"8\![\3}\'\'\X] Z]d]u]]]]]S]q>^"^Z^ ._ :_ D_e_z_____%_$`&=`d`"t``7``a'a5?a"ua(a a(a#ab%bEbbb qb {bb)bbb,bc0cOcfc cYchchNddd dd d e;e'Kese?eie#8f%\fffff1f fg g3&gZgNagg(g)g hh1&h)Xhh hRh-h#i+i=i'Yi iiii:i i&ij /jPj ej!oj j jj9jk$k?kSkskkkkkk%kl(0l Ylgllll3ll! m.m AmOmWm um m<mmmm mmmEm!@n1bnnnnnnno&.oUoloo2oo o ooo=p Epfp$yp(p-pp q)q,Cq-pqqq q-qc-rr r!r7r( s2sIs/isgs=t<?t@|tPt?u3Nu0u8u-uv)vAv6Hv,vvEBw ww w w w"wwxx-x FxTx nx|x xxxx!xy0 y=y#Vy!zyy y yyyyz z>zFz%_z zlz4{5{ J{W{"_{{n{m|6|$|-|3 }.=}l};|}-}=}$~~",?/lXN0D u y& ERgw+$ /!<%X ~' ǂ,&<\3q"ȃ&4CX1ik4WԆh,AׇW>و!̊*0D \f6-OR g uY'!09-j *B,'.TK1} ̏  3"*Vij VbC?tRG~\W.l3tM=fFO gnmC x! /Fo4g^wj"5d!x`08*].- <_T`0* vJ+2"UUzLpSd { ][B$5# ?i'1 y2EQ@WKv,HcJ#(6-})3I~Y[slwf>knX{baVqGje4P}@ ^9Tr;DNhIq'A&e:&)XH<%D%y7Q,|LMr9_uZm|:1s/ =>SkVciER$OAB 7z8bau(;K\p6oZPY+hN 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $AUTHOR profile$PACKAGE crashed.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 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?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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDefine 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 RendererDisableDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive:Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse 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 modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSet 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 managerTestingThe 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 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 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: 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 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 firstWarning !!\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 :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 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 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 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 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 workingis 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} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-04-20 08:15+0000 Last-Translator: Meriuță Cornel Language-Team: Romanian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) 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ă. se va instala în: $APPLICATION_TITLE configuratorul aplicațieiDezinstalatorul $APPLICATION_TITLEAutto actualizare $APPLICATION_TITLEdebugger-ul $APPLICATION_TITLE este pornit...$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 vă instalează aplicația...Managerul de pachet $APPLICATION_TITLE: Profil $AUTHOR$PACKAGE a crăpat.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?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ăAnulează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 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 WineConectaț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ăDefiniț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 DrawDezactivatAfișeazăDoriți ca $APPLICATION_TITLE să vă fie instalat automat?Doriți ștergerea driver-ului virtual:Doriți să reîncercați?Doriți să actualizați și să reporniți $APPLICATION_TITLE?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ăȘterge (se va pierde conținutul discului virtual)EroareEroare ! Fișierele nu se potrivesc\n\nLocal: $LOCAL_MD5\nServer : $SERVER_MD5Eroare!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 GLSLJocuriGeneralGraficăIată codul sursă al scriptului.Verificați-l cu atențieSunt de acordNu doresc să fac o altă scurtăturăAm o problemă cu un softAm descărcat fișierele însumiSelectarea iconițeiIconițe:Dacă nu știți,deselectați totInstalează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.Versiunile instalate de Wine: Module instalateSe instalează XQuartz...Se instalează modulul: InternetSe omoară toate prefixele proceselorOmoară proceseleSe omoară programele din discul virtualIconițe mariGăsiți acest fișier jurnalAutentificare: Caut 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 mediDiverseSuprascrie 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 offscreenDeschide 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 PlayOnLinuxAlegeț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 mineExplicați problema clar (numai în englază)Vă rugăm să ne oferiți cât de multe detalii puteți, altfel, va fi foarte greu să vă ajutămFaceți alegereaCitiți astaSelectaț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.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ă 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 virtualRulează un script localRulează vrăjitorul de configurareRulați-vă programul Windows pe În desfășurare...Se scanează driverul virtual...Scripterti: CautaSelectați alt fișierSetează 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.Ne pare rău, avem nevoie de o descriere detaliată.Strict Draw OrderingTask managerTestareDescă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: Acest 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: Acest driver virtual este protejatAcest vrăjitor vă va ajuta să instalați Acest 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: InstrumenteTraduceri: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: 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_InitAtenț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: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.Bun venit în Detour, un modul care vă permite crearea scurtăturilor după instalare.Bine 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 creatorul de disc virtual.\n\nAceastă unealtă vă va ajuta să faceți un nou disc virtualCe doriți să fac?Care este extensia?Care vă este numele 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?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 WineXQuartz a fost instalat.DaÎ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 jocTrebuie 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}Versiunea 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ă lucrezenu 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} setări{0} administrator versiuni wineplayonlinux/lang/locale/ru/000077500000000000000000000000001341024004000162325ustar00rootroot00000000000000playonlinux/lang/locale/ru/LC_MESSAGES/000077500000000000000000000000001341024004000200175ustar00rootroot00000000000000playonlinux/lang/locale/ru/LC_MESSAGES/pol.mo000066400000000000000000001501341341024004000211520ustar00rootroot00000000000000 #8"9"H"]"r" ""#"#"""+#A#`#*##C$$0%4%$&#5&Y&i&P{&I&' )' 3'?'V'!v''''''"'&'&(6,()c(%(3(!(" )M,) z)))))))L)gI*#*R*(+/+H,O,h,,,,,, , -)- I-W-s-0----3.$5.&Z. .......*. '/ 2/Z>k>7>$>>>&?]>?6?4?>@CG@;@+@4@7(A0`AAAA)A AB9B BB BB CC%C5CICQC`CiCyCC CCC%CCCD 1DLgL mL\{LLL MM %M0MDM'VM~MM&M MMMNN;N"TNwNNNNN NO&O:O LOZOpO.OOPJQIQmR:RRMUS2SSkTU1U HU!iU0U.UUVV;-V,iVVRVV W W$W@WMDWWW$W!WX (X4IX"~X X~XlAYTYZZ&Z FZQZeZ wZ Z ZZ0Z9Z,[[C[[[ [8\A\[\]"^ ;^/\^ ^^^G^ _'=_:e_-_S_="```>raqbG#dNkd6d?d1e2He{e.ffff1fK!gAmggBghA hALh8hhAhEi<bi\i9i?6jzvjj)k/.k^k&sk8k@kll8vmm_nQpnp)p(p*&q/Qq qq!q:q@r<^rr5rr\s8ds%s6sQs;LtFtt:t3uPu,_u#uuUu&v?vRvUjvv)vPw"Vw:yww wwwxxyz*z{{/{ B{tM{A{|2~TR~v~4"Sv3`Ufiw u d>r` #GA4ۂ@ك%.$Sktv ;E[K eyS'W)p%%F&-.T)#ˈ#Y$~0 ˉ=؉X. *ӊ 3\P ̋׋ދkNbCKA)Jt07ÍA#W){ V  -:8Hs1FO5CNɐ9QROUCJNDݒ0"Sӓ:-۔> {HQĕ::QRߖa\wL|ĘrAUH hS[+!DfQuBǛ  o%Ý b)j.ßԟ$83"l? ϠPܠ6-2d3ˡ?ۡ+ G&R%y!52 7=uP90٤3"&IOM6UԨi*TL/Jz#)7MAGǯO5)9-c.ɲJ;_p7)8aKBK)BuKJAO!P7<<y8#зJ!_b{nuB̿KZ)( <8]:VH(-qAaMJ {5!`VQ-CqQY8h80i(n" >;bznLy&5xg0}ZEu5 O' Al *DXj SW=|FQnD'cTi(pHP_Wu;d48jYf3k$]"[M{+PvJz; 4Ic6?pwryb<r7\23vFJn-BXL)B1 \h@~TaUU(/KG}b-1t)^%!@H5K+. N69[$%Z~2 &oRfdeS&{Nxmw,q t8gV "k ?Csl#E9eq.G>]MVzy:7,ARIC0/>`Qm<oi_=LO|ha^:#sY!*` 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.(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 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 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 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?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 applicationEducationEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMultisamplingMy 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 modeOpen 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 3PlayOnLinux package managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease make your choicePlease 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 install 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 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 manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRepair virtual driveReport a bugReport a problem about {0}RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSet 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 managerTestingThe 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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: 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 instructionsUpdate 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 firstWarning !!\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 :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 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 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 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 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 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 workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-06-27 12:47+0000 Last-Translator: Ilya Gorbachevsky 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Language: ru Выберите файл: Распаковать пакет Установить пакет Показывать это сообщение (из {2}) не существует! успешно удалена. не является корректным пакетом PlayOnLinux! на Ваш компьютер. будет установлена в: Настройка приложения $APPLICATION_TITLEДеинсталлятор $APPLICATION_TITLEМастер автоматического обновления $APPLICATION_TITLE$APPLICATION_TITLE отладчик запускается...$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 пакетный менеджер: Мастер создания ярлыков $APPLICATION_TITLE$AUTHOR профиль$PACKAGE прекратил свою работу.(Если этот список пуст, пожалуйста, установите одну из версий Wine с помощью управления версиями Wine)7z не установлен, пожалуйста, убедитесь что 7zip установлен и попробуйте сноваОтмена установкиО {0}УтилитыАктивировать поддержку GLSL?Активировать поддержку мультисемплинга?Активировать удержание мыши в окне?ДобавитьДобавить логотип PlayOnLinux в видеоклип?ВсеУже установлена самая новая версия.Во время загрузки произошла ошибка.Доступна обновленная версия {0}ПрименитьВы точно хотите установить пакет {0}?Вы действительно хотите удалить wine {0}?Вы уверены, что хотите удалить {0}?Вы уверены, что хотите удалить виртуальный диск {0}?Вы уверены, что хотите удалить: Вы уверены, что хотите установить: Вы уверены, что хотите прервать все активные приложения $APPLICATION_TITLE?ПараметрыНазначенная программаАвтоматическая установкаАвтозапускДоступные версии Wine: Недопустимое расширение файлаБудьте осторожны! Если вы измените Будьте осторожны! Установка одного из этих компонентов может повредить Ваш виртуальный диск.Внимание! Это прервёт процесс установки. Если он не был завершён, Вам придётся переустановить $SOFTNAMEНачать видеозахват приложенияИсполняемый файл не найден: $BINARY\nУбедитесь, что выбрана папка установки программы по умолчанию.ПросмотрВключив эту опцию, Вы получите доступ к установщикам программ, содержащих защиту от копирования (DRM), несовместимую с режимом эмуляции. Единственный способ обойти это - использовать патчи бездискового запуска "no-cd", но, так как это может быть использовано в пиратских целях, мы не оказываем никакой поддержки подобным приёмам.ОтменитьНе удалось найти ярлыкПроизводится захват…Меню видеозахвата (OpenGL)Меню видеозахвата (не-OpenGL)Захват начнётся…Изменить значокПроверка плагина: Выбрать режим рендеринга DirectDraw?Выбрать режим внеэкранного вывода?Выбрать режим блокировки вывода?Выберите игруВыберите пакет для установкиВыбрать плагинВыберите корректный скрипт $APPLICATION_TITLE для запуска.Выберите выполняемое действиеВыберите приложениеВыберите изменяемый параметрВыберите лог, относящийся к Вашей программе.Выберите имя виртуального дискаВыберите формат видео для конвертацииОчистка...Для продолжения щелкните Далее.Чтобы начать щелкните ДалееЗакрытьЗакрыть все программы {0}Закрыть приложениеКомандная строкаКоманда, выполняемая перед запуском программыКоммерческийНастроитьНастроить WineПодключиться к Вашей учётной записи $APPLICATION_TITLEПодключение....Конвертация выполненаПреобразовать захваченный файл в видеоклипКопирование ${filename}Копирование виртуального дискаСоздать ярлыкСоздание ярлыка...ОтладкаОпции отладкиЗадайте необходимые параметры кодирования \n (оставьте значения по умолчанию, если вы не знаете, за что они отвечают)Задайте необходимые параметры кодирования для 1 прохода \n (оставьте значения по умолчанию, если вы не знаете, за что они отвечают)Задайте необходимые параметры кодирования для 2 прохода \n (оставьте значения по умолчанию, если вы не знаете, за что они отвечают)УдалитьРазработчик и вебсайт: РазработкаРендер Direct DrawОтключитьЭкранВы хотите, чтобы $APPLICATION_TITLE установил его для Вас автоматически?Вы хотите удалить виртуальный диск:Хотите ли вы помочь {0} составить базу совместимости? Если вы согласитесь, при первом запуске Windows программы, анонимно будут отправлены следующие данные: - Модель Вашей видео карты - Версия OS - Информация о видео драйвере Эта информация сильно пригодится нам для помощи остальным пользователям.Хотите попробовать еще раз?Вы хотите обновить и перезапустить $APPLICATION_TITLE?Не забудьте перед запуском игры выполнить PlayOnMac tools menu -> Read a PC CD-RomНе устанавливать XQuartz сейчасНе прикреплять логПожертвоватьЗагрузить программу из сетиЗагрузка Wine: Загрузка XQuartzРедактировать или обновить существующее приложениеОбучениеВключитьСтереть (содержимое виртуального диска будет уничтожено)ОшибкаОшибка! Файлы не совпадают\n\nЛокальный: $LOCAL_MD5\nНа сервере : $SERVER_MD5Ошибка!Ошибка: не удалось обнаружить CD-ROM!Ошибка: Не удалось зарезервировать действующий портВыходВнешняя библиотекаРазмер извлечённого файла не сходится!Извлечение ${filename} из ${archivename}Извлечение Wine...Извлечение: Не удалось подключиться!\n\nПожалуйста, убедитесь, что имя пользователя и пароль правильны.Не удалось разместить ${dest} из ${archive}ФайлФайловые ассоциацииФайл не найден!Размер файла не сходится!Поддержка GLSLИгрыОсновныеГрафикаЗдесь находится исходный код скрипта. Проверьте его внимательноЯ согласенЯ не хочу создавать другой ярлыкУ меня возникла проблема с программойФайл загружен программой самостоятельноВыбор значкаЗначки:Если Вы не знаете, что нужно выбрать, снимите все флажкиВключая:УстановкаУстановить программу, отсутствующую в спискеУстановить программуУстановить программу на новый виртуальный дискУстановка компонентовУстановка завершенаУстановка сценариевУстановить дополнительные библиотекиУстановка завершена.Установленные версии Wine: Установленные плагиныУстановка XQuartz...Установка плагина: ИнтернетЗавершить процессыОстанавливаются процессы на виртуальном диске...Крупные значкиУкажите расположение логаЛогин: Поиск запускаемых компакт-дисковМб загруженоСделать новый ярлык из этого виртуального дискаСоздание иконки...Управление версиями WineРучная установкаОбычные значкиРазноеМультимедияМультисэмплингМоя проблема относится к $APPLICATION_TITLE как к таковомуИмяНовыйНовые: ДалееНетНет описанияНедостаточно свободного места для загрузки :\n$URL ($neededSpace KБ)Не найдено руководство пользователя для {0}В autorun.inf не найден путь для установкиНеобходим патч бездискового запуска (no-cd)ОфисРежим рендеринга OffscreenОткрыть консольОткрыть каталог программыОткрыть в каталоге приложенияОткрыть папкуОткрыть каталог виртуального дискаОперация завершенаОптимизация выполненаДругиеПерезаписать (обычно работает, но без гарантии)Упаковщик: Пароль: ПатчиВоспроизвести захваченный файлКоманда PlayOnLinux и PlayOnMac Под лицензией GPL v3Управление пакетами PlayOnLinuxПожалуйста, выберите компакт-дисководВыберите компакт-дисковод для извлечения...Выберите файл PID для воспроизведенияВыберите захваченный файл для конвертацииПожалуйста, выберите программуПожалуйста, выберите программу для упаковкиПожалуйста, выберите программу для запускаПожалуйста, выберите путь установки программыВыберите файл OGV для воспроизведенияПожалуйста, выберите выполняемое действиеПожалуйста, выберите метод установкиПожалуйста, загрузите XQuartzПожалуйста, опишите Вашу проблему ясно и чётко (строго на английском):Пожалуйста, предоставьте как можно больше сведений и деталей, в противном случае помочь Вам будет очень сложно.Пожалуйста, сделайте свой выборПожалуйста, прочтите этоПожалуйста, выберите файл отладкиПожалуйста, выберите настраиваемую программу или виртуальный дискПожалуйста, выберите программу для удаленияПожалуйста, выберите программу.Пожалуста, выберите файл значкаПожалуйста, выберите установщик для запуска.Пожалуйста, введите имя виртуального диска Вашей программы.\nОно не должно содержать пробелов.Пожалуйста, подождите пока $APPLICATION_TITLE копирует файлы:Пожалуйста, подождите пока скачивается $APPLICATION_TITLE:Пожалуйста, подождите, пока $APPLICATION_TITLE изучает Ваше оборудование.Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку Windows...Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку.Пожалуйста, подождите пока $SOFTNAME установится...Подождите, добавляется логотип 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.Прочитать РуководствоЧтение Вашего устройстваОбновитьОбновление {0}РегистрацияРедактор реестраУдалитьВосстановить виртуальный дискСообщить об ошибкеСообщить о проблеме, связанной с {0}ЗапускВыполнить файл .exe на этом виртуальном дискеВыполнить локальный сценарийЗапустить мастер настройкиЗапустить Windows программы на Запуск...Сканирование виртуального диска...Разработчики сценария: ПоискВыберите другой файлИспользовать проксиУстановить значокУстановка переменной Program FilesНастройкиПоказать виртуальные дискиИмитировать перезагрузку WindowsМелкие значкиК сожалению, $APPLICATION_TITLE $VERSION слишком устарело, и продолжить нельзя.\nТребуется $APPLICATION_TITLE $NEEDED.Извините, но необходимо подробное описание.Строгий порядок отрисовкиДиспетчер задачТестированиеПохоже, загрузка не удалась.Поле называется: {0}Этот файл расположен на диске с файловой системой FAT32.\nИз-за этого Wine может не работать.\n\n$FilePathЭтот файл расположен на диске с файловой системой NTFS.\nИз-за этого Wine может не работать.\n\n$FilePathЭтот файл расположен на файловой системой в пользовательском пространстве (FUSE).\nИз-за этого Wine может не работать.\n\n$FilePathЭтот файл расположен на диске, примонтированным без прав на исполнение.\nИз-за этого Wine может не работать.\n\n$FilePathВ работе над программой принимали участие: Ярлык помещен на рабочий столЦелевой виртуальный диск $PREFNAME уже существует:Виртуальный диск, связанный с {0} ({1}), больше не существует.Отсутствует приложение для запуска .{0} файлов.Этот файл: Эта функция недоступна в окружении PlayOnLinuxУстановщик предоставлен: Это установщик для обновления или дополнения;\nПожалуйста, сначала установите $TITLE_REQUIRED.Этот плагин позволяет выполнять видеозахват приложений, запущенных через PlayOnLinuxЭта программа содержит защиту от копирования (DRM), несовместимую с режимом эмуляции. Единственный способ обойти это - использовать патч бездискового запуска "no-cd", но, так как это может быть использовано в пиратских целях, мы не оказываем никакой поддержки подобным приёмам.Программа находится в стадии тестирования. Она может работать не так, как предполагается. Ваши отзывы, как положительные, так и отрицательные, особенно важны для дальнейшего совершенствования этого установщика.Программа создана: Этот виртуальный диск защищенЭтот мастер поможет Вам установить Этот мастер поможет вам установить Wine: Этот мастер поможет Вам сообщить об ошибке в официально поддерживаемой программе.Этот мастер поможет Вам запустить неофициальный скрипт установки $APPLICATION_TITLE.Этот мастер поможет Вам удалить программу: УтилитыПеревод:Пользователи Ubuntu должны добавить репозиторий Medibuntu\nдля поддержки этого формата.Не удалось найти файл: Не удалось найти версию: УдалитьУдаление...Обновить GITИнструкции по обновлениюОбновить wineprefixОбновление $APPLICATION_TITLE из GIT-репозитория...Обновление плагина. Предыдущий: Использование: Используйте плагин продвинутой настройки Wine (Advanced Wine Configuration)Использовать компакт-диск(и) CDИспользовать компакт-диск(и) DVDИспользовать демо-версию из магазина DesuraИспользовать версию из магазина DesuraИспользовать демо-версию из магазина OriginИспользовать версию из магазина OriginИспользовать мастер настройки PlayOnLinux дляИспользовать демо-версию из магазина SteamИспользовать версию из магазина SteamИспльзовать WineTricksИспользовать установщик с моего компьютераИспользовать другую версию WineОперация отменена пользователемОгромные значкиУ вас слишком мало видеопамятиРазмер видеопамятиВиртуальный дискУтилита для создания виртуальных дисковВиртуальные дискиВнимание: пожалуйста, сначала используйте POL_SetupWindow_InitВнимание!\n\nПодпись скрипта, который Вы пытаетесь запустить, недействительна!\n\nЭтот скрипт не проходил процедуру одобрения $APPLICATION_TITLE, и $APPLICATION_TITLE не отвечает за него.\nПожалуйста, убедитесь, что знаете, что делаете!Внимание!\n\nПодпись скрипта, который Вы пытаетесь запустить, недействительна!\n\nЭтот скрипт не проходил процедуру одобрения PlayOnLinux, и PlayOnLinux не отвечает за него.\nПожалуйста, убедитесь, что знаете, что делаете!Внимание: Эта утилита предназначена для опытных пользователей. Чтобы полностью удалить программу с {0}, нужно удалить связанный с ней виртуальный дискВнимание, для корректного кодирования видео,\nразрешение ДОЛЖНО БЫТЬ кратно 16!Внимание: Вы запускаете $APPLICATION_TITLE $VERSION.\nДля того, чтобы продолжить, рекомендуется $APPLICATION_TITLE $NEEDED.Мы определили, что программа, которую Вы хотите установить - это:Добро пожаловать в «Расширенные настройки Wine», систему оптимизации Wine, созданную GNU_Raziel. Если вы не знаете, что выбрать, ОСТАВЬТЕ значения по умолчаниюДобро пожаловать в Detour, модуль позволяющий создавать ярлыки после установки.Добро пожаловать в установщик $APPLICATION_TITLE.Добро пожаловать в помощник $APPLICATION_TITLE!\nОн поможет Вам установить $file на Ваш компьютер.\n\nВнимание! Эта программа официально не поддерживается $APPLICATION_TITLE.\nСоответственно, она может работать не так, как ожидается.Добро пожаловать в мастер создание виртуальных дисков $APPLICATION_TITLE.\n\nЭтот инструмент поможет Вам создать новый виртуальный дискЧто вы хотите сделать?Какое расширение?Как называется Ваша программа?Какого типа возникшая проблема?Какого типа виртуальный диск Вы хотите создатьЧто Вы хотите сделать перед установкой?Что бы вы хотели сделать?ГдеГде примонтирован Ваш компакт-диск?К какому приложению вы хотите применить модификацию?Какую версию Wine Вы бы хотели использовать?Перезагрузка WindowsПохоже, Wine прервала работу.\n\nЕсли Ваша программа работает, просто не обращайте внимания на это сообщение.Деинсталлятор WineВерсия WineВерсии WineXQuartz установлен.ДаВы пытаетесь открыть скриптовую конструкцию для {0}! Она может работать не так, как предполагается...Вы не можете закрыть это окноВы не выбрали игруВы должны выбрать файл видеозахвата для конвертацииВы должны выбрать захваченное видео для чтенияНеобходимо выбрать файл!Вы должны выбрать игру для измененияВам необходимо перезапустить {0}, чтобы изменения вошли в силу.Необходимо установить его, чтобы продолжитьНеобходимо установить его, чтобы использовать {0}Ваша версия $APPLICATION_TITLE устарела.\nПеред отправкой сообщения об ошибке следует обновить $APPLICATION_TITLE.\nСпасибоВаша файловая система препятствует корректной работе {0}. Запустите {0} в терминале, чтобы получить подробности.У вас слишком мало видеопамяти!\nИгра может не заработатьэто не расширение файла значкаизв окружении $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} менеджер версий Wineplayonlinux/lang/locale/si/000077500000000000000000000000001341024004000162175ustar00rootroot00000000000000playonlinux/lang/locale/si/LC_MESSAGES/000077500000000000000000000000001341024004000200045ustar00rootroot00000000000000playonlinux/lang/locale/si/LC_MESSAGES/pol.mo000066400000000000000000000011631341024004000211340ustar00rootroot00000000000000,<P'QyWAdd the PlayOnLinux logo to your video?Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) PlayOnLinux ලෝගෝව ඔබේ සළරුවට එක් කරන්න ද?playonlinux/lang/locale/sk/000077500000000000000000000000001341024004000162215ustar00rootroot00000000000000playonlinux/lang/locale/sk/LC_MESSAGES/000077500000000000000000000000001341024004000200065ustar00rootroot00000000000000playonlinux/lang/locale/sk/LC_MESSAGES/pol.mo000066400000000000000000000755771341024004000211620ustar00rootroot00000000000000b, < #"#Fj}+*0 4<$qI   !- O 'S { &  6 ) % !33!!g!"!M! !""/"B"L]"g"##6#=#D#]#t##### # #$ >$L$h$x$$$3$$$&% E%Q%i%}%%%%*% % %&*& :&H& X&y&&&&N&Y 'Yd''' '''(C((R(B{($)))****&>* e*o*v*B|**!*%*+#+*7+b+ u+O+(++,,", <,I,O,W,`,%h, ,",,,,---6-(H-q--------.(.1.K. Z.f.z.. .+.../ / "/ 0/ ;/-I/w/|//////&/ /// 00 /0P0c0000 0 000:01(31'\11#11+1) 2"62$Y2~23222273$M3r33&3]36+44b4>4C4;5+V5457505 6/6)76 a669 7 G7U7 i7u7 777777777 88)8 >8K8f8%j8888 88 999 +9 79D9^9g9{9 9&9 99"992:BI:-: :9:*;G+;s;<.<"N<+q<P<(<= =\+=== == ===>&> =>K>"Z>}>>>>>>&?5? G?U?.d??I@:^@@M0A2~AAB B!B.BC,C5C;SC,CCRCD /D e7?e8we<e9e'fDf?Uf/ff>Wg ggg g gggh!h@hIhYhkh|h)hhhhh1i2i!Ji'lii"iiiii j(j BjMjkj j(jj j!jj3k:Fk?kk5k'lL.l{l!Cm'em.m4mTm/Fn vn ngnn o&o5oKo]o,vo o7ooo&p 5pVprp2ppp&pq'q;q<OqqS'r;{rr[ZsCssttu&-uTuhuou4u#uuNuMv av mvyvvUvvw3!w0Uwww/w+w2xMxUx3yIy!Kymy|yy y y yy4yDz7\z`z`zV{e{9Cw#I%hB\8K/~OrsI3N}LB;< i0Y&Q"!DH0 43E*@;Rox1A?GR/,e'^F+X?VTM:59S%\|&ZUzp N2=c+J ]$6),"Hu6-#XQCnT4K 2UaWL^jfq.FktV'dY $_Dyl!PM8gP [b( -S bv GW)_O@>5:*a ZA`]m[=J 1{(7E.7`>< 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE debugger is starting...$APPLICATION_TITLE is analysing your application$APPLICATION_TITLE is installing your application...$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 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 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 an action to performChoose an applicationChoose an option to modifyChoose 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutDebugDefine 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 RendererDisableDisplayDo 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.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!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 SupportGamesGeneralGraphicsI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesLarge iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, 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 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 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 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: 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 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 firstWarning: 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 :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 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 expectedWhat is the extension?What is the name of you 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 uninstallerWine versionWine versionsXQuartz 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 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 workingis 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} settings{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) 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. bude nainštalovaný do: $APPLICATION_TITLE konfigurátor aplikácie$APPLICATION_TITLE odinštalátor$APPLICATION_TITLE ladenie sa spúšťa...$APPLICATION_TITLE analyzuje Vašu aplikáciu$APPLICATION_TITLE inštaluje Vašu aplikáciu...$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 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ť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 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ť WinePripojte 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ť odkazLadenieUrč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úť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.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úťChybaChyba ! 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 GLSLHryVšeobecnéGrafikaSúhlasímNechcem vytvoriť ďalší odkazMám problém s programomStiahol som si súbor sámVýber ikonyIkony:Ak neviete čo, tak odznačte všetko.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á.Nainštalované Wine verzie: Nainštalované zásuvné modulyInštaluje sa XQuartz...Inštaluje sa zásuvný modul: InternetUkončiť všetky procesy prefixuUkončiť procesyVeľké ikonyLokalizovať tento súbor denníkaPrihlasovacie meno: 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é ikonyRozlič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 CDKanceláriaRežim vykresľovania čiernej obrazovkyOtvoriť 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, 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, jasne opíšte Váš problém (iba v angličtine):Prosím, vyberte siProsím, prečítajte si totoProsí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, 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 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ť Vaše programy pre Windows na Spúšťa sa...Skenuje sa virtuálna jednotka ...Tvorcovia skriptov: HľadaťVybrať iný súborNastaviť proxyNastaviť ikonuNastavuje sa premenná pre Program FilesNastaveniaZobraziť virtuálne jednotkySimulovať reštart WindowsuMalé ikonyPrepáčte, potrebujeme podrobný popis.Správca úlohTestovanieZdá 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 súbor: Táto funkcie je zakázaná v prostredí PlayOnLinux.Tento inštalátor je poskytovaný od: 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: 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ť: NástrojePreklady:Uží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: 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_InitUpozornenie: 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 :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 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.Aká je prípona?Ako sa volá Váš program?Aký máte problém?Čo chcete urobiť pred inštaláciou?Čo chcete urobiť?Kde jeKde je pripojený Váš CD-ROM?Na ktorú aplikáciu chcete aplikovať modifikáciu?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 wineXQuartz bol nainštalovaný.ÁnoPokúšate sa spustiť skript navrhnutý pre {0}! Nemusí fungovať ako sa očakáva.Nemôžete zavrieť toto oknoNevybrali ste hruMusí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ť hrynie 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} nastavenia{0} správca wine verziíplayonlinux/lang/locale/sl/000077500000000000000000000000001341024004000162225ustar00rootroot00000000000000playonlinux/lang/locale/sl/LC_MESSAGES/000077500000000000000000000000001341024004000200075ustar00rootroot00000000000000playonlinux/lang/locale/sl/LC_MESSAGES/pol.mo000066400000000000000000000047701341024004000211460ustar00rootroot00000000000000|'#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: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) 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/000077500000000000000000000000001341024004000162305ustar00rootroot00000000000000playonlinux/lang/locale/sr/LC_MESSAGES/000077500000000000000000000000001341024004000200155ustar00rootroot00000000000000playonlinux/lang/locale/sr/LC_MESSAGES/pol.mo000066400000000000000000001056011341024004000211470ustar00rootroot00000000000000Jl  ###GZr*0P* = GSj!'"&:%@3f!"   3 F ga #    !+!A![!q!! ! !! !""/"E"3`"$"&" ""###5#L#*[# # ##*# ## #$($>$P$NV$Y$Y$Y%`% x%%%C%(%B&D'5Z''''&' ''(* (4(:(!A(c(h(y( (((((((((%().)5)U)^)f))()))))**9*K*_*h**(* *** *+*+/+D+ X+ e+ s+ ~+++++++4++ + , , , 9,Z,m,,,,',, , ,- --(;-'d--)-"-$-3.YJ...7.$/-/F/]a/6/>/C50;y0+04001G1V1e1)m1 119C2 }22 22 22222 3!3)383A3Q3X3m33333 33 4 4 4 4,4F4O4c4 {4&4 44"44e4dd5n52862k6B6-6 797*U7G77e88"8+8P8IC9(99 9\9':A: Z:d: t::':::&: ;;"!;D;S; o;z;&;; ;;;I;:A<|<M=2a==kk>>> ?0'?.X????;?,@2@RA@@ @ @@@@$@! A BA4cA"ATAB)B ,B7BKB ]B iB vBB9B BBB D DD EE$'EELE"EE!E@EC6FzF=[GGGGgHHH.H>H3I NIVYII,IDI5)J_JJnJVJHKIYKKK#K'K( L(IL&rLL.:MiM |M:M"MM!N#&NJN)bN9N:N9O;O%WO7}O!O7OgPAwP9PP6Q/:QjQ(yQ&QQ^Q$DRiRzRGRR*R2"SUS2tSSSsSYTT iU-vU UU UYUJ+VvV5Yd6YY!YY@Y.ZCZYZ`hZ Z ZFZ)[!8[Z[t[[)['[:[%\ .\9\H\B[\\ \$\ \ \?]A]K]].]$]]0^%J^'p^#^'^^1^'_I=__9___T_ S`.t``` ``+` #a.a 7aBaQaVa[ha5a'a"b7b.Ob.~bbAb c0,c ]c=jcccc c,c<"dL_dNd-dL)e?ve8ebeRf'fJfbHgCg.g:hYhUi_dikii0jDj;jFk!bk%kkbkH lilfSm!m)m7n$>ncn0nnn!n" o 0o=oVo!_o o2o,oo.o;,pAhpp7pp q2qHqIbqq0q4q#r@;r"|r rCr*rssqtK;uJuZu\-vv^v=wzAww-x>xI%ySoyyXzJz &{3{C{>{: | D|Q|c|2}|:|A|-}L@}3}}A}$~/>~!n~"~B~,~#0C!t]!;MՁV#z(D"m5HƄC-S +OQ #[(@Vl:q$MчEGeg?U$ >W!j#E&Z 1@%pvf!s Ejxz.,5(C + =w<#GW/&^6>*R=Y0t .64!:58`7&H9C @FblGBHe/:B{r?A(]%FIEyn0)?T9VX3"D8No U'ZJL ;I<S_>|A2}+  " h$[;-\Ma$u#,2Q*34id~1OD)gckKP Jmq7'- 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. will be installed in: $APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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$AUTHOR profile$PACKAGE crashed.(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 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 pluginChoose an action to performChoose an applicationChoose an option to modifyChoose 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutDebugDefine 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: DevelopmentDisableDisplayDo 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?DonateDownload the programDownloading Wine: Edit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracting Wine...Extracting: FileFile associationsFile not found!File size does not match!GamesGeneralGraphicsI AgreeI don't want to make another shortcutIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMultisamplingNameNewNew: NextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No-cd neededOfficeOpen 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 the more details as you can, otherwise, it will be very difficult to help youPlease 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 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSet a proxySet the iconSetting Program Files varSettingsShow virtual drivesSimulate Windows rebootSmall iconsSorry, we need a detailed description.Task managerTestingThe 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 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 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: 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 drivesWarning: For correct video encoding,\nresolution MUST be a multiple of 16We have detected that the program you want to install is :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 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 is the extension?What is the name of you 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 versionsYesYou cannot close this windowYou did not select a gameYou 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} settings{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Изабери датотеку Распакујте пакет Уградите пакет (из {2}) не постоји! је уклоњен успешно. Није исправан пакет Игара на Линуксу! на Вашем рачунару. биће уграђен у: Уклањач $APPLICATION_TITLE$APPLICATION_TITLE самостални надограђивач$APPLICATION_TITLE отклањач буба се покреће...$APPLICATION_TITLE је наишао на грешку. Ако програм не ради исправно, ово може бити узрок проблема. \nПостите www.$POL_DNS за више података$APPLICATION_TITLE расчлањује Ваш програм$AUTHOR профил$PACKAGE се срушио.(Уколико је овај списак празан, молим, уградите издање вина са управником издања вина)Прекини уградњуО програму {0}ПрибориАктивирати подршку за GLSL?Активирати подршку за омекшавање?Активирати изобличење миша?ДодајДодати Плејонлинуксов логотип на видео снимак?СвеВећ је најновије издање.Десила се грешка приликом преузимањаОсвежено издањ {0} је доступноПримениДа ли сте сигурни да желите избрисати {0} ?Сигурно желите да обришете нестварни уређај {0}?Да ли сте сигурни да желите да обришете Да ли сте сигурни да желите да уградите: АргументиДодељен програмСамостална уградњаСамостално покретањеДоступна издања Вина: Лош наставак датотекеПазите! Ако измените Пажљиво! Ово ће убити поступак уградње. Ако није завршен, мораћете поново уградити $SOFTNAMEЗапочни снимање програмаРазгледајОткажиНисам успео да пронађем пречицуСнимање је у току…Сними мени (OpenGL)Сними мени (не-OpenGL)Снимање ће почети…Замени иконуПроверавам прикључак: Изабрати Директдро исцртавање?Изабрати исцртавање ван екрана?Изабрати одредишно исцртавање?Изаберите игруИзаберите прикључакИзаберите радњу за извршавањеИзаберите програмИзаберите могућност за изменуОдаберите дневник грешака који одговара вашем софтверу.Изаберите назив нестварног уређајаИзаберите формат за претварањеЧистим...Кликните Следеће за наставак.Кликните Следеће за крениЗатвориЗатвори сав {0} софтверЗатвори овај програмНаредбени упитНаредба коју треба извршити пре покретања програмаЗа тржишну употребуПодеситеПодесите ВиноПовежите се са Вашим $APPLICATION_TITLE налогомПовезујем се...Претварање је завршеноПретвори снимљену датотекуУмножавам ${filename}Умножавам нестварни уређајНаправи пречицуНалажење грешакаОдредите поставке кодирања \n (оставите ако не знате шта радите)Одредите поставке кодирања за пролаз 1 \n (оставите ако не знате шта радите)Одредите поставке кодирања за пролаз 2 \n (оставите ако не знате шта радите)ОбришиВеб страница програмера РазвојОнемогућиПриказДа ли желите да Вам самостално уградим $APPLICATION_TITLEДа ли желите избрисати нестварни уређај:Да ли желите помоћи {0} да направи базу података сагласности? Уколико кликнете на да, следеће ствари ће нам бити послате безимено први пут кад будете покренули програм Прозора: - Ваш модел графичке карте - Издање Вашег оперативног система - Да ли су додатни управљачки програми уграђени, или нису. Ови подаци ће нам бити веома драгоцени да помогнемо људима.Желите ли да покушате поново?Да ли желите надоградити и поново покренути $APPLICATION_TITLE?ПриложитеПреузмите програмПреузимам Вино Уреди или освежи постојећи програмОбразовањеИзбаците ЛРОмогућиОбриши (садржај нестварног уређаја ће бити изгубљен)ГрeшкaГрешка!Грешка: Нисам успео да пронађем ЦД-ром!НапустиСпољна библиотекаИздвајам ВиноИздвајам: ДатотекаПридруживање датотекаНисам нашао датотеку!Величина датотека се не поклапаИгреОпштеГрафикаПристајемНе желим да правим још једну пречицуОдабир иконеИконеНе знам, одзначи свеУкључи:УградиУгради програм који није на спискуУгради програмУградите програм у нови нестварни уређајУградите саставне деловеУградња је завршенаУгради скриптуУградите нешто библиотекаУградња је завршена.Уграђена издања Вина Уграђени прикључциУграђујем прикључак: ИнтернетУбиј све процесе предметкаУбиј ПроцесУбијање програма у нестварном уређају...Велике иконеПронађите овај дневник грешакаПријава: MB преузетоПрави нову пречицу из овог нестварног уређајаСтварам пречицу...Управљајте издањима ВинаРучна уградњаСредње иконеРазноЗвук и видеоМногоструко узорковањеНазивНовиНови: СледећеНеБез описаНема довољно простора за преузимање:\n$URL ($neededSpace KB)Није пронађено упутство за {0}Без потребе за дискомУредништвоОтвори љускуОтвори фасциклу програмаОтвори фасциклу програмаОтвори фасциклуОтвори фасциклу нестварног уређајаРадња је урађенаПрилагођавање је завршеноосталоПрепиши (обично успева, не јемчим)ЛР ЦД-ром читачПаковаоц: Лозинка: ЗакрпеПусти снимљену датотекуУправник пакета Игара на ЛинуксуИзаберите снимљену датотеку PID за пуштањеИзаберите снимљену датотеку за претварањеМолим, изаберите програмИзаберите снимљену датотеку OGV за пуштањеМолим, изаберите радњу за извођењеМолим, изаберите начин уградњеМолим, објасните Ваш проблем јасно, (али на енглеском):Молим, дајте што више података, иначе, биће веома тешко да вам помогнемоМолим, прочитајте овоМолим унесите датотеку исправке грешакаОдаберите програм или нестварни уређај за подешавањеМолим, изаберите програм за уклањањеИзаберите програм, молим.Молим, изаберите датотеку иконеМолим, унесите назив нестварног уређаја Вашег програма.\nОвај назив не би требао да садржи размаке.Молим, сачекајте док $APPLICATION_TITLE умножи датотке:Молим, сачекајте док $APPLICATION_TITLE прегледа ваш хардверМолим, сачекајте док $APPLICATION_TITLE опонаша преобување ПрозораМолим, сачекајте док $APPLICATION_TITLE опонаша поновно покретањеМолим, сачекајте док се $SOFTNAME угради...Сачекајте док се логотип прави…Сачекајте док се видео снимак кодира…Молим, сачекајте...Управник прикључакаПрикључциПритисните +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 скрипте.Овај чаробњак ће вам помоћи да уклоните: АлаткеПреводи:Корисници Убунтуа морају додати складиште MEDIBUNTU\nда би претварање радило.Нисам успео да пронађем датотеку: Нисам успео да пронађем издање: УклониУклањам...Надогради ГИТНадоградите предметак ВинаНадограђујем $APPLICATION_TITLE из ГИТ-аНадограђујем прикључак. Претходни: Употреба: Користи напредни прикључак поставки ВинаУпотребљава ЦД-РОМ уређај(е)ДВД-РОМ(ови)Користи поставке Игре на Линуксу заКористи Вино магијеКористи друго издање ВинаПрекинуо корисникВеома велике иконеВидео картица нема довољно меморијеВеличина видео меморијеНестваран уређајТворац нестварног уређајаНестварни уређајиУпозорење: да би кодирање прошло исправно,\nрезолуција мора бити дељива са 16Препознали смо да је програм који желите уградити :Добро дошли у Напредно подешавање Вина. Ако не знате шта да изаберете,ОСТАВИТЕ ПОДРАЗУМЕВАНЕ ПОСТАВКЕДобродошли у Скретање, прикључак који омогућава да направите послеуградне пречице.Добродошли у $APPLICATION_TITLE чаробњака уградње.Добродошли у $APPLICATION_TITLE чаробњака.\nПомоћи ће Вам да уградите $file у Ваш рачунар.\n\nБудите пажљиви! Овај програм није званично подржан од стране $APPLICATION_TITLE.\nДакле, можда неће радити очекиваноДобродошли у $APPLICATION_TITLE творца нестварнох уређаја.\n\nОвај алат ће вам помоћи да створите нови нестварни уређајШта желите да урадите?Шта је то наставак?Који је назив Вашег програма?Какав нестваран уређај желите створитиШта би желели да урадите пре уградње?Шта би желели да урадите?Где јеГде Вам је прикачен CD-ROM?На који програм желите да примените измену?Које издање Вина би желели да употребљавате?Преобување ПрозораИзгледа да се вино срушило\n\nАко с Ваш програм извршава, само занемарите ову порукуВино уклањач програмаИздање ВинаИздање винаДаНе можете затворити овај прозорНисте изабрали игруМорате одабрати ток снимања за претварањеМорате одабрати ток снимања за читањеИзаберите игру коју желите да изменитеМорате да покренете поново {0} да би се примениле промене.Морате га уградити да би наставилиВаша видео картица нема довољно меморије!\nТо може спречити извршавање игреније наставак иконеод{0} Чаробњак{0} не може наћи {1}{0} подешавања{0} конзолаИсправљач грешака{0} грешка{0} изборник уградње{0} није успео да се покрене на прозору поставки служитеља ИграНаЛинуксуПоставке {0}Управник издања Винаplayonlinux/lang/locale/sr@latin/000077500000000000000000000000001341024004000173605ustar00rootroot00000000000000playonlinux/lang/locale/sr@latin/LC_MESSAGES/000077500000000000000000000000001341024004000211455ustar00rootroot00000000000000playonlinux/lang/locale/sr@latin/LC_MESSAGES/pol.mo000066400000000000000000000130301341024004000222710ustar00rootroot000000000000000C()@!`'# / Pq & #NDYYG^m(')40Du) UZ G \ IU M6 ;  $ ! ! B  $5*T  8Y hBNYN"8-Q+-#( &;4,pX)DOQiY0L}1,'!   "$ 0%/( )',.#+*&- 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)Installation finished.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...Please wait...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 is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-04-12 04:19+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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Aktivirati podršku za GLSL?Aktivirati podršku za omekšavanje?Aktiviraj mouse warp override?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šavanjeOdaberite aplikacijuIzaberite 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)Instalacija završena.Operacija završenaOptimizacija urađenaPusti 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…Sačekajte...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.Ovo je instalacija za nadogradnju ili dodatak;\nMolimo instalirajte $TITLE_REQUIRED prvoOvaj 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 POSTAVKEDobrodošli u Detour, dodatak koji vam omogućava da kreirate prečice posle instalacije.Na 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/000077500000000000000000000000001341024004000162345ustar00rootroot00000000000000playonlinux/lang/locale/sv/LC_MESSAGES/000077500000000000000000000000001341024004000200215ustar00rootroot00000000000000playonlinux/lang/locale/sv/LC_MESSAGES/pol.mo000066400000000000000000001232541341024004000211570ustar00rootroot00000000000000T 9p#q#### ######"$5$+M$y$$*$${%%&0&4'$H'#m'''P'I(2N(( ( (((!()')/)3)"G)&j))6)/)))%(*3N*!*"*M* ++ 0+;+R+Z+t++L+g+#W,R{,,,S,..G/N/g/~///// / 0(0 H0V0r00000031$41&Y1 1111111*1 &2 12;2*J2 u22 222223 3N3Yf3Y34!4 94E4M4CU4(4B4656 Q6_6w6~66&6 666*67B!7d7!k7%777#7*78 +8O88(88888838 -9:9@9H96Q99%9 9"99 ::0:9:A:^:(p:::::::;&;:;C;];(l; ;;;; ;+;<'<<< P< ]<k< <-<<<<<<<<4<=&0= W=d= k=x= =====>' >3> D> O>Z>b>:w>>>>(?'.?V?#n??+?)?"@$+@3P@Y@@@A7"A$ZAAA&A]A68B4oB>BCB;'C+cC4C7C0C-D,,k45ͅ* .8P:`-Ɇ:l ɇ ؇*  4B T^ mx؈'݈;Zb1މ  #2H axm3"9N!W$y`__vj֌.A*p7BӍ8 O6[4rǎB:}T 5;<qea/vs4M hu */ 1*\n!#”&,Ge"x ԕ3 /=\4m"Ŗ#R̙p8ɚWq;ɛ16ƞٞ* 'Ks8% Lg x]&&0"Wz:5-!}Ol͢l:^^e{~  Ӥ ޤ, 46kVW8FK<J8 ?qj0T1M#EZPaB`54LO,u2)j&D."zGp-Gchx(Xbbm%|w='?d}W"mN_5 ya%r ~ S{9Td/HJ @v)/[V  slFw*yF~ (0 H+pv`#W$:+CN;h6qDR!kVI&^]>g'KO_C3tsQ*gKLA.9Q^eUZ=rMiY3}-o8|inIn]zBf!Y{ t<P$Ekl[ 4oUxu71: c;Ae,\f2>6RS\7X@ 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.(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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy enabling this option, you can install programs that employ digital rights management (DRM) copy protection that are not supported by {0} and might need to be bypassed. This feature should not be construed as implicit or implied condoning of piracy and as such, we will not offer any support for issues resulting from using this option.By 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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: DevelopmentDisableDisplayDo 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?DocumentationDon't join any log fileDonateDownload the programDownloading Wine: Edit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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!ForumsFunction override detected, disabling bug reportingGLSL SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse warp overrideMultimediaMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease make your choicePlease 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 install 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 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 passwordProxy portRead TRANSLATORS fileRead a PC CD-ROMRead a PC CD-RomRead the manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRepair virtual driveReport a bugReport a problem about {0}RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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.SupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: 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 instructionsUpdate 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 firstWaiting XQuartz to be installedWarning !!\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: Any program still running in this virtual drive will be terminated before Wine version is changed. Are you sure you want to continue?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 :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 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_TITLE 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 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 versionsYesYou 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-02-28 14:57+0000 Last-Translator: MichelGustafssonHeld 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Välj en fil Extrahera paketet Installera paketet Visa detta meddelande (från {2}) existerar inte! har blivit avinstallerat successfullt. är inget giltigt PlayOnLinux paket på din dator kommer att installeras i: $APPLICATION_TITLE program konfigurator.$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updaterare$APPLICATION_TITLE debuggern startas$APPLICATION_TITLE har stött på ett allvarligt fel. $APPLICATION_TITLE kommer stoppa installationsprocessen.\nBesök www.$POL_DNS för att få mer information.$APPLICATION_TITLE har stött på ett fel. Om programmet inte fungerar korrekt, kan det vara anledningen till problemet.\nBesök www.$POL_DNS för att få mer information.$APPLICATION_TITLE har stött på ett fel. Om programmet du håller på att installera inte fungerar korrekt, kan det vara anledningen till problemet.\nBesök www.$POL_DNS för att få mer information.$APPLICATION_TITLE analyserar ditt program$APPLICATION_TITLE installerar ditt program...$APPLICATION_TITLE paket hanterare: $APPLICATION_TITLE genvägs skapare$AUTHOR profil$PACKAGE kraschade.(Om denna lista är tom var vänlig installera en ny wine version med wine versions hanteraren)7z är inte installerad, vänligen kontrollera att du har 7zip installerad och försök igen.En genväg med det namnet existerar redan, skriva över?Avbryt installationenOm {0}TillbehörAktivera GLSL stöd?Aktivera multisampling stöd?Tvinga muspekaren att stanna på skärmen ?Lägg tillVill du lägga till PlayOnLinux loggan till din video?Allt ok!Du har redan den senaste versionen.Ett fel uppstod genom nedladdningen.En uppdatering av {0} är tillgängligTillämpaÄr du säker att du vill installera {0} paketet?Är du säker att du vill stänga alla {0} fönster?Är du säker att du vill radera Wine {0}?Är du säker att du vill radera {0}?Är du säker att du vill radera {0} virtuell disk?Är du säker på att du vill radera: Är du säker att du vill installera: Är du säker att du vill stänga av alla aktiva $APPLICATION_TITLE program?ArgumentTilldelat programOBS!Automatisk installationAutokörTillgängliga Wine versioner Ogiltigt fil formatVar försiktig! Om du ändrar Var försiktig! Om du installerar en av dessa komponenter kan riskerar du att din virtuella disk blir oanvändbar.Vara försiktigt! Detta kommer döda alla installationsprocesser. Om den inte redan är klar, måste do installer $SOFTNAME igenBörja inspelningen av en applikationHittar inte binären $BINARY\nHar du installerat programmet till den förvalda platsen?BläddraBuggarOm du aktiverar detta alternativ, kan du installera program som använder DRMs koperingsskydd, vilka {0} inte stödjer, och de behöver undgås.Om du aktiverar detta alternativ, får du åtkomst till installationsassitenter för program som innehåller koperingsskydd (DRM) som är inkompatibla med emulation. Den enda lösningen är att använda en "no-cd", men dessa kan också användas för pirateri, så ingen support i det fall.AvbrytKan inte hitta genvägenInspelningen är igångInspelningsmeny (OpenGL)Inspelningsmeny (inte OpenGL)Inspelningen kommer att börja...Byt ikonUndersöker insticksmodul: Använda DirectDraw kodering?Använda offscreen rendering ?Använda renderingsmål lock?Välj ett spelVälj ett paket att installeraChoose a pluginVälj ett befintligt $APPLICATION_TITLE skript att köra.Välj vad som skall görasVälj ett programVälj en inställning att modifieraVälj loggfilen som tillhör din mjukvara.Välj ett namn för den virtuella diskenVälj formatet som videon skall konverteras tillRensning pågårTryck på Nästa för att gå vidareTryck på nästa för att startaStängStäng all {0} mjukvaraStäng detta programKommandotolkKör exec kommando innan du kör programmetKontorsområdeKonfigureraAnpassa WineAnslut till din $APPLICATION_TITLE accountKopplar upp...Konverteringen färdigKonvertera en inspelning till videoKopierar ${filename}Kopierar virtuella diskenSkapa genvägSkapar genväg...FelsökningDebug flaggorDefinera dina koderingsinställningar \n (låt verkinställningarna stå om du inte vet)Definera dina koderingsinställningar för pass 1 \n (låt verkinställningarna stå om du inte vet)Definera dina koderingsinställningar för pass 2 \n (låt verkinställningarna stå om du inte vet)Ta bortUtvecklare och hemsida: UtvecklingDisableVisaVill du att $APPLICATION_TITLE installerar det automatiskt för dig?Vill du ta bort den virtuella disken:Vill du hjälpa {0} att göra en kompatibilitetsdatabas? Om du trycker på ja, följande saker kommer att skickas till oss anonymt första gången du kör ett Windows program: -Modellen på ditt grafikkort -Din OS version -Om grafikdrivrutiner är installerade eller inte. Dessa information kommer vara väldigt värdefulla för oss, för att hjälpa folk.Vill du försöka igen?Vill du uppdatera och starta om $APPLICATION_TITLE?DokumentationLägg inte till någon loggfilDoneraLadda ner programmetLaddar ner Wine: Bearbeta eller uppdatera ett befintligt program.UtbildningMata ut en ĆD-ROMAktiveraRadera (all innehåll i den virtuella disken kommer vara förlorat)FelFel ! Filerna matchar inte\n\nPlats $LOCAL_MD5\nServer : $SERVER_MD5Fel!Fel: Kunde inte hitta CD-ROM!Fel: Kunde inte reservera en filtig portStängExtern bibliotekDen extraherade filstorleken matchar inte.Extraherar ${filename} från ${archivename}Extraherar Wine...Extraherar: Uppkopplingen misslyckad !\nSnälla försäkra dig om att ditt användarnamn och ditt lösenord är korrekta.Misslyckat att lokalisera ${dest} från ${archive}FilFilassociationerHittade inte filen!Filstorleken matchar inte!ForumHittade funktion åsidosätta, stänger av felrapportering.GLSL stödSpelGenerelltGrafikHär är källkoden till skriptet. Kolla igenom den noga.Jag godkännerJag vill inte skapa en till genvägJag har ett problem med en mjukvaraJag har laddat ner filen självIkon väljarenIkoner:Om du inte vet, avmakera allaInkludera:InstalleraInstallera ett icke-listat programInstallera ett programInstallera ett program i en ny virtuell disk.Installera komponenterInstallationen är klarInstallera skriptInstallera några bibliotekerInstallation slutfördInstallerade Wine versioner: Installerade insticksmodulerInstallerar insticksmodul: InternetDöda alla prefix processerDöda processerDödar program i den virtuella disken...Stora ikonerLeta reda på denna loggfilLogin: Söker efter körabara CD-Rom skivorMB nedladdadSkapa en ny genväg från denna virtuella diskSkapar genväg...Hantera Wine versionernaManuell installationMedelstora ikonerÖvrigtTvinga att musen stannar på skärmenMultimediaMitt problem handlar om själva $APPLICATION_TITLENamnInstallera ett program i en ny prefixNy: NyheterNästaNejBeskrivning saknasInte tillräckligt mycket ledigt utrymme för att ladda ner:\n$URL ($neededSpace KB)Hittade ingen manual för {0}Ingen plats för setup angett i autorun.infNo-cd behövsKontorÖppna en shellÖppna programmets mappÖpnna programmets mappÖppna mappenÖpnna den virtuella diskens mappProduktionen klarOptimering slutfördAndraSkriv över (brukar fungera, ingen garanti)PC CD-ROM spelareAnsvarig för paketering: Lösenord: ProgramfixarSpela upp en inspelningPlayOnLinux och PlayOnMac team Under GPL licens version 3PlayOnLinux pakethanterareVar vänlig sök en CD-ROMVälj en CD-ROM att mata utVälj en PID inspelnings fil för att spelaVälj en inspelningsfil att konverteraVälj ett programVar vänlig välj en mjukvara att packa inVälj ett program att köraVälj ett sätt att installera ditt programVälj en OGV inspelnings fil för att spelaVälj en aktion att utföraVänligen välj en installations metodSnälla förklara ditt problem utförligt (endast på engelska):Var vänlig, förklara ditt problem så utförligt som möjligt, annars kommer det att vara svårt att hjälpa dig.Var vänlig väljVar vänlig läs dettaVälj en debug filVänligen välj ett program eller en virtuell disk att konfigureraVälj ett program att avinstalleraVälj ett programVar vänlig välj en ikon filVälj installationsfilen att köraVar vänlig skriv in ett namn för ditt programs virtuella disk.\nNamnet får inte innehålla mellanslag.Vänligen vänta medan $APPLICATION_TITLE kopierar filer:Var vänlig vänta medan $APPLICATION_TITLE laddas ner:Vänligen vänta medan $APPLICATION_TITLE skannar din hårdvaraVar vänlig vänta medan $APPLICATION_TITLE simulerar en Windows omstart.Vänligen vänta medan $APPLICATION_TITLE simulerar en omstartVänligen vänta medan $SOFTNAME installerasVar vänlig vänta medan PlayOnLinux loggan byggs...Vänligen vänta medan den virtuella disken skapas...Var vänlig vänta medan din video koderasVänta…Hantera insticksmodulerInsticksmodulerTryck +F8 för att starta eller stoppa inspelningenTryck +F8 för att 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.Tryck på nästa endast om installationsprocessen är klarProxy addressProxy konfigurationProxylösenordProxyportLäs TRANSLATORS (översättningarnas) filLäs in en CD-ROMLäs in en PC CD-RomLäs manualenLäser din maskinUppdateraUppdaterar {0}RegistreraRegister EditorTa bortReparera virtuell diskRapportera ett felRapportera ett problem om {0}KörKör en .exe fil i denna virtuella diskKör ett lokalt skriptKör konfigurationsassistentenKör dina Windows program på Kör...Skannar den virtuella disken...Programmerarare: SökVälj en annan filVäl det huvudsakliga grafikkortet att rapporteraSkicka feedbackSätt en proxyBestäm ikonSätta Program Filer varInställningarVisa virtuella diskarSimulera Windows omstartSmå ikonerFörlåt men, $APPLICATION_TITLE $VERSION är för gammal för att fortsätta.\n$APPLICATION_TITLE $NEEDED är ett krav.Ursäkta, men vi behöver en utförlig förklaring.SupportProgramvara som stödsAktivitetshanterarenTestningTack !\n\nDin rapport har sänts.Nedladdningen verkar ha misslyckats.Filen har namnet : {0}Följande fil ligger på ett FAT32 filsystem.\nDet kan hindra Wine från att fungera\n\$FilePathFöljande fil ligger på ett NTFS filsystem.\nDet kan hindra Wine från att fungera\n\$FilePathFöljande fil ligger på ett fuse filsystem.\nDet kan hindra Wine från att fungera\n\$FilePathFöljande fil ligger på ett noexec monterad filsystem.\nDet kan hindra Wine från att fungera\n\$FilePathFöljande personer bidrog till detta program: Genvägen har placerats på ditt skrivbordDen utvalda virtuella disken $PREFNAME existerar redan:Den virtuella disken tillhörig till {0} ({1}) finns inte längre.Det är ingenting installerad för att köra .{0} filer.Denna fil: Denna funktion är otillgänglig i PlayOnLinux miljönDetta installationsprogram är tillhandahållit av: Det här är en installation för en uppdatering eller ett tillägg;\nVänligen installera $TITLE_REQUIRED först.Du kan spela in dina applikationer i PlayOnLinux med detta plugin.Detta program innehåller skydd mot kopiering (DRM) som är inkompatibel med emulation. Den enda lösningen är att använda en "no-cd", men dessa kan också användas för pirateri, så ingen support i detta fall.Detta program är i testfas. Det kommer kanske inte fungera som väntad. Din feedback, positiv eller negativ, är speciellt viktigt för att utveckla denna installer.Detta program är skapad av: Denna virtuella disk är skyddadDenna assisten kommer att hjälpa dig att installera Denna hanterare kommer att hjälpa dig att installera Wine: Detta formular kommer att hjälpa dig att rapportera ett fel om ett program som har officiellt stöd.Denna hanterare kommer att hjälpa dig att köra ett inofficiellt skript för $APPLICATION_TITLE.Denna assistent hjälper dig att avinstallera: VerktygÖversättningar:Ubuntu användare måste lägga till MEDIBUNTU paketkällan\nför att detta format skall kunna konverteras korrekt.Kunde inte hitta filen: Kunde inte hitta version: AvinstalleraAvinstallerar...Uppdatera GITUppdatera instruktionerUppdatera wineprefixUppdaterar $APPLICATION_TITLE från GIT...Uppdaterar insticksmodul. Innan uppdateringen: Användning: Använd avancerade Wine konfigurations tilläggetAnvänd CD-ROM(s)ANvänd DVD-ROM(s)Använd Desura Butik demo versionAnvänd Desura Butik versionenAnvänd Origin Butik demo versionenAnvänd Origin Butik versionenAnvänd PlayOnLinuxs konfigurator förAnvänd Steam demo versionAnvänd Steam Butik versionenAnvänd WineTricksAnvänd en setup fil på min datorAnvänd en annan version av WineAvbrytit av användarenMycket stora ikonerDitt grafikkort har inte tillräckligt mycket minneVideominnesstorlekVirtuell diskSkaparen för virtuella diskarVirtuella diskarVARNING. Snälla använd POL_SetupWindow_Init förstVänta på att XQuartz installerasVarning !!\n\nSignaturen av skriptet du försöker att köra är INTE giltig\n\n$APPLICATION_TITLE har inte godkännt detta skript och kommer inte ta ansvar för det.\nSnälla försäkra dig om att du vet vad du håller på med!Varning !!\n\nSignaturen av skriptet du försöker att köra är INTE giltig\n\nPlayOnLinux har inte godkännt detta skript och kommer inte ta ansvar för det.\nSnälla försäkra dig om att du vet vad du håller på med!Varning: Alla program i denna virtuella disk som fortfarande körs kommer att stoppas innan Wine versionen ändras. Är du säker att du vill fortsätta?Varning: Detta verktyg är för avancerade användare. För att fullständigt avinstallera ett program med {0}, måste du radera hela den tillhöriga virtuella disken.Varning: För korrekt videokodering, \nMÅSTE upplösningen vara en multipel av 16Varning: Du kör $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED är rekommenderad för att fortsätta.Vi har upptäckt att programmet du vill installera är :Välkommen till den avancerade WINE konfigurationen, skapad av GNU_Raziel för optimeringen av WINE. \n Om du inte vet vad du ska göra LÅT VERKINSTÄLLNINGARNA STÅVälkommen till Detour, ett tillägg som låter dig skapa post-installations genvägar.Välkommen till $APPLICATION_TITLE InstallationsassistentenVälkommen till $APPLICATION_TITLE assistenten.\nDen kommer att hjälpa dig att installera $file på din dator.\n\nVar försiktig! Programmet har inget officiellt stöd av $APPLICATION_TITLE.\nDärför, kan det vara att det inte fungerar som förväntad.Välkommen till den manuella installations hanteraren för $APPLICATION_TITLE.\n\nDetta skript låter dig installera vilket program som helst på $APPLICATION_TITLE och låter dig att använda programmet med alla givna verktyg\n\nVarning: Vi kan inte garantera att ditt program kommer att fungera korrekt.Välkommen till skaparen för virtuella diskar.\n\nDetta verktyget kommer att hjälpa dig att skapa en ny virtuell disk för $APPLICATION_TITLEVad vill du göra?Vad är anknytningen?Vad heter ditt program?Vad har du för problem?Vilken typ av virtuell disk vill du skapa?Vad vill du göra innan installationen?Vad vill du göra?Var ärVar är din CD-ROM monterad?Vilken applikation vill du applicera förändringen på?Vilken wine version vill du använda?Windows omstartWine verkar ha kraschad\n\nOm ditt program körs, ignorera detta meddelande.Wine uninstallerWine versionWine versionerJaDu försöker att öppna ett skriptdesign för {0}! Det kanske inte fungerar som förväntad.Du kan inte stänga det här fönstretDu valde inget spelDu måste välja en fil att konverteraDu måste välja en inspelningsfilDu måste välja en fil!Välj ett spel att modifieraDu måste starta om {0} för att förändringarna ska ske.Du behöver installera det för att kunna fortsätta.Du borde installera det för att använda {0}Du har inte den senaste $APPLICATION_TITLE.\nDu måste uppdatera $APPLICATION_TITLE innan du skickar in en felrapport.\nTack!Din Linux kernel kanske inte är konfigurerad för att kunna köra Win16 program i Wine\nSe $EXPLANATION_URLDitt filsystem kan hindra {0} från att köras korrekt. Öppna {0} i en terminal för att få mer detaljer.Din Linux kernel kan vara inkompatibel med att köra Win16 program i Wine\nSe $EXPLANATION_URLDitt grafikkort har inte tillräckligt mycket minne!\nDet kan hindra spelet från att fungera.Är inget ikon formatavi $APPLICATION_TITLE miljön.{0} Assistent{0} kan inte hitta {1}{0} konfiguration{0} konsol{0} debugger{0} fel{0} installationsmeny{0} kan inte starta POL_Setup_Window_server.{0} kan inte starta PlayOnLinux Setup Window server.{0} ska inte köras som root.{0} hittar inte 32bit OpenGL biblioteker. Du kommer stöta på problem med dina spel.{0} hittar inte 64bit OpenGL biblioteker. Du kanske stöter på problem med dina spel.{0} inställningar{0} hemsida är inte tillgänglig. Kontrollera din internetanslutning.{0} Wineversionshanterareplayonlinux/lang/locale/te/000077500000000000000000000000001341024004000162145ustar00rootroot00000000000000playonlinux/lang/locale/te/LC_MESSAGES/000077500000000000000000000000001341024004000200015ustar00rootroot00000000000000playonlinux/lang/locale/te/LC_MESSAGES/pol.mo000066400000000000000000000007261341024004000211350ustar00rootroot00000000000000$,89Project-Id-Version: playonlinux Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) playonlinux/lang/locale/th/000077500000000000000000000000001341024004000162175ustar00rootroot00000000000000playonlinux/lang/locale/th/LC_MESSAGES/000077500000000000000000000000001341024004000200045ustar00rootroot00000000000000playonlinux/lang/locale/th/LC_MESSAGES/pol.mo000066400000000000000000000200221341024004000211270ustar00rootroot00000000000000-=!':b#f  ) IWs& NYKY (5'^)40) @aG\4 I Mr ;  $ !; ] ~ 6 ?O K X 46JB160L0}/Q<IWZ09Hj?]*UYTY/g{Zm?Zcxc3QQb]"-&%$# '+(!  ) *, 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: 2015-08-31 19:00+0200 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) เปิดใช้การรองรับ GLSL?เปิดใช้การรองรับ Multisampling?เปิดใช้การโอเวอร์ไรด์ Mouse Warp?เพิ่มโลโก้ PlayOnLinux ให้วิดีโอของคุณทั้งหมดเริ่มการจับโปรแกรมการจับกำลังดำเนินอยู่...จับเมนู (OpenGL)จับเมนู (ไม่ใช่ OpenGL)การจับจะเริ่มขึ้น...เลือกโหมด DirectDraw Renderer?เลือกโหมด Offscreen Rendering?เลือกโหมด Render Target Lock?เลือกเกมเลือกการกระทำที่จะดำเนินการเลือกโปรแกรมประยุกต์เลือกตัวเลือกที่จะปรับเปลี่ยนเลือกรูปแบบวิดีโอสำหรับการแปลงเสร็จสิ้นการแปลงแปลงไฟล์ที่จับเป็นวิดีโอกำหนดตัวเลือกการเข้ารหัส\n (ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)กำหนดตัวเลือกการเข้ารหัสของคุณสำหรับ pass 1 \n (ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)กำหนดตัวเลือกการเข้ารหัสของคุณสำหรับ pass 2 \n (ปล่อยไว้เป็นค่าเริ่มต้นถ้าคุณไม่ทราบว่าจะทำอย่างไร)การดำเนินการเสร็จสิ้นการปรับปรุงประสิทธิภาพเสร็จสิ้นเล่นไฟล์ที่จับโปรดเลือกไฟล์การจับ PID ที่จะเล่นโปรดเลือกไฟล์ที่จับที่จะแปลงโปรดเลือกไฟล์การจับ OGV ที่จะเล่นโปรดรอขณะที่โลโก้ PlayOnLinux กำลังถูกสร้างโปรดรอขณะที่วิดีโอของคุณกำลังถูกเข้ารหัส...กด +F8 เพื่อเริ่มหรือหยุดการจับกด +F8 เพื่อหยุดการจับกดปุ่มถัดไป จากนั้นคลิกที่หน้าต่าง\nที่คุณต้องการจับ\nการจับจะเริ่มโดยอัตโนมัติหลังจาก 5 วินาที\nวิดีโอเท่านั้นที่จะถูกจับปลั๊กอินนี้จะทำให้คุณสามารถรันโปรแกรมต่างๆ ได้ภายใน PlayOnLinuxผู้ใช้ Ubuntu ต้องเพิ่มคลังซอฟต์แวร์ MEDIBUNTU \nเพื่อให้รูปแบบการแปลงนี้ทำงานได้ถูกต้องเตือน: เพื่อความถูกต้องในการเข้ารหัสวิดีโอ\nความละเอียดต้องเป็นเลขที่คูณด้วย 16 ลงตัวยินดีต้อนรับสู่ การกำหนดค่า Wine ขั้นสูง ซึ่งเป็นระบบการปรับปรุงประสิทธิภาพสำหรับ ที่สร้างขึ้นโดย GNU_Raziel ถ้าคุณไม่ทราบว่าจะเลือกอะไร ให้ปล่อยไว้เป็นค่าเริ่มต้นขอต้อนรับสู่ Detour เป็นปลั๊กอินที่ทำให้คุณสามารถสร้างทางลัดหลังการติดตั้งโปรแกรมใดที่คุณต้องการนำการปรับแต่งมาใช้คุณไม่ได้เลือกเกมคุณต้องเลือกการจับที่จะแปลงคุณต้องเลือกการจับที่จะอ่านคุณต้องเลือกเกมที่จะเปลี่ยนแปลงplayonlinux/lang/locale/tr/000077500000000000000000000000001341024004000162315ustar00rootroot00000000000000playonlinux/lang/locale/tr/LC_MESSAGES/000077500000000000000000000000001341024004000200165ustar00rootroot00000000000000playonlinux/lang/locale/tr/LC_MESSAGES/pol.mo000066400000000000000000000413371341024004000211550ustar00rootroot00000000000000\ #   )5L!l'&6)"%L3r!"L#Rv}  < \jz&  " -7F VwNYY8   !)2%:`gpx( $6? NZn v+     ' ?L S` y   &(B'k)Y(7C${&C4?0t)    &/? FSn%r    " 6 N Z g o 2 U G!X!"x!+!(!! !\" a" k"&v" """"I"$#M#; $E$T$ e$ r$$$$$$!$ %"#% F%g% j%u% % % %%,%[%[D& &8&&'/(,() ) %)#0)0T)-)))))*)*2*8M**>*#*#+"(+[K+3+++++,;,Z,%t,(,%,,,(-1-%E-5k--#--- -- ..&.U.h.~w.v.vm/// 00 0 +080 @0M0R0 X0b0h0 000 00+0 000 0 1(%1N1 _1m1|11 111)12 202L2g222 222222233303O3 i3'u3333 3333 47)4:a474j4?5*N5Dy5)55!68'6U`666(67,7 @7EK7577o888888899,939Q9 Y9e9 9699)9* :6: G:U:[: s:::)::::;=$;Yb;Y;<83<Cl<:<< <s=t=|=4====>M>e>Y3?/????? @@/@/@@&p@0@'@%@AA!A 7AEAYAbA9xA^A^B pB?~B B}fQ,r%~^n"u7U4Zjd_6Pm|yG#5J<T gMx:c{p;LV*1eoz3[>a&!\=H9 /F?AE@X']N+ql$B-`si.vwh R)b Y SC0DkK2OW8It( isn't a valid PlayOnLinux package!$APPLICATION_TITLE UninstallerAbort installationAbout {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 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: Available Wine versions: Be careful! Installing one of these components can break your virtual drive.Begin the capture of an applicationBrowseCancelCannot find the shortcutCapture 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 conversionCloseClose all {0} softwareClose this applicationCommercialConfigureConfigure WineConversion doneConvert a captured file to videoCreate a shortcutDebugDefine 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: DevelopmentDisableDisplayDonateEducationEnableErrorError!ExitFileFile associationsGLSL SupportGamesGeneralGraphicsI AgreeI don't want to make another shortcutIcons:Include:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall scriptsInstallation finished.Installed Wine versions: Installed pluginsInternetKill processesLarge iconsLocate this logfileLogin: MB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsMedium iconsMiscellaneousMultimediaMultisamplingNewNextNoNo descriptionNo manual found for {0}No-cd neededOfficeOpen 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 an OGV capture file to playPlease give the more details as you can, otherwise, it will be very difficult to help youPlease 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 install file to run.Please wait while $APPLICATION_TITLE is simulating a Windows rebootPlease 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 bugReport a problem about {0}RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...Scriptors: SearchSet a proxySet the iconSettingsShow virtual drivesSimulate Windows rebootSmall iconsTask managerTestingThe file is named : {0}The following people contributed to this program: 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 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:Ubuntu users must add the MEDIBUNTU repository\nfor this conversion format to work properly.UninstallUpdate GITUse Advanced Wine Configuration pluginUser abortVery large iconsVideo memory sizeVirtual drivesWarning: 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 uninstallerWine versionWine versionsYesYou cannot close this windowYou did not select a gameYou must choose a capture to convertYou must choose a capture to readYou must choose a game to modifyYou need to install it to continueYou should install it to use {0}of{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} 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-05-11 16:50+0000 Last-Translator: Osman Tosun Language-Team: Turkish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) paketi geçerli bir PlayOnLinux paketi değil!$APPLICATION_TITLE Yazılım Kaldırıcısı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 ?Hepsi{0} yazılımının yeni bir sürümü varUygula{0} paketini yüklemek 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: Kullanılabilir Wine sürümleri: Bu bileşenlerden biri sanal sürücüyü bozabileceğinden dolayı kurarken dikkatli olun.Bir uygulamanın görüntüsünü yakalamaya başlaGözatİptalKısayol bulunamıyorYakalama işlemi sürüyor...Yakalama seçkesi (OpenGL'li)Yakalama seçkesi (OpenGL'siz)Yakalamaya başlanacak...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çinDönüştürme işlemi için bir video biçimi seçinKapatBütün {0} yazılımlarını kapatBu uygulamayı kapatTicârîYapılandırWine'ı YapılandırDönüştürme tamamlandıYakalanmış bir dosyayı videoya dönüştürKısayol oluştur.Hata ayıklamaDil 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)SilGeliştirici ve Web Sitesi: GeliştirmeEtkisizleştirGörünümBağış YapEğitimEtkinleştirHataHata!ÇıkışDosyaDosya ilişkilendirmeleriGLSL DesteğiOyunlarGenelGrafiklerKabul EdiyorumBaşka bir kısayol oluşturmak istemiyorumSimgeler:Ekle:KurListede olmayan bir uygulama kurUygulama kurYeni bir sanal sürücüye yazılım kurBileşenleri kurBetikleri kurKurulum bitti.Kurulu Wine sürümleri: Yüklü eklentilerİnternetİşlemleri SonlandırBüyük simgelerBu 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 simgelerMuhtelifÇoklu ortamÇokluörneklemYeniİleriHayırAçıklama yok{0} için kullanım rehberi yokCD'siz çalışanlarOfisBir 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 oynatmak için bir OGV yakalama dosyası seçinLütfen verebildiğiniz kadar çok ayrıntı verin, aksi takdirde size yardım etmemiz çok zor olacaktırLütfen okuyunLü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ütfen çalıştırılacak yükleme dosyasını seçin.$APPLICATION_TITLE, Windows yeniden başlatmasını taklit ederken lütfen bekleyinizLü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} yenileniyorKaydolKayıt Defteri DüzenleyicisiKaldırHata bildir{0} hakkında hatâ bildirÇalıştırBu 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...Betikçiler: AramaBir vekil sunucu ayarlaSimge belirleAyarlarSanal sürücüleri gösterWindows yeniden başlatmasını taklit etKüçük simgelerGörev YöneticisiSınamada olanlarDosya şöyle isimlendirildi:Aşağıdaki insanlar bu programa katkıda bulunmuşlardır: Bu bir güncelleme veya eklenti için kurulum;\n Lütfen önce $TITLE_REQUIRED'ı kurun.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:Bu dönüştürme biçiminin doğru çalışması için\nUbuntu kullanıcıları MEDIBUNTU deposunu eklemelidirler.KaldırGIT'i güncelleyin.Gelişmiş Wine Yapılandırması eklentisini kullanKullanıcı iptaliÇok büyük simgelerVideo hâfıza boyutuSanal sürücülerUyarı: Doğru video işlemesi için,\nçözünürlük 16 ve üzeri OLMALIDIRGNU_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.Uyarlamayı hangi uygulamaya yapmak istersiniz?Windows'u Yeniden BaşlatWine'ı kaldırıcıWine sürümüWine sürümleriEvetBu pencereyi kapatamazsınızOyun seçmedinizDönüştürme için bir yakalama seçmelisinizOkuma için bir yakalama seçmelisinizDeğişiklik yapmak için bir oyun seçmelisinizDevam etmek için kurmanız gereklidir.Kullanmak için kurmanız gereklidir./Sihirbaz{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} ayarları(0) ağsayfasına ulaşılamıyor. Bağlantınızı denetleyin.{0} Wine sürümleri yöneticisiplayonlinux/lang/locale/uk/000077500000000000000000000000001341024004000162235ustar00rootroot00000000000000playonlinux/lang/locale/uk/LC_MESSAGES/000077500000000000000000000000001341024004000200105ustar00rootroot00000000000000playonlinux/lang/locale/uk/LC_MESSAGES/pol.mo000066400000000000000000001545071341024004000211530ustar00rootroot00000000000000 A$$$%$:$ M$Y$#j$#$$$+$ %(%*H%s% &&0r'4'$'#'!(1(PC(I(2() $) .):)Q)!q))')))")&)!*6'*/^*)*%*3*!+"4+MW+ ++ ++++,,L2,g,#,R -^-e-j-......// "/ C/d/ ///0// 0!03<0$p0&0 000001(1*71 b1 m1w1*1 11 1122,2A2 G2NS2Y2Y2V3]3 u3333C3(3B4V55l5 5W5$6-6E6L6a6t6&6 666*66B7F7!M7%o777#7*77 88O#8(s888888 8888969G9%O9 u9"999999::(/:X:k:{:::::::;;2;(A; j;v;;; ;+;;;< %< 2< @< K<-Y<<<<<<<<4<<&< &=3=:= S=`= y======'= > &>1>9>:N>>>>(>'?-?#E?i?+?)?"?$@'@3F@Yz@@@@7A$PAuAA&A]A6.B4eB>BCB;C+YC4C7C0C#D2DAD)ID sDD9E YEgE {EE EEEEEEEE FF*F ?FLFgF%kFFFF FF GGG$,GQG aG mGzGGGG GcG&9H`HuH}H HH)H"HHe IdpIdIn:J2J,J2 KBlE)m2ommKmPn=Vn@n`n=6oAtovo-p%@p fp/spp$p8p<qQqq2rrssDs v+ v.Lv&{v+v*v#v!w/?wBow<ww?xGxZcx3x!x3yVHy>yJy)z8=z-vzz*z.z {X+{ {{{`{(|#@|Dd| |8|}}?}'X}}#~~k(| pE\; ނTTpm2ރ/A'Z IÄ *IU\y;:KT ۆ%I 4VÇ̇@}!Lj2 <Iaj{r=ASG݊mO%U$/z+#֌<,7*d###׍3 @QZ!9Ύ DZVv"͏(##= al]   +49kPNM 9Y)ƒ67%UI{!œ'\u 2T۔10,b8dȕe-6LʖLXdbA Ib1ޘm7:.rG}Pg5CU2\6Yo]uݞVSbk Zy*Ԡ _*K ֡oQ%kȣޣ),Ƥ.N?a2$ԥH BRO4:צ1D;T' $çI2+R)~5ި0=(%fD)<nD!%3.9b,ɫv"I>MDbJ@HR)Űdg̱q#73CkIQ!s+k/Ǹظ*,>F5xֹ(O)xOFO9FYлN*Ey)Y9C<}*0&=L]cʾx.j$gUMKi(690XjN(;?@aM(0Y3EWw~78phV)NCxjK'YsP Z> H&Kr"<'jdwGy& 7O$q.^U |y{cLFe'p ( ^-N9d${vzwCDrsnKoy62SXoLmkbHlQauA32A[Sl:1><%#Em\,CZtI9)OB+7R6Y&%hQ5?Z W x=j|_}/u~)pM\ `1>@J R VtM#d'/4`i]I@a eEn!N<fz}TXKx(;g*]BP. HJ&-"fsqk8 F;,=h!v_WwV3U0~Ti*"Yj 5[gP?bc+rG:0DG48 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.(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 againA shortcut by that name already exists, overwrite?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 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 programAttention!Automatic 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?BrowseBugsBy 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?DocumentationDon'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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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: FacebookFailed 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!ForumsGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NewsNextNoNo descriptionNo enough space to download:\n$URL ($neededSpace KB)No manual found for {0}No setup location found in autorun.infNo-cd neededOfficeOffscreen rendering modeOpen 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 3PlayOnLinux package managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease make your choicePlease 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 install 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 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Send a feedbackSet 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 OrderingSupportSupported softwareTask managerTestingThank you !\n\nYour report has been sent.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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: ToolsTranslations:TwitterUbuntu 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 instructionsUpdate 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 firstWarning !!\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 :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 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_TITLE 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 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 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 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 Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URLYour filesystem might prevent {0} from running correctly. Please open {0} in a terminal to get more detailsYour kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URLYour video card does not have enough memory!\nIt might prevent the game from workingis 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: pol Report-Msgid-Bugs-To: Tinou POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-02-23 12:51+0000 Last-Translator: Микола Ткач 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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Виберіть файл: Розпакувати пакунок Встановити пакунок Показувати це повідомлення (з {2}) не існує! успішно вилучена. не є коректним пакунком PlayOnLinux! на Ваш комп’ютер. буде встановлено у: Налаштування додатку $APPLICATION_TITLEДеінсталятор $APPLICATION_TITLEМайстер автоматичного оновлення $APPLICATION_TITLE$APPLICATION_TITLE налагоджувач запускається...$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 менеджер пакунків: Майстер створення ярликів $APPLICATION_TITLE$AUTHOR профіль$PACKAGE припинив свою роботу.(Якщо цей перелік порожній, будь ласка, встановіть одну з версій Wine за допомогою керування версіями Wine)7z не встановлений, будь ласка, переконайтеся що 7zip встановлений й спробуйте зновуЯрлик з таким ім’ям вже існує. Перезаписати ?Скасувати встановленняПро {0}АксесуариАктивувати Підтримку GLSL?Увімкнути підтримку Multisampling?Активувати утримання миші у вікні?ДодатиДодати логотип PlayOnLinux до вашого відео?УсеВже встановлена найновіша версія.Під час завантаження сталася помилка.Доступна оновлена версія {0}ЗастосуватиВи справді бажаєте встановити пакунок {0}?Ви впевнені, що бажаєте закрити усі вікна {0}?Ви справді бажаєте вилучити wine {0}?Ви впевнені, що бажаєте вилучити {0}?Ви впевнені, що бажаєте вилучити віртуальний диск {0}?Ви впевнені, що бажаєте вилучити: Ви впевнені, що бажаєте встановити: Ви впевнені, що бажаєте перервати усі активні додатки $APPLICATION_TITLE?ПараметриПризначена програмаУвага !Автоматичне встановленняАвтостартДоступні версії Wine: Неприпустиме розширення файлуБудьте обережні! Якщо ви зміните Будьте обережні! Встановлення одного з цих компонентів може пошкодити Ваш віртуальний диск.Будьте обережні!! Це вб’є процес встановлення. Якщо він не був закінчений, Вам доведеться перевстановити $SOFTNAMEПочати захоплення програмиВиконуваний файл не знайдено: $BINARY\nПереконайтеся, що обрано типову теку встановлення програми.ПереглядПомилкиУвімкнувши цю опцію, Ви отримаєте доступ до встановлювачів програм, що містять захист від копіювання (DRM), несумісний з режимом емуляції. Єдиний спосіб обійти це - використовувати патчі бездискового запуску "no-cd", але, оскільки це може бути використано з піратською метою, ми не надаємо ніякої підтримки з цього питання.СкасуватиНе вдалося знайти ярликВиконується захоплення...Меню захоплення (OpenGL)Меню захоплення (не OpenGL)Захоплення почнеться...Змінити піктограмуПеревірка втулки: Вибрати DirectDraw Renderer режим?Вибрати режим позаекранного виводу?Вибрати режим блокування виводу?Виберіть груВиберіть пакунок для встановленняВибрати втулкуВиберіть коректний скрипт $APPLICATION_TITLE для запуску.Виберіть дію для здійсненняВиберіть програмуВиберіть опцію для зміненняВиберіть лог, що відноситься до Вашої програми.Виберіть ім’я віртуального дискаВиберіть формат відео для конвертуванняОчищення...Для продовження клацніть Далі.Щоб почати клацніть ДаліЗакритиЗакрити усі програми {0}Завершити цей застосунокКомандний рядокКоманда, що виконується перед запуском програмиКомерц.НалаштуватиНалаштування WineПід’єднатися до Вашого облікового запису $APPLICATION_TITLEПід’єднанняКонвертація готоваКонвертувати захоплений файл у відеоКопіювання ${filename}Копіювання віртуального дискаСтворити ярликСтворення ярликаНалагодженняПрапорці діагностикиВизначте параметри кодування для проходу \n (залиште типові, якщо ви не знаєте, що робити)Визначте параметри кодування для проходу 1 \n (залиште типові, якщо ви не знаєте, що робити)Визначте параметри кодування для проходу 2 \n (залиште типові, якщо ви не знаєте, що робити)ВилучитиРозробник та вебсайт: РозвитокРендер Direct DrawВимкнутиЕкранВи бажаєте, щоб $APPLICATION_TITLE встановив його для Вас автоматично?Ви бажаєте вилучити віртуальний диск:Бажаєте допомогти {0} у створенні бази сумісності пристроїв? Якщо Ви погодитеся, наступна інформація буде анонімно надіслана нам при перших запусках програм Windows: - Модель відеокартки - Версія ОС - Чи встановлені драйвери для відеокартки. Ця інформація є надзвичайно цінною для нас щоб ми могли допомагати людям.Повторити спробу?Ви бажаєте оновити й перезапустити $APPLICATION_TITLE?ДокументаціяНе забудьте перед стартом гри виконати PlayOnMac tools menu -> Read a PC CD-RomНе встановлювати XQuartz заразНе прикріплювати лог файлПожертвуватиЗавантажити програмуЗавантаження Wine: Завантаження XQuartzРедагувати або оновити додаток що існуєНавчанняВитягнути компакт-дискУвімкнутиСтерти (вміст віртуального диска буде знищено)ПомилкаПомилка! Файли не збігаються\n\nЛокальний: $LOCAL_MD5\nНа сервері : $SERVER_MD5Помилка!Помилка: не вдалося виявити CD-ROM!Помилка: Не вдалося зарезервувати діючий портВийтиЗовнішня бібліотекаРозмір витягнутого файлу не збігається!Витягування ${filename} з ${archivename}Витягування Wine...Витягування: FacebookНе вдалося під’єднатися!\n\nБудь ласкаа, переконайтеся, що ім’я користувача та пароль правильні.Не вдалося розташувати ${dest} з ${archive}ФайлФайлові асоціаціїФайл не знайдено!Розмір файлу не збігається!ФорумиПідтримка GLSLІгриЗагальніGoogle+ГрафікаТут знаходиться джерельний код скрипта. Перевірте його уважноЯ згоденЯ не бажаю створювати інший ярликВ мене виникла проблема з програмоюФайл завантажено програмою самостійноВибір піктограмиПіктограми:Якщо Ви не знаєте, що потрібно вибрати, зніміть усі прапорціВключаючи:ВстановленняВстановити програму що відсутня у перелікуВстановити програмуВстановити програму на новий віртуальний дискВстановлення компонентівВстановлення закінченоВстановити скриптиВстановити додаткові бібліотекиВстановлення закінчено.Встановлені версії Wine: Встановлені втулкиВстановлення XQuartz...Інсталяція втулки: ІнтернетВбити префікс усіх процесівВбити процесиЗупиняються процеси на віртуальному диску...Великі піктограмиВкажіть розташування лог-файлуЛогін: Пошук компакт-дисків що запускаютьсяМб завантаженоЗробити новий ярлик з цього віртуального дискаСтворення ярлика...Керування версіями WineРучне встановленняСередні піктограмиРізнеМультимедіяМультисемплінгМоя проблема відноситься до $APPLICATION_TITLE як до такогоІм’яНовийНові: НовиниДаліНіНемає описуНевистачає вільного місця для завантаження :\n$URL ($neededSpace KБ)Не знайдено керівництво користувача для {0}В autorun.inf не знайдено шлях для встановленняПотр. патч бездиск. запуску (no-cd)ОфісРежим рендерингу OffscreenВідкрити консольВідкрити директорію програмиВідкрити у директорії додаткуВідкрити директоріюВідкрити директорію віртуального дискаОперація виконанаОптимізація виконанаІншеПерезаписати (зазвичай працює, але не гарантовано)Пакувальник: Пароль: ЛаткиВідтворити захоплений файлКоманда PlayOnLinux й PlayOnMac Під ліцензією GPL версія 3Керування пакунками PlayOnLinuxБудь ласка, виберіть CD-ROMВиберіть CD-ROM для витягування...Будь ласка, виберіть PID файл захоплення, щоб відтворитиБудь ласка, виберіть файл захоплення для конвертуванняБудь ласка, виберіть програмуБудь ласка, виберіть програму для пакункуБудь ласка, виберіть програму для запускуБудь ласка, виберіть шлях встановлення програмиБудь ласка, виберіть OGV файл захоплення для переглядуБудь ласка, виберіть виконувану діюБудь ласка, виберіть метод встановленняБудь ласка, завантажте XQuartzБудь ласка, дайте опис Вашої проблеми зрозуміло та чітко (суворо англійською):Будь ласка, надайте як найбільше відомостей та деталей, у протилежному випадку допомогти Вам буде дуже складно.Будь ласка, зробіть свій вибірБудь ласка, прочитайте цеБудь ласка, виберіть файл налагодженняБудь ласка, виберіть програму або віртуальний диск для налаштуванняБудь ласка, виберіть програму для вилученняБудь ласка виберіть програмуБудь ласка, виберіть файл піктограмиБудь ласка, виберіть встановлювач для запуску.Будь ласка, уведіть ім’я віртуального диска Вашої програми.\nВоно не повинне містити пробілів.Будь ласка, зачекайте поки $APPLICATION_TITLE копіює файли:Будь ласка, зачекайте поки стягується $APPLICATION_TITLE:Будь ласка, зачекайте поки $APPLICATION_TITLE вивчає Ваше обладнання.Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження Windows...Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження.Будь ласка, зачекайте поки $SOFTNAME встановиться...Будь ласка, зачекайте поки створюється логотип PlayOnLinuxБудь ласка, зачекайте, поки створюється віртуальний диск...Будь ласка, зачекайте поки ваше відео кодується...Будь ласка, зачекайте...Менеджер втулокВтулкиНатисніть +F8, щоб почати або зупинити захопленняНатисніть +F8, щоб зупинити захопленняНатисніть «Далі», потім натисніть на вікно,\nяке ви бажаєте захопити.\nЗахоплення почнеться автоматично через 5 секунд.\nБуде захоплено лише відео.Натисніть далі лише коли процес встановлення буде закінченоАдреса проксіКонфігурація проксіЛогін проксіПароль до проксіПроксі портAlex Toorchyn, Aymeric PETIT, Igor Seryogin, Max_ym, Quentin PÂRIS, Микола Ткач (Stuartlittle1970@gmail.com), UaHummer, Vlad Golubev. Детально - у файлі TRANSLATORSПрочитати керівництвоЧитання Вашого пристроюОновитиОновлення {0}РеєстраціяРедактор реєструВилученняНадайте цільовий режим блокуванняВідновити віртуальний дискПовідомити про вадуПовідомити про проблему, пов’язану з {0}ЗапускВиконати файл .exe на цьому віртуальному дискуВиконати локальний сценарійЗапустити майстер конфігураціїЗапустити Windows програми на Запуск...Сканування віртуального диска...Розробники сценарію: ПошукВиберіть інший файлВиберіть основну відеокартку для звіту:Надіслати відгукВикористовувати проксіВстановити піктограмуВстановлення змінної Program FilesНалаштуванняПоказати віртуальні дискиСимулювати перезавантаження WindowsМаленькі піктограмиНажаль, $APPLICATION_TITLE $VERSION надто застарів, й продовжити неможна.\nПотрібен $APPLICATION_TITLE $NEEDED.Вибачте, але потрібен детальний опис.Суворий порядок відмальовуванняПідтримкаПідтримуване програмне забезпеченняДиспетчер завданьТестДякую !\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У роботі над програмою приймали участь: Ярлик був розміщений на стільниціЦільовий віртуальний диск $PREFNAME вже існує:Віртуальный диск, пов’язаний з {0} ({1}), більше не існує.Відсутня програма для запуску .{0} файлів.Цей файл: Ця функція недоступна в оточенні PlayOnLinuxВстановлювач наданий: Це встановлювач для оновлення або доповнення;\nБудь ласка, спочатку встановіть $TITLE_REQUIRED.Ця втулка дає можливість захоплювати програми в PlayOnLinuxЦя програма містить захист від копіювання (DRM), несумісний з режимом емуляції. Єдиний спосіб обійти це - використовувати патч бездискового запуску "no-cd", але, так як це може бути використано з піратською метою, ми не надаємо ніякої підтримки з цього питанняПрограма знаходиться на стадії випробування. Вона може працювати не так, як очікується. Ваші відклики, як позитивні, так і негативні, особливо важливі для подальшого вдосконалення цього встановлювача.Програма створена: Цей віртуальний диск захищеноЦей майстер допоможе Вам встановити Цей майстер допоможе вам встановити Wine: Цей майстер допоможе Вам повідомити про помилку у офіційно підтримуваній програмі.Цей майстер допоможе Вам запустити неофіційний скрипт інсталяції $APPLICATION_TITLE.Цей майстер допоможе Вам вилучити програму: УтилітиПереклад:TwitterUbuntu користувачам потрібно додати репозиторій MEDIBUNTU\nдля того,щоб перетворення формату працювало належним чином.Не вдалося знайти файл: Не вдалося знайти версію: ВилучитиВилучення...Оновити GITІнструкції з оновленняОновити wineprefixОновлення $APPLICATION_TITLE з GIT-сховища...Оновлення втулки. Попередня: Використання: Використовуйте додаткову втулку конфігурації Wine (Advanced Wine Configuration)Використовувати CD-ROM(s)Використовувати DVD-ROM(s)Використовувати демо-версію з крамниці DesuraВикористовувати версію з крамниці DesuraВикористовувати демо-версію з крамниці OriginВикористовувати версію з крамниці OriginВикористовувати майстер налаштування PlayOnLinux дляВикористовувати демо-версію з крамниці SteamВикористовувати версію з крамниці SteamВикористовувати WineTricksВикористовувати встановлювач з мого комп’ютераВикористовувати іншу версію WineОперацію скасовано користувачемДуже великі піктограмиВ вас замало відеопам’ятіРозмір відеопам’ятіВіртуальний дискУтиліта для створення віртуальних дисківВіртуальні дискиУвага: будь ласка, спочатку використовуйте POL_SetupWindow_InitУвага!\n\nПідпис скрипта, який Ви намагаєтеся запустити, недійсний!\n\nЦей скрипт не проходив процедуру схвалення $APPLICATION_TITLE, й $APPLICATION_TITLE не відповідає за нього.\nБудь ласка, переконайтеся, що знаєте, що робите!Увага!\n\nПідпис скрипта, який Ви намагаєтеся запустити, недійсний!\n\nЦей скрипт не проходив процедуру схвалення PlayOnLinux, й PlayOnLinux не відповідає за нього.\nБудь ласка, переконайтеся, що знаєте, що робите!Увага: Ця утиліта призначена для досвідчених користувачів. Щоб повністю вилучити програму з {0}, потрібно вилучити пов’язаний з нею віртуальний дискПопередження: Для правильного кодування відео,\n дозвіл має бути кратний 16Увага: Ви запускаєте $APPLICATION_TITLE $VERSION.\nДля того, щоб продовжити, рекомендовано $APPLICATION_TITLE $NEEDED.Ми визначили, що програма, яку Ви бажаєте встановити - це:Ласкаво просимо у «Розширені налаштування Wine», систему оптимізації Wine, створену GNU_Raziel. Якщо ви не знаєте, що вибрати, залиште значення nbgjdbvЛаскаво просимо до Detour, модуль дозволяє створювати ярлики після встановлення.Ласкаво просимо у встановлювач $APPLICATION_TITLE.Ласкаво просимо у помічник $APPLICATION_TITLE!\nВін допоможе Вам встановити $file на Ваш комп’ютер.\n\nУвага! Ця програма офіційно не підтримується $APPLICATION_TITLE.\nВідповідно, вона може працювати не так, як чекаєте.Ласкаво просимо до $APPLICATION_TITLE майстра ручного встановлення\n\nЦей скрипт дозволить вам встановити будь-яку програму на $APPLICATION_TITLE і використовувати її з усіма інструментами\n\nУвага Ми не можемо гарантувати, що ваш додаток буде працювати відмінно.Ласкаво просимо у майстер створення віртуальних дисків $APPLICATION_TITLE.\n\nЦей інструмент допоможе Вам створити новий віртуальний дискЩо ви бажаєте зробити?Яке розширення?Як називається Ваша програма?Якого типу проблема що виникла?Якого типу віртуальний диск Ви бажаєте створитиЩо Ви бажаєте зробити перед встановленням?Що ви бажаєте зробити?ДеДе примонтований Ваш компакт-диск?До яких додатків ви бажаєте застосувати модифікації?Яку версію Wine Ви бажали б використовувати?Перезавантаження WindowsСхоже, Wine перервала роботу.\n\nЯкщо Ваша програма працює, просто не звертайте уваги на це повідомлення.Деінсталлятор WineВерсія WineВерсії WineXQuartz встановлено.ТакВи намагаєтеся відкрити скриптову конструкцію для {0}! Вона може працювати не так, як передбачається...Ви не зможете закрити це вікноВи не обрали груВи повинні вибрати файл відеозахоплення для конвертаціїВи повинні вибрати захоплене відео для читанняПотрібно вибрати файл!Ви маєте вибрати гру для модифікаціїВам потрібно перезапустити {0}, щоб зміни було застосовано.Потрібно встановити його, щоб продовжитиПотрібно встановити його, щоб використовувати {0}Ваша версія $APPLICATION_TITLE застаріла.\nПеред відправленням повідомлення про помилку потрібно оновити $APPLICATION_TITLE.\nДякуємоВаше ядро ​​Linux не може бути сконфігуровано для запуску програм Win16 під Wine\nДивіться $EXPLANATION_URLВаша файлова система перешкоджає коректній роботі {0}. Запустіть {0} у терміналі, щоб отримати подробиці.Ваше ядро ​​може бути несумісним з запущеними програмами Win16 під Wine\nДивіться $EXPLANATION_URLВ вас замало відеопам’яті!\nГра може не працюватице не розширення файлу піктограмизу оточенні $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} менеджер версій Wineplayonlinux/lang/locale/zh_CN/000077500000000000000000000000001341024004000166055ustar00rootroot00000000000000playonlinux/lang/locale/zh_CN/LC_MESSAGES/000077500000000000000000000000001341024004000203725ustar00rootroot00000000000000playonlinux/lang/locale/zh_CN/LC_MESSAGES/pol.mo000066400000000000000000001133101341024004000215200ustar00rootroot00000000000000< 3\(#)#8#M#b# u########+$1$P$*p$$3%%0&4&$'#%'I'Y'k'Pj(I() ) ").)E)!e))')))")&)*6*)R*%|*3*!*"*M+ i+s++++++L+g8,#,R,--7.>.W.n..... . ./ 8/F/b/0r////3/$$0&I0 p0|000000*0 1 !1+1*:1 e1s1 111111 1N2YV2Y2 33 )353J3R3CZ3(3B3 55 5WV5$555566&.6 U6_6q6*x66B66!6%7;7@7#Q7*u77 7O7(898>8P8`8 z8888688%8 9"$9G9V9]9}9999(999 ::0:G:a:s:::::(: :;; ; =;+K;w;;; ; ;; ; ;-;)<.<2<8<=<@<4O<<&< <<< << =7=J=i=x=='== = ===:=7>S>j>(>'>>#>?+7?)c?"?$??3?Y(@c@@@A7*A$bAAA&A]A6@B4wB>BCB;/C+kC4C7C0D5DDDSD)[D DD91E kEyE EE EEEEEEFF&F/F?FFF^F sFFF%FFFF GG 9GEGLG$`G G GGGGG GcG&]HH HH"HHeHdOIdInJ2J,J2JBK-^K K9K*KUKGSLL|MN7NO""O+EOPqOIO( P5P ;P\IPPP PP PPQ'$QLQhQ&pQ QQQQQ R""RERbRzRRR RR&RS S(S>S.MS|SMTUIUmU:QVVM#W2qWWk{XXX Y!7Y0YY.YYYY;Y,7ZdZRsZZ Z ZZ[M[`[}[$[![[ [4\"L\ o\~\l]T|]]]&] ^^3^ E^ Q^ ^^h^0y^9^,^[_[m_ _8_`)`a a ab b "b.b!Cbeb}bbbb#bcc(d+d5d!%e(GepeeeEnfCf f ggg-gJgjg)qgg ggggggh*hIh^hBshhh h hhii6*iRaiiHijjk&ks$ t/t 6tCtTt jtvt}tt,t t!ttu u,u4uRuZuauuu uu u u uu vv+v:v!Av cv"pv vvvv v!vvw (w 5wBwIw \w fw/swwww ww w%ww3xJxZxaxxxxx xxx xx"x!y 1y=yFyMy@`yyyy,y'zAzWzvzz,zzz{'{AG{a{ {{|'$|L|h|~||L|1}$8}6]}?}0}#~.)~X~ u~~~~(~~x '       &3 :EL_f'€ *5IX_u ˁҁ f'h ԂSR=R[/?o$*%ބ ,=@U>Յ%: "*;MH҈VUg * /=Lj%ފ'$L g t  )ȋo1I_(K~tI,=jj< ̐ڐ!->!E.gJđ   '3ELI$Œ$$+'Px!}c43̔  * 5 C NY(j4.ȕ@@8 y*%a~u (7TP0X 5MDBQJqxK[6&bRL Ip  |>!/ke )J.+^onL|]F7_YAyCk?+`pNWO:fil<&Zv(tM3]ng[re59UxY6oR1D B$m<`}rh@h){9!HO{8wlz"G#bc 'I}#/N~wAjvQ*.y'\gmdSzV8";as%K-=SZU302sj$4cf1\_* ud=@tWEFTP4,qC^; ?2-V X:iHEG>, 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE package manager: $APPLICATION_TITLE shortcut creator$AUTHOR profile$PACKAGE crashed.$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 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 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 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.CancelCannot 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDebug flagsDefine 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 RendererDisableDisplayDo 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?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-ROMEnableErase (virtual drive content will be lost)ErrorError ! Files mismatch\n\nLocal : $LOCAL_MD5\nServer : $SERVER_MD5Error!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 SupportGamesGeneralGraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill all prefix processesKill processesKilling programs in the virtual drive...Large iconsLocate this logfileLogin: Looking for runnable CD-ROMsMB downloadedMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMouse 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 modeOpen 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 managerPlease 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 explain your problem clearly (english only):Please give the more details as you can, otherwise, it will be very difficult to help youPlease insert your CD-ROM, and press next only when Finder has found the Mac OS part of your CD-ROMPlease make your choicePlease 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 install 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 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 your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Set 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 managerTestingThe 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 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 an installer for an update or an addon;\nPlease install $TITLE_REQUIRED firstThis 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 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: 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 instructionsUpdate 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 firstWarning !!\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 :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 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 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 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 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 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 workingis 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} 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: 2015-08-31 19:00+0200 PO-Revision-Date: 2014-01-19 05:18+0000 Last-Translator: qysnn Language-Team: Chinese (Simplified) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) 选择一个文件 解压缩包 安装包 显示该信息 (来着 {2}) 不存在! 已经成功卸载. 不是可用的 PlayOnLinux 包! 在你的计算机上. 将被安装于: $APPLICATION_TITLE 应用配置$APPLICATION_TITLE 卸载$APPLICATION_TITLE 自动更新$APPLICATION_TITLE 调试开始 ...$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 包管理器: $APPLICATION_TITLE 快捷方式创建器$AUTHOR 简介$PACKAGE 崩溃.$TITLE 需要读取混合 CD-ROM 的 PC 部分的.\n\n默认情况下, MacOS 只给你访问 CD-ROM 的 Mac OS 部分, 这可能与最新版本的 Mac OS 不兼容.\n\n你想 PlayOnMac 尝试读取您 CD 的 PC 部分吗?(如果此列表为空, 请用 Wine 版本管理器安装一个 Wine)7z没有被安装, 请检查是否已安装7zip, 然后再试一次取消安装关于 {0}附件激活 GLSL 支持?确认激活抗锯齿支持?确认激活鼠标经向覆盖?增加在视频中加入 PlayOnLinux 图标吗?所有已经更新.下载时出错了.版本 {0} 更新可用应用你确定安装 {0} 包?你确定要删除 {0}?你确定删除 {0} ?你确定删除虚拟盘 {0} ?你确定要删除: 你确定要安装: 你确定你要关闭所有活动的 $APPLICATION_TITLE 应用吗?参数已分配的程序自动安装自动运行可用的 Wine 版本: 错误的文件扩展名小心修改! 小心! 下列内容的安装可能会破坏虚拟盘.注意! 这将终止安装进程. 若其未完成, 您需要重新安装 $SOFTNAME开始捕捉应用程序二进制文件未找到: $BINARY\n是否已安装程序到默认位置?浏览通过启用此功能, 您将有机会获得包含反复制保护(DRM)与模拟不相容的程序的安装程序是. 唯一的解决方法是使用"免CD"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持.取消找不到快捷方式正在捕捉...捕捉菜单(OpenGL)捕捉菜单(非OpenGL)捕捉即将开始......变更图标检查插件: 选择 DirectDraw 渲染模式?确认选择 Offscreen 渲染模式?确认选择渲染目标锁定模式?选择一个游戏选择一个包安装选择一个插件选择一个有效的 $APPLICATION_TITLE 脚本运行.选择要执行的动作选择一项应用选择一个要修改的设置选择您的软件对应的日志文件.选择虚拟盘的名字选择转换的视频格式清理 ...点击下一步以继续点击下一步以开始关闭关闭全部 {0} 软件关闭应用命令提示符在运行程序之前执行的命令商业软件配置配置 Wine连接你的 $APPLICATION_TITLE 账号连接中 ...转换完成将捕捉文件转换为视频复制 ${filename}复制虚拟盘创建一个快捷方式创建快捷方式 ...排除故障调试标志定义第二轮的编码设置 \n (如果不知道怎么做, 请保留默认值)定义第一轮的编码设置 \n (如果不知道怎么做, 请保留默认值)定义第二轮的编码设置 \n (如果不知道怎么做, 请保留默认值)删除开发者与网址: 开发Direct Draw 渲染器禁用显示你想 $APPLICATION_TITLE 自动为您安装?你确定删除下列虚拟盘:你想帮助 {0} 构建兼容性数据库? 如果单击"是", 你第一次正确运行 Windows 程序时, 下面的事项会被发送匿名发送我们: - 你的显卡型号 - 你的操作系统版本 - 图形驱动程序是否安装 这些信息有助于我们帮助大家.您需要重试吗?你是否要更新并重新启动 $APPLICATION_TITLE?不要忘记在运行游戏前去 PlayOnMac 工具菜单 - > 读取光盘先不要安装 XQuartz不要加入任何日志文件捐助下载程序下载 Wine: 下载 XQuartz...编辑或更新现有的应用程序教育弹出光盘启用擦除(虚拟盘内容会消失)错误错误! 文件不匹配\n\n本地: $LOCAL_MD5\n服务器: $SERVER_MD5错误!错误: 找不到 CD-ROM!错误: 无法保留有效的端口退出外部库提取出的文件大小不匹配!从 ${archivename} 提取 ${filename}解压缩 Wine ...解压: 连接失败 !\n请确保您的登录名和密码是有效的.从 ${archive} 定位 ${dest} 失败文件文件关联文件未找到!文件大小不匹配GLSL 支持游戏概况图形这里是脚本的源代码. 请仔细检查我同意我不需要其他快捷方式了我使用某软件有问题我已经手动下载此文件图标选择图标:如您不甚清楚, 请勿选包括:安装安装未在列表中的程序安装一个程序在新虚拟盘安装程序安装内容安装已完成安装脚本安装库安装完成.已安装的 Wine 版本: 安装插件安装 XQuartz...安装插件: 网络杀死所有该配置下的进程终止进程关闭此虚拟盘中的进程 ...大图标定位日志文件登录: 寻找可执行光盘MB 已下载自该虚拟盘创建快捷方式创建快捷方式 ...管理 Wine 版本手动安装中等图标杂项鼠标经向覆盖多媒体多重缓冲我的问题是关于 $APPLICATION_TITLE 本身名称新建新建: 下一步否无描述空间不足:\n$URL ($neededSpace KB)未找到 {0} 的说明文件autorun.inf 文件中未找到可执行文件位置不需要光盘办公Offscreen 渲染模式打开一个 Shell打开程序目录打开应用程序目录打开目录打开虚拟盘目录操作已完成优化完成其他覆盖(通常奏效, 但不保证)光盘读取器包装者: 密码: 补丁播放捕捉文件PlayOnLinux 与 PlayOnMac 小组 遵循 GPL 分发协议版本 3PlayOnLinux 包管理器请选择一张光盘请选择要弹出的光盘请选择一个要播放的 PID 捕捉文件请选择一个要转换的捕捉文件请选择一个程序请选择一个软件以打包请选择要运行的软件选择程序安装方式请选择一个要播放的 OGV 捕捉文件选择要执行的动作请选择安装方法请为我下载 XQuartz请解释清楚你的问题(仅英文):请给予尽可能多的细节, 否则难以帮助您解决问题请插入您的 CD-ROM, 当Finder中发现了您的CD-ROM 的 Mac OS部分时, 然后按下一步请选择请阅读该文件请选择一个调试文件选定一个程序或虚拟盘以配置选定一个程序以卸载请选择一个程序请选择一个图标文件选择要运行的安装文件请输入您应用程序的虚拟盘的名称.\n此名称不应包含空格.请等待, $APPLICATION_TITLE 正在复制文件:请等待下载 $APPLICATION_TITLE :$APPLICATION_TITLE 正在扫描您的硬件, 请稍候请等待, $APPLICATION_TITLE 正在模拟 Windows 重新启动请等待, $APPLICATION_TITLE 正在模拟重启请等待 $SOFTNAME 安装完成...请稍等, 正在创建 PlayOnLinux 图标 ...请等待虚拟盘创建 ...请稍等, 你的视频转换中请耐心等待 ...插件管理器插件按下+F8来开始或停止捕捉按下+F8来停止捕捉点击"下一步"然后点击\n你想捕捉的窗口.\n捕捉会自动在5秒钟后开始.\n只有视频会被捕捉到.仅当安装过程完成后按下一步代理地址代理配置代理用户名代理密码代理端口阅读翻译文件读光盘读取光盘阅读说明读取设备刷新更新 {0}注册注册表编辑器移除渲染目标模式锁定修复虚拟盘报告一个 bug报告关于 {0} 的问题运行在此虚拟盘中运行可执行文件运行本地脚本运行配置向导运行 Windows 程序于 运行 ...扫描虚拟盘 ...脚本作者: 搜寻选择另外的文件选择要报告的主显卡:设置一个代理设置图标设定 Program Files var设置显示虚拟盘模拟重启 Windows小图标对不起, $APPLICATION_TITLE $VERSION 太旧, 不能继续.\n$APPLICATION_TITLE $NEEDED 是必需的.很抱歉, 我们需要详细的说明.严格次序回执任务管理器测试中下载似乎失败了.文件命名为: {0}以下文件位于 FAT32 文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath以下文件位于 NTFS 文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath以下文件位于 fuse 文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath以下文件位于不可挂载的文件系统.\n它可能会阻止 Wine 工作\n\n$FilePath感谢以下人员对本程序做出的贡献: 快捷方式已置于桌面上目标虚拟盘 $PREFNAME 已存在:与 {0} ({1}) 关联的虚拟盘不存在.没有程序可以运行 .{0} 文件.该文件: 此功能在 PlayOnlinux 环境中被禁用.安装程序来源于: 此为补丁或升级安装程序;\n请先安装 $TITLE_REQUIRED这个插件会允许你在 PlayOnLinux 上捕捉应用程序.该程序包含反复制保护(DRM)与模拟不相容. 唯一的解决方法是使用"免CD"的补丁, 但因为这些也可用于盗版; 因此, 在这个问题上的我们不会给任何支持.此程序目前在测试中. 它可能不会如预期般运作. 您的反馈, 无论正面或负面, 对改善此安装程序特别重要.该程序作者为: 该工具将帮助您的 Mac 读取PC 的 CD-ROM.\n\n只有当你的 CD-ROM 是一个杂合体(兼容 Windows 和 MacOS)且你无法看到 Windows 的那一部分, 可以使用这个工具该虚拟盘被保护该向导将帮助您安装 该向导将帮助您安装 Wine: 该向导将帮助您报告一个正式支持程序的 bug.该向导将帮助您运行一个非官方的 $APPLICATION_TITLE 脚本.该向导将帮助您卸载 工具翻译:Ubuntu 用户必须添加 MEDIBUNTU 软件仓库\n来正常使用这个转换格式。找不到文件: 不能找到下列版本: 卸载卸载 ...更新 GIT更新说明更新 wine 配置从 GIT 更新 $APPLICATION_TITLE from ...更新插件. 当前版本: 用法: 使用高级 Wine 配置插件使用 CD-ROM使用 DVD-ROM使用 Desura 商店 demo 版使用 Desura 商店版使用 Origin 商店 demo 版使用 Origin 商店版使用 PlayOnLinux 的配置器配置使用 Steam 商店 demo 版使用 Steam 商店版使用 WineTricks实用本地计算机中的安装文件使用另一版本的 Wine用户中止特大图标显卡容量不足显存大小虚拟盘虚拟盘创建器虚拟盘警告. 请先使用 POL_SetupWindow_Init警告 !!\n\n您正试图运行的脚本签名是无效的\n\n$APPLICATION_TITLE 没有批准这个脚本, 不会对此负责.\n请确保你知道你在做什么!警告 !!\n\n您正试图运行的脚本签名是无效的\n\nPlayOnLinux 没有批准这个脚本, 不会对此负责.\n请确保你知道你在做什么!警告: 这个工具为高级用户设计. 要用 {0} 干净地卸载程序, 您必须删除相关的虚拟盘警告: 为了得到正常的视频编码,\n分辨率必须是16的倍数警告: 您正在运行 $APPLICATION_TITLE $VERSION.\n$APPLICATION_TITLE $NEEDED 建议继续.我们检测到您要安装的程序是:欢迎使用 Wine 的高级配置, 此可视化系统由 GNU_Raziel 制作.如果您不知道如何配置,请保持默认值欢迎使用 Detour, 该插件可以使您在安装后创建快捷方式.欢迎使用 $APPLICATION_TITLE 安装向导欢迎使用 $APPLICATION_TITLE 助手.\n它将帮助你安装 $file 到您的计算机上.\n\n要小心! 这个程序不是 $APPLICATION_TITLE 正式支持的.\n因此, 它可能无法如预期般正常工作欢迎使用 $APPLICATION_TITLE 的虚拟盘创建器.\n\n该工具将帮助你做出一个新的虚拟盘你想做什么?扩展名是什么?程序名称?您有什么问题?你要创建什么样的虚拟盘安装前你希望做什么?您想做什么?位置你的 CD-ROM 挂载到了哪里?你想将修改应用到哪个应用程序上?你想用哪个版本的 Wine?重启 WindowsWine 似乎已经崩溃\n\n如果你的程序正在运行, 忽略此消息卸载 WineWine 版本Wine 版本XQuartz 已安装是你正试图运行一个为 {0} 设计的脚本! 可能它无法正常运行你不能关闭此窗体您没有选择游戏你必须选择一次捕捉以转换你必须选择一次捕捉以读取您必须选择一个文件您必须选择一个游戏以修改你必须重启 {0} 以使变更生效.你需要安装...以继续你需要安装 ... 以使用 {0}您的 $APPLICATION_TITLE 版本是并不是最新的.\n发送错误报告之前, 您必须更新 $APPLICATION_TITLE.\n谢谢您的文件系统可能会阻止 {0}正常运行. 请在终端中打开 {0} 以获得更多细节你的显卡容量不足!\n这将阻止游戏运行不是一个图标扩展名于在 $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} wine 版本管理器playonlinux/lang/locale/zh_TW/000077500000000000000000000000001341024004000166375ustar00rootroot00000000000000playonlinux/lang/locale/zh_TW/LC_MESSAGES/000077500000000000000000000000001341024004000204245ustar00rootroot00000000000000playonlinux/lang/locale/zh_TW/LC_MESSAGES/pol.mo000066400000000000000000000747641341024004000215750ustar00rootroot00000000000000s L(=R eq##+! @ *` #!!0"4"#"#P&#Iw#2## $ $$4$!T$v$'z$$$"$$)$% %!3%"U%Mx% %% %%& &%&8&LS&#&&&&&''2'H'X' j' '' '''0(7(S(i(3($(&( ))()<)B)Y)p)*) ) ))*) )* *8*L*b*t**N*Y*Y8+++ +++C+(,:,5P, ,$,,,,,--&,- S-]-o-*v---!---#-* .5. H.U.O^...... ./ ///6"/Y/%a/ /"////0 00/0(A0j0}0000000 1!1*1 91E1M1+j1111 1 1 1 1-24292=2C2H2K2Z2 r222 22 2223'393'?3g3 x33333(3'4<4#T4x4+4)4"4$5653U55575$56(6&C6]j6>6C7;K7+747770 8Q8`8o8)w8 889M9 99 99 9999:::,:5:E:L: a:n::%:::: :; ';3;:;$N; s; ;;;; ;c;&1<X<`< s<<"<<e<d)=d=,=B >-c> >*>U>G?f??"?+?P?ID@(@@ @@\@0AJA cAmA }AA'AA AAAAB 4B?B&PBwB BBB.BIB:5CpCMD2UDDk_EEE!E0F.MF|FF;F,FGR-GG G GGGMGH7H$QH!vHH H4H"I )I~JIlIT6JJ&J JJJ J K KK00K9aK,K[K[$L L8LLLNN NN N NN,OAOUO%jOO%O+OPP#Q1Q4Q"*RMR]`R?R0R /S ^!c^ ^ ^0^ ^^^ ^$ _ /_ <_ I_V_f_v____ _ _ _ _`'"`J``` s` `` ` `/``` ` `` ` a *a7a'>a fasaa aa a aa"ab +b6bLb\brb(b$bb!bc*0c([cccc*c c d-d>dZdsd!dMd7d=4e8re&e*ee%f CfPf`f1gf%f~f/>gnggggg g g hh (h5hJhQhdhkh ~hhh*hhhi i+iGiXi_i$uii iiii iei'`jjjj jjjXjW@kWk!k/l:Bl}l%lLlJmLmcm|m'mBmGn%Onun |nnMnnnoo 'o 2o%?o eo po~ooooo oop %p2p Hp*Up@p-ppQq/qrrrUsfs!s's'ss!t!'t&ItptLtt t ttuLuhuu-u'uu$v/4vdv"v}ve$wAww#w xx &x 1x ?x MxXx(ix6x2xSxSPy y+yypScr"PrX}k<:y3:Q`.>U *h@8xETS!jbNsE6C.BDo&0 lR^-G[Kt%PI#Y9?)1]l$=cL"'RAmV%6AZhW=\] Wnvqk!<u$ ~w[ Hj\q{sOGO)g;^7 0-T+41 d>L,5I9M,KfJ;2`i' e5eJ7 FCN(UB3 z*+ZbFVpD ?(H8o&a4dgM2i_Q@/_n#mf Y|/aX 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. will be installed in: $APPLICATION_TITLE Application Configurator$APPLICATION_TITLE Uninstaller$APPLICATION_TITLE auto-updater$APPLICATION_TITLE debugger is starting...$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 installing your application...$APPLICATION_TITLE shortcut creator$PACKAGE crashed.(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 againA shortcut by that name already exists, overwrite?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.ApplyAre 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: Are you sure you want to shutdown all active $APPLICATION_TITLE applications?ArgumentsAssigned programAttention!Automatic installationAutorunAvailable Wine versions: Bad file extensionBe careful! If you change Be careful! Installing one of these components can break your virtual drive.Begin 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 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 WineConnect to your $APPLICATION_TITLE accountConnecting...Conversion doneConvert a captured file to videoCopying ${filename}Copying virtual driveCreate a shortcutCreating shortcut...DebugDefine 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: DevelopmentDisableDisplayDo you want $APPLICATION_TITLE to install it automatically for you?Do you want to delete the virtual drive:Do you want to retry?Do you want to update and restart $APPLICATION_TITLE?DocumentationDon't install XQuartz for the momentDon't join any log fileDon't remind me anymoreDonateDownload the programDownloading Wine: Downloading XQuartzEdit or update an existing applicationEducationEject a PC CD-ROMEnableErase (virtual drive content will be lost)ErrorError!Error: Unable to find the CD-ROM!ExitExternal libraryExtracted file size does not match!Extracting ${filename} from ${archivename}Extracting Wine...Extracting: FacebookFailed to connect !\nPlease ensure that your login and your password are valid.FileFile associationsFile not found!File size does not match!ForumsGLSL SupportGamesGeneralGoogle+GraphicsHere the source code of the script. Check it carefullyI AgreeI don't want to make another shortcutI have a problem with a softwareI've downloaded the file by myselfIcon selectionIcons:If you don't know, unselect allInclude:InstallInstall a non-listed programInstall a programInstall a program in a new virtual driveInstall componentsInstall is doneInstall scriptsInstall some librariesInstallation finished.Installed Wine versions: Installed pluginsInstalling XQuartz...Installing plugin: InternetKill processesLarge iconsLogin: Looking for runnable CD-ROMsMake a new shortcut from this virtual driveMaking shortcut...Manage Wine versionsManual installationMedium iconsMiscellaneousMultimediaMultisamplingMy problem concerns $APPLICATION_TITLE itselfNameNewNew: NextNoNo descriptionNo manual found for {0}No-cd neededOfficeOffscreen rendering modeOpen 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 filePlayOnLinux package managerPlease 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 explain your problem clearly (english only):Please make your choicePlease read thisPlease 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 type a name for your application's virtual drive.\nThis name shouldn't contain spaces.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 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 manualReading your deviceRefreshRefreshing {0}RegisterRegistry EditorRemoveRepair virtual driveReport a bugReport a problem about {0}RunRun a .exe file in this virtual driveRun a local scriptRun configuration wizardRun your Windows programs on Running...Scanning the virtual drive ...Scriptors: SearchSelect another fileSelect the main videocard to report:Set a proxySet the iconSettingsShow 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.SupportSupported softwareTask managerTestingThe 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 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 file: This 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 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: ToolsTranslations:TwitterUbuntu 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 instructionsUpdating $APPLICATION_TITLE from GIT...Usage: Use CD-ROM(s)Use DVD-ROM(s)Use 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 firstWarning: For correct video encoding,\nresolution MUST be a multiple of 16We have detected that the program you want to install is :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 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 is the extension?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 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 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 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 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 workingis not an icon extensionon 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} settings{0} website is unavailable. Please check your connection{0} wine versions managerProject-Id-Version: playonlinux Report-Msgid-Bugs-To: MulX POT-Creation-Date: 2015-08-31 19:00+0200 PO-Revision-Date: 2015-05-03 06:00+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: 2015-09-01 05:12+0000 X-Generator: Launchpad (build 17690) Language: zh_TW 選擇一個檔案 解壓縮套件 安裝套件 顯示這個訊息 (從 {2}) 不存在! 已經成功移除。 不是一個有效的 PlayOnLinux 套件! 在你的電腦。 將被安裝在: $APPLICATION_TITLE 應用程式設定$APPLICATION_TITLE 移除程式$APPLICATION_TITLE 自動更新程式$APPLICATION_TITLE 除錯器正在啟動...$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 捷徑建立器$PACKAGE 當機。(如果這個清單是空的,請使用 Wine 版本管理員來安裝一個 Wine 版本)沒有安裝 7z,請確認你已經安裝 7zip 並再試一次該名稱的捷徑已經存在,要覆蓋嗎?中止安裝關於 {0}附屬應用程式是否啟動GLSL支援?是否啟動多重採樣支援?是否啟動滑鼠綁定?新增是否在您的影片裡面加上PlayOnLinux的浮水印全部已經是最新版。下載時發生錯誤。套用你確定你要刪除 Wine {0} 嗎?你確定你要刪除 {0} 嗎?你確定你要刪除: 你確定你要安裝: 你確定要關閉所有活動的 $APPLICATION_TITLE 應用程式?參數指定的程式注意!自動安裝自動執行可取得的 Wine 版本: 無效的副檔名小心! 如果你更改 小心!安裝這些組件中的一個可能打破你的虛擬硬碟。開始擷取程式瀏覽取消找不到捷徑正在取得程式...取得目錄(OpenGL)取得目錄(非OpenGL)開始取得程式....更改圖示正在檢查外掛: 是否選擇DirectDraw渲染模式?是否選擇Offscreen Rendering模式?是否選擇鎖定目標渲染模式?選擇一個遊戲選擇要安裝的套件選擇一個外掛選擇一個有效的 $APPLICATION_TITLE 腳本來執行。選擇一項動作以執行選擇一個程式選擇一個選項以修改請選擇和你的軟體相對應的日誌檔為這個虛擬磁碟命名選擇要轉換的影片格式清除中...點擊下一步以繼續點擊下一步以開始關閉關閉全部的 {0} 軟體關閉這個應用程式命令提示字元執行程式前要執行的命令商業配置配置 Wine連接到你的 $APPLICATION_TITLE 帳號連線中...轉檔完畢把選取的檔案轉換成影片複製 ${filename}正在複制虛擬磁碟建立捷徑正在建立捷徑...除錯定義您的編碼設定\n(請選擇預設,如果您不曉得該如何設定)定義您的編碼設定pass 1\n(請選擇預設,如果您不曉得該如何設定)定義您的編碼設定pass 2\n(請選擇預設,如果您不曉得該如何設定)删除開發人員和網站: 開發停用顯示你想要讓 $APPLICATION_TITLE 自動幫你安裝嗎?你要刪除這個虛擬磁碟嗎:您想要重試嗎?你是否要更新並重新啟動 $APPLICATION_TITLE?文件現在不要安裝 XQuartz不附加任何日誌檔不要再次提醒我贊助下載程式下載 Wine: 正在下載 XQuartz...編輯或更新現有的應用程式教育退出光碟啟用刪除(虛擬硬碟的內容將會遺失)錯誤錯誤!錯誤:找不到 CD-ROM!結束外部庫解壓縮出的檔案大小不匹配!從 ${archivename} 解壓縮 ${filename}解壓縮 Wine 中...解壓縮 Facebook連接失敗!\n請確保您的登錄名稱和密碼是有效的.檔案檔案關聯找不到檔案!文件大小不匹配討論區GLSL 支援遊戲一般Google+圖像這是腳本的原始碼。請仔細檢查我同意我不要再建立其他捷徑我有一個和軟體相關的問題我已經手動下載這個檔案圖示選擇圖示:如果你不知道的話,全部都不要選取包含:安裝安裝不在清單中的程式安裝程式在新的虛擬磁碟中安裝程式安裝套件安裝完成安裝腳本安裝函式庫安裝完成。已安裝的 Wine 版本: 已安裝的外掛正在安裝 XQuartz...正在安裝外掛: 網際網路刪除程序大圖示登入: 尋找可執行的 CD-ROM 中從這個虛擬磁碟建立新的捷徑正在製作捷徑...管理 Wine 版本手動安裝中圖示雜項多媒體多重採樣我的問是涉及到 $APPLICATION_TITLE 本身名稱新增新增: 下一步否沒有描述未找到 {0} 的說明文件不需光碟辦公螢幕上不可見區域的描繪模式開啟 shell開啟程式的資料夾開啟應用程式的資料夾開啟目錄開啟虛擬磁碟的資料夾執行完畢優化完成其他覆蓋(通常奏效, 但不保證)光碟讀取器密碼: 啟動已擷取檔案套件管理員請選擇一張光碟請選擇要彈出的光碟請選擇一個 PID capture 檔案執行請選擇一個 capture 檔案執行請選擇一個程式請選擇一個要打包的軟體請選擇要運行的軟體請選擇一個方法來安裝你的程式請選擇一個 OGV capture 檔案執行選擇要執行的動作請選擇一個安裝方法請 為我下載XQuartz請用英文清楚地描述你的問題:請選擇請閱讀請先選擇要配置的程式或虛擬磁碟請選擇要移除的程式請選擇一個程式。請選擇一個圖示檔請選擇要執行的安裝檔。請輸入應用程式虛擬磁碟的名稱。\n此名稱不能包含空格。$APPLICATION_TITLE 正在掃描您的硬體,請稍候$APPLICATION_TITLE 正在模擬 Windows 重開機,請稍候請等待, $APPLICATION_TITLE 正在模擬重新啟動正在安裝 $SOFTNAME ,請稍候...請稍候,正在產生PlayOnLinux的logo請等待虛擬硬碟建立 ...請稍候,影片正在編碼中....請稍候…外掛管理員外掛按下+F8用來開始和終止獲取程式按下+F8來停止取得程式請按下一步並且點選您想要\n擷取的視窗\n。擷取會在五秒鐘後自動進行\n。只有影片會被擷取。只有在安裝程式完成時才按"下一步"代理伺服器地址代理伺服器設定代理伺服器登入帳號代理伺服器的密碼代理伺服器連接埠讀取光碟讀取光碟閱讀說明正在讀取你的裝置重新整理重新整理 {0} 中註冊註冊表編緝器移除修復虛擬磁碟回報錯誤回報關於 {0} 的問題執行執行在這個虛擬磁碟中的 .exe 檔執行一個本地腳本執行配置精靈運行 Windows 程式於 執行中…正在掃描虛擬磁碟...腳本作者: 搜尋選擇另一個檔案選擇要報告的主要顯示卡:設定代理伺服器設定圖示設定顯示虛擬磁碟模擬 Windows 重開機小圖示抱歉, $APPLICATION_TITLE $VERSION 太舊而無法繼續。\n需要 $APPLICATION_TITLE $NEEDED 。抱歉,我們需要詳細的描述。支援支援的軟體工作管理員測試中下載似乎失敗了。檔案命名為: {0}下列檔案位於 FAT32 檔案系統。\n這可能會使 wine 無法運作\n\n$FilePath下列檔案位於 NTFS 檔案系統。\n這可能會使 wine 無法運作\n\n$FilePath下列檔案位於 fuse 檔案系統。\n這可能會使 wine 無法運作\n\n$FilePath捷徑已被建立在你的桌面與 {0} ({1}) 關聯的虛擬硬碟不存在。安裝後找不到可以執行的檔案。{0} 個檔案。這個檔案: 這個安裝程式的提供者是: 此為一個更新或是插件的安裝檔;\n請先行安裝 $TITLE_REQUIRED這個擴充元件可以幫助您取得在PlayOnLinux下的程式列表。該程式作者為: 該虛擬辭碟被保護這個精靈將幫助你安裝 這個精靈將幫助你安裝 Wine: 這個精靈將幫助你回報被官方支援的程式的錯誤。這個精靈會幫助你執行非官方的 $APPLICATION_TITLE 腳本。這個精靈將會幫助你移除: 工具翻譯:TwitterUbuntu的使用者必須先安裝MEDIBUNTU函式庫\n以進行此轉檔作業無法找到檔案: 不能找到下列版本: 移除正在移除...更新 GIT更新說明從 GIT 更新 $APPLICATION_TITLE ...用法: 使用 CD-ROM使用 DVD-ROM使用 WineTricks使用電腦中的安裝檔使用另一個版本的 Wine使用者中止超大圖示顯示卡記憶體不足顯示記憶體大小虛擬磁碟虛擬磁碟制作器虛擬磁碟警告:請先使用 POL_SetupWindow_Init警告:為了轉檔上的正確\n解析度必須為16的倍數我們偵測到你想要安裝的程式是:歡迎來到「進階Wine設定」,一個Wine的優化系統,使用GNU_Raziel製作,如果您不知道如何設定的話,請點選使用預設選項。歡迎來到Detour,這是一個可以讓您建立已安裝程式連結的套件歡迎使用 $APPLICATION_TITLE 安裝精靈。歡迎使用 $APPLICATION_TITLE 助手。\n它將幫助你在你的電腦上安裝 $file 。\n\n請小心!這個程式不被 $APPLICATION_TITLE 官方所支援。\n因此它也許無法如預期般工作。歡迎使用 $APPLICATION_TITLE 虛擬磁碟製作器。\n\n這個工具將幫助你製作一個新的虛擬磁碟你想做什麼?要關聯的副檔名是?你遇到哪個類型的問題?你要製作什麼類型的虛擬磁碟在安裝之前你想要先做什麼?你想做什麼?你的 CD-ROM 掛載到了哪裡?請問您要修改哪個程式?你想要使用哪個版本的 Wine?Windows 重開機Wine 似乎已經當機\n\n如果你的程式正在運行, 忽略此訊息Wine 解除安裝程式Wine 版本Wine 版本XQuartz 已經安裝。是你正試圖運行一個為 {0} 設計的腳本! 它可能無法正常運行你不能關閉這個視窗您並未選擇遊戲您必須選擇一個 capture 以進行轉檔您必須選擇一個 capture 來讀取你必須選擇一個檔案!您必須選擇一個遊戲以轉換你必須重新啟動 {0} 以使變更生效。你需要安裝它才能繼續你需要安裝它才能使用 {0}您的 $APPLICATION_TITLE 版本是並不是最新的.\n發送錯誤報告之前, 您必須更新 $APPLICATION_TITLE.\n謝謝您的檔案系統可能會阻止 {0}正常運行。 請在終端中打開 {0} 以獲得更多細節顯示卡記憶體不足!\n它可能會導致遊戲無法運作不是圖示的副檔名在 $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} Wine 版本管理員playonlinux/lang/po/000077500000000000000000000000001341024004000147635ustar00rootroot00000000000000playonlinux/lang/po/ar.po000066400000000000000000001316111341024004000157300ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "تمت العمليه" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "أخرى" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "استعراض" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "عام" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "تثبيت" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "إزالة" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "إلغاء الأمر" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "التالي" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "لا" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "نعم" #: python/guiv3.py:178 msgid "I Agree" msgstr "أوافق" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "مِن" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "لا يوجد وصف" #: python/install.py:214 msgid "Accessories" msgstr "الملحقات" #: python/install.py:215 msgid "Development" msgstr "التّطوير" #: python/install.py:216 msgid "Education" msgstr "التعليم" #: python/install.py:217 msgid "Games" msgstr "الألعاب" #: python/install.py:218 msgid "Graphics" msgstr "الرسوميات" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "الإنترنت" #: python/install.py:220 msgid "Multimedia" msgstr "الوسائط المتعددة" #: python/install.py:221 msgid "Office" msgstr "المكتب" #: python/install.py:223 msgid "Patches" msgstr "الرقع" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "يتم الان الإختبار" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "تشغيل" #: python/mainwindow.py:247 msgid "Donate" msgstr "تبرّع" #: python/mainwindow.py:248 msgid "Exit" msgstr "خروج" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "مدير الإضافات" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "ملف" #: python/mainwindow.py:366 msgid "Tools" msgstr "أدوات" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "إعدادات" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "الإضافات" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "إغلاق البرنامج" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "ملحقات مثبتة" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "تفعيل" #: python/options.py:209 msgid "Choose a plugin" msgstr "اختر إضافة" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "هل أنت متأكد أن تثبت ما يلي: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "هل أنت متأكد من حذف ما يلي: " #: python/options.py:333 msgid "Disable" msgstr "تعطيل" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "تثبيت إصدارات النبيذ : " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "تتوفر الإصدارات النبيذ : " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "إصدارات النبيذ" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ast.po000066400000000000000000001316531341024004000161230ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/bg.po000066400000000000000000002276501341024004000157270ustar00rootroot00000000000000# 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: Radoslav Ivanov \n" "POT-Creation-Date: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-05-05 19:54+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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "Операцията е завършена" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Доклад за грешки" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Моля, дайте колкото можете повече информация, иначе ще е много трудно да Ви " "помогнем" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Този съветник ще Ви помогне да докладвате за грешки на поддържана програма." #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Имам проблем със софтуера" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Проблемът ми засяга $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "За какво се отнася проблемът Ви?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Без прикрепяне на файл с отчет" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Ръчна инсталация" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Автоматична инсталация" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Изберете файлът с отчети, отнасящ се до Вашият софтуер." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Моля, опишете ясно Вашият проблем (само на английски):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Съжаляваме, но имаме нужда от подробно описание." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Благодарим Ви!\\n\\nВашият доклад беше изпратен." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Създател на виртуални дискове" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Какъв вид виртуален диск искате да създадете?" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Ако този списък е празен, моля, инсталирайте версия на wine от мениджъра на " "wine версии)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Коя версия на Wine желаете да използвате?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Моля, прочетете това!" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Настройка на програмата за $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Моля, изчакайте..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE 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_TITLE и да я използвате с всички инструменти\\n\\nВнимание: Не " "гарантираме, че програмата Ви ще работи перфектно." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Инсталиране на програма на нов виртуален диск" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Редактиране или обновяване на съществуващо приложение" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Какво желаете да направите?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Моля, въведете име на виртуалния диск за приложението.\\nТова име не бива да " "съдържа интервали." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "Моля, изберете програма!" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Използвай друга версия на Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Настройване на Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Инсталиране на някои библиотеки" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Ако не знаете, демаркирайте всички" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Какво желаете да направите преди инсталацията?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Мола, направете своя избор" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Търсене за изпълними CD-ROM-и" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Избор на друг файл" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Моля, изберете начина за инсталиране на Вашата програма" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Моля, изберете инсталиращ файл, който да се изпълни." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Трябва да изберете файл!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE инсталира вашата програма..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Употреба: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tИзбор на файл" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tРазархивиране на пакет" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tИнсталация на пакет" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tПоказване на това съобщение" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Пакетен мениджър на $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Изберете пакет за инсталиране" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Пакетен мениджър на PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Науспешно намиране на файл: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " е невалиден PlayOnLinux пакет!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Този файл: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " не съществува!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Разархивиране: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Изпълнение..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Изчистване..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Убиване на програми във виртуалния диск..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Избор на икона" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Моля, изберете икона" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Лошо файлово разширение" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "не е разширение за икона" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Редактор на регистъра" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Убий всички процеси в префикса" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Обновяване на wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Симулиран рестарт на Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Използване на приставка Допълнителни настройки на Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Използване на конфигуратора на PlayOnLinux за" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Смяна на икона" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Използване на WineTricks" #: bash/polconfigurator:134 #, sh-format msgid "Please choose an action to perform" msgstr "Моля, изберете действие за изпълнение" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "Четец на 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 "" "Този инструмент ще помогне на Вашият 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 "Изваждане на PC CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Прочитане на PC CD-ROM" #: 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 намери " "Mac OS частта на вашият CD-ROM" #: 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Моля, изберете софтуер за изпълняване" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Стартира се $APPLICATION_TITLE програма за отстраняване на грешки..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE се срина." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Изчакване да бъде инсталиран XQuartz" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE анализира Вашето приложение" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Искате ли $APPLICATION_TITLE да го инсталира автоматично?" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Засякохме, че програмата, която искате да инсталирате е:" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Какво е името на програмата Ви?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Инсталацията приключи." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "За да работи правилно, PlayOnMac изисква наличието на XQuartz." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac ще Ви улесни в изпълнението на тази стъпка" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Засега не инсталирайте XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Сам изтеглих файла" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Моля, изтегли ми XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Изтегляне на XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Къде е" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Инсталиране на XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz е инсталиран." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "Неуспешно инсталиране на XQuartz! Трябва да го инсталирате, за да може wine " "да работи правилно." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Моля, изчакайте, докато се създаде виртуалният диск..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Моля, изчакайте докато $APPLICATION_TITLE симулира рестарт на Windows" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "Задаване на Program Files променлива" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Тази функция е деактивирана в средата на PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Това е изходният код на скрипта. Проверете го внимателно" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "Външна библиотека" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Създаване на пряк път..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Искате ли да изтриете виртуалният диск:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Вероятно Вашето Linux ядро не е настроено да възпроизвежда програми от типа " "Win16\\nПосетете $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Вероятно Вашето Linux ядро не е съвместимо с въпроизвеждането на програми от " "типа Win16\\nПосетете $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Проверка на приставка: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Нова: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Обновяване на приставка. Предишна: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Инсталиране на присавка: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Не е намерена програма: $BINARY\\nИнсталирахте ли програмата в стандартната " "ѝ директория?" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" "Засечена е функция за презапис, деактивиране на докладването за грешки" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Няма достатъчно място за изтегляне:\\n$URL ($neededSpace кБ)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Моля, изчакайте, докато $APPLICATION_TITLE се изтегли:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Възникна грешка по време на изтеглянето." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Искате ли да опитате отново?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Грешка! Несъответствие във файловете\\n\\nНаличен: $LOCAL_MD5\\nНа сървър: " "$SERVER_MD5" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "Не е инсталирана 7z, моля, проверете дали имате инсталирана 7zip и опитайте " "отново" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Неуспех при откриването на ${dest} от ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Разархивиране на ${filename} от ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Размера на разархивирания файл не съответства!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Копиране на ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Размера на файла на съответства!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Профил на $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " на Вашият компютър." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " ще бъде инсталирана в: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Кликнете Напред за начало" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Тази инсталационна програма е доставена от: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Тази програма е създадена от: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Този съветник ще Ви помогне да инсталирате " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Добре дошли в Съветник за инсталации на $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Къде е монтиран Вашият CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Друго" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Опресни" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Четене на Вашето устройство" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Грешка: Неуспешно откриване на CD-ROM!" #: lib/setupwindow.lib:417 #, 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 се нуждае от прочитане на PC-частта от хибриден CD-ROM.\\n\\nПо " "подразбиране MacOS Ви дава достъп само до Mac частта на CD-ROM-a, което може " "да е несъвместимо с последните версии на Mac OS.\\n\\nИскате ли PlayOnMac да " "се опита, да прочете PC-частта на Вашето CD?" #: lib/setupwindow.lib:469 #, sh-format msgid "" "Don't forget to go to PlayOnMac tools menu -> Read a PC CD-Rom before " "running your game" msgstr "" "Не забравяйте да отидите в менюто Инструменти на PlayOnMac -> Прочитане на " "PC CD-ROM преди да стартирате играта си" #: lib/setupwindow.lib:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Моля, изчакайте докато $APPLICATION_TITLE копира файловете:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Сканиране на виртуалния диск..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Видео картата Ви няма достатъчно памет" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Вашата видео карта няма достатъчно памет!\\nМоже да попречи на играта, да " "работи" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "Използване на версия за Steam магазин" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Използване на демо версия за Steam магазин" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Използване на версия за Desura магазин" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Използване на демо версия за Desura магазин" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Използване на версия за Origin магазин" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Използване на демо версия за Origin магазин" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Използване на инсталационен файл в моя компютър" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Използване на CD-ROM(и)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Използване на DVD-ROM(и)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Изтегляне на програмата" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Моля, изберете начин на инсталиране!" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Не искам да правя друг пряк път" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Разглеждане" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Моля, изчакайте докато $APPLICATION_TITLE сканира вашият хардуер" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Изберете основната видео карта за отчета:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" "Стартирането на 64-битов процес $EXEFILE не се поддържа за 32-битови " "виртуални дискове" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Това е инсталатор за обновяване или приставка;\\nМоля, първо инсталирайте " "$TITLE_REQUIRED" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Не може да се открие версия: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Изтегляне на Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Изглежда, че изтеглянето се провали." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Разархивиране на Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Презаписване (обикновено работи, но не е гарантирано)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Изтриване (съдържанието на виртуалния диск ще бъде изгубено)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Прекратяване на инсталацията" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Целевият виртуален диск $PREFNAME вече съществува:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Прекратено от потребителя" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Моля, изчакайте докато $SOFTNAME се инсталира..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Инсталацията е готова" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Натиснете Напред само когато инсталационният процес е приключил" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Общи" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Създаване на нов пряк път от този виртуален диск" #: python/configure.py:202 msgid "Name" msgstr "Име" #: python/configure.py:203 msgid "Wine version" msgstr "Версия на Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Флагове за дебъгване" #: python/configure.py:206 msgid "Virtual drive" msgstr "Виртуален диск" #: python/configure.py:208 msgid "Arguments" msgstr "Аргументи" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Помощник за настройване" #: python/configure.py:249 msgid "Windows reboot" msgstr "Рестартиране на Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Поправка на виртуален диск" #: python/configure.py:266 msgid "Command prompt" msgstr "Команден ред" #: python/configure.py:273 msgid "Task manager" msgstr "Диспечер на задачи" #: python/configure.py:281 msgid "Kill processes" msgstr "Убий процесите" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Деинсталатор на Wine" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Бъдете внимателни! Инсталирането на някого от тези компоненти може да " "повреди виртуалния Ви диск." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Инсталирай" #: python/configure.py:398 msgid "Open program's directory" msgstr "Отваряне директорията на програмата" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Отваряне директорията на виртуалния диск" #: python/configure.py:565 msgid "GLSL Support" msgstr "Поддръжка на GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Директно чертаещ рендъринг" #: python/configure.py:567 msgid "Video memory size" msgstr "Размер на видео паметта" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Извънекранен режим на рендъринг" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Заключване на целевия рендъринг" #: python/configure.py:570 msgid "Multisampling" msgstr "Мултисемплиране" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Последователно чертаене" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Презапис деформации на мишката" #: python/configure.py:583 msgid "Open a shell" msgstr "Отваряне на обвивка" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Изпълняване на .exe файл в този виртуален диск" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Команда за изпълнение преди програмата" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Внимание:\n" "\n" "Всяка програма, която все още работи в това виртуално устройство ще бъде " "прекратена преди да бъде сменена версията на Wine.\n" "Сигурни ли сте, че искате да продължите?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Бъдете внимателни!\n" "Ако промените " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} настройка" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Моля, изберете програма или виртуален диск за настройка" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Нов" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Премахване" #: python/configure.py:715 msgid "Install components" msgstr "Инсталиране на компоненти" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Екран" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Разни" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Този виртуален диск е защитен" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Сигурно ли е, че искате да изтриете виртуален диск {0}?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Сигурно ли е, че искате да изтриете {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} дебъгер" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Моля, изберете файл за дебъг" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Място на този отчет" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Файлът се казва: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Виртуални дискове" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Докладване на проблем за {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Помощник" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Отказ" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Напред" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Не" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Да" #: python/guiv3.py:178 msgid "I Agree" msgstr "Съгласен съм" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "Без повторно напомняне" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Покажи виртуални дискове" #: python/guiv3.py:201 msgid "Login: " msgstr "Потребител: " #: python/guiv3.py:202 msgid "Password: " msgstr "Парола: " #: python/guiv3.py:205 msgid "Register" msgstr "Регистриране" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "МБ са изтеглени" #: python/guiv3.py:312 msgid "of" msgstr "от" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Грешка" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Не можете да затворите този прозорец" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Без описание" #: python/install.py:214 msgid "Accessories" msgstr "Помощни" #: python/install.py:215 msgid "Development" msgstr "Разработка" #: python/install.py:216 msgid "Education" msgstr "Обучение" #: python/install.py:217 msgid "Games" msgstr "Игри" #: python/install.py:218 msgid "Graphics" msgstr "Графика" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Интернет" #: python/install.py:220 msgid "Multimedia" msgstr "Мултимедия" #: python/install.py:221 msgid "Office" msgstr "Офис" #: python/install.py:223 msgid "Patches" msgstr "Кръпки" #: python/install.py:256 msgid "Include:" msgstr "Включени" #: python/install.py:262 msgid "Testing" msgstr "Пробване" #: python/install.py:267 msgid "No-cd needed" msgstr "Без диск" #: python/install.py:274 msgid "Commercial" msgstr "Продавани" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Инсталиране на програма извън списъка" #: python/install.py:458 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:460 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" "Единственото решение е да използвате кръпка „без диск“, но след като това " "може да бъде използвано за пиратски цели, не предлагаме поддръжка." #: python/install.py:577 msgid "Attention!" msgstr "Внимание!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "Активирайки тази опция, можете да инсталирате програми, които използват " "управление на цифровите права (УПВ) като средство за защита от копиране, " "което не се поддържа от {0} и може да е необходимо прескачането ѝ.\n" "\n" "Тази функционалност не трябва да се тълкува като неограничена или с цел " "окуражаването на пиратството и като такава, не предлагаме никаква поддръжка " "за проблеми произлези от използването на тази опция." #: python/install.py:580 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) несъвместима с емулация. Единственото решение е да " "използвате кръпка „без диск“, но след като това може да бъде използвано за " "пиратски цели, не предлагаме поддръжка." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Няма нищо инсталирано за изпълнение. {0} файла." #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} грешка" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} уебсайт не е наличен. Моля, проверете Вашата връзка." #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Опресняване {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Налична е обновена версия на {0}" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Изпълнение" #: python/mainwindow.py:247 msgid "Donate" msgstr "Направи дарение" #: python/mainwindow.py:248 msgid "Exit" msgstr "Изход" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Малки икони" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Средни икони" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Големи икони" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Много големи икони" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Управление на версиите на Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Прочитане на PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} конзола" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Затвори всичкия {0} софтуер" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Файлови асоциации" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Управление на приставките" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Поддържан софтуер" #: python/mainwindow.py:295 msgid "News" msgstr "Новини" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Документация" #: python/mainwindow.py:297 msgid "Forums" msgstr "Форуми" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Бъгове" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Относно {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Файл" #: python/mainwindow.py:366 msgid "Tools" msgstr "Инструменти" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Настройки" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Приставки" #: python/mainwindow.py:369 msgid "Support" msgstr "Поддръжка" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Затваряне" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Настройки" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Търсене" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Отваряне на папката на приложението" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Прочитане на ръководството" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Задаване на иконата" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Затваряне на това приложение" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Няма намерено ръководство за {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Инсталиране на програма" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Обновяване на GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Обновяване на инструкциите" #: python/mainwindow.py:779 msgid "Debug" msgstr "Дебъгване" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Изпращане на отзиви" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Създаване на пряк път" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Отваряне на директория" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Деинсталиране" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Моля, изберете програма!" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} настройки" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} инсталиращо меню" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} мениджър на wine версии" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Виртуалният диск асоцииран с {0} ({1}) вече не съществува." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "Сигурни ли сте, че искате да затворите всички {0} прозорци?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Стартирайте Вашите Windows програми на " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Екип на PlayOnLinux и PlayOnMac\n" "Лицензирани по GPL лиценз - версия 3" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Разработич и уеб страница: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Скриптове: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Пакетиране: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Икони:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Следните хора са допринесли за тази програма: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Преводи:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Прочетете файл TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} не може да стартира сървъра на инсталатора за PlayOnLinux" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} не може да намери {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (от {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Трябва да го инсталирате, за да продължите" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Трябва да го инсталирате, за да използвате {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} не е предназначено за стартиране като администратор. Съжаляваме!" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} не може да намери 32-битови OpenGL библиотеки.\n" "\n" "Може да изпитате проблем с Вашите игри" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} не може да намери 64-битови OpenGL библиотеки.\n" "\n" "Може да изпитате проблем с Вашите игри" #: python/mainwindow.py:1248 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:1252 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 програма:" #: python/mainwindow.py:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Сигурни ли сте, че искате да инсталирате пакета {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Опитвате се да отворите скрипт, разработен за {0}! Възможно е да не работи, " "както очаквате." #: python/options.py:115 msgid "Proxy configuration" msgstr "Настройка на сървър-посредник" #: python/options.py:128 msgid "Set a proxy" msgstr "Задаване на сървър-посредник" #: python/options.py:131 msgid "Proxy address" msgstr "Адрес на сървъра-посредник" #: python/options.py:134 msgid "Proxy port" msgstr "Порт на сървъра-посредник" #: python/options.py:137 msgid "Proxy login" msgstr "Влизане в сървъра-посредник" #: python/options.py:140 msgid "Proxy password" msgstr "Парола за сървъра-посредник" #: python/options.py:187 msgid "Installed plugins" msgstr "Инсталирани приставки" #: python/options.py:205 msgid "Add" msgstr "Добавяне" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Включване" #: python/options.py:209 msgid "Choose a plugin" msgstr "Изберете приставка" #: python/options.py:262 msgid "What is the extension?" msgstr "Какво е разширението?" #: python/options.py:274 msgid "Assigned program" msgstr "Упълномощена програма" #: python/options.py:276 msgid "Delete" msgstr "Изтрий" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Сигурни ли сте, че искате да инсталирате: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Сигурни ли сте, че искате да изтриете: " #: python/options.py:333 msgid "Disable" msgstr "Изключване" #: python/options.py:374 msgid "Apply" msgstr "Потвърди" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Трябва да рестартирате {0}, за да влязат промените в действие." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Инсталирани версии на Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Налични версии на Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Версии на Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Сигурни ли сте, че искате да изтриете wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "Тази версия вече се използва" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} не може да стартира POL_SetupWindow_server." playonlinux/lang/po/bn.po000066400000000000000000001404501341024004000157260ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "কাজ সম্পন্ন হয়েছে" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "ওয়াইন কনফিগার করুন" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "রেজিস্ট্রি সম্পাদক" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/bs.po000066400000000000000000001276641341024004000157470ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ca.po000066400000000000000000001273631341024004000157220ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/cs.po000066400000000000000000001753321341024004000157430ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-06-02 18:37+0000\n" "Last-Translator: Jan Němec \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Nahlásit chybu" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Mám problém s aplikací" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Můj problém se týká samotné $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Jaký druh problému máte?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Nepřipojuj žádný záznam" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Manuální instalace" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatická instalace" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Vyber záznamov soubor odpovídající softwaru." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Vysvětlete prosím jasně váš problém (jen anglicky):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Promiňte, potřebujeme detailní popis." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Děkujeme !\\n\\nVáše oznámení bylo odesláno." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Tvůrce virtuálního disku" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Kterou verzi WINE chcete použít?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Prosím čtěte následující" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Nastavení aplikace $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Čekejte prosím…" #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Vítejte v $APPLICATION_TITLE manuálním instalačním programu.\\n\\nTento " "skript vám dovolí nainstalovat jakýkoliv program na $APPLICATION_TITLE a " "používat jej se všemi nástroji\\n\\nVarování: Nejsme schopni garantovat, že " "vaše aplikace bude fungovat perfektně." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalovat program do nového virtuálního disku" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Změnit či aktualizovat existující aplikaci" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Co si přejete udělat?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Vyberte prosím program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Použít jinou verzi Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Nastavení Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Nainstalovat knihovny" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Pokud nevíte, vše odznačte." #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Co chcete udělat ještě před instalací?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Vyberte si prosím" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Hledají se spustitelné CD-ROMy" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Vyberte jiný soubor" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Vyberte, prosím, způsob instalace programu" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Vyberte, prosím, instalační soubor ke spuštění." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Musíte vybrat soubor!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE právě instaluje vaši aplikaci..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Použití: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tVybrat soubor" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tRozbalit balíček" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tNainstalovat balíček" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tUkázat tuto zprávu" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE správce balíčků: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Vybrat balíček k instalaci" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Správce balíčků PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Nemohu najít soubor: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " není platný balíček PlayOnLinux!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Tento soubor: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " neexistuje!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Rozbaluje se: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Běží..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Čistí se..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Probíhá ukončování programů ve virtuálním disku..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Výběr ikony" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Vyberte prosím soubor ikony" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Špatná přípona souboru" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "není zkratkou ikony" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor registrů" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Ukončování všech procesů v prefixu" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Aktualizovat wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulovat restart windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Použít plugin pro Pokročilé nastavení Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Použít konfigurátor PlayOnLinux pro" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Změnit ikonu" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Použít WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Vyberte prosím software ke spuštění" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Spouští se laděni $APPLICATION_TITLE..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE havaroval." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Čekáni až se nainstaluje XQuartz" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyzuje vaší aplikaci" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Jaké je jméno vašeho programu?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalace byla dokončena." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "PlayOnMac potřebuje nainstalovat XQuartz, aby mohl pracovat správně." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac vám pomůže zjednodušit tento krok" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Nyní neinstalujte XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Soubor jsem již stáhl sám" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Stáhnout XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Stahuje se XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Kde je" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Instaluje se XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz byl nainstalován." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "Nebylo možné nainstalovat XQuartz! Musíte jej nainstalovat, aby bylo možné " "používat Wine správně." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Nastavení složky Program Files var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, 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:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Externí knihovna" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Vytváří se zástupce..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Chcete smazat virtuální disk:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Vaše Linuxové jádro nemusí být nakonfigurováno, aby mohlo spouštět Win16 " "programy pod Wine\\nSee $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Vaše jádro může být nekompatibilní se spostěním Win16 programů pod Wine\\" "nSee $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Ověřuje se zásuvný modul: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nový: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aktualizuje se zásuvný modul. Předchozí: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Instaluje se zásuvný modul: " #: lib/scripts.lib:356 #, 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:428 #, 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:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Počkejte prosím, než $APPLICATION_TITLE dokončí stahování:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Při stahování nastala chyba." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Zkusit znovu?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Nemohu nalézt ${dest} v ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extrahuje se ${filename} z ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Velikost extrahovaného souboru nesouhlasí!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopíruje se ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Velikost souboru nesouhlasí!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "profil $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " v počítači." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " bude nainstalován v: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Pro spuštění klikněte na Další" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Tento instalační program je poskytován: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Tento program vytvořil: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Tento průvodce vám pomůže instalovat " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Vítejte v instalačním průvodci pro $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Kde je připojena vaše CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Jiné" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Obnovit" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Načítání vašeho zařízení" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Chyba: Nelze najít CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Skenuji virtuální disk ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Grafická karta nemá dostatek paměti" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Použijte Steam Store verzi" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Použijte Steam Store demo verzi" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Použít Desura store verzi" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Použít Desura store demo verzi" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Použít Origin store verzi" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Použít Origin store demo verzi" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Použít soubor nastavení v počítači" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Použijte CD-ROM(y)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Použijte DVD-ROM(y)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Stáhnout program" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Vyberte prosím způsob instalace" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nechci vytvářet další zástupce" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Procházet" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "Zástupce se stejným jménem již existuje, přepsat?" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Vyberte hlavní grafickou kartu pro hlášení:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" "Startování 64-bitového procesu $EXEFILE není podporováno v 32-bitových " "virtuálních discích." #: lib/wine.lib:579 #, 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:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Nelze najít verzi: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Stahuje se Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Zdá se, že stahování selhalo." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Rozbaluje se Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Přepsat (obvykle funguje, bez záruky)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Vymazat (obsah virtuálního disku bude ztracen)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Zrušit instalaci" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Cíl $PREFNAME virtuálního disku již existuje:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Uživatelské přerušení" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Vyčkejte, dokud nebude program $SOFTNAME nainstalován..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Instalace je hotova" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Obecné" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Vytvořit nového zástupce virtuální mechaniky" #: python/configure.py:202 msgid "Name" msgstr "Název" #: python/configure.py:203 msgid "Wine version" msgstr "Verze Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Příznaky ladění" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuální mechanika" #: python/configure.py:208 msgid "Arguments" msgstr "Parametry" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Spustit průvodce nastavením" #: python/configure.py:249 msgid "Windows reboot" msgstr "Restartování Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Opravit virtuální disk" #: python/configure.py:266 msgid "Command prompt" msgstr "Příkazový řádek" #: python/configure.py:273 msgid "Task manager" msgstr "Správce úloh" #: python/configure.py:281 msgid "Kill processes" msgstr "Zabít proces" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine odinstalátor" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Nainstalovat" #: python/configure.py:398 msgid "Open program's directory" msgstr "Otevřít složku programu" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Otevřít složku virtuální mechaniky" #: python/configure.py:565 msgid "GLSL Support" msgstr "Podpora GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:567 msgid "Video memory size" msgstr "Velikost paměti grafické karty" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Offscreen režim vykreslování" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Render target mode lock" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Předefinovat zrychlení myši" #: python/configure.py:583 msgid "Open a shell" msgstr "Otevřít shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Spustit .exe soubor v této virtuální mechanice" #: python/configure.py:585 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:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Varování:\n" "\n" "Jakýkoliv program nadále běžící na tomto virtuálním disku bude ukončen ještě " "než bude změněna verze Wine.\n" "Jste si jistý, že chcete pokračovat?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Opatrně!\n" "Jestli změníte " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} nastavení" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Nový" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Odebrat" #: python/configure.py:715 msgid "Install components" msgstr "Instalace součástí" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Zobrazit" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Různé" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Tato virtuální mechanika je chráněna" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Opravdu chcete smazat {0} virtuální jednotku ?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Opravdu chcete smazat {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} nástroj k ladění" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Vyberte prosím ladící soubor" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Určete umístění souboru logu" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Soubor je pojmenován: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuální disky" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Podejte hlášení o chybě {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Průvodce" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Storno" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Další" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Ne" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ano" #: python/guiv3.py:178 msgid "I Agree" msgstr "Souhlasím" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "Už mi to nepřipomínej" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Zobrazit virtuální mechaniky" #: python/guiv3.py:201 msgid "Login: " msgstr "Přihlášení: " #: python/guiv3.py:202 msgid "Password: " msgstr "Heslo: " #: python/guiv3.py:205 msgid "Register" msgstr "Registrace" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB staženo" #: python/guiv3.py:312 msgid "of" msgstr "z" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Chyba" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Toto okno není možné zavřít" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Bez popisu" #: python/install.py:214 msgid "Accessories" msgstr "Doplňky" #: python/install.py:215 msgid "Development" msgstr "Vývoj" #: python/install.py:216 msgid "Education" msgstr "Vzdělání" #: python/install.py:217 msgid "Games" msgstr "Hry" #: python/install.py:218 msgid "Graphics" msgstr "Grafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimédia" #: python/install.py:221 msgid "Office" msgstr "Kancelář" #: python/install.py:223 msgid "Patches" msgstr "Záplaty" #: python/install.py:256 msgid "Include:" msgstr "Obsahuje:" #: python/install.py:262 msgid "Testing" msgstr "Testování" #: python/install.py:267 msgid "No-cd needed" msgstr "Je třeba No-CD" #: python/install.py:274 msgid "Commercial" msgstr "Komerční" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Nainstalovat program, který není v seznamu" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "Pozor!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "Povolením této možnosti můžete instalovat programy, které zahrnují DRM " "ochranu proti kopírování, která není podporována v (0) a mohlo by být nutné " "ji přeskočit.\n" "\n" "Tato vlastnost by neměla být užita pro účely pirátství jako takového nebo " "brána jako jeho podpora a proto nenabízíme my žádnou podporu pro vás, v " "případě, že nahlásíte jakékoliv problémy s užitím této vlastnosti." #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0} chyba" #: python/mainwindow.py:76 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:78 msgid "Refreshing {0}" msgstr "Obnovování {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Je dostupná aktualizovaná verze {0}" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Spustit" #: python/mainwindow.py:247 msgid "Donate" msgstr "Darovat" #: python/mainwindow.py:248 msgid "Exit" msgstr "Ukončit" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Malé ikony" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Střední ikony" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Velké ikony" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Největší ikony" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Spravovat verze Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Číst PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Zavřít všechen {0} software" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Asociace souborů" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Správce zásuvných modulů" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Podporovaný software" #: python/mainwindow.py:295 msgid "News" msgstr "Novinky" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Dokumentace" #: python/mainwindow.py:297 msgid "Forums" msgstr "Diskuzní fóra" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Chyby" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "O {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Soubor" #: python/mainwindow.py:366 msgid "Tools" msgstr "Nástroje" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Nastavení" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Zásuvné moduly" #: python/mainwindow.py:369 msgid "Support" msgstr "Podpora" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Zavřít" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Nastavit" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Vyhledávat" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Otevřít složku aplikace" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Číst manuál" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Nastavit ikonu" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Zavřít tuto aplikaci" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Manuál pro {0} nebyl nalezen" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Instalovat program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Obnovení GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Instrukce pro aktualizaci" #: python/mainwindow.py:779 msgid "Debug" msgstr "Ladění" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Poslat zpětnou vazbu" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Vytvořit zástupce" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Otevřít adresář" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Odinstalovat" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Vyberte prosím program." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} nastavení" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} instalační menu" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} manažer verzí wine" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "Jste si jistý, že chce zavřít všech (0) oken?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Spousťte programy pro Windows na " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Vývojář a internetová stránka: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Skriptovače: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Balíčkovač: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikony:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Následující lidé přispěli k tomuto programu: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Překlady:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Přečtěte si soubor TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} nemůže spustit PlayOnLinux Setup Windows server." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} nemůže nalézt {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (z {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Nejprve nainstalujte pro pokračování" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "K použití {0} byste to měli nainstalovat" #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Opravdu chcete instalovat {0} balík?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Nastavení proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Nastavit proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Adresa proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Port proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Uživatelské jméno" #: python/options.py:140 msgid "Proxy password" msgstr "Heslo" #: python/options.py:187 msgid "Installed plugins" msgstr "Nainstalované zásuvné moduly" #: python/options.py:205 msgid "Add" msgstr "Přidat" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Povolit" #: python/options.py:209 msgid "Choose a plugin" msgstr "Vyberte zásuvný modul" #: python/options.py:262 msgid "What is the extension?" msgstr "O jakou příponu se jedná?" #: python/options.py:274 msgid "Assigned program" msgstr "Přiřazený program" #: python/options.py:276 msgid "Delete" msgstr "Smazat" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Opravdu chcete instalovat: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Opravdu chcete odstranit: " #: python/options.py:333 msgid "Disable" msgstr "Zakázat" #: python/options.py:374 msgid "Apply" msgstr "Použít" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Nainstalované verze Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Dostupné verze Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Verze Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Jste si jisti, že chcete odstranit wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "Tato verze je NYNÍ V POUŽÍVÁNÍ" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} není shopen spustit POL_SetupWindow_server." playonlinux/lang/po/da.po000066400000000000000000001377071341024004000157260ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-08-14 21:02+0000\n" "Last-Translator: Christiansen \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Rapporter en fejl" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Vent venligst..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installer et program på et virtuelt drev" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Konfigurer Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Registrartingsdatabase-behandler" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installation afsluttet" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Andet" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Opdater" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Gennemse" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Generelt" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Skab en ny genvej fra dette virtuelle drev" #: python/configure.py:202 msgid "Name" msgstr "Navn" #: python/configure.py:203 msgid "Wine version" msgstr "Wine version" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuelt drev" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Kør konfigurations guiden" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows genstart" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "commando prompt" #: python/configure.py:273 msgid "Task manager" msgstr "Task manager" #: python/configure.py:281 msgid "Kill processes" msgstr "Slå processen ihjel" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installer" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL Support" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Åben et shell vindue" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Kør en .exe fil i dette virtuelle drev" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} konfiguration" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Ny" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Fjern" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Udseende" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Diverse" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Dette virtuelle drev er beskyttet" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Guide" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Annuller" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Næste" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nej" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ja" #: python/guiv3.py:178 msgid "I Agree" msgstr "Jeg accepterer" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Vis virtuelle drev" #: python/guiv3.py:201 msgid "Login: " msgstr "Logind: " #: python/guiv3.py:202 msgid "Password: " msgstr "Password: " #: python/guiv3.py:205 msgid "Register" msgstr "Registrer" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB downloadet" #: python/guiv3.py:312 msgid "of" msgstr "af" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Ingen beskrivelse" #: python/install.py:214 msgid "Accessories" msgstr "Tilbehør" #: python/install.py:215 msgid "Development" msgstr "Udvikling" #: python/install.py:216 msgid "Education" msgstr "Uddannelse" #: python/install.py:217 msgid "Games" msgstr "Spil" #: python/install.py:218 msgid "Graphics" msgstr "Grafik" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedie" #: python/install.py:221 msgid "Office" msgstr "Kontor" #: python/install.py:223 msgid "Patches" msgstr "Rettelser" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Tester" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Installer et program der ikke er på listen" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Genindlæs" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "En opdateret version af {0} er tilgængelig" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Kør" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donér" #: python/mainwindow.py:248 msgid "Exit" msgstr "Afslut" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Små ikoner" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Mellemstore ikoner" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Store ikoner" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Meget store ikoner" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Håndter Wine versioner" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} konsol" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Luk alt {0} software" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Håndtering til udvidelsesmoduler" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Om {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Fil" #: python/mainwindow.py:366 msgid "Tools" msgstr "Funktioner" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Indstillinger" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Udvidelsesmoduler" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Luk" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Konfigurer" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Søg" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Åbn programbiblioteket" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Læs manualen" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Angiv ikonet" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Lukke dette program" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Ingen manual fundet til {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Installer et program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Opdater GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Opret en genvej" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Åbn programbiblioteket" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Afinstaller" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} indstillinger" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} Installations menu" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wine versionshåndtering" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Kør dine windows programmer på " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Udvikler og webside: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Script-forfattere: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Pakkeansvarlig: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikoner:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Følgende personer har bidraget til dette program: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Oversættelser:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Læs filen TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 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:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Proxy-opsætning" #: python/options.py:128 msgid "Set a proxy" msgstr "Angiv en proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy adresse" #: python/options.py:134 msgid "Proxy port" msgstr "Proxy-port" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy-login" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy-adgangskode" #: python/options.py:187 msgid "Installed plugins" msgstr "Installerede udvidelsesmoduler" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Aktiver" #: python/options.py:209 msgid "Choose a plugin" msgstr "Vælg et udvidelsesmodul" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Er du sikker pa at du ønsker at installere: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Er du sikker på at du ønsker at afinstallere: " #: python/options.py:333 msgid "Disable" msgstr "Deaktiver" #: python/options.py:374 msgid "Apply" msgstr "Tilføj" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Installerede Wine versioner : " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Tilgængelige Wine versioner: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine versioner" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/de.po000066400000000000000000002006711341024004000157210ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-07-27 23:00+0000\n" "Last-Translator: Jonatan Zeidler \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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, 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 "" "Warning: For correct video encoding, resolution 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 "" "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, 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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Fehler melden" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Ich habe ein Software-Problem" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mein Problem betriff $APPLICATION_TITLE selbst" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Was haben Sie für ein Problem?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Keine Logfile anlegen" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Manuelle Installation" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatische Installation" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Wähle die entsprechende Log-Datei Ihrer Software." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Bitte beschreiben Sie Ihr Problem ausführlich" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" "Entschuldigung. Wir benötigen eine detailiertere Beschreibung Ihres Problems." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Vielen Dank!\\n\\n Dein Bericht wurde gesendet." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Virtual drive creator" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Welche Version von Wine möchte Sie nutzen?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Bitte dies lesen" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE Anwendungskonfigurator" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Bitte warten …" #: 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 "Starterersteller für $APPLICATION_TITLE" #: 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 Starter…" #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Der Starter wurde 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Willkommen bei dem $APPLICATION_TITLE Installations-Assistenten.\\n\\nDieses " "Skript erlaubt die Installation aller Programm für $APPLICATION_TITLE und " "die Nutzung mit all den Werkzeugen\\n\\nWarnung: Wir können nicht " "garantieren, dass die Anwendung perfekt funktionieren wird." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installiere ein Programm in einem neuem virtuellen Laufwerk" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Editiere oder aktualisiere eine bestehende Applikation" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Wie möchten Sie fortfahren?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Bitte wähle ein Programm" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Benutze eine andere Version von Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Wine konfigurieren" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Installiere einige Bibliotheken" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Wenn Sie es nicht wissen, deaktivieren Sie alle" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Was möchten Sie vor der Installation tun?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Bitte wählen Sie" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Suche nach laufenden CD-ROMs" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Wähle eine andere Datei" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Wählen Sie einen Weg zum Installieren Ihres Programms" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Bitte wähle die Installationsdatei zum Ausführen." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Sie müssen eine Datei auswählen!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE installiert Ihre Applikation..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Verwendung: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tWähle eine Datei" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tPaket extrahieren" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tPaket installieren" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tZeige diese Nachricht" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE Paketverwalter: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Wählen Sie ein Paket zur Installation aus" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux package manager" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Folgende Datei konnte nicht gefunden werden: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " ist kein gültiges PlayOnLinux-Paket!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Diese Datei: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " existiert nicht!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Entpacke: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Läuft..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Bereinige..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Beende Programme im virtuellen Laufwerk ..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Icon Auswahl" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Bitte wählen Sie eine Symboldatei" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Ungültige Dateierweiterung" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "ist keine Symbolerweiterung" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Registrierungseditor" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Tötet alle Präfix-Prozesse" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Update wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuliere Windows Neustart" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Benutze erweitertes Wine-Konfiguration plugin" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Benutze PlayOnLinux's Konfigurator für" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Symbol ändern" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Benutze WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Bitte wähle eine Software zum Ausführen" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE Fehlerdiagnose startet…" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" "$PACKAGE ist abgestürzt.\\nWählen Sie den Starter und klicken Sie auf " "Fehlerdiagnos für mehr Details." #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE abgestürzt." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Warten während XQuartz installiert wird" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analysiert Ihre Applikation" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Wie ist der Name Ihres Programms?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installation erfolgreich!" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "PlayOnMac benötigt XQuartz, um korrekt zu funktionieren." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac wird Ihnen helfen, diesen Schritt zu vereinfachen" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Installiere kein XQuartz im Moment" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ich habe die Datei selbst heruntergeladen" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Bitte lade XQuartz für mich herunter" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "XQuartz wird heruntergeladen..." #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Wo ist" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "XQuartz wird installiert..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz wurde installiert." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "XQuartz konnte nicht installiert werden! Sie müssen es selbst installieren, " "damit wine korrekt funktioniert." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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 "Der Starter konnte nicht gefunden werden" #: 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Setze Program Files Variablen" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Diese Funktion ist in der PlayOnlinux Umgebung deaktiviert." #: lib/playonlinux.lib:348 #, 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.\\nEs wird empfohlen nur dann " "fortzufahren, wenn Sie wissen was Sie tun." #: lib/playonlinux.lib:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Externe Bibliothek" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Erstelle Starter…" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Möchten Sie das folgende virtuelle Laufwerk entfernen:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Möglicherweise ist Ihr Linuxkernel nicht so konfiguriert, dass Win16-" "Programme unter Wine ausgeführt werden können.\\nMehr Infos unter " "$EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Möglicherweise ist Ihr Kernel inkompatibel mit Win16-Programmen unter Wine.\\" "nMehr Infos unter $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Überprüfe Plugin: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Neu: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Update plugin. Vorheriges: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Installiere Plugin: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Override-Funktion erkannt wird, deaktiviere Bug-Reporting" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Kein Platz zum Download:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Bitte warten Sie bis $APPLICATION_TITLE heruntergeladen wird:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Ein Fehler ist aufgetreten während des Downloads." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Möchten Sie es erneut versuchen?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Fehlgeschlagen ${dest} von ${archive} zu lokalisieren" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extrahiere ${filename} von ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Extrahierte Dateigröße stimmt nicht überein!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopiere ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Dateigröße stimmt nicht überein!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profile" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " auf Ihrem Computer." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " wird installiert in: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Klicken Sie auf Weiter um die Installation zu starten" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Dieses Installationsprogramm wird unterstützt von: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Dieses Programm wurde erstellt von: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Dieser Assistent wird Ihnen bei der Installation helfen " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Willkommen bei dem $APPLICATION_TITLE Installations-Assistenten." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Wohin ist Ihr CD-ROM gemountet?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Anderes" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Aktualisieren" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Lese Ihr Laufwerk" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Fehler: Die CD kann nicht gefunden werden!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Durchsuche das virtuelle Laufwerk" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "Wie viel Speicher (MB) hat Ihre Grafikkarte?" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Ihre Grafikkarte verfügt über nicht ausreichend Arbeitsspeicher" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Bitte verwenden Sie die Steam Store Version" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Benutze Steam Store Demo Version" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Benutze Desura Store Version" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Benutze Desura Store Demo Version" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Benutze Origin Store Version" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Benutze Origin Store Demo Version" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Benutze die Setup-Datei auf meinem Computer" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Benutze CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Benutze DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Herunterladen des Programms" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Bitte wählen Sie eine Installationsmethode" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ich möchte keinen anderen Starter erzeugen" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Durchsuchen" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "Ein Starter mit diesem Namen existiert bereits, überschreiben?" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Wähle die Haupt-Videokarte zum berichten:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" "Das Starten des 64-bit-Prozesses $EXEFILE in 32-bit virtuellen Laufwerken " "wird nicht unterstützt." #: lib/wine.lib:579 #, 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:624 #, 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." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Kann Version nicht finden: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Wine wird heruntergeladen: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Der Download ist fehlgeschlagen." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Entpacke Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Überschreibe (in der Regel funktioniert es, ohne Gewähr)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Lösche (Inhalte des virtuellen Laufwerk gehen verloren)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Breche Installation ab" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Das virtuelleZiel-Laufwerk $PREFNAME existiert bereits:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Benutzerabbruch" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Bitte warten Sie bis $SOFTNAME installiert wird..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Installation fertiggestellt" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Allgemein" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Einen neuen Starter für dieses virtuelle Laufwerks erstellen" #: python/configure.py:202 msgid "Name" msgstr "Name" #: python/configure.py:203 msgid "Wine version" msgstr "Wine-Version" #: python/configure.py:204 msgid "Debug flags" msgstr "Fehlerdiagnosesymbole" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuelles Laufwerk" #: python/configure.py:208 msgid "Arguments" msgstr "Parameter" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Konfigurationsassistent ausführen" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows-Neustart" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Virtuelles Laufwerk reparieren" #: python/configure.py:266 msgid "Command prompt" msgstr "Kommandozeile" #: python/configure.py:273 msgid "Task manager" msgstr "Systemüberwachung" #: python/configure.py:281 msgid "Kill processes" msgstr "Prozesse abwürgen" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine Uninstaller" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installieren" #: python/configure.py:398 msgid "Open program's directory" msgstr "Programmordner öffnen" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Ordner des virtuellen Laufwerks öffnen" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL-Unterstützung" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:567 msgid "Video memory size" msgstr "Videospeichergröße" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Offscreen-Rendering-Modus" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Render Target Modus sperren" #: python/configure.py:570 msgid "Multisampling" msgstr "Mehrfachabtastung" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Maussprung außer Kraft setzen" #: python/configure.py:583 msgid "Open a shell" msgstr "Eine Shell öffnen" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Eine .exe-Datei im virtuellen Laufwerk ausführen" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Exec Befehl, der vor dem Ausführen des Programms, ausgeführt wird" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Warnung:\n" "\n" "Alle laufenden Programme in diesem virtuellen Laufwerk werden beendet, wenn " "die Wine-Version geändert wird.\n" "Sind Sie sicher, dass Sie fortfahren möchten?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Seien Sie vorsichtig!\n" "Wenn Sie ändern " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} Konfiguration" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Neu" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Entfernen" #: python/configure.py:715 msgid "Install components" msgstr "Installiere Komponenten" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Anzeige" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Diverses" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Dieses virtuelle Laufwerk ist geschützt" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "Sind Sie sich sicher, dass Sie {0} löschen wollen?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} Fehlerdiagnose" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Bitte wählen Sie eine Fehlerdiagnose-Datei" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Lokalisiere diese Logdatei" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Die Datei heißt : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuelle Laufwerke" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Problem melden über {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Assistent" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Abbrechen" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Weiter" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nein" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ja" #: python/guiv3.py:178 msgid "I Agree" msgstr "Ich stimme zu" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "Nicht mehr erinnern." #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Zeige virtuelle Laufwerke" #: python/guiv3.py:201 msgid "Login: " msgstr "Anmeldung: " #: python/guiv3.py:202 msgid "Password: " msgstr "Passwort: " #: python/guiv3.py:205 msgid "Register" msgstr "Registrieren" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB heruntergeladen" #: python/guiv3.py:312 msgid "of" msgstr "von" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Fehler" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Sie können dieses Fenster nicht schließen" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Keine Beschreibung" #: python/install.py:214 msgid "Accessories" msgstr "Zubehör" #: python/install.py:215 msgid "Development" msgstr "Entwicklung" #: python/install.py:216 msgid "Education" msgstr "Bildung" #: python/install.py:217 msgid "Games" msgstr "Spiele" #: python/install.py:218 msgid "Graphics" msgstr "Grafik" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Unterhaltung" #: python/install.py:221 msgid "Office" msgstr "Büro" #: python/install.py:223 msgid "Patches" msgstr "Korrekturen" #: python/install.py:256 msgid "Include:" msgstr "Einschließlich:" #: python/install.py:262 msgid "Testing" msgstr "Testen" #: python/install.py:267 msgid "No-cd needed" msgstr "Keine CD benötigt" #: python/install.py:274 msgid "Commercial" msgstr "Kommerziell" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Installiere ein Programm, das nicht aufgelistet ist" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "Achtung!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "Mit dieser Option können Programme installiert werden, die den Kopierschutz " "einer digitalen Rechteverwaltung (DRM) einsetzen, der nicht durch {0} " "unterstützt wird und möglicherweise umgangen werden muss.\n" "\n" "Diese Funktion sollte nicht als implizierte Billigung von Rechtsverstößen " "verstanden werden. Wir werden keinerlei Unterstützung für Probleme anbieten, " "die aus dieser Option resultieren." #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Es ist nichts installiert, um .{0} Dateien auszuführen." #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} Fehler" #: python/mainwindow.py:76 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:78 msgid "Refreshing {0}" msgstr "Aktualisiere {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Eine aktualisierte Version von {0} ist verfügbar" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Ausführen" #: python/mainwindow.py:247 msgid "Donate" msgstr "Spenden" #: python/mainwindow.py:248 msgid "Exit" msgstr "Beenden" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Kleine Symbole" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Mittelgroße Symbole" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Große Symbole" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Sehr große Symbole" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wine-Versionen verwalten" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Lese eine PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} Konsole" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Beende alle {0} Programme" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Dateizuordnungen" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Erweiterungsverwaltung" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Unterstützte Anwendungen" #: python/mainwindow.py:295 msgid "News" msgstr "Neuigkeiten" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Dokumentation" #: python/mainwindow.py:297 msgid "Forums" msgstr "Foren" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Fehler" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Über {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Datei" #: python/mainwindow.py:366 msgid "Tools" msgstr "Werkzeuge" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Einstellungen" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Erweiterungen" #: python/mainwindow.py:369 msgid "Support" msgstr "Unterstützung" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Beenden" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Konfigurieren" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Suchen" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Anwendungsverzeichnis öffnen" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Handbuch lesen" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Symbol festlegen" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Diese Anwendung schließen" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Kein Handbuch für {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Installiere ein Programm" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Update GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Aktualisiere Instruktionen" #: python/mainwindow.py:779 msgid "Debug" msgstr "Fehlerdiagnose" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Rückmeldung geben" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Starter erstellen" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Öffnet ein Verzeichnis" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Deinstallieren" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Bitte wähle ein Programm" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} Einstellungen" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} Installationsmenü" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wine-Version-Verwaltung" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "Wollen sie alle {0} Fenster schließen?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Führen Sie ihr Windows-Programm aus auf " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Entwickler und Internetauftritt: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Skriptschreiber: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Programm zum Erstellen von Paketen: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Symbole:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Die folgenden Personen haben zu diesem Programm beigetragen: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Übersetzungen:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Lese TRANSLATORS Datei" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} konnte PlayOnLinux-Installationsfenster-Server nicht starten." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} kann nicht {1} finden" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (von {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Sie müssen es installieren, um fortzufahren" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Sie sollten es installieren um {0} verwenden zu können" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" "{0} kann nicht mit Administratorrechten ausgeführt werden. Entschuldigung" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Proxy-Konfiguration" #: python/options.py:128 msgid "Set a proxy" msgstr "Einen Proxy festlegen" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy-Adresse" #: python/options.py:134 msgid "Proxy port" msgstr "Proxy-Port" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy-Anmeldung" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy-Passwort" #: python/options.py:187 msgid "Installed plugins" msgstr "Installierte Erweiterungen" #: python/options.py:205 msgid "Add" msgstr "Hinzufügen" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Aktivieren" #: python/options.py:209 msgid "Choose a plugin" msgstr "Wählen Sie eine Erweiterung aus" #: python/options.py:262 msgid "What is the extension?" msgstr "Was ist die Erweiterung?" #: python/options.py:274 msgid "Assigned program" msgstr "Zugewiesenes Programm" #: python/options.py:276 msgid "Delete" msgstr "Löschen" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Sind Sie sicher, dass Sie das installieren möchten: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Sind Sie sicher, dass Sie das löschen möchten: " #: python/options.py:333 msgid "Disable" msgstr "Deaktivieren" #: python/options.py:374 msgid "Apply" msgstr "Anwenden" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Installierte Wine-Versionen: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Verfügbare Wine-Versionen: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine-Versionen" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Sind Sie sich sicher, dass Sie Wine {0} löschen wollen?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "Diese Version wird gerade verwendet" #: python/wrapper.py:135 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.po000066400000000000000000001353461341024004000157370ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Επεξεργαστής Μητρώου" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Άλλο" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Ανανέωση" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Περιήγηση" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Γενικά" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "Όνομα" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Εγκατάσταση" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Νέο" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Αφαίρεση" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Άκυρο" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Επόμενο" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Όχι" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ναι" #: python/guiv3.py:178 msgid "I Agree" msgstr "Συμφωνώ" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "απο" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "Βοηθήματα" #: python/install.py:215 msgid "Development" msgstr "Ανάπτυξη" #: python/install.py:216 msgid "Education" msgstr "Εκπαίδευση" #: python/install.py:217 msgid "Games" msgstr "Παιχνίδια" #: python/install.py:218 msgid "Graphics" msgstr "Γραφικά" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Ιντερνετ" #: python/install.py:220 msgid "Multimedia" msgstr "Πολυμέσα" #: python/install.py:221 msgid "Office" msgstr "Γραφείο" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Εκτέλεση" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "Έξοδος" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "Αρχείο" #: python/mainwindow.py:366 msgid "Tools" msgstr "Εργαλεία" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Ρυθμίσεις" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Προσαρμογή" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Ορίστε το εικονίδιο" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Προσαρμογή διαμεσολαβητή" #: python/options.py:128 msgid "Set a proxy" msgstr "Ορισμός ενός διαμεσολαβητή" #: python/options.py:131 msgid "Proxy address" msgstr "Διεύθυνση διαμεσολαβητή" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "Εγκατεστημένα plugins" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Ενεργοποίηση" #: python/options.py:209 msgid "Choose a plugin" msgstr "Επιλέξτε ένα plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "Απενεργοποίηση" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/en_GB.po000066400000000000000000001714311341024004000163040ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-04-12 00:27+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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 plugin 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 that 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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Report a bug" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "I have a problem with the software" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "My problem concerns $APPLICATION_TITLE itself" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "What kind of problem do you have?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Don't attach a log file" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Manual installation" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatic installation" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Choose the log file corresponding to your software." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Please explain your problem clearly (english only):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Sorry, we need a more detailed description." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Thank you !\\n\\nYour report has been sent." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Virtual drive creator" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, 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:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Please read this" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE Application Configurator" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Please wait..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Welcome to the manual installation wizard for $APPLICATION_TITLE \\n\\nThis " "script will allow you to install any program on $APPLICATION_TITLE and use " "it with all the tools\\n\\nCaveat: We are, however, unable to guarantee that " "your application will work perfectly." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Install a program in a new virtual drive" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Edit or update an existing application" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "What would you like to do?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Please choose a program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Use another version of Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configure Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Install some libraries" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "If you are unsure, unselect all" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "What would you like to do before installation?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Please make a choice" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Looking for runnable CD-ROMs" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Select another file" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Please choose a way to install your program" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Please select the set-up file to run." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "You must choose a file!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE is installing your application..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Usage: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tChoose a file" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtract the package" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstall the package" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tShow this message" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE package manager: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Choose a package to install" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux package manager" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Unable to find the file: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " isn't a valid PlayOnLinux package!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "This file: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " does not exist!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Extracting: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Running..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Cleaning..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Terminating programs in the virtual drive..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Icon selection" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Please select an icon file" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Bad file extension" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "is not an icon extension" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Registry Editor" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Terminate all prefix processes" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Update wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulate Windows reboot" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Use Advanced Wine Configuration plug-in" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Use PlayOnLinux's configurator for" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Change the icon" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Use WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Please choose the software to run" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE debugger is starting..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE crashed." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Waiting for XQuartz to be installed" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE is analysing your application" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "What is the name of you program?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installation finished." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "PlayOnMac needs to install XQuartz in order to work properly." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac will help you to simplify this step" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Don't install XQuartz for the moment" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "I've downloaded the file by myself" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Please download XQuartz for me" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Downloading XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Where is file?" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Installing XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz has been installed." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "Unable to install XQuartz! You must install it to use wine properly." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Setting Program Files var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "This function is disabled in the PlayOnLinux environment." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "External library" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Making shortcut..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Do you want to delete the virtual drive:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Checking plug-in: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "New: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Updating plug-in. Previous: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Installing plug-in: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Function override detected, disabling bug reporting" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Please wait while $APPLICATION_TITLE is downloading:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "An error occured during download." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Do you want to retry?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Failed to locate ${dest} from ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extracting ${filename} from ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Extracted file size does not match!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Copying ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "File size does not match!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR's profile" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " on your computer." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " will be installed in: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Click Next to Start" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "This installation program is provided by: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "This program was created by: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "This wizard will help you install " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Welcome to $APPLICATION_TITLE Installation Wizard." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Where is your CD-ROM mounted?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Other" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Refresh" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Reading device..." #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Error: Unable to find the CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Please wait while $APPLICATION_TITLE is copying files:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Scanning the virtual drive ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Video card does not have enough memory" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Use Steam Store version" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Use Steam Store demo version" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Use Desura Store version" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Use Desura Store demo version" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Use Origin Store version" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Use Origin Store demo version" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Use a set-up file on my computer" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Use CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Use DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Download the program" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Please choose an installation method" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "I don't want to make another shortcut" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Browse" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "A shortcut by that name already exists. Overwrite?" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Please wait while $APPLICATION_TITLE scans your hardware..." #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Select the main videocard to report:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" #: lib/wine.lib:579 #, 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:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Unable to find version: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Downloading Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "The download appears to have failed." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Extracting Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Overwrite (usually works, no guarantee)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Erase (virtual drive content will be lost)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Abort installation" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "The target virtual drive $PREFNAME already exists:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "User abort" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Please wait while $SOFTNAME is installed..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Install has finished!" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "General" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Make a new shortcut from this virtual drive" #: python/configure.py:202 msgid "Name" msgstr "Name" #: python/configure.py:203 msgid "Wine version" msgstr "Wine version" #: python/configure.py:204 msgid "Debug flags" msgstr "Debug flags" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtual drive" #: python/configure.py:208 msgid "Arguments" msgstr "Arguments" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Run configuration wizard" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows reboot" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Repair virtual drive" #: python/configure.py:266 msgid "Command prompt" msgstr "Command Prompt" #: python/configure.py:273 msgid "Task manager" msgstr "Task Manager" #: python/configure.py:281 msgid "Kill processes" msgstr "Kill processes" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine Uninstaller" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Install" #: python/configure.py:398 msgid "Open program's directory" msgstr "Open program's directory" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Open virtual drive's directory" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL Support" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:567 msgid "Video memory size" msgstr "Video memory size" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Off-Screen rendering mode" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Render target mode lock" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Mouse warp override" #: python/configure.py:583 msgid "Open a shell" msgstr "Open a Shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Run a Windows Executable (.exe) file in this virtual drive" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Command to exec before running the program" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Be careful!\n" "If you change " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} configuration" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "New" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Remove" #: python/configure.py:715 msgid "Install components" msgstr "Install components" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Display" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Miscellaneous" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "This virtual drive is protected" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "Are you sure you want to delete {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} debugger" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Please select a debug file" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Locate this logfile" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "The file is named : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtual drives" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Report a problem about {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Wizard" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Cancel" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Next" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "No" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Yes" #: python/guiv3.py:178 msgid "I Agree" msgstr "I Agree" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "Don't remind me anymore" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Show virtual drives" #: python/guiv3.py:201 msgid "Login: " msgstr "Login: " #: python/guiv3.py:202 msgid "Password: " msgstr "Password: " #: python/guiv3.py:205 msgid "Register" msgstr "Register" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB downloaded" #: python/guiv3.py:312 msgid "of" msgstr "of" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Error" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "You cannot close this window" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "No description" #: python/install.py:214 msgid "Accessories" msgstr "Accessories" #: python/install.py:215 msgid "Development" msgstr "Development" #: python/install.py:216 msgid "Education" msgstr "Education" #: python/install.py:217 msgid "Games" msgstr "Games" #: python/install.py:218 msgid "Graphics" msgstr "Graphics" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Office" #: python/install.py:223 msgid "Patches" msgstr "Patches" #: python/install.py:256 msgid "Include:" msgstr "Include:" #: python/install.py:262 msgid "Testing" msgstr "Testing" #: python/install.py:267 msgid "No-cd needed" msgstr "NO-CD Required" #: python/install.py:274 msgid "Commercial" msgstr "Commercial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Install a non-listed program" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "Attention!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0} error" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} website is unavailable. Please check your connection" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Refreshing {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "An updated version of {0} is available" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Run" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donate" #: python/mainwindow.py:248 msgid "Exit" msgstr "Exit" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Small icons" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Medium icons" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Large icons" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Very large icons" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Manage Wine versions" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Read a PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Close all {0} software" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "File associations" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Plug-in manager" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Supported software" #: python/mainwindow.py:295 msgid "News" msgstr "News" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Documentation" #: python/mainwindow.py:297 msgid "Forums" msgstr "Forums" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Bugs" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "About {0}" #: python/mainwindow.py:364 msgid "File" msgstr "File" #: python/mainwindow.py:366 msgid "Tools" msgstr "Tools" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Settings" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Plug-ins" #: python/mainwindow.py:369 msgid "Support" msgstr "Support" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Close" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configure" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Search" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Open the application's directory" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Read the Manual" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Set the icon" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Close this application" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "No Manual found for {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Install a program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Update GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Update instructions" #: python/mainwindow.py:779 msgid "Debug" msgstr "Debug" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Send feedback" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Create a shortcut" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Open the directory" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Uninstall" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Please select a program." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} settings" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} install menu" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} wine versions manager" #: python/mainwindow.py:1046 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:1102 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:1124 msgid "Run your Windows programs on " msgstr "Run your Windows programs on " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Developer and Website: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Packager: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Icons:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "The following people contributed to this program: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Translations:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Read TRANSLATORS file" #: python/mainwindow.py:1171 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:1192 msgid "{0} cannot find {1}" msgstr "{0} cannot find {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (from {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "You need to install it to continue" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "You should install it to use {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} is not supposed to be run as root." #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Proxy configuration" #: python/options.py:128 msgid "Set a proxy" msgstr "Set a proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy address" #: python/options.py:134 msgid "Proxy port" msgstr "Proxy port" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy login" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy password" #: python/options.py:187 msgid "Installed plugins" msgstr "Installed plug-ins" #: python/options.py:205 msgid "Add" msgstr "Add" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Enable" #: python/options.py:209 msgid "Choose a plugin" msgstr "Choose a plug-in" #: python/options.py:262 msgid "What is the extension?" msgstr "What is the extension?" #: python/options.py:274 msgid "Assigned program" msgstr "Assigned program" #: python/options.py:276 msgid "Delete" msgstr "Delete" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Are you sure you want to install: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Are you sure you want to delete: " #: python/options.py:333 msgid "Disable" msgstr "Disable" #: python/options.py:374 msgid "Apply" msgstr "Apply" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Installed Wine versions: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Available Wine versions: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine versions" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Are you sure you want to delete wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "This version is CURRENTLY IN USE" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} is not able to start POL_SetupWindow_server." playonlinux/lang/po/es.po000066400000000000000000001723141341024004000157420ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-08-05 22:41+0000\n" "Last-Translator: kanito8a \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Informar de un error" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Tengo un problema con el programa" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mi problema concierne a $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "¿Qué tipo de problema tiene?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "No incluir ningún archivo de registro de errores" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Instalación manual" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalación automática" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Cierre el archivo de errores de su software" #: bash/bug_report:73 #, 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:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Lo sentimos, necesitamos una descripción detallada" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Creador de unidad virtual" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "¿ Qué tipo de unidad virtual quiere crear ?" #: bash/create_prefix:55 #, 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:55 bash/manual_install:156 #, 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:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Lea el siguiente mensaje" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configurador de la aplicación $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Por favor, espere..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalar un programa en una nueva unidad virtual" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Editar o actualizar una aplicación existente" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "¿Qué le gustaría hacer?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Elija un programa" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Use otra versión de Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Instalar algunas bibliotecas" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Si no sabe, deseleccione todas" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "¿Qué le gustaria hacer antes de la instalación?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Haga su elección" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Buscando CD-ROMs ejecutables" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Seleccione otro archivo" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Elija un método para instalar el programa" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Seleccione el archivo instalador a ejecutar." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "¡Debe seleccionar un archivo!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE está instalando la aplicación..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Uso: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tEligir un archivo" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtraer el paquete" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstalar el paquete" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tMostrar este mensaje" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestor de paquetes $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Elija un paquete a instalar" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestor de paquetes PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Imposible encontrar el archivo: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " no es un paquete PlayOnLInux válido!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Este archivo: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " no existe" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Extrayendo: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Ejecutando..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Limpiando..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Cerrando los programas en la unidad virtual ..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Selección de icono" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Elija un archivo de icono" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Extensión de archivo incorrecta" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "no es una extensión de icono" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor del Registro" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Detener todos los procesos prefijados" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Actualizar wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simular reinicio de Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usar el complemento de Configuración Avanzada de Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Use el configurador de PlayOnLinux para" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Cambiar el icono" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Usar WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Elija el software a ejecutar" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Se está arrancando el depurador $APPLICATION_TITLE" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE abortado." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE está analizando su aplicación" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "¿Cuál es el nombre de su programa?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalación finalizada." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "No instale XQuartz de momento" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Yo mismo descargue el archivo" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Por favor, descargue XQuartz por mí" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Descargando XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Donde es" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Instalando XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "Se ha instalado XQuartz." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Espere mientras se crea la unidad virtual" #: lib/deprecated.lib:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Configurar Program Files var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, 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:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Librería externa" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Creando acceso directo..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "¿Quiere borrar la unidad virtual:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Comprobando extensión: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nuevo: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Actualizando complemento. Anterior: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Instalando complemento: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Espere mientras $APPLICATION_TITLE descarga:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Ha ocurrido un error durante la descarga." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "¿Desea volver a intentarlo?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Falló al ubicar ${dest} desde ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extrayendo ${filename} de ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "¡El tamaño del archivo extraído no coincide!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Copiando ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "¡El tamaño del archivo no coincide!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Perfil de $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " en su equipo." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " se instalará en: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Pulse Siguiente para comenzar" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Este programa de instalación lo suministra: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Este programa ha sido creado por: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Este asisten le ayudará a instalar " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bienvenido al asistente de instalación de $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "¿Dónde está montado su CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Otro" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Leyendo su dispositivo" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Error: ¡Incapaz de encontrar el CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Espere mientras $APPLICATION_TITLE copia los archivos:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Escaneándo la unidad virtual..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "La tarjeta de vídeo no tiene memoria suficiente" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Usar versión Steam Store" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Usar versión demo de Steam Store" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Utiliza la versión de la tienda de Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Utiliza la versión demo de la tienda de Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Utiliza la versión de la tienda de Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Utiliza la versión demo de la tienda de Origin" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Usar un archivo de instalación en mi equipo" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usar CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usar DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Descargar el programa" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Por favor, elija el método de instalación" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "No quiero crear otro atajo" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Explorar" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Selecciona la tarjeta de video principal a reportar:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, 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." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Incapaz de encontrar la versión: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Descargando Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "La descarga parece haber fallado." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Extrayendo Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Sobreescribir (usualmente funciona, no hay garantía)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Borrar (contenido del disco virtual se perderá)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Interrumpir la instalación" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "La unidad virtual de destino $PREFNAME ya existe:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Interrumpido por el usuario" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Espere mientras se instala $SOFTNAME..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "La instalación ha finalizado" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "General" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Crear un nuevo acceso directo de esta unidad virtual" #: python/configure.py:202 msgid "Name" msgstr "Nombre" #: python/configure.py:203 msgid "Wine version" msgstr "Version de Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Parámetros de depurado" #: python/configure.py:206 msgid "Virtual drive" msgstr "Unidad virtual" #: python/configure.py:208 msgid "Arguments" msgstr "Argumentos" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Ejecutar asistente de configuración" #: python/configure.py:249 msgid "Windows reboot" msgstr "Reinicie Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Reparar la unidad virtual" #: python/configure.py:266 msgid "Command prompt" msgstr "Línea de comandos" #: python/configure.py:273 msgid "Task manager" msgstr "Administrador de tareas" #: python/configure.py:281 msgid "Kill processes" msgstr "Matar procesos" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Desistalador de Wine" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Instalar" #: python/configure.py:398 msgid "Open program's directory" msgstr "Abrir carpeta de programas" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Abrir el directorio de la unidad virtual" #: python/configure.py:565 msgid "GLSL Support" msgstr "Soporte GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Renderizador Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Tamaño de la memoria de vídeo" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Modo de renderización fuera de la pantalla" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Bloquear modo de renderizado de destino" #: python/configure.py:570 msgid "Multisampling" msgstr "Multimuestreo" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Orden de dibujo estricto" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Invalidar la sobreescritura del puntero del ratón" #: python/configure.py:583 msgid "Open a shell" msgstr "Abrir una shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Ejecutar un archivo .exe en esta unidad virtual" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Comando a ejecutar antes de ejecutar el programa" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Cuidado!\n" "sí cambia " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} configuración" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Instalar un programa en un nuevo prefijo" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Quitar" #: python/configure.py:715 msgid "Install components" msgstr "Instalar componentes" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Mostrar" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Miscelánea" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Esta unidad virtual está protegida" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "¿Está seguro de que quiere eliminar {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} depurador" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Por favor, elegir un archivo de depuración" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Buscar este archivo de registro" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "El archivo se llama: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Unidades virtuales" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Informar sobre un problema con {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Asistente" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Siguiente" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "No" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Sí" #: python/guiv3.py:178 msgid "I Agree" msgstr "Estoy de acuerdo" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Mostrar unidades virtuales" #: python/guiv3.py:201 msgid "Login: " msgstr "Nombre de usuario: " #: python/guiv3.py:202 msgid "Password: " msgstr "Contraseña: " #: python/guiv3.py:205 msgid "Register" msgstr "Registrarse" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB descargados" #: python/guiv3.py:312 msgid "of" msgstr "de" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Error" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "No puede cerrar esta ventana" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Sin descripción" #: python/install.py:214 msgid "Accessories" msgstr "Accesorios" #: python/install.py:215 msgid "Development" msgstr "Desarrollo" #: python/install.py:216 msgid "Education" msgstr "Educación" #: python/install.py:217 msgid "Games" msgstr "Juegos" #: python/install.py:218 msgid "Graphics" msgstr "Gráficos" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Oficina" #: python/install.py:223 msgid "Patches" msgstr "Parches" #: python/install.py:256 msgid "Include:" msgstr "Incluir:" #: python/install.py:262 msgid "Testing" msgstr "En pruebas" #: python/install.py:267 msgid "No-cd needed" msgstr "No es necesario CD" #: python/install.py:274 msgid "Commercial" msgstr "Comercial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Instalar un programa no-listado" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0} error" #: python/mainwindow.py:76 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:78 msgid "Refreshing {0}" msgstr "Actualizando {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Una versión actualizada de {0} está disponible" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Lanzar" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donación" #: python/mainwindow.py:248 msgid "Exit" msgstr "Salir" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Iconos pequeños" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Iconos medianos" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Iconos grandes" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Iconos muy grandes" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Gestiona versiones de Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Lee el PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Consola de {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Cierre todos los programas de {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Asociaciones de archivos" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Gestor de plugin" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Acerca de {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Archivo" #: python/mainwindow.py:366 msgid "Tools" msgstr "Herramientas" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Opciones" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Complementos" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Cerrar" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Búsqueda" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Abre el directorio de la aplicación" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Lee el manual" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Establecer el icono" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Cerrar esta aplicación" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Manual no encontrado en {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Instalar un programa" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Actualización de GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Instrucciones de actualización" #: python/mainwindow.py:779 msgid "Debug" msgstr "Depurador" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Crear un acceso directo" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Abrir un directorio" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Desinstalar" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Elija un programa" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "ajustes de {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "menú de instalación {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "administrador de versiones {0}" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Ejecute sus programas de Windows en " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Desarrollador y página Web: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Empaquetador: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Iconos:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Las siguientes personas han contribuido a este programa: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Traducciones:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Leer archivo de TRADUCTORES" #: python/mainwindow.py:1171 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:1192 msgid "{0} cannot find {1}" msgstr "{0} no puede encontrar {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (desde {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Es necesaria su instalación para continuar" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Debería ser instalado para su uso {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} no debe ser ejecutado como root. Lo siento" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "¿Está seguro que desea instalar el paquete {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Configuración de proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Establer un proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Dirección del proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Puerto proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Login del proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Contraseña del proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Complementos instalados" #: python/options.py:205 msgid "Add" msgstr "Añadir" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Activar" #: python/options.py:209 msgid "Choose a plugin" msgstr "Elija un complemento" #: python/options.py:262 msgid "What is the extension?" msgstr "Cual es la extensión?" #: python/options.py:274 msgid "Assigned program" msgstr "Programa asignado" #: python/options.py:276 msgid "Delete" msgstr "Borrar" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Está seguro de querer instalar: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Está seguro de querer eliminar: " #: python/options.py:333 msgid "Disable" msgstr "Desactivar" #: python/options.py:374 msgid "Apply" msgstr "Aplicar" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Versiones de Wine instaladas: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versiones de Wine disponibles: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versiones de Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "¿Está seguro de querer borrar Wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} no es capaz de empezar POL_SetupWindow_server." playonlinux/lang/po/et.po000066400000000000000000001447551341024004000157530ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Teata vigadest" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Mul on probleem paigaldatud tarkvaraga" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mul on probleem programmiga $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Milline probleem sul on?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Käsitsi paigaldus" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automaatne paigaldus" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Kirjelda inglise keeles probleemi kirjeldus" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Vabandust, meil on vaja üksikasjaliku kirjeldust." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Virtuaalketta looja" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Millise virtuaalketta soovid luua?" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Millist Wine'i versiooni soovid kasutada?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Palun loe seda" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Palun oota..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Paigalda programm uuele virtuaalkettale" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Mida sa sooviksid teha?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Palun vali programm" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Kasuta mõnda teist Wine'i versiooni" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Wine seadistamine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Mida sa sooviks teha enne paigaldust?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Palun tee oma valik" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Vali teine fail" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Palun vali oma programmi paigaldamise viis" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Palun vali käivitatav paigaldusfail." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Sa pead valima faili!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE paigaldab sinu programmi..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Kasutus: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tVali fail" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Ei leia faili: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "See fail: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " ei ole olemas!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Lahtipakkimine: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Puhastan..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Ikooni valik" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Palun vali ikooni fail" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Registri muutja" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Uuenda wineprefixit" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Muuda ikooni" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Kasuta Windetricksi" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Palun vali käivitatav tarkvara" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE silur käivitub..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Mis on sinu programmi nimi?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Paigaldamine lõpetatud." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Ära paigalda preagu XQuartzi" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ma laadisin ise faili alla" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Palun lae XQuartz minu eest alla" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "XQuartzi allalaadimine" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Kus on" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "XQuartzi paigaldamine" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz on paigaldatud." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Palun oota, kuni luuakse virtuaalketas..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Otsetee loomine..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Kas soovid virutaalketta kustutada:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Uus: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Palun oota, kuni toimub $APPLICATION_TITLE allalaadimine:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Allalaadimisel tekkis viga." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Kas soovid uuesti proovida?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Ei leidnud faili ${dest} arhiivist ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "${filename} lahtipakkimine arhiivist ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "${filename} kopeerimine" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profiil" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " sinu arvutisse." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " paigaldatakse asukohta: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Selle paigalduse autorid on: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Selle programmi autorid: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "See nõustaja aitab sul paigaldada " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Teretulemast $APPLICATION_TITLE paigaldusnõustajasse." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Kuhu on sinu CD-ROM haagitud?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Muu" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Värskenda" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Sinu seadme lugemine" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Viga: Ei leia CD-ROM'i!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Oota, kuni $APPLICATION_TITLE kopeerib faile:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Virtuaalketta uurimine..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Videokaardil ei ole piisavalt mälu" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Kasuta Steam Store'i versiooni" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Kasuta Steam Store'i prooviversiooni" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Kasuta Desura Store'i versiooni" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Kasuta Desura Store'i prooviversiooni" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Kasuta Origin Store'i versiooni" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Kasuta Origin Sore'i prooviversiooni" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Kasuta oma arvutis olevat paigaldusfaili" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Kasuta CD-ROM'i/e" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Kasuta DVD-ROM'i/e" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Lae programm alla" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Palun vali paigaldusviis" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ma ei soovi luua rohkem otseteid" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Sirvi" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Oota, kuni $APPLICATION_TITLE uurib sinu arvuti riistvara" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Ei leia versiooni: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Wine'i allalaadimine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Allalaadimine näib olevat ebaõnnestunud" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Wine'i lahtipakkimine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Kirjuta üle (tavaliselt töötab, ei garanteeri)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Kustuta (virtuaalketta sisu hävib)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Katkesta paigaldus" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Oota, kuni $SOFTNAME on paigaldatud" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Paigaldamine on lõppenud" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Üldine" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Loo sellelt virtuaalkettalt uus otsetee" #: python/configure.py:202 msgid "Name" msgstr "Nimi" #: python/configure.py:203 msgid "Wine version" msgstr "Wine'i versioon" #: python/configure.py:204 msgid "Debug flags" msgstr "Silumislipud" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuaalketas" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Käivitan seadistamisnõustaja" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windowsi taaskäivitus" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Paranda virtuaalketas" #: python/configure.py:266 msgid "Command prompt" msgstr "Käsurida" #: python/configure.py:273 msgid "Task manager" msgstr "Tegumihaldur" #: python/configure.py:281 msgid "Kill processes" msgstr "Tapa protsess" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine'i eemaldaja" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Paigalda uus" #: python/configure.py:398 msgid "Open program's directory" msgstr "Ava rakenduse kataloog" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Ava virtuaalketta kataloog" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL-i tugi" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "DirectDraw renderdusrežiim" #: python/configure.py:567 msgid "Video memory size" msgstr "Videomälu suurus" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Ava käsurida" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Käivita .exe fail sellel virtuaalkettal" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} seadistus" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Palun vali programm või virtuaalkettas, mida seadistada" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Uus" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Eemalda" #: python/configure.py:715 msgid "Install components" msgstr "Paigalda komponente" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Näita" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Muu" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "See virtuaalketas on kaitstud" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Oled sa kindel, et soovid eemaldada virtuaalketta \"{0}\"?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Oled sa kindel, et soovid {0} kustutada?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} silur" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Palun vali silumise fail" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Tuvasta selle logifaili asukoht" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Faili nimi on: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuaalkettad" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} seadistusnõustaja" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Loobu" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Edasi" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Ei" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Jah" #: python/guiv3.py:178 msgid "I Agree" msgstr "Nõus" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Näita virtuaalkettaid" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "Parool: " #: python/guiv3.py:205 msgid "Register" msgstr "Registreeru" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB alla laaditud" #: python/guiv3.py:312 msgid "of" msgstr "/" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Viga" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Sa ei saa seda akent sulgeda" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Kirjeldus puudub" #: python/install.py:214 msgid "Accessories" msgstr "Tarvikud" #: python/install.py:215 msgid "Development" msgstr "Arendus" #: python/install.py:216 msgid "Education" msgstr "Haridus" #: python/install.py:217 msgid "Games" msgstr "Mängud" #: python/install.py:218 msgid "Graphics" msgstr "Graafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimeedia" #: python/install.py:221 msgid "Office" msgstr "Kontoritöö" #: python/install.py:223 msgid "Patches" msgstr "Lapid" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Katsetuseks" #: python/install.py:267 msgid "No-cd needed" msgstr "CD'd ei ole vaja" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Paigalda .pol-paketi paigaldamine" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Värskendan {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Saadaval on {0}i uuem versioon." #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Käivita" #: python/mainwindow.py:247 msgid "Donate" msgstr "Annetamine" #: python/mainwindow.py:248 msgid "Exit" msgstr "Välju" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Väikesed ikoonid" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Keskmise suurusega ikoonid" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Suured ikoonid" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Väga suured ikoonid" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wine'i versioonide haldamine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Loe CD-ROM'i" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Faili seosed" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Pluginahaldur" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "{0} info" #: python/mainwindow.py:364 msgid "File" msgstr "Fail" #: python/mainwindow.py:366 msgid "Tools" msgstr "Tööriistad" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Seaded" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Pluginad" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Sulge" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Seadista" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Otsi" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Ava rakenduse kataloog" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Loe juhendit" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Muuda ikooni" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Sulge rakendus" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "{0} juhendit ei leitud" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Paigalda programm" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Uuenda GIT'i" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Silu" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Loo otsetee" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Ava kataloog" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Eemalda" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Palun vali programm." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} seaded" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wine versioonihaldur" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Arendus ja koduleht: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Skriptimine: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Pakendaja: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikoonid:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Kaasa aitasid: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Tõlked:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Pead selle paigaldama, et jätkata" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Peaksid selle paigaldama, et kasutada {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "Vabandust, kuid {0} pole mõeldud juurkasutajana käivitamiseks." #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Kas soovid kindlasti {0} paketi paigaldada?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Puhverserveri seaded" #: python/options.py:128 msgid "Set a proxy" msgstr "Puhverserveri kasutamine" #: python/options.py:131 msgid "Proxy address" msgstr "Aadress" #: python/options.py:134 msgid "Proxy port" msgstr "Port" #: python/options.py:137 msgid "Proxy login" msgstr "Kasutajanimi" #: python/options.py:140 msgid "Proxy password" msgstr "Parool" #: python/options.py:187 msgid "Installed plugins" msgstr "Paigaldatud pluginad" #: python/options.py:205 msgid "Add" msgstr "Lisa" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Luba" #: python/options.py:209 msgid "Choose a plugin" msgstr "Vali plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "Mis on laiendus?" #: python/options.py:274 msgid "Assigned program" msgstr "Määratud programm" #: python/options.py:276 msgid "Delete" msgstr "Kustuta" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Oled sa kindel, et soovid paigaldada: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Oled sa kindel, et soovid eemaldada: " #: python/options.py:333 msgid "Disable" msgstr "Keela" #: python/options.py:374 msgid "Apply" msgstr "Rakenda" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Paigaldatud Wine'i versioonid: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Saadaolevad Wine'i versioonid: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine'i versioonid" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Oled sa kindel, et soovid eemaldada wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/fi.po000066400000000000000000001650461341024004000157350ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-05-02 10:59+0000\n" "Last-Translator: emp \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "Toista 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 "Valitse toistettava PID-tallennustiedosto" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Valitse toistettava OGV-tallennustiedosto" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Valitse muunnettava kaapattu tiedosto" #: 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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Ilmoita ongelmasta" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Kirjoita mahdollisimman yksityiskohtaisesti, koska muuten sinua voi olla " "vaikea auttaa" #: bash/bug_report:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Minulla on ongelma asennetun ohjelman kanssa" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Minulla on ongelma $APPLICATION_TITLE-ohjelmiston kanssa" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Minkälainen ongelma sinulla on?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Älä lisää mitään lokitiedostoon" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Käsiasennus" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automaattinen asennus" #: bash/bug_report:66 #, 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:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Kuvaile englanniksi ongelmaa mahdollisimman laajasti." #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Anteeksi, mutta tarvitsemme yksityiskohtaisen kuvauksen." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Kiitos! \\n\\nSinun ilmoituksesi on lähetetty." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Virtuaaliaseman luoja" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Millaisen virtuaaliaseman haluat luoda?" #: bash/create_prefix:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Mitä Wine-versiota haluat käyttää?" #: bash/create_prefix:63 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Nimeä virtuaaliasema" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Lue tämä" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE Sovellusten määritys" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Pieni hetki..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Tervetuloa $APPLICATION_TITLE manuaaliseen asennusohjelmaan.\\n\\nTämä " "skripti sallii sinun asentaa mikä tahansa ohjelmisto $APPLICATION_TITLE :een " "ja käyttää sitä kaikkine työkaluineen.\\n\\nVAROITUS: Emme voi taata, että " "ohjelmistosi toimii täydellisesti." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Asentaa ohjelman uuteen virtuaaliasemaan" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Muokata tai päivittää olemassa olevaa ohjelmaa" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Mitä haluat tehdä?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Kirjoita nimi ohjelman virtuaaliasemalle.\\nNimessä ei saa olla välejä." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "Valitse ohjelma" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Käyttää toista Wine-versiota" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Muuttaa Winen asetuksia" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Asentaa kirjastoja" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Jos et tiedä, poista kaikkien valinta" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Mitä haluat tehdä ennen asennuksen aloittamista?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Valitse" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Etsitään käynnistyviä CD-asemia" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Valitse toinen tiedosto" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Valitse tapa asentaaksesi ohjelma" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Valitse käynnistettävä asennustiedosto." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Sinun pitää valita tiedosto!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE asentaa ohjelmaasi..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Käyttö: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tValitse tiedosto" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tPura paketti" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tAsenna paketti" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tNäytä tämä viesti" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE pakettimanageri: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Valitse asennettava paketti" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux-paketinhallinta" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Tiedostoa ei löydy: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " ei ole kelvollinen PlayOnLinux paketti!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Tämä tiedosto: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " ei ole olemassa!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Puretaan: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Suoritetaan..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Puhdistetaan..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Tapa ohjelmat virtuaaliasemasta..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Kuvakkeen valinta" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Valitse kuvaketiedosto." #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Rikkinäinen tiedostopääte" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "ei ole kuvake" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Rekisterimuokkain" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Tapa kaikki prosessit" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Päivitä winen esiasetukset" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuloi Windowsin uudelleenkäynnistymistä" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Käytä kehittynyttä Wineasetus liitännäistä" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Käytä PlayOnLinux konfiguraatiota" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Vaihda kuvake" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Käytä WineTricksiä" #: bash/polconfigurator:134 #, 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 "" "Tämä työkalu auttaa Mac-tietokonettasi lukemaan PC-osio CD-ROM-levystä.\\n\\" "nKäytä tätä työkalua VAIN, jos sinun CD-ROM-levysi on ns. \"hybridi\" " "(yhteensopiva Windows- että Mac-käyttöjärjestelmien kanssa) ja jos et voi " "nähdä Windows-osiota." #: 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 "" "Ole hyvä, ja aseta CD-ROM asemaan, ja sen jälkeen paina Seuraava-painiketta " "Finderissä, kun se on löytänyt Mac OS-osion CD-ROM-levystäsi." #: 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Valitse suoritettava ohjelma" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE virheenjäljittäjä käynnistyy..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE kaatui." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Odotetaan, että XQuartz on asennettu" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analysoi ohjelmaa" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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 "" "Tervetuloa $APPLICATION_TITLE avustajaan.\\nAvustaja auttaa sinua asentamaan " "$file tietokoneellesi.\\n\\nOle varovainen! Tämä ohjelma ei ole virallisesti " "$APPLICATION_TITLE :n tukema.\\nTämän takia se ei välttämättä toimi " "suunnitellusti." #: bash/run_exe:98 #, sh-format msgid "What is the name of you program?" msgstr "Mikä on ohjelman nimi?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Asennus valmistui." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "PlayOnMac vaatii XQuartzin toimiakseen suunnitellusti." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac auttaa sinua yksinkertaistamaan tämän vaiheen" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Älä asenna toistaiseksi XQuartzia" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Olen ladannut tiedoston itse" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Lataa XQuartz minulle" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Ladataan XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Missä on" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Asennetaan XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz on asennettu." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "XQuartzin asentaminen epäonnistui! Sinun täytyy asentaa se käyttääksesi " "wine:ä suunnitellusti." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "${APPLICATION_TITLE}in 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Pieni hetki, luodaan virtuaaliasemaa..." #: lib/deprecated.lib:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Ohjelmatiedostojen muuttujien asetukset" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, 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:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Tässä on skriptin lähdekoodi. Tarkista se huolellisesti" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "Ulkoinen kirjasto" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Luodaan pikakuvaketta..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Haluatko poistaa virtuaaliaseman:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Tarkistetaan liitännäistä: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Uusi: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Päivitetään liitännäistä. Edellinen: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Asennetaan liitännäistä: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Ei tarpeeksi tilaa lataukseen:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Pieni hetki, $APPLICATION_TITLE lataa tiedostoa:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Virhe sattui latauksen aikana." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Yritetäänkö uudelleen?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z ei ole asennettu; tarkista, että 7z on asennettu ja yritä uudelleen" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Paikannus epäonnistui ${dest} ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Puretaan ${filename} sijainnista ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Puretun tiedoston koko ei täsmää!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopioidaan ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Tiedostokoko ei vastaa!" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profiili" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " tähän tietokoneeseen." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " asennetaan sijaintiin: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Aloita napsauttamalla Seuraava." #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Tämän asennusohjelman kehittäjä on: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Tämän ohjelman kehittäjä on: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Tämä asennusohjelma asentaa ohjelman " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Tervetuloa ${APPLICATION_TITLE}in asennusohjelmaan." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Missä on liitetty CD-asema?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Muu sijainti" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Päivitä" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Luetaan laitetta" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Virhe: CD-asemaa ei löydy!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Pieni hetki, $APPLICATION_TITLE kopioi tiedostoja:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Virtuaaliasemaa skannataan ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Näytönohjaimessasi ei ole tarpeeksi muistia" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Käytä Steam Store versiota" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Käytä Steam Store demo versiota" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Käytä Desura Store versiota" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Käytä Desura Store demo versiota" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Käytä Origin Store versiota" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Käytä Origin Store demo versiota" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Käytä asennustiedostoa omalta tietokoneelta" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Käytä CD-asemaa" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Käytä DVD-asemaa" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Lataa ohjelma" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Valitse asennustapa" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "En halua tehdä toista pikakuvaketta" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Selaa" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Odota hetki, kun $APPLICATION_TITLE tarkistaa laitteistoa" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Valitse päävideokortti raporttiin:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Tämä asennusohjelma päivittää tai asentaa lisäosan.\\nAsenna $TITLE_REQUIRED " "ensin" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Versiota ei löydy: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Ladataan Wineä: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Lataus näyttää epäonnistuneen." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Puretaan Wineä..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Ylikirjoita (yleensä toimii, ei mitään takeita)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Poista (virtuaalisen aseman sisältö häviää)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Keskeytä asennus" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Virtuaalisen aseman kohteen $PREFNAME on jo olemassa:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Käyttäjän keskeytys" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Pieni hetki, asennetaan $SOFTNAME..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Asennus on valmis" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Paina seuraavaa kun asennus prosessi on loppunut" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Yleiset" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Luo uusi pikakuvake tähän virtuaaliasemaan." #: python/configure.py:202 msgid "Name" msgstr "Nimi" #: python/configure.py:203 msgid "Wine version" msgstr "Winen versio" #: python/configure.py:204 msgid "Debug flags" msgstr "Debug liput" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuaaliasema" #: python/configure.py:208 msgid "Arguments" msgstr "Parametrit" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Suorita ohjatun asetusten määrittäminen" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windowsin uudelleenkäynnistys" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Korjaa virtuaaliasema" #: python/configure.py:266 msgid "Command prompt" msgstr "Komentorivi" #: python/configure.py:273 msgid "Task manager" msgstr "Tehtävienhallinta" #: python/configure.py:281 msgid "Kill processes" msgstr "Tapa prosessi" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Winen poistaja" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Asenna" #: python/configure.py:398 msgid "Open program's directory" msgstr "Avaa ohjelman kansio" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Avaa virtuaaliaseman kansio" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL-tuki" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "2D-grafiikan piirtäminen" #: python/configure.py:567 msgid "Video memory size" msgstr "Videomuistin koko" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Offscreen rendering mode" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Render target mode lock" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Hiiren keskityksen ohitus" #: python/configure.py:583 msgid "Open a shell" msgstr "Avaa komentorivi" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Suorita .exe-tiedosto tässä virtuaaliasemassa" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Anna exec komento ennen ohjelman suorittamista" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Ole varovainen!\n" "Jos muutat " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0}-asetukset" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Valitse ohjelma tai virtuaaliasema konfiguroitavaksi" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Uusi" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Poista" #: python/configure.py:715 msgid "Install components" msgstr "Asenna komponentit" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Näytä" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Muut" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Tämä virtuaaliasema on suojattu" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Haluatko varmasti poistaa virtuaaliaseman?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Oletko varma että haluat poistaa {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0}-debuggeri" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Valitse debug tiedosto" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Etsi tämä lokitiedosto" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Tämä tiedosto on nimetty : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuaaliasemat" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Ilmoita ongelmasta {0}" #: python/debug.py:265 msgid "Install scripts" msgstr "Asenna skripti" #: 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. Käytä POL_SetupWindow_Init ensimmäiseksi" #: python/guiv3.py:117 msgid "{0} Wizard" msgstr "{0}in ohjattu toiminto" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Peruuta" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Seuraava" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Ei" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Kyllä" #: python/guiv3.py:178 msgid "I Agree" msgstr "Hyväksy" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Näytä virtuaaliasemat" #: python/guiv3.py:201 msgid "Login: " msgstr "Kirjaudu: " #: python/guiv3.py:202 msgid "Password: " msgstr "Salasana: " #: python/guiv3.py:205 msgid "Register" msgstr "Rekisteröidy" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "Mt ladattu" #: python/guiv3.py:312 msgid "of" msgstr "/" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Virhe" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Et voi sulkea tätä ikkunaa" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Ei kuvausta" #: python/install.py:214 msgid "Accessories" msgstr "Apuohjelmat" #: python/install.py:215 msgid "Development" msgstr "Ohjelmistokehitys" #: python/install.py:216 msgid "Education" msgstr "Oppiminen" #: python/install.py:217 msgid "Games" msgstr "Pelit" #: python/install.py:218 msgid "Graphics" msgstr "Grafiikka" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Toimisto" #: python/install.py:223 msgid "Patches" msgstr "Päivitykset" #: python/install.py:256 msgid "Include:" msgstr "Sisältäen:" #: python/install.py:262 msgid "Testing" msgstr "Koekäytössä" #: python/install.py:267 msgid "No-cd needed" msgstr "No-cd tarvitaan" #: python/install.py:274 msgid "Commercial" msgstr "Kaupallinen" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Asenna listaamaton ohjelma" #: python/install.py:458 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. Palautteesi, positiivinen tai negatiivinen, on " "erityisen tärkeää, jotta voimme parantaa asennusohjelmaa." #: python/install.py:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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 voit asentaa ohjelmia, jotka käyttävät " "kopiosuojausta (DRM), joka on epäyhteensopiva emuloinnin kanssa.\n" "Ainoa ratkaisu on käyttää ”no-cd”-korjauksia. Koska niitä voi käyttää myös " "piratismitarkoituksiin, emme voi antaa mitään tukea tässä asiassa." #: 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:454 msgid "{0} error" msgstr "{0} virhe" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} www-sivu ei ole saatavissa. Tarkista yhteytesi." #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Päivittää {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Päivitys on saatavilla" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Suorita" #: python/mainwindow.py:247 msgid "Donate" msgstr "Lahjoita" #: python/mainwindow.py:248 msgid "Exit" msgstr "Lopeta" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Pienet kuvakkeet" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Keskikokoiset kuvakkeet" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Suuret kuvakkeet" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Erittäin suuret kuvakkeet" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wine-versioiden hallinta" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Lue PC:n CD-asema" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0}-konsoli" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Sulje kaikki {0}in ohjelmat" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Tiedostoassosiaatiot" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Lisäosien hallinta" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Tuetut ohjelmistot" #: python/mainwindow.py:295 msgid "News" msgstr "Uutiset" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Dokumentaatio" #: python/mainwindow.py:297 msgid "Forums" msgstr "Keskustelupalsta" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Ohjelmavirheet" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Tietoja: {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Tiedosto" #: python/mainwindow.py:366 msgid "Tools" msgstr "Työkalut" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Asetukset" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Lisäosat" #: python/mainwindow.py:369 msgid "Support" msgstr "Tuki" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Sulje" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Asetukset" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Etsi" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Avaa sovelluksen kansio" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Lue ohjekirjasta" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Aseta kuvake" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Sulje sovellus" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Ohjekirjaa ei löytynyt {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Asenna ohjelma" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Päivitä GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Päivitä ohjeet" #: python/mainwindow.py:779 msgid "Debug" msgstr "Virheenjäljitys" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Lähetä palautetta" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Luo pikakuvake" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Avaa hakemisto" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Poista asennus" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Valitse ohjelma" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0}-asetukset" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0}-asennusvalikko" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} - Winen versiohallinta" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Suorita Windows-ohjelmia " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Kehittäjä ja nettisivut: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Ohjelmoijat: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Paketoijat: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Kuvakkeet:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Nämä henkilöt ovat tehneet lahjoituksen ohjelman kehitykselle: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Kääntäjät:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Lue KÄÄNTÄJÄT tiedosto" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} ei löydy {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " ( {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Sinun pitää asentaa jatkaaksesi" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Sinun pitäisi asentaa se käyttääksesi {0}" #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Haluatko varmasti asentaa paketin \"{0}\"?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Välityspalvelimen määritys" #: python/options.py:128 msgid "Set a proxy" msgstr "Määritä välityspalvelin" #: python/options.py:131 msgid "Proxy address" msgstr "Välityspalvelimen osoite" #: python/options.py:134 msgid "Proxy port" msgstr "Välityspalvelimen portti" #: python/options.py:137 msgid "Proxy login" msgstr "Välityspalvelimeen kirjautuminen" #: python/options.py:140 msgid "Proxy password" msgstr "Välityspalvelimen salasana" #: python/options.py:187 msgid "Installed plugins" msgstr "Asennetut lisäosat" #: python/options.py:205 msgid "Add" msgstr "Lisää" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Käytössä" #: python/options.py:209 msgid "Choose a plugin" msgstr "Valitse lisäosa" #: python/options.py:262 msgid "What is the extension?" msgstr "Mikä on assosiaation tiedostopääte?" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "Poista" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Haluatko varmasti asentaa: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Haluatko varmasti poistaa: " #: python/options.py:333 msgid "Disable" msgstr "Pois käytöstä" #: python/options.py:374 msgid "Apply" msgstr "Toteuta" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Asennetut Winen versiot: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Saatavilla olevat Winen versiot: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Winen versiot" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Haluatko varmasti poistaa Winen?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} ei voi käynnistää POL_SetupWindow_server." playonlinux/lang/po/fr.po000066400000000000000000001666361341024004000157540ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-10-01 12:31+0000\n" "Last-Translator: SenzaiSh0w \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 distorsion de la souris ?" #: 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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Signaler un bug" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, 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:41 #, 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 "" "Vôtre version de $APPLICATION_TITLE n'est pas à jour.\\nVous devez mettre à " "jour $APPLICATION_TITLE avant d'envoyer un rapport de bug.\\n Merci de vôtre " "compréhension" #: bash/bug_report:47 #, sh-format msgid "I have a problem with a software" msgstr "J'ai un problème avec un logiciel" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mon problème concerne $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Quelle sorte de problème rencontrez-vous?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Ne pas joindre de fichier log" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Installation manuelle" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Installation automatique" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Choisissez le fichier log correspondant à votre logiciel." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" "Veuillez expliquer votre problème clairement (en anglais uniquement):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Désolé, une description détaillée est requise." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Créateur de lecteur virtuel" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Quelle version de Wine désirez vous utiliser?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Veuillez lire ceci" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configurateur d'application pour $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Veuillez patienter…" #: 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 "Le raccourci à été créer sur vôtre bureau" #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installer un programme dans un nouveau disque virtuel" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Modifier ou mettre à jour une application existante" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Que voulez-vous faire ?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Veuillez choisir un programme" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Utiliser une autre version de Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurer Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Installer certaines librairies" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Si vous ne savez pas, décochez tout" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Que souhaiteriez vous faire avant l'installation?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Veuillez faire votre choix" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Recherche de CD-ROM exécutables" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Choisir un autre fichier" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Veuillez choisir une façon pour installer votre programme." #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Veuillez sélectionner le fichier d'installation à exécuter." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Vous devez choisir un fichier!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE est en train d'installer votre application." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Usage : " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tChoisir un fichier" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtraire le paquetage" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstaller le paquetage" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tAfficher ce message" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestionnaire de paquetages de $APPLICATION_TITLE : " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Choisissez un paquetage à installer" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestionnaire de paquetages de PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Impossible de trouver le fichier : " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " n'est pas un paquetage valable de PlayOnLinux!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Ce fichier : " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " n'existe pas!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Extraction : " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "En cours d'exécution." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Netoyage en cours..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Sélection de l'icône" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Veuillez sélectionner un fichier d'icône" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Mauvaise extension de fichier" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "n'est pas une extension d'icône" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Éditeur de la base de registre" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Arrêter tous les processus du préfixe" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Mettre à jour wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuler un redémarrage de Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Utiliser l'extension de configuration avancée de Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Utiliser le configurateur de PlayOnLinux pour" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Changer l'icône" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Utiliser WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Veuillez choisir un programme à exécuter" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Le debugger de $APPLICATION_TITLE est lancé." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE est en train d'analyser votre application." #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Quel est le nom de votre programme?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installation terminée." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "PlayOnMac a besoin d'installer XQuartz pour fonctionner." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Ne pas installer XQuartz pour le moment." #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Le fichier a été téléchargé manuellement par moi même." #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Télécharger XQuartz automatiquement." #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Téléchargement en cours de XQuartz." #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Où est" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Installation en cours de XQuartz" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz a été installé." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Définition de la variable «Program Files»" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, 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:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Librairie externe" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Création du raccourci" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Voulez-vous supprimer le disque virtuel :" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Vérification de l'extension : " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nouvelle : " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Mise à jour de l'extension. Précédente : " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Installation de l'extension : " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Merci de patienter pendant que $APPLICATION_TITLE télécharge :" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Voulez-vous réessayer ?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Impossible de trouver ${dest} dans ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extraction de ${filename} depuis ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "La taille du fichier extrait ne correspond pas!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Copie en cours de ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Les tailles ne correspondent pas!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Profil de $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " sur votre ordinateur." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " sera installé dans : " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Cliquez sur «Suivant» pour commencer." #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Ce programme d'installation est fourni par : " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Ce programme a été créé par : " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Cet assistant vous aidera à installer " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bienvenue dans l'assistant d'installation de $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Où est monté votre CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Autre" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Actualiser" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Lecture de votre périphérique" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Erreur : impossible de trouver le CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Patientez pendant que $APPLICATION_TITLE copie des fichiers :" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Analyse du disque dur virtuel." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Votre carte graphique n'a pas assez de mémoire." #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Utiliser la version Steam Store" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Utiliser la version de démonstration de Steam Store" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Utilisez la version ludothèque de Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Utilisez la version ludothèque de démonstration de Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Utiliser la version Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Utiliser la version démo d'Origin Store" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Choisir un fichier d'installation sur mon ordinateur" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Utiliser le(s) CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Utiliser le(s) DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Télécharger le programme" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Merci de choisir une méthode d'installation" #: lib/setupwindow.lib:712 #, 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:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Parcourir" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Ceci est l'installateur d'une mise à jour ou d'une extension.\\nVeuillez " "d'abord installer $TITLE_REQUIRED" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Impossible de trouver la version : " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Téléchargement de wine : " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Le téléchargement semble avoir échoué." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Extraction de wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Abandonner l'installation" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Interruption par l'utilisateur" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Merci de patienter pendant l'installation de $SOFTNAME ..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "L'Installation est effectuée" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Général" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Créer un nouveau raccourci depuis ce disque dur virtuel" #: python/configure.py:202 msgid "Name" msgstr "Nom" #: python/configure.py:203 msgid "Wine version" msgstr "Version de Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Disque virtuel" #: python/configure.py:208 msgid "Arguments" msgstr "Arguments" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Lancer l'assistant de configuration" #: python/configure.py:249 msgid "Windows reboot" msgstr "Redémarrage de Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Réparer le disque virtuel" #: python/configure.py:266 msgid "Command prompt" msgstr "Invite de commandes" #: python/configure.py:273 msgid "Task manager" msgstr "Gestionnaire de tâches" #: python/configure.py:281 msgid "Kill processes" msgstr "Tuer les processus" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Désinstaller" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installer" #: python/configure.py:398 msgid "Open program's directory" msgstr "Ouvrir le dossier du programme" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Ouvrir le dossier du disque virtuel" #: python/configure.py:565 msgid "GLSL Support" msgstr "Prise en charge de GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Rendu direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Taille de la mémoire vidéo" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Mode de rendu Offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Verrouillage du mode cible de rendu" #: python/configure.py:570 msgid "Multisampling" msgstr "Échantillonnage multiple" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Ordonnancement strict Draw" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Forcer la distorsion de la souris" #: python/configure.py:583 msgid "Open a shell" msgstr "Ouvrir un terminal" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Lancer un «.exe» dans ce disque virtuel" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Commande à exécuter avant de lancer le programme" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Faites attention!\n" "Si vous modifiez " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "Configuration de {0}" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Nouveau" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Supprimer" #: python/configure.py:715 msgid "Install components" msgstr "Installez les composants" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Affichage" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Divers" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Ce disque virtuel est protégé" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "Êtes-vous sur de vouloir supprimer {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Veuillez sélectionner le fichier de débogage" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Ce fichier est nommé : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Disques Virtuels" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "Assistant de {0}" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Annuler" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Suivant" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Non" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Oui" #: python/guiv3.py:178 msgid "I Agree" msgstr "J'accepte" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Afficher les disques virtuels" #: python/guiv3.py:201 msgid "Login: " msgstr "Identifiant : " #: python/guiv3.py:202 msgid "Password: " msgstr "Mot de passe : " #: python/guiv3.py:205 msgid "Register" msgstr "S'inscrire" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "Mio téléchargés" #: python/guiv3.py:312 msgid "of" msgstr "sur" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Erreur" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Vous ne pouvez pas fermer cette fenêtre" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Aucune description" #: python/install.py:214 msgid "Accessories" msgstr "Accessoires" #: python/install.py:215 msgid "Development" msgstr "Développement" #: python/install.py:216 msgid "Education" msgstr "Éducation" #: python/install.py:217 msgid "Games" msgstr "Jeux" #: python/install.py:218 msgid "Graphics" msgstr "Graphisme" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimédia" #: python/install.py:221 msgid "Office" msgstr "Bureautique" #: python/install.py:223 msgid "Patches" msgstr "Correctifs" #: python/install.py:256 msgid "Include:" msgstr "Inclure :" #: python/install.py:262 msgid "Testing" msgstr "En test" #: python/install.py:267 msgid "No-cd needed" msgstr "No-cd requis" #: python/install.py:274 msgid "Commercial" msgstr "Commercial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Installer un programme non listé" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Actualisation de {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Une mise à jour de {0} est disponible" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Exécuter" #: python/mainwindow.py:247 msgid "Donate" msgstr "Faire un don" #: python/mainwindow.py:248 msgid "Exit" msgstr "Quitter" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Petites icônes" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Moyennes icônes" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Grandes icônes" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Très grandes icônes" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Gérer les versions de Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Lire un CD-Rom pour PC" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Console de {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Fermer tous les programmes de {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Associations de fichier" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Gestionnaire d'extensions" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "À propos de {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Fichier" #: python/mainwindow.py:366 msgid "Tools" msgstr "Outils" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Réglages" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Extensions" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Fermer" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configurer" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Recherche" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Ouvrir le dossier de l'application" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Lire le manuel" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Changer l'icône" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Fermer cette application" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Pas de manuel trouvé pour {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Installer un programme" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Mise à jour de GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Déboguer" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Retour d'expérience" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Créer un raccourcis" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Ouvrir le répertoire" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Désinstaller" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Merci de choisir un programme." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Réglages de {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "Menu d'installation de {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "Gestionnaire de version de Wine de {0}" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Lancer votre programme Windows sur " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Concepteur et site Web : " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Créateurs de scripts : " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Créateur de paquetages : " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Icônes :" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Les personnes suivantes ont contribué à ce programme : " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Traductions :" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Lire le fichier TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Voulez-vous vraiment installer le paquetage de {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Configuration du serveur mandataire" #: python/options.py:128 msgid "Set a proxy" msgstr "Utiliser un serveur mandataire" #: python/options.py:131 msgid "Proxy address" msgstr "Adresse du serveur mandataire" #: python/options.py:134 msgid "Proxy port" msgstr "Port du serveur mandataire" #: python/options.py:137 msgid "Proxy login" msgstr "Identifiant du serveur mandataire" #: python/options.py:140 msgid "Proxy password" msgstr "Mot de passe du serveur mandataire" #: python/options.py:187 msgid "Installed plugins" msgstr "Extensions installées" #: python/options.py:205 msgid "Add" msgstr "Ajouter" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Activer" #: python/options.py:209 msgid "Choose a plugin" msgstr "Choisissez une extension" #: python/options.py:262 msgid "What is the extension?" msgstr "Quelle est l'extension?" #: python/options.py:274 msgid "Assigned program" msgstr "Programme assigné" #: python/options.py:276 msgid "Delete" msgstr "Effacer" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Voulez-vous vraiment installer : " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Voulez-vous vraiment supprimer : " #: python/options.py:333 msgid "Disable" msgstr "Désactiver" #: python/options.py:374 msgid "Apply" msgstr "Appliquer" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Versions de Wine installées : " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versions de Wine disponibles : " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versions de Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Etes vous certain de vouloir supprimer wine {0} ?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/gl.po000066400000000000000000001375241341024004000157410ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Reportar un erro" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor de Rexistro" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Outro" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Buscar" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Xeral" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Crear un acceso directo a esta unidade virtual" #: python/configure.py:202 msgid "Name" msgstr "Nome" #: python/configure.py:203 msgid "Wine version" msgstr "Versión de Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Unidade virtual" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Executar o asistente de configuración" #: python/configure.py:249 msgid "Windows reboot" msgstr "Reinicio Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "Saida do comando" #: python/configure.py:273 msgid "Task manager" msgstr "Administrador de tareas" #: python/configure.py:281 msgid "Kill processes" msgstr "Matar proceso" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Instalar" #: python/configure.py:398 msgid "Open program's directory" msgstr "Abrir carpeta de programas" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Abrir carpeta de unidades virtuais" #: python/configure.py:565 msgid "GLSL Support" msgstr "Soporte para GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Render Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Tamaño da memoria do video" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Modo de renderizado fora da pantalla" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Bloquear o modo Render target" #: python/configure.py:570 msgid "Multisampling" msgstr "Multiexemplo" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Pedido strict draw" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Señalizar punteiro" #: python/configure.py:583 msgid "Open a shell" msgstr "Abrir unha linea de comandos" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Executar un .exe nesta unidade virtual" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} configuración" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Novo" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Eliminar" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Pantalla" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Varios" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Esta unidade virtual está protexida" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "Asistente de {0}" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Seguinte" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Non" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Sí" #: python/guiv3.py:178 msgid "I Agree" msgstr "De acordo" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Ver dispositivos virtuais" #: python/guiv3.py:201 msgid "Login: " msgstr "Nome de usuario: " #: python/guiv3.py:202 msgid "Password: " msgstr "Contrasinal: " #: python/guiv3.py:205 msgid "Register" msgstr "Rexistro" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB descargado" #: python/guiv3.py:312 msgid "of" msgstr "de" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Sen descrición" #: python/install.py:214 msgid "Accessories" msgstr "Accesorios" #: python/install.py:215 msgid "Development" msgstr "Desenvolvemento" #: python/install.py:216 msgid "Education" msgstr "Educación" #: python/install.py:217 msgid "Games" msgstr "Xogos" #: python/install.py:218 msgid "Graphics" msgstr "Gráficos" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Oficina" #: python/install.py:223 msgid "Patches" msgstr "parches" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Provas" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Instalar un programa non-listado" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Volvendo a cargar {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Unha nova versión de {0} esta dispoñible" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Executar" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donar" #: python/mainwindow.py:248 msgid "Exit" msgstr "Saír" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Administar versión de Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Consola de {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Cerrar todos o software de {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Xestor de plugins" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "A cerca de {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Arquivo" #: python/mainwindow.py:366 msgid "Tools" msgstr "Ferramentas" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Axustes" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configuración" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Abrir o directorio da aplicación" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Elexir o icono" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Cerrar esta aplicación" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Configuración de {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "Instalar menú de {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "Xestor de versións de Wine de {0}" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Executar os teus programas windows en " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Deseñador e Páxina web: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Escritores: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Empaquetador: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Iconas:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "A seguinte xente colaborou con este programa: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} non está pensado para executarse como root. Desculpe." #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Configuración do proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Elexir proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Direción proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Porto proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Login proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Contrasinal Proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Plugins instalados" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Activado" #: python/options.py:209 msgid "Choose a plugin" msgstr "Escolla un plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Está seguro de que quere instalar: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Está seguro de que quere borrar: " #: python/options.py:333 msgid "Disable" msgstr "Desabilitar" #: python/options.py:374 msgid "Apply" msgstr "Aplicar" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Versións de Wine instaladas: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versións de Wine dispoñibles: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versións de Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Está seguro de que desexa eliminar Wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/he.po000066400000000000000000001510621341024004000157240ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "התהליך הושלם" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "דיווח על תקלה" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "הגדרת Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "עורך רישומי המערכת" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "איפה כונן התקליטורים שלך מעוגן?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "אחר" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "רענון" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "ההתקן שלך נקרא" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "שגיאה: לא ניתן למצוא את כונן התקליטורים!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "נא להמתין בזמן שמועתקים קבצים על ידי $APPLICATION_TITLE:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "הכונן הווירטואלי נסרק ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "עיון" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "נא להמתין בזמן שהחומרה שלך נסרקת על ידי $APPLICATION_TITLE" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "זוהי תכנית התקנה עבור עדכון או תוסף;\\n\r\n" "נא התקן את $TITLE_REQUIRED תחילה" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "לא ניתן למצוא את הגרסה: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "מתבצעת הורדה של Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "מסתבר כי ההורדה נכשלה." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "מתבצע חילוץ של Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "שכתוב (עוד על פי רוב, לא תמיד)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "(מחיקה) תוכן הכונן הווירטואלי יאבד)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "ביטול ההתקנה" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "כונן היעד הווירטואלי $PREFNAME כבר קיים:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "ביטול המשתמש" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "נא להמתין בזמן ההתקנה של $SOFTNAME..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "ההתקנה הסתיימה" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "יש ללחוץ על הבא רק כאשר תהליך ההתקנה הסתיים" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "כללי" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "יצירת קיצור דרך חדש מכונן וירטואלי זה" #: python/configure.py:202 msgid "Name" msgstr "שם" #: python/configure.py:203 msgid "Wine version" msgstr "גרסת ה־Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "כונן וירטואלי" #: python/configure.py:208 msgid "Arguments" msgstr "ארגומנטים" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "הפעלת אשף תצורה" #: python/configure.py:249 msgid "Windows reboot" msgstr "הפעלה מחדש של Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "תיקון כונן וירטואלי" #: python/configure.py:266 msgid "Command prompt" msgstr "שורת פקודה" #: python/configure.py:273 msgid "Task manager" msgstr "מנהל משימות" #: python/configure.py:281 msgid "Kill processes" msgstr "חיסול יישומים" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "תכניות הסרה של Wine" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "נא להיזהר! התקנת כל אחד מהרכיבים האלה עלול לפגום בפעילות הכונן הווירטואלי " "שלך." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "התקנה" #: python/configure.py:398 msgid "Open program's directory" msgstr "פתיחת התיקייה של התכנית" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "פתיחת התיקייה של הכונן הווירטואלי" #: python/configure.py:565 msgid "GLSL Support" msgstr "תמיכה ב־GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "מעבד Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "גודל זיכרון הווידאו" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "ריבוי דגימות" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "פתיחת מסוף" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "הרצת ‎.exe בכונן וירטואלי זה" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "פעולה להפעלה לפני הרצת התכנית" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "נא להיזהר!\n" "אם יערכו שינויים " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "בתצורה של {0}" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "נא לבחור תכנית או כונן וירטואלי להגדרה" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "חדשה (Prefix)התקן תוכנה בתחילית" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "הסרה" #: python/configure.py:715 msgid "Install components" msgstr "התקנת רכיבים" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "תצוגה" #: python/configure.py:717 msgid "Miscellaneous" msgstr "שונות" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "כונן וירטואלי זה מוגן" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "האם אכן למחוק את הכונן הווירטואלי {0} ?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "האם אכן למחוק את {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "נא לבחור קובץ ניפוי שגיאות" #: python/debug.py:80 msgid "Locate this logfile" msgstr "איתור קובץ יומן זה" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "שם הקובץ הוא : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "כוננים וירטואליים" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "דיווח על בעיה כנגד {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "אשף {0}" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "ביטול" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "הבא" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "לא" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "כן" #: python/guiv3.py:178 msgid "I Agree" msgstr "מוסכם בעיני" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "הצגת כוננים וירטואליים" #: python/guiv3.py:201 msgid "Login: " msgstr "שם משתמש: " #: python/guiv3.py:202 msgid "Password: " msgstr "ססמה: " #: python/guiv3.py:205 msgid "Register" msgstr "הרשמה" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "מ״ב התקבלו" #: python/guiv3.py:312 msgid "of" msgstr "מתוך" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "שגיאה" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "אסור לסגור חלון זה" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "ללא תיאור" #: python/install.py:214 msgid "Accessories" msgstr "עזרים" #: python/install.py:215 msgid "Development" msgstr "פיתוח" #: python/install.py:216 msgid "Education" msgstr "חינוך" #: python/install.py:217 msgid "Games" msgstr "משחקים" #: python/install.py:218 msgid "Graphics" msgstr "גרפיקה" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "אינטרנט" #: python/install.py:220 msgid "Multimedia" msgstr "מולטימדיה" #: python/install.py:221 msgid "Office" msgstr "יישומים משרדיים" #: python/install.py:223 msgid "Patches" msgstr "פריצות" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "בדיקה" #: python/install.py:267 msgid "No-cd needed" msgstr "לא נדרש תקליטור" #: python/install.py:274 msgid "Commercial" msgstr "מסחרי" #: python/install.py:308 msgid "Install a non-listed program" msgstr "התקנת תכנית שאינה ברשימה" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "שגיאת {0}" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "הפעלה" #: python/mainwindow.py:247 msgid "Donate" msgstr "תרומה" #: python/mainwindow.py:248 msgid "Exit" msgstr "יציאה" #: python/mainwindow.py:252 msgid "Small icons" msgstr "סמלים קטנים" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "סמלים בינוניים" #: python/mainwindow.py:254 msgid "Large icons" msgstr "סמלים גדולים" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "סמלים גדולים מאוד" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "ניהול הגרסאות של Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "קריאת תקליטור למחשב שולחני" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "שיוכי קבצים" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "מנהל התוספים" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "על אודות {0}" #: python/mainwindow.py:364 msgid "File" msgstr "קובץ" #: python/mainwindow.py:366 msgid "Tools" msgstr "כלים" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "הגדרות" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "תוספים" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "סגירה" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configure" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "חיפוש" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "פתיחת תיקיית היישום" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "קריאת המדריך" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "הגדרת הסמל" #: python/mainwindow.py:608 msgid "Close this application" msgstr "סגירת יישום זה" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "לא נמצא מדריך עבור {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "התקנת תכנית" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "עדכון מ־GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "ניפוי שגיאות" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "יצירת קיצור דרך" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "פתיחת התיקייה" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "הסרה" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "נא לבחור בתכנית." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "ההגדרות של {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "תפריט ההתקנה של {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "מנהל גרסאות ה־wine של {0}" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "הכונן הווירטואלי המשויך עם {0} ({1}) אינו קיים עוד." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "הפעלת תכניות ה־Windows שלך על גבי " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "צוות PlayOnLinux ו־ PlayOnMac\n" "תחת גרסה 3 של רישיון ה־ GPL" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "מפתח ואתר הבית: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "יוצרי סקריפטים: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "אורז: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "סמלים:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "האנשים הבאים תרמו לתכנית זו: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "תרגומים:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "ניתן לקרוא בקובץ TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "ל־{0} אין אפשרות למצוא את {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "עליך להתקין זאת כדי להמשיך" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "עליך להתקין זאת כדי להשתמש ב־{0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "לא היית אמור להריץ את {0} כמשתמש על, עמך הסליחה" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "האם אכן להתקין את החבילה {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Proxy configuration" #: python/options.py:128 msgid "Set a proxy" msgstr "Set a proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy address" #: python/options.py:134 msgid "Proxy port" msgstr "פתחת המתווך" #: python/options.py:137 msgid "Proxy login" msgstr "שם הכניסה למתווך" #: python/options.py:140 msgid "Proxy password" msgstr "ססמת המתווך" #: python/options.py:187 msgid "Installed plugins" msgstr "Installed plugins" #: python/options.py:205 msgid "Add" msgstr "הוספה" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Enable" #: python/options.py:209 msgid "Choose a plugin" msgstr "Choose a plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "מה היא ההרחבה?" #: python/options.py:274 msgid "Assigned program" msgstr "תכנית מוגדרת" #: python/options.py:276 msgid "Delete" msgstr "מחיקה" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "האם באמת ברצונך להתקין את: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "האם באמת ברצונך למחוק את: " #: python/options.py:333 msgid "Disable" msgstr "נטרול" #: python/options.py:374 msgid "Apply" msgstr "החלה" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "עליך להפעיל את {0} מחדש כדי שהשינויים ייכנסו לתוקף." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "גרסאות ה־Wine המותקנות: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "גרסאות ה־Wine הזמינות: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "גרסאות Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "האם אכן ברצונך למחוק את wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "ל־{0} אין אפשרות להפעיל את POL_SetupWindow_server." playonlinux/lang/po/hi.po000066400000000000000000001275011341024004000157310ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/hr.po000066400000000000000000001537131341024004000157460ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-09-05 10:53+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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Prijavite grešku" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Imam problem sa softverom" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Moj problem se odnosi samo na $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Kakvu vrstu problema imate?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Nemoj dodati nikakvu datoteku zapisa" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Ručna instalacija" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Odaberite datoteku zapisa koja odgovara vašem problemu." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Objasnite vaš problem razumljivo (samo na engleskom):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Isprika, trebamo detaljniji opis." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Koju inačicu Wine-a želite koristiti?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Molim, pročitajte ovo" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE podešavanje aplikacije" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Molim pričekajte..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instaliraj program u novom virtualnom pogonu" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Uredi ili ažuriraj postojeću aplikaciju" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Što želite učiniti?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Odaberite program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Koristite drugu inačicu Wine-a" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Podesite Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Instaliraj neke knjižnice" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Ako ne znate, odznačite sve" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Što želite napraviti prije instalacije?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Odaberite vaš izbor" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Tražim upotrebljive CD-ROM-ove" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Odaberi drugu datoteku" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Odaberite način na koji želite instalirati vaš program" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Odaberite instalacijsku datoteku za pokretanje." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Morate odabrati datoteku!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE instalira vašu aplikaciju..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Korištenje: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tOaberi datoteku" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tRaspakiraj paket" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstaliraj paket" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tPrikaži poruku" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE upravitelj paketa: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Odaberi paket za instalaciju" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux upravitelj paketa" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Nemoguće je pronaći datoteku: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nije valjan PlayOnLinux paket!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Ova datoteka: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " ne postoji!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Raspakiravanje: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Pokretanje..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Čišćenje..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Odabir ikona" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Odaberite datoteku ikone" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Pogrešna vrsta datoteke" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "nije vrst ikone" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Uređivač registra" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Ubij sve procese prefiksa" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Ažuriraj wineprefiks" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simuliraj Windows ponovno pokretanje računala" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Koristi napredni priključak Wine podešavanja" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Korisit PlayOnLinux podešavanje za" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Promijeni ikonu" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Koristi WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Odaberite program za pokretanje" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE pokretanje ispravljanja grešaka..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analizira vašu aplikaciju" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Koji je naziv vašeg programa?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalacija završena." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Trenutno nemoj instalirati XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Sam ću preuzeti datoteku" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Molim preuzmi XQuartz umjesto mene" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Preuzimanje XQuartz-a" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Gdje je" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Instalacija XQuartza..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz je instaliran." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Postavljanje var datoteke programa" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ova funkcija je onemogućena u PlayOnlinux okružju." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Vanjska knjižnica" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Stvaranje prečaca..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Želite li obrisati virtualni disk:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Provjera priključka: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Novo: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Ažuriranje priključka. Prije: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Instalacija priključka: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Pričekajte dok se $APPLICATION_TITLE preuzima:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Neuspjelo lociranje ${dest} iz ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Otpakiravanje ${filename} iz ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Veličina raspakirane datoteke se ne poklapa!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopiranje ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Veličina datoteke se ne poklapa!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " na vaše računalo." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " bit će instaliran u: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Kliknite Naprijed za pokretanje" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Ovaj instalirani program podržava: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Ovaj program je napravio: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Ovaj čarobnjak će vam pomoći pri instalaciji " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Dobrodošli u $APPLICATION_TITLE čarobnjak instalacije." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Gdje je montiran vaš CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Ostalo" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Osvježi" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Greška: nemoguće je pronaći CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Pretraživanje virtualnog diska..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Video kartica nema dovoljno memorije" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Koristi Steam Store inačicu" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Koristi Steam Store probnu inačicu" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Koristi instalacijsku datoteku na mojem računalu" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Koristi CD-ROM(ove)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Koristi DVD-ROM(ove)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Preuzmi program" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Odaberite način instalacije" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ne želim napraviti još jedan prečac" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Pregledaj" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Ovo je instalacijski program za ažuriranje ili dodatak;\\nPrvo instalirajte " "$TITLE_REQUIRED" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Nemoguće je pronaći inačicu: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Preuzimanje Wine-a: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Neuspjelo preuzimanje." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Raspakiravam Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Pričekajte dok se $SOFTNAME instalira..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Instalacija završena" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Općenito" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Napravi novi prečac za ovaj virtualni pogon" #: python/configure.py:202 msgid "Name" msgstr "Naziv" #: python/configure.py:203 msgid "Wine version" msgstr "Wine inačica" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtualni pogon" #: python/configure.py:208 msgid "Arguments" msgstr "Argumenti" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Pokreni čarobnjak podešavanja" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows ponovno pokretanje" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "Naredbeni redak" #: python/configure.py:273 msgid "Task manager" msgstr "Upravitelj zadatka" #: python/configure.py:281 msgid "Kill processes" msgstr "Ubij procese" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Instaliraj" #: python/configure.py:398 msgid "Open program's directory" msgstr "Otvori direktorij programa" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Otvori direktorij virtualnih pogona" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL podrška" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw iscrtavanje" #: python/configure.py:567 msgid "Video memory size" msgstr "Veličina video memorije" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Offscreen način prikaza" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Target mode lock prikaz" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw poredak" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Otvori ljusku" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Pokreni .exe datoteku u ovom virtualnom pogonu" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Budite pažljivi!\n" "Ako promijenite " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} podešavanje" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Novo" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Ukloni" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Prikaz" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Ostalo" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Ovaj virtualni pogon je zaštićen" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Sigurno želite obrisati {0} virtual disk ?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Sigurno želite obrisati {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} čarobnjak" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Otkaži" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Naprijed" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Ne" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Da" #: python/guiv3.py:178 msgid "I Agree" msgstr "Slažem se" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Prikaži virtualne pogone" #: python/guiv3.py:201 msgid "Login: " msgstr "Prijava: " #: python/guiv3.py:202 msgid "Password: " msgstr "Lozinka: " #: python/guiv3.py:205 msgid "Register" msgstr "Registriraj" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB preuzeto" #: python/guiv3.py:312 msgid "of" msgstr "od" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Greška" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Nema opisa" #: python/install.py:214 msgid "Accessories" msgstr "Pomagala" #: python/install.py:215 msgid "Development" msgstr "Razvoj" #: python/install.py:216 msgid "Education" msgstr "Obrazovanje" #: python/install.py:217 msgid "Games" msgstr "Igre" #: python/install.py:218 msgid "Graphics" msgstr "Grafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedija" #: python/install.py:221 msgid "Office" msgstr "Ured" #: python/install.py:223 msgid "Patches" msgstr "Zakrpe" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Testiranje" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Instalirajte program koji nije na popisu" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Osvježavanje {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Novija inačica {0} je dostupna" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Pokreni" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donirajte" #: python/mainwindow.py:248 msgid "Exit" msgstr "Zatvorite PlayOnLinux" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Male ikone" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Srednje ikone" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Velike ikone" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Najveće ikone" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Upravitelj Wine inačica" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} konzola" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Zatvorite sve {0} softvere" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Upravitelj priključaka" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "O {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Datoteka" #: python/mainwindow.py:366 msgid "Tools" msgstr "Alati" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Postavke" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Priključci" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Podesi" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Otvorite direktorij aplikacije" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Pročitajte priručnik" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Postavite ikonu" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Zatvorite ovu aplikaciju" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Priručnik nije pronađen za {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} postavke" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} izbornik instalacije" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} upravitelj wine inačica" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Pokrenite vaš Windows program na " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Razvijatelji i web stranica: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Skripte: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Paketi: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikone:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Slijedeći ljudi su doprinjeli ovom programu: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Prijevodi:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Pročitajte datoteku PREVODITELJA" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Sigurno želite instalirati {0} paket?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Proxy podešavanje" #: python/options.py:128 msgid "Set a proxy" msgstr "Postavi proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy adresa" #: python/options.py:134 msgid "Proxy port" msgstr "Proxy ulaz" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy prijava" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy lozinka" #: python/options.py:187 msgid "Installed plugins" msgstr "Instalirani priključci" #: python/options.py:205 msgid "Add" msgstr "Dodaj" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Omogući" #: python/options.py:209 msgid "Choose a plugin" msgstr "Odaberite priključak" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Sigurno želite instalirati: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Sigurno želite obrisati: " #: python/options.py:333 msgid "Disable" msgstr "Onemogući" #: python/options.py:374 msgid "Apply" msgstr "Primjeni" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Instalirana Wine inačica: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Dostupne Wine inačice: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine inačice" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Sigurno želite obrisati wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/hu.po000066400000000000000000001325241341024004000157460ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Registry Szerkesztő" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Egyéb" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Frissítés" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Tallózás" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Általános" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Telepítés" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Új" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Eltávolítás" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Mégsem" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Következő" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nem" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Igen" #: python/guiv3.py:178 msgid "I Agree" msgstr "Elfogadom" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "/" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "Kellékek" #: python/install.py:215 msgid "Development" msgstr "Fejlesztés" #: python/install.py:216 msgid "Education" msgstr "Oktatás" #: python/install.py:217 msgid "Games" msgstr "Játékok" #: python/install.py:218 msgid "Graphics" msgstr "Grafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimédia" #: python/install.py:221 msgid "Office" msgstr "Iroda" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Futtatás" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "Kilépés" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "Fájl" #: python/mainwindow.py:366 msgid "Tools" msgstr "Eszközök" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Beállítások" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Bővítőmodulok" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Beállítás" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Proxy beállítás" #: python/options.py:128 msgid "Set a proxy" msgstr "Proxy beállítása" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy címzések" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "Telepített bővítmények" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Engedélyezés" #: python/options.py:209 msgid "Choose a plugin" msgstr "Válassz egy bővítményt" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "Tiltás" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/id.po000066400000000000000000001333131341024004000157230ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Konfigurasi Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/it.po000066400000000000000000001711041341024004000157430ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-05-10 23:11+0000\n" "Last-Translator: Emanuele Salvi \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Segnala un errore" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Ho un problema con un programma" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Il mio problema riguarda $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Che tipo di problema hai?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Non unire nessun file di registro" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Installazione manuale" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Installazione automatica" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Scegli il file di registro corrispondente al tuo programma." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Per favore esponi chiaramente il tuo problema (solo in inglese)" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Ci dispiace, ci serve una descrizione dettagliata." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Grazie! !\\n\\n La tua segnalazione è stata inviata." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Creatore disco virtuale" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Che tipo di unità virtuale vuoi creare?" #: bash/create_prefix:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Che versione di Wine vorresti usare?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Si prega di leggere questo" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configuratore Applicazione $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Per favore aspetta..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Benvenuto nel manuale di installazione di $APPLICATION_TITLE.\\n\\nQuesto " "script ti consentirà di installare ogni programma su $APPLICATION_TITLE e " "usarlo con tutti i tools \\n\\nAttenzione: non possiamo garantire il " "perfetto funzionamento di ogni applicazione." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installa il programma in un nuovo dispositivo virtuale" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Modifica o aggiorna un'applicazione esistente" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Cosa vorresti fare?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Per favore scegli un programma" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Usa un'altra versione di Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configura Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Installa qualche libreria" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Se non le conosci, deseleziona tutto" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Cosa vorresti fare prima dell'installazione?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Per favore fai la tua scelta" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "In cerca di CD-ROMs eseguibili" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Scegli un'altro file" #: bash/manual_install:261 #, 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:270 #, sh-format msgid "Please select the install file to run." msgstr "Per favore seleziona un file di installazione da eseguire." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Devi scegliere un file!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE sta installando le tue applicazioni..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Utilizzo: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tScegli un file" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tEstrai il pacchetto" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstalla il pacchetto" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tMostra questo messaggio" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestore pacchetti $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Scegli un pacchetto da installare" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestore di pacchetti PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Impossibile trovare il file: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " Non un pacchetto PlayOnLinux valido!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Questo file: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " non esiste!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Estrazione: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "In esecuzione..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Pulizia..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Arresto dei programmi nella macchina virtuale..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Seleziona icona" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Per favore seleziona un file icona" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Estensione non valida" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "non è un'estensione di icona" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor di registro" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Arresto di tutti i processi prefissati" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Aggiorna i prefissi Wine" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulazione riavvio Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usa il plugin di Configurazione Avanzata di Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Usare il configuratore di PlayOnLinux per" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Cambia l'icona" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Usa WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Per favore scegli un programma da eseguire" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Il debugger di $APPLICATION_TITLE sta partendo..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE si è bloccato." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Aspetta che XQuartz venga installato" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE sta analizzando la tua applicazione" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Qual'è il nome del tuo programma?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installazione finita." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" "PlayOnMac ha bisogno di installare XQuartz per funzionare correttamente" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac ti aiuterà semplificando questo passaggio" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Non installare XQuartz per il momento" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ho scaricato il file da solo" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Scarica XQuatz per me" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Scaricando XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Dov'è" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Installando XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "Xquartz è stato installato" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "Non riesco ad installare Xquartz! Devi installarlo per usare Wine " "correttamente." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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 ha riscontrato un errore. Se il programma che stai " "installando non funziona correttamente, potrebbe essere a causa " "dell'errore.\\nVisita www.$POL_DNS per altre informazioni" #: lib/debug.lib:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Impostando la var Program Files" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Questa funzione è disabilitata nell'ambiente di PlayOnLinux" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Libreria esterna" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Creando la scorciatoia..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Vuoi cancellare l'unità virtuale:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Il tuo kernel Linux potrebbe non essere configurato per funzionare con " "programmi Win 16 sotto Wine\\n Info $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Il tuo kernel Linux potrebbe non essere compatibile per funzionare con " "programmi Win 16 sotto Wine\\n Info $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Controlla plugin: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nuovo: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aggiornando i plugin. Precedenti: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Installa plugin: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Per favore attendi mentre $APPLICATION_TITLE scarica:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Si è verificato un errore durante lo scaricamento" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Vuoi riprovare?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Impossibile trovare ${dest} in ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Estrazione di ${filename} da ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Estrazione dimensione file non corrispondente" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Copiando ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Dimensione file non corrispondente" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Profilo di $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " sul tuo computer." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " sarà installato in: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Clicca Avanti per iniziare" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "L'installazione di questo programma è fornita da: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Questo programma è stato creato da: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Questa operazione guidata ti aiuterà ad installare " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Benvenuto al wizard di installazione $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Dov'è montato il tuo CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Altro" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Ricarica" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Leggendo la tua unità" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Errore: Impossibile trovare il CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Scansione unità virtuali..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "La scheda video non ha abbastanza memoria" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Usare la versione Steam Store" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Usare la versione demo di Steam Store" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Usa la versione dello Store Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Usa la versione demo dello Store Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Usa la versione dello Store Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Usa la versione demo dello Store Desura" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Usare un file d'installazione sul mio computer" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usa CD-ROM" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usa DVD-ROM" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Scaricando il programma" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Per favore scegli un metodo di installazione" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Non voglio creare un'altro collegamento" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Esplora" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Impossibile trovare la versione: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Scaricando Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Il download è fallito." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Estraendo Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Per favore aspetta che $SOFTNAME venga installato..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Installazione completata" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Generale" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Crea una nuova scorciatoia per questa unità virtuale" #: python/configure.py:202 msgid "Name" msgstr "Nome" #: python/configure.py:203 msgid "Wine version" msgstr "Versione Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Unità virtuale" #: python/configure.py:208 msgid "Arguments" msgstr "Argomenti" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Avvia il wizard di configurazione" #: python/configure.py:249 msgid "Windows reboot" msgstr "Riavvio Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Riparazione drive virtuale" #: python/configure.py:266 msgid "Command prompt" msgstr "Prompt dei comandi" #: python/configure.py:273 msgid "Task manager" msgstr "Gestore processi" #: python/configure.py:281 msgid "Kill processes" msgstr "Uccidi i processi" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Disinstallazione di Wine" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installa" #: python/configure.py:398 msgid "Open program's directory" msgstr "Apri la cartella del programma" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Apri la cartella dell'unità virtuale" #: python/configure.py:565 msgid "GLSL Support" msgstr "Supporto GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Render Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Dimensione memoria video" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Modalità di rendering Offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Modalità bloccata del Render target" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict draw ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Sostituzione del Mouse warp" #: python/configure.py:583 msgid "Open a shell" msgstr "Apri una shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Esegui un file .exe in questa unità virtuale" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Comando da eseguire prima dell'avvio del programma" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Stai attento!\n" "Se cambi " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} configurazione" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Installa un programma in un nuovo prefisso" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Rimuovi" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Schermo" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Varie" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Questa unità virtuale è protetta" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Sei sicuro di voler cancellare l'unità virtuale {0}" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Sei sicuro di voler cancellare {0}" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Debugger di {0}" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Si prega di selezionare un file di debug" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Trovare questo file di log" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Il file si chiama: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Drive virtuali" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Segnala un problema riguardante {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Wizard" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Indietro" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Avanti" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "No" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Si" #: python/guiv3.py:178 msgid "I Agree" msgstr "Accetto" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Mostra i drive virtuali" #: python/guiv3.py:201 msgid "Login: " msgstr "Accesso: " #: python/guiv3.py:202 msgid "Password: " msgstr "Password: " #: python/guiv3.py:205 msgid "Register" msgstr "Registra" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB scaricati" #: python/guiv3.py:312 msgid "of" msgstr "di" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Errore" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Non puoi chiudere questa finestra" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Senza descrizione" #: python/install.py:214 msgid "Accessories" msgstr "Accessori" #: python/install.py:215 msgid "Development" msgstr "Sviluppo" #: python/install.py:216 msgid "Education" msgstr "Istruzione" #: python/install.py:217 msgid "Games" msgstr "Giochi" #: python/install.py:218 msgid "Graphics" msgstr "Grafica" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Ufficio" #: python/install.py:223 msgid "Patches" msgstr "Patches" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Prove" #: python/install.py:267 msgid "No-cd needed" msgstr "Necessario No-cd" #: python/install.py:274 msgid "Commercial" msgstr "Commerciale" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Installa un programma non presente nella lista" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Aggiornamento {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Una versione aggiornata di {0} è disponibile" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Esegui" #: python/mainwindow.py:247 msgid "Donate" msgstr "Fai una donazione" #: python/mainwindow.py:248 msgid "Exit" msgstr "Esci" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Icone piccole" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Icone medie" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Icone grandi" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Icone molto grandi" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Gestisci la versione di Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Leggi un PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Chiudi tutti i {0} programmi" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Associazioni file" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Gestore plugin" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Informazioni {0}" #: python/mainwindow.py:364 msgid "File" msgstr "File" #: python/mainwindow.py:366 msgid "Tools" msgstr "Strumenti" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Impostazioni" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Chiudi" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configura" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Cerca" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Apri la cartella dell'applicazione" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Leggi il manuale" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Imposta l'icona" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Chiudi questa applicazione" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Nessun manuale trovato per {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Installare un programma" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Aggiornare GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Esegui il debug" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Creare una scorciatoia" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Aprire la directory" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Rimuovi" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Si prega di selezionare un programma" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} Impostazioni" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} Menu di installazione" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Gestore verioni wine" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Esegui il tuo programma Windows su " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Sviluppatori e Sito: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Packager: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Icone:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Le seguenti persone hanno contribuito a questo programma: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Traduzione:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Leggi il file TRANSLATORS" #: python/mainwindow.py:1171 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:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} non può essere eseguto come root. Ci dispiace" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Si è sicuri di voler installare il pacchetto {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Configurazione proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Imposta un proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Indirizzo proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Porta del Proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Login del Proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Password del Proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Plugins installati" #: python/options.py:205 msgid "Add" msgstr "Aggiungi" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Abilita" #: python/options.py:209 msgid "Choose a plugin" msgstr "Scegli un plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "Qual è l'estensione" #: python/options.py:274 msgid "Assigned program" msgstr "Porgramma assegnato" #: python/options.py:276 msgid "Delete" msgstr "Elimina" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Sei sicuro di voler installare: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Sei sicuro di voler rimuovere: " #: python/options.py:333 msgid "Disable" msgstr "Disabilita" #: python/options.py:374 msgid "Apply" msgstr "Applica" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Bisogna riavviare {0} per rendere effettivi i cambiamenti" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Versioni di Wine installate: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versioni di Wine disponibili: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versioni di Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Sei sicuro di voler cancellare wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} non è in grado di avviare POL_SetupWindow_server." playonlinux/lang/po/ja.po000066400000000000000000001470601341024004000157250ustar00rootroot00000000000000# 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. # Akira Nakagawa , 2014. # msgid "" msgstr "" "Project-Id-Version: pol\n" "Report-Msgid-Bugs-To: Tinou\n" "POT-Creation-Date: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-04-22 11:02+0000\n" "Last-Translator: Eshin Kunishima \n" "Language-Team: Japanese <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "+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を追加しなければなりません。" #: 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で作ったWine用最適化の間です。どれを選んでいいか分からない場合、既定で放置しましょう。" #: 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 "操作完了" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "バグを報告" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "問題の種類は何ですか?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "すべてのログファイルを結合しない" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "手動インストール" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "自動インストール" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "ソフトウェアに対応するログファイルを選択" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "問題を明確に説明してください(英語のみ)" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "申し訳ありませんが詳細な説明が必要です" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "ありがとうございます!\\n\\nあなたのレポートは送信されました" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "仮想ドライブの作成" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "このリストが空の場合は、Wineのバージョン管理からWineをインストールしてください。" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "これを読んでください" #: 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 "" #: bash/installpolpackages:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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 "Autorun" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "" #: bash/manual_install:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "他のファイルを選択" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "使い方: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tファイルを選択" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "実行中。" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "消去中。" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "仮想ドライブのプログラムを終了しています。" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "アイコンの選択" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "アイコンファイルを選択" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "不正なファイル拡張子" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "レジストリエディタ" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "wineprefixを更新" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "WineTricksを使用" #: bash/polconfigurator:134 #, 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 "PC CD-ROMを取り出す" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "PC CD-ROMを読み込む" #: 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:85 #, sh-format msgid "Please choose a software to run" msgstr "実行するソフトウェアを選択" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE がクラッシュしました。" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "インストール完了。" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "XQuartzをダウンロード中" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "ショートカットを作成中。" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "${filename}をコピー中" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " 以下にインストールされています: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "次へを押して開始" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "$APPLICATION_TITLEのインストールウィザードへようこそ。" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "その他" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "更新" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "Steamストアのバージョンを使用" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Steamストアのデモバージョンを使用" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "CD-ROMを使用" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "DVD-ROMを使用" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "プログラムをダウンロード" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "参照" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "バージョンが見つかりません: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Wineを出力中" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "インストール完了" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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 "" "警告:\n" "\n" "このツールは相応の知識のあるユーザ向けです。\n" "{0} とプログラムをアンインストールするには、登録した仮想ドライブを削除する必要があります。" #: python/configure.py:198 python/configure.py:713 msgid "General" msgstr "標準" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "この仮想ドライブからショートカットを新規作成" #: python/configure.py:202 msgid "Name" msgstr "名称" #: python/configure.py:203 msgid "Wine version" msgstr "Wineのバージョン" #: python/configure.py:204 msgid "Debug flags" msgstr "デバッグフラグ" #: python/configure.py:206 msgid "Virtual drive" msgstr "仮想ドライブ" #: python/configure.py:208 msgid "Arguments" msgstr "引数" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "仮想ドライブを修復" #: python/configure.py:266 msgid "Command prompt" msgstr "コマンドプロンプト" #: python/configure.py:273 msgid "Task manager" msgstr "タスクマネージャ" #: python/configure.py:281 msgid "Kill processes" msgstr "プロセスを終了" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine アンインストーラ" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "注意:これらのコンポ-ネットをインストールすると仮想ドライブが壊れる可能性があります。" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "インストール" #: python/configure.py:398 msgid "Open program's directory" msgstr "プログラムのディレクトリを開く" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "仮想ドライブのディレクトリを開く" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "シェルを開く" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "この仮想ドライブでWindows実行ファイル(.exe)を実行" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "新規作成" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "削除" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "表示" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "この仮想ドライブは保護されています" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "{0}の仮想ドライブを削除してよろしいですか?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "{0}を削除してよろしいですか?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0}のデバッガ" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "ログファイルを保存" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "キャンセル" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "次へ" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "いいえ" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "はい" #: python/guiv3.py:178 msgid "I Agree" msgstr "同意します" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "ログイン: " #: python/guiv3.py:202 msgid "Password: " msgstr "パスワード: " #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "/" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "エラー" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "説明なし" #: python/install.py:214 msgid "Accessories" msgstr "アクセサリ" #: python/install.py:215 msgid "Development" msgstr "開発" #: python/install.py:216 msgid "Education" msgstr "教育・教養" #: python/install.py:217 msgid "Games" msgstr "ゲーム" #: python/install.py:218 msgid "Graphics" msgstr "グラフィック" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "インターネット" #: python/install.py:220 msgid "Multimedia" msgstr "マルチメディア" #: python/install.py:221 msgid "Office" msgstr "オフィス" #: python/install.py:223 msgid "Patches" msgstr "パッチ" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "テスト" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "商用" #: python/install.py:308 msgid "Install a non-listed program" msgstr "リストにないプログラムをインストールする" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "{0 }をリフレッシュ中" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "実行" #: python/mainwindow.py:247 msgid "Donate" msgstr "寄付" #: python/mainwindow.py:248 msgid "Exit" msgstr "終了" #: python/mainwindow.py:252 msgid "Small icons" msgstr "小アイコン" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "中アイコン" #: python/mainwindow.py:254 msgid "Large icons" msgstr "大アイコン" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "特大アイコン" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wineのバージョンを管理" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0}の端末" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "{0}のソフトウェアをすべて終了する" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "ファイル関連付け" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "プラグイン管理" #: python/mainwindow.py:294 msgid "Supported software" msgstr "サポートされているソフトウェア" #: python/mainwindow.py:295 msgid "News" msgstr "新着情報" #: python/mainwindow.py:296 msgid "Documentation" msgstr "ドキュメンテーション" #: python/mainwindow.py:297 msgid "Forums" msgstr "フォーラム" #: python/mainwindow.py:298 msgid "Bugs" msgstr "バグ" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "{0} について" #: python/mainwindow.py:364 msgid "File" msgstr "ファイル" #: python/mainwindow.py:366 msgid "Tools" msgstr "ツール" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "設定" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "プラグイン" #: python/mainwindow.py:369 msgid "Support" msgstr "サポート" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "閉じる" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "設定" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "検索" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "アプリケーションを閉じる" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "インストール" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "GITをアップデート" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "デバッグ" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "ショートカットの作成" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "ディレクトリを開く" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "アンインストール" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "プログラムを選択してください。" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} の設定" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0}インストールメニュー" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0}のwineバージョン管理" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "{0}のウィンドウをすべて閉じてよろしいですか?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "アイコン:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "翻訳:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0}は{1}を発見できません" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " ({2}より)" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "続行するにはインストールが必要" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "{0}を使用するためにインストールする必要があります" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "残念ながら、{0}はrootとして実行されていません。" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0}は32bitのOpenGLライブラリを発見できませんでした。\n" "\n" "問題が発生します。" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0}は64bitのOpenGLライブラリを発見できませんでした。\n" "\n" "問題が発生します。" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "パッケージ {0}をインストールしてよろしいですか?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "プロキシ設定" #: python/options.py:128 msgid "Set a proxy" msgstr "プロキシを使用" #: python/options.py:131 msgid "Proxy address" msgstr "プロキシのアドレス" #: python/options.py:134 msgid "Proxy port" msgstr "プロキシのポート" #: python/options.py:137 msgid "Proxy login" msgstr "プロキシのユーザー名" #: python/options.py:140 msgid "Proxy password" msgstr "プロキシのパスワード" #: python/options.py:187 msgid "Installed plugins" msgstr "インストール済みプラグイン" #: python/options.py:205 msgid "Add" msgstr "追加" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "有効" #: python/options.py:209 msgid "Choose a plugin" msgstr "プラグインを選択してください" #: python/options.py:262 msgid "What is the extension?" msgstr "拡張機能とは?" #: python/options.py:274 msgid "Assigned program" msgstr "登録済みのプログラム" #: python/options.py:276 msgid "Delete" msgstr "削除" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "以下のものをインストールしようとしています: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "以下のものを削除しようとしています: " #: python/options.py:333 msgid "Disable" msgstr "無効" #: python/options.py:374 msgid "Apply" msgstr "適用" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "{0} を再起動するまで、変更は反映されません。" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "インストールされているWineのバージョン: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "利用できるWineのバージョン: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine バージョン" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "wine {0}を削除しますか?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/jv.po000066400000000000000000001340111341024004000157420ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ko.po000066400000000000000000001356301341024004000157440ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-11-25 09:09+0000\n" "Last-Translator: Hyun-Seok, Choi \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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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 "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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Wine 설정" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "레지스트리 편집기" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "설치 완료됨." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "바로가기 만들기 중..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "가상 드라이브를 삭제하시겠습니까:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "This wizard will help you install " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "기타" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "새로고침" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "가상 드라이브 검색 중 ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "찾아보기" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Wine 다운로드 중 : " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "$SOFTNAME가 설치될 때까지 기다려 주십시오." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "일반" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "바로가기 만들기" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "와인 버전" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "가상 드라이브" #: python/configure.py:208 msgid "Arguments" msgstr "인자" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "윈도우 재부팅" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "명령 프롬프트" #: python/configure.py:273 msgid "Task manager" msgstr "작업 관리자" #: python/configure.py:281 msgid "Kill processes" msgstr "프로세스 종료" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine 언인스톨러" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "주의! 구성요소를 설치했을 경우 가상 드라이브가 손상될 수도 있습니다." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "설치" #: python/configure.py:398 msgid "Open program's directory" msgstr "프로그램의 디렉토리 열기" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL 지원" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "비디오 메모리 크기" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "쉘 열기" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "설정할 프로그램 또는 가상 드라이브를 선택" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "새로 만들기" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "삭제" #: python/configure.py:715 msgid "Install components" msgstr "구성요소 설치" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "기타 설정" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "{0} 가상 드라이브를 삭제하시겠습니까?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "{0}을 삭제하시겠습니까?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} 디버거" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "가상 드라이브" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "취소" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "다음" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "아니오" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "예" #: python/guiv3.py:178 msgid "I Agree" msgstr "동의함" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB 다운로드 됨" #: python/guiv3.py:312 msgid "of" msgstr "의" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "설명 없음" #: python/install.py:214 msgid "Accessories" msgstr "보조 프로그램" #: python/install.py:215 msgid "Development" msgstr "개발" #: python/install.py:216 msgid "Education" msgstr "교육" #: python/install.py:217 msgid "Games" msgstr "게임" #: python/install.py:218 msgid "Graphics" msgstr "그래픽" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "인터넷" #: python/install.py:220 msgid "Multimedia" msgstr "멀티미디어" #: python/install.py:221 msgid "Office" msgstr "오피스" #: python/install.py:223 msgid "Patches" msgstr "패치" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "시험중" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "{0} 새로고침 중" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "실행" #: python/mainwindow.py:247 msgid "Donate" msgstr "기부" #: python/mainwindow.py:248 msgid "Exit" msgstr "종료" #: python/mainwindow.py:252 msgid "Small icons" msgstr "작은 아이콘" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "보통 아이콘" #: python/mainwindow.py:254 msgid "Large icons" msgstr "큰 아이콘" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "아주 큰 아이콘" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wine 버전 관리" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} 명령창" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "모든 {0} 소프트웨어 종료" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "플러그인 관리" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "{0} 정보" #: python/mainwindow.py:364 msgid "File" msgstr "파일" #: python/mainwindow.py:366 msgid "Tools" msgstr "도구" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "설정" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "플러그인" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "종료" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "구성" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "검색" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "아이콘 설정" #: python/mainwindow.py:608 msgid "Close this application" msgstr "이 어플리케이션 종료" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "프로그램 설치" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "바로가기 만들기" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "프로그램을 선택하세요." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} 설정" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} wine 버전 관리자" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Run your Windows programs on " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "이 프로그램의 기여자 : " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "번역:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "프록시 설정" #: python/options.py:128 msgid "Set a proxy" msgstr "프록시 설정" #: python/options.py:131 msgid "Proxy address" msgstr "프록시 주소" #: python/options.py:134 msgid "Proxy port" msgstr "프록시 포트" #: python/options.py:137 msgid "Proxy login" msgstr "프록시 로그인" #: python/options.py:140 msgid "Proxy password" msgstr "프록시 비밀번호" #: python/options.py:187 msgid "Installed plugins" msgstr "설치된 플러그인" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "사용하기" #: python/options.py:209 msgid "Choose a plugin" msgstr "플러그인 선택" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "사용 안 함" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "설치된 Wine 버전: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "사용 가능한 Wine 버전: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine 버전" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "wine {0}을 삭제하시겠습니까?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/lt.po000066400000000000000000001355651341024004000157610ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-01-20 09:41+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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Pranešk apie klaidą" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Konfigūruoti Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Registro redaktorius" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Kita" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Atnaujinti" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Naršyti" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Bendra" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Padaryti naują nuorodą iš šio virtualaus disko" #: python/configure.py:202 msgid "Name" msgstr "Vardas" #: python/configure.py:203 msgid "Wine version" msgstr "Wine versija" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtualus diskas" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Paleiskite konfigūravimo vedlį" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "komandų eilutę" #: python/configure.py:273 msgid "Task manager" msgstr "Užduočių tvarkyklė" #: python/configure.py:281 msgid "Kill processes" msgstr "Užbaigti procesus" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Įdiegti" #: python/configure.py:398 msgid "Open program's directory" msgstr "Atidaryti programos direktoriją" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Atidaryti virtualaus disko direktoriją" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL Palaikymas" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "Vaizdo atminties dydis" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Atidaryti konsolę" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Paleisti .exe failą iš šio virtualaus disko" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} parinktys" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Naujas" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Pašalinti" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Rodyti" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Įvairūs" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Šis virtualus diskas yra apsaugotas" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Vedlys" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Atsisakyti" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Sekantis" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Ne" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Taip" #: python/guiv3.py:178 msgid "I Agree" msgstr "Sutinku" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Rodyti virtualius diskus" #: python/guiv3.py:201 msgid "Login: " msgstr "Prisijungti: " #: python/guiv3.py:202 msgid "Password: " msgstr "Slaptažodis: " #: python/guiv3.py:205 msgid "Register" msgstr "Registruotis" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB atsisiųsta" #: python/guiv3.py:312 msgid "of" msgstr "iš" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Nėra aprašymo" #: python/install.py:214 msgid "Accessories" msgstr "Reikmenys" #: python/install.py:215 msgid "Development" msgstr "Kūrimas" #: python/install.py:216 msgid "Education" msgstr "Švietimas" #: python/install.py:217 msgid "Games" msgstr "Žaidimai" #: python/install.py:218 msgid "Graphics" msgstr "Grafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internetas" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedija" #: python/install.py:221 msgid "Office" msgstr "Raštinė" #: python/install.py:223 msgid "Patches" msgstr "Pataisos" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Testavimas" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Vykdyti" #: python/mainwindow.py:247 msgid "Donate" msgstr "Paaukoti" #: python/mainwindow.py:248 msgid "Exit" msgstr "Baigti" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Tvarkyti Wine versijas" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Įskiepių valdyklė" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "Failas" #: python/mainwindow.py:366 msgid "Tools" msgstr "Įrankiai" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Nustatymai" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Įskiepiai" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Nustatyti" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Atverti programos katalogą" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Nustatyti piktogramą" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Užverti šią programą" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Vystytojas ir tinklalapis: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Piktogramos:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Programą tobulino šie žmonės: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Proxy konfigūravimas" #: python/options.py:128 msgid "Set a proxy" msgstr "Nustatyti proxy" #: python/options.py:131 msgid "Proxy address" msgstr "proxy adresas" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy prisijungimas" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy slaptažodis" #: python/options.py:187 msgid "Installed plugins" msgstr "Idiegti įskiepiai" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Įjungti" #: python/options.py:209 msgid "Choose a plugin" msgstr "Pasirinkite įskiepį" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Ar esate įsitikinęs, kad norite įdiegti: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Ar esate įsitikinęs, kad norite pašalinti: " #: python/options.py:333 msgid "Disable" msgstr "Išjungti" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Įdiegtos Wine versijos: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Prieinamos Wine versijos: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine versijos" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/ms.po000066400000000000000000001675721341024004000157640ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Laporkan pepijat" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Saya mempunyai masalah dengan perisian" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Masalah saya berkenaan $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Apakah jenis masalah yang anda hadapi?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Jangan sertakan sebarang fail log" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Pemasangan manual" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Pemasangan automatik" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Pilih fail log yang berkaitan dengan program anda." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Sila jelaskan masalah anda (Bahasa Inggeris sahaja):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Maaf, kami perlukan keterangan terperinci." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Pencipta pemacu maya" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Versi wine yang manakah anda mahu gunakan?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Sila baca ini" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Penkonfigur Aplikasi $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Sila tunggu..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Pasang program di dalam pemacu maya baru" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Sunting atau kemaskini aplikasi sedia ada" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Apakah yang anda ingin lakukan?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Sila pilih satu program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Guna versi wine yang lain" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Konfigur Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Pasang beberapa pustaka" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Jika anda tidak tahu, nyahpilih semua" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Apa yang anda hendak buat sebelum pemasangan?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Sila buat pilihan" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Mencari CD-ROM yang boleh berjalan" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Pilih fail lain" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Sila pilih cara untuk memasang program anda" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Sila pilih fail pemasangan untuk dijalankan." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Anda mesti pilih satu fail!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE sedang memasang aplikasi anda..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Penggunaan: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tPilih satu fail" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tEkstrak pakej" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tPasang pakej" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tPapar mesej ini" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Pengurus pakej $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Pilih satu pakej untuk dipasang" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Pengurus pakej PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Tidak boleh cari fail: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " bukanlah pakej PlayOnLinux yang sah!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Fail ini: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " tidak wujud!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Mengekstrak: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Menjalankan..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Membersihkan..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Mematikan program di dalam pemacu maya..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Pemilihan ikon" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Sila pilih fail ikon" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Sambungan fail teruk" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "bukanlah sambungan ikon" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Penyunting Registry" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Matikan semua proses prefix" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Kemaskini wineprofix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulasikan but semula Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Guna pemalam Konfigurasi Wine Lanjutan" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Guna pengkonfigur PlayOnLinux untuk" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Ubah ikon" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Guna WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Sila pilih perisian untuk dijalankan" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Penyahpepijat $APPLICATION_TITLE sedang dimulakan..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE mengalami kerosakan." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE sedang menganalisis aplikasi anda" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Apakah nama program anda?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Pemasangan selesai." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Jangan pasang XQuartz buat masa ini" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Saya telah muat turun fail tersebut" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Sila muat turun XQuartz untuk saya" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Memuat turun XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Di mana" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Memasang XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz telah dipasang." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Sila tunggu semasa pemacu maya dicipta..." #: lib/deprecated.lib:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Menetapkan var Program Files" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Fungsi ini dilumpuhkan di dalam persekitaran PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Pustaka luaran" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Membuat pintasan..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Anda hendak padam pemacu maya:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Memeriksa pemalam: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Baru: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Mengemaskini pemalam. Terdahulu: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Memasang pemalam: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Pembatalan fungsi dikesan, melumpuhkan pelaporan pepijat" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Sila tunggu semasa $APPLICATION_TITLE memuat turun:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Ralat berlaku semasa muat turn." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Anda hendak cuba lagi?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Gagal mencari ${dest} dari ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Mengekstrak ${filename} dari ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Saiz fail terekstrak tidak sepadan!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Menyalin ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Saiz fail tidak sepadan!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Profil $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " pada komputer anda." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " akan dipasang dalam: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Klik Berikutnya untuk mula" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Program pemasangan ini disediakan oleh: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Program ini telah dicipta oleh: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Bestari ini akan membantu anda pasang " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Selamat datang ke Bestari Pemasangan $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Dimanakan CD-ROM anda dilekap?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Lain-lain" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Segar Semula" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Membaca peranti anda" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Ralat: Tidak dapat cari CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Sila tunggu semasa $APPLICATION_TITLE menyalin fail:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Mengimbas pemacu maya ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Kad video tidak mempunyai ingatan yang mencukupi" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Guna versi Kedai Steam" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Guna versi demo Kedai Steam" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Guna versi Kedai Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Guna versi demo Kedai Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Guna versi Kedai Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Guna versi demo Kedai Origin" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Guna fail persediaan di dalam komputer saya" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Guna CD-ROM" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Guna DVD-ROM" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Mut turun program" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Sila pilih kaedah pemasangan" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Saya tidak mahu buat pintasan lain" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Layar" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Sila tunggu semasa $APPLICATION_TITLE mengimbas perkakasan anda" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Pilih kad video utama untuk laporan:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Tidak boleh cari versi: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Memuat turun Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Muat turun kelihatan telah mengalami kegagalan." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Mengekstrak Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Tulis-ganti (biasanya berfungsi, tetapi tiada jaminan)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Padam (kandungan pemacu maya akan hilang)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Henti paksa pemasangan" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Pemacu maya sasaran $PREFNAME sudah wujud:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Pengguna henti paksa" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Sila tunggu semasa $SOFTNAME dipasang..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Pemasangan selesai" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Tekan maju hanya bila proses pemasangan telah selesai" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Am" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Buat pintasan baru dari pemacu maya ini" #: python/configure.py:202 msgid "Name" msgstr "Nama" #: python/configure.py:203 msgid "Wine version" msgstr "Versi Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Nyahpepijat bendera" #: python/configure.py:206 msgid "Virtual drive" msgstr "Pemacu maya" #: python/configure.py:208 msgid "Arguments" msgstr "Argumen" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Jalankan bestari konfigurasi" #: python/configure.py:249 msgid "Windows reboot" msgstr "But semul Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Baiki pemacu maya" #: python/configure.py:266 msgid "Command prompt" msgstr "Promp perintah" #: python/configure.py:273 msgid "Task manager" msgstr "Pengurus Tugas" #: python/configure.py:281 msgid "Kill processes" msgstr "Matikan proses" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Penyahpasang Wine" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Pasang" #: python/configure.py:398 msgid "Open program's directory" msgstr "Buka direktori program" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Buka direktori pemacu maya" #: python/configure.py:565 msgid "GLSL Support" msgstr "Sokongan GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Penerap Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Saiz ingatan video" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Mod penerapan luar-skrin" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Terap kuncian mod sasaran" #: python/configure.py:570 msgid "Multisampling" msgstr "Persampelan-berbilang" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Penertiban Lukis Ketat" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Batal ledingan tetikus" #: python/configure.py:583 msgid "Open a shell" msgstr "Buka shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Jalankan fail .exe di dalam pemacu maya ini" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Perintah untuk dilakukan sebelum menjalankan program" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Berhati-hati!\n" "Jika anda ubah " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "Konfigurasi {0}" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Sila pilih program atau pemacu maya untuk dikonfigurkan" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Baru" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Buang" #: python/configure.py:715 msgid "Install components" msgstr "Pasang komponen" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Paparan" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Pelbagai" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Pemacu maya ini dilindungi" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Anda pasti hendak memadam pemacu maya {0}?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Anda pasti hendak memadam {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Penyahpepijat {0}" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Sila pilih fail nyahpepijat" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Cari fail log ini" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Fail dinamakan : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Pemacu maya" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Laporkan masalah mengenai {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "Bestari {0}" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Batal" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Maju" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Tidak" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ya" #: python/guiv3.py:178 msgid "I Agree" msgstr "Saya Setuju" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Papar pemacu maya" #: python/guiv3.py:201 msgid "Login: " msgstr "Daftar Masuk: " #: python/guiv3.py:202 msgid "Password: " msgstr "Kata Laluan: " #: python/guiv3.py:205 msgid "Register" msgstr "Daftar" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB dimuat turun" #: python/guiv3.py:312 msgid "of" msgstr "dari" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Ralat" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Anda tidak boleh tutup tetingkap ini" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Tiada keterangan" #: python/install.py:214 msgid "Accessories" msgstr "Aksesori" #: python/install.py:215 msgid "Development" msgstr "Pembangunan" #: python/install.py:216 msgid "Education" msgstr "Pendidikan" #: python/install.py:217 msgid "Games" msgstr "Permainan" #: python/install.py:218 msgid "Graphics" msgstr "Grafik" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Pejabat" #: python/install.py:223 msgid "Patches" msgstr "Tampalan" #: python/install.py:256 msgid "Include:" msgstr "Termasuk:" #: python/install.py:262 msgid "Testing" msgstr "Pengujian" #: python/install.py:267 msgid "No-cd needed" msgstr "Tiada-cd diperlukan" #: python/install.py:274 msgid "Commercial" msgstr "Komersial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Pasang program yang tidak-tersenarai" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "Ralat {0}" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "Laman sesawang {0} tidak tersedia. Sila semak sambungan anda" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Menyegar Semula {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Versi terkemaskini {0} sudah tersedia" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Jalan" #: python/mainwindow.py:247 msgid "Donate" msgstr "Beri Sumbangan" #: python/mainwindow.py:248 msgid "Exit" msgstr "Keluar" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Ikon kecil" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Ikon sederhana" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Ikon besar" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Ikon sangat besar" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Urus versi Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Baca CD-Rom PC" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Konsol {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Tutup semua perisian {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Asosiasi fail" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Pengurus pemalam" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Perihal {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Fail" #: python/mainwindow.py:366 msgid "Tools" msgstr "Alatan" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Tetapan" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Pemalam" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Tutup" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Konfigur" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Gelintar" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Buka direktori aplikasi" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Baca panduan" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Tetapkan ikon" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Tutup aplikasi ini" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Tiada panduan ditemui untuk {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Pasang program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Kemaskini GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Kemaskini arahan" #: python/mainwindow.py:779 msgid "Debug" msgstr "Nyahpepijat" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Cipta satu pintasan" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Buka direktori" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Nyahpasang" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Sila pilih satu program." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Tetapan {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "Menu pemasangan {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "Pengurus versi wine {0}" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Jalankan program Windows anda pada " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Pembangun dan Laman Sesawang: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Penulis Skrip: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Pembuat Pakej: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikon:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Individu berikut telah memberi sumbangan pada program ini: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Terjemahan:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Baca fail TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} tidak boleh memulakan pelayar Tetingkap Persediaan PlayOnLinux." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} tidak dapat cari {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (dari {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Anda perlu memasangnya untuk teruskan" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Anda patut pasang ia supaya dapat guna {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} tidak sepatutnya dijalankan sebagai root. Maaf" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Anda pasti hendak memasang pakej {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Konfigurasi proksi" #: python/options.py:128 msgid "Set a proxy" msgstr "Tetapkan proksi" #: python/options.py:131 msgid "Proxy address" msgstr "Alamat proksi" #: python/options.py:134 msgid "Proxy port" msgstr "Port proksi" #: python/options.py:137 msgid "Proxy login" msgstr "Daftar masuk proksi" #: python/options.py:140 msgid "Proxy password" msgstr "Kata laluan proksi" #: python/options.py:187 msgid "Installed plugins" msgstr "Pemalam dipasamg" #: python/options.py:205 msgid "Add" msgstr "Tambah" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Benarkan" #: python/options.py:209 msgid "Choose a plugin" msgstr "Pilih satu pemalam" #: python/options.py:262 msgid "What is the extension?" msgstr "Apakah itu sambungan?" #: python/options.py:274 msgid "Assigned program" msgstr "Program terumpuk" #: python/options.py:276 msgid "Delete" msgstr "Padam" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Anda pasti hendak memasang: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Anda pasti hendak memadam: " #: python/options.py:333 msgid "Disable" msgstr "Dilumpuhkan" #: python/options.py:374 msgid "Apply" msgstr "Laksana" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Anda perlu mulakan semula {0} supaya perubahan berkesan." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Versi Wine dipasang: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versi Wine tersedia: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versi Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Anda pasti hendak memadam wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} tidak boleh memulakan POL_SetupWindow_server." playonlinux/lang/po/nb.po000066400000000000000000001334141341024004000157300ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-08-05 10:47+0000\n" "Last-Translator: Einar Svensen \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Vennligst vent..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Ferdig installert." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Er du sikker på at du vill slette: " #: python/options.py:333 msgid "Disable" msgstr "Deaktiver" #: python/options.py:374 msgid "Apply" msgstr "Bruk" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Installerte Wine versjoner: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Tilgjengelige Wine versjoner: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine versjoner" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Er du sikker på at du vill slette wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} klarer ikke å starte POL_SetupWindow_server." playonlinux/lang/po/nl.po000066400000000000000000001767401341024004000157530ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-08-15 18:06+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: 2015-09-01 05:11+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Rapporteer een fout" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Ik heb een probleem met bepaalde software" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mijn probleem is $APPLICATION_TITLE zelf" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Wat voor soort probleem heeft u?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Geen logbestand meesturen" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Handmatige installatie" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatische installatie" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Selecteer een logbestand betreffende uw software." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Probeer uw probleem duidelijk uit te leggen (alleen Engels):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Sorry, we hebben een gedetailleerde omschrijving nodig." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Bedankt !\\n\\nUw foutrapport is verstuurd." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Virtueel station aanmaken" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Welke versie van Wine wilt u gebruiken?" #: bash/create_prefix:63 #, 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:276 #, sh-format msgid "Run a local script" msgstr "Voer een lokaal script uit" #: 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Lees dit a.u.b. door" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE-programmaconfigurator" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Een moment geduld…" #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE 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 op $APPLICATION_TITLE " "te installeren en te gebruiken met al de hulpmiddelen\\n\\nWaarschuwing: Wij " "kunnen niet garanderen dat uw programma perfect zal werken." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Programma installeren in een nieuw virtueel station" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Een bestaand programma bewerken of bijwerken" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Wat wilt u doen?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Selecteer een programma" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Gebruik een andere versie van Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Wine configureren" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Installeer enige bibliotheken" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Als u het niet weet, deselecteer dan alles" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Wat wilt u doen vooraf aan de installatie?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Maak een keuze" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Zoeken naar uitvoerbare cd-roms" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Selecteer een ander bestand" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Selecteer een manier om uw programma te installeren" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Selecteer het installatiebestand om uit te voeren." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "U moet een bestand selecteren!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE installeert uw programma…" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Gebruik: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tSelecteer een bestand" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tPak het pakket uit" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstalleer het pakket" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tToon dit bericht" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE-pakketbeheer: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Selecteer een pakket om te installeren" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux-pakketbeheer" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Kan bestand niet vinden: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " is geen geldig PlayOnLinux-pakket!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Dit bestand: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " bestaat niet!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Uitpakken: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Bezig…" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Opruimen…" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Alle processen in het virtuele station worden beëindigd…" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Pictogramselectie" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Selecteer een pictogrambestand" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Ongeldige bestandsextensie" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "is geen pictogramextensie" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Register-editor" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Alle processen in programmaverzamelmap beëindigen" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Wine-programmaverzamelmap bijwerken" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Windows-herstart simuleren" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Gebruik plug-in geavanceerde Wine-configuratie" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Gebruik PlayOnLinux's configurator voor" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Wijzig het pictogram" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Gebruik WineTricks" #: bash/polconfigurator:134 #, 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 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Selecteer de software die u wilt draaien" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE-foutopsporing wordt gestart…" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" "$PACKAGE is vastgelopen.\\nSelecteer de snelkoppeling en klik op " "\"Foutopsporing\" in het zijpaneel voor meer details." #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE is vastgelopen." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Wachten op XQuartz om geïnstalleerd te worden" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyseert uw programma" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Wat is de naam van uw programma?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installatie voltooid." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "PlayOnMac moet XQuartz installeren om goed te kunnen werken." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac zal u helpen met het vereenvoudigen van deze stap" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "XQuartz nog niet installeren" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Ik heb het bestand zelf gedownload" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Download XQuartz voor mij" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Bezig met downloaden XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Waar is" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "XQuartz wordt geïnstalleerd…" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz is succesvol geïnstalleerd." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "Kon XQuartz niet installeren! U moet het installeren om Wine goed te kunnen " "laten werken." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE-verwijderen" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Selecteer een programma dat u wilt verwijderen" #: 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 verwijderen van: " #: bash/uninstall:65 lib/wine.lib:867 #, sh-format msgid "Uninstalling..." msgstr "Bezig met verwijderen…" #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " is met succes verwijderd." #: 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Een moment geduld, het virtuele station wordt aangemaakt…" #: lib/deprecated.lib:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Var-programmabestanden instellen" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Deze functie is uitgeschakeld in de PlayOnlinux-werkomgeving." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Externe bibliotheek" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Snelkoppeling wordt aangemaakt…" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Wilt u het virtuele station verwijderen:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Uw Linux-kernel kan mogelijk niet geconfigureerd worden voor het draaien van " "Win16 programma´s onder Wine\\nZie $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Uw kernel is mogelijk niet geschikt voor het draaien van Win16 programma´s " "onder Wine\\nZie $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Controleren plug-in: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nieuw: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Plug-in bijwerken. Vorige: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Installeren plug-in: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" "Er wordt een functie genegeerd, foutrapportage wordt daarom uitgeschakeld" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, 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:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Er is een fout opgetreden tijdens het downloaden." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Wilt u het opnieuw proberen?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" "Een moment geduld, $APPLICATION_TITLE is bezig met het verwerken van het " "archief..." #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Kon ${dest} niet vinden in ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "${filename} uitpakken vanuit ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Grootte van uitgepakte bestand komt niet overeen!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "${filename} wordt gekopieerd" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Grootte van uitgepakte bestand komt niet overeen!" #: lib/scripts.lib:955 #, 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:970 #, 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.\\nHet wordt " "aanbevolen om $APPLICATION_TITLE $NEEDED te gaan gebruiken." #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR-profiel" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " op uw computer." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " zal geïnstalleerd worden in: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Klik op Volgende om te beginnen" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Dit installatieprogramma is beschikbaar gesteld door: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Dit programma werd gemaakt door: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Deze wizard zal u helpen met het installeren van " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Welkom bij de installatiewizard van $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Waar is uw cd-rom aangekoppeld?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Anders" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Verversen" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Uw apparaat lezen" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Fout: kan de cd-rom niet vinden!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Virtuele station wordt doorzocht…" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "Hoe groot is uw grafische geheugen (in MB)?" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Uw videokaart heeft te weinig geheugen" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Steam Store-versie gebruiken" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Steam Store-demoversie gebruiken" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Desura Store-versie gebruiken" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Desura Store-demoversie gebruiken" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Origin Store-versie gebruiken" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Origin Store-demoversie gebruiken" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Gebruik een installatiebestand op mijn computer" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Gebruik cd-rom(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Gebruik dvd-rom(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Download het programma" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Selecteer een installatiemethode" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Ik wil geen andere snelkoppeling maken" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Bladeren" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "Er bestaat al een snelkoppeling met deze naam, overschrijven?" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Een moment geduld, $APPLICATION_TITLE scant uw hardware" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Selecteer de hoofdvideokaart om over te rapporteren:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" "Het starten van het 64-bit proces $EXEFILE wordt niet ondersteund in een 32-" "bit virtueel station" #: lib/wine.lib:579 #, 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:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Kan versie niet vinden: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Wine downloaden: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "De download lijkt te zijn mislukt." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Bezig met uitpakken van Wine…" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Overschrijven (werkt meestal, geen garantie)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Wissen (inhoud virtuele station zal verloren gaan)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Installatie afbreken" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Virtuele doelstation $PREFNAME bestaat al:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Afgebroken door gebruiker" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Een moment geduld, $SOFTNAME wordt geïnstalleerd…" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Installatie is voltooid" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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 verwijderen, dient u het geassocieerde virtuele " "station te verwijderen" #: python/configure.py:198 python/configure.py:713 msgid "General" msgstr "Algemeen" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Maak een nieuwe snelkoppeling voor dit virtuele station" #: python/configure.py:202 msgid "Name" msgstr "Naam" #: python/configure.py:203 msgid "Wine version" msgstr "Wine-versie" #: python/configure.py:204 msgid "Debug flags" msgstr "Foutopsporingsvlaggen" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuele station" #: python/configure.py:208 msgid "Arguments" msgstr "Argumenten" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Configuratie-wizard uitvoeren" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows-herstart" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Virtuele station repareren" #: python/configure.py:266 msgid "Command prompt" msgstr "Opdrachtprompt" #: python/configure.py:273 msgid "Task manager" msgstr "Taakbeheer" #: python/configure.py:281 msgid "Kill processes" msgstr "Processen beëindigen" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine-verwijderen" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installeren" #: python/configure.py:398 msgid "Open program's directory" msgstr "Open programmamap" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Open map virtuele station" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL-ondersteuning" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw renderen" #: python/configure.py:567 msgid "Video memory size" msgstr "Grootte videogeheugen" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Modus Offscreen renderen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Modus Target Lock renderen" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Verspringen muis negeren" #: python/configure.py:583 msgid "Open a shell" msgstr "Open een shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Voer een .exe-bestand uit op dit virtuele station" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Opdracht om uit te voeren voordat u het programma draait" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Waarschuwing:\n" "\n" "Elk programma dat nog draait in dit virtuele station zal beëindigd worden " "voordat de Wine-versie gewijzigd wordt.\n" "Weet u zeker dat u door wilt gaan?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Wees voorzichtig!\n" "Met het wijzigen van " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0}-configuratie" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Selecteer een programma of virtueel station om te configureren" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Nieuw" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Verwijderen" #: python/configure.py:715 msgid "Install components" msgstr "Componenten installeren" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Beeld" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Diverse" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Dit virtuele station is beveiligd" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "Weet u zeker dat u {0} wilt verwijderen ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0}-foutopsporing" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Selecteer een foutopsporingsbestand" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Ga naar dit logbestand" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Dit bestand heeft de naam : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuele stations" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Rapporteer een probleem over {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0}-wizard" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Annuleren" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Volgende" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nee" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ja" #: python/guiv3.py:178 msgid "I Agree" msgstr "Akkoord" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "Herinner me niet meer" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Virtuele stations tonen" #: python/guiv3.py:201 msgid "Login: " msgstr "Aanmelden: " #: python/guiv3.py:202 msgid "Password: " msgstr "Wachtwoord: " #: python/guiv3.py:205 msgid "Register" msgstr "Registreren" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB gedownload" #: python/guiv3.py:312 msgid "of" msgstr "van" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Fout" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "U kunt dit venster niet sluiten" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Geen omschrijving" #: python/install.py:214 msgid "Accessories" msgstr "Hulpmiddelen" #: python/install.py:215 msgid "Development" msgstr "Ontwikkeling" #: python/install.py:216 msgid "Education" msgstr "Educatief" #: python/install.py:217 msgid "Games" msgstr "Spelletjes" #: python/install.py:218 msgid "Graphics" msgstr "Grafisch" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Kantoor" #: python/install.py:223 msgid "Patches" msgstr "Patches" #: python/install.py:256 msgid "Include:" msgstr "Inclusief:" #: python/install.py:262 msgid "Testing" msgstr "Testen" #: python/install.py:267 msgid "No-cd needed" msgstr "No-cd-patch vereist" #: python/install.py:274 msgid "Commercial" msgstr "Commercieel" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Een niet in de lijst opgenomen programma installeren" #: python/install.py:458 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 commentaar, positief of negatief, " "is heel belangrijk om dit installatieprogramma te verbeteren." #: python/install.py:460 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:577 msgid "Attention!" msgstr "Let op!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "Hoewel ze niet ondersteund worden door {0}, kunt u door deze optie in te " "schakelen programma's installeren die een beveiliging tegen kopiëren hebben " "(DRM) door deze beveiliging te omzeilen.\n" "\n" "Deze optie dient niet als vanzelfsprekend en onvoorwaardelijk beschouwd te " "worden, want wij keuren piraterij nog steeds af. We zullen daarom ook geen " "ondersteuning bieden voor problemen die zijn ontstaan door het gebruik van " "deze optie." #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0}-fout" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0}-website is niet beschikbaar. Controleer a.u.b. uw verbinding" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "{0} wordt ververst" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Er is een bijgewerkte versie van {0} beschikbaar" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Uitvoeren" #: python/mainwindow.py:247 msgid "Donate" msgstr "Doneren" #: python/mainwindow.py:248 msgid "Exit" msgstr "Afsluiten" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Kleine pictogrammen" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Middelgrote pictogrammen" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Grote pictogrammen" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Zeer grote pictogrammen" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wine-versies beheren" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Een PC-cd-rom lezen" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0}-console" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Alle {0}-software sluiten" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Bestandsassociaties" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Plug-inbeheer" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Ondersteunde software" #: python/mainwindow.py:295 msgid "News" msgstr "Nieuws" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Documentatie" #: python/mainwindow.py:297 msgid "Forums" msgstr "Forums" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Fouten" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Info {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Bestand" #: python/mainwindow.py:366 msgid "Tools" msgstr "Hulpmiddelen" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Instellingen" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Plug-ins" #: python/mainwindow.py:369 msgid "Support" msgstr "Ondersteuning" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Sluiten" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configureren" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Zoeken" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Open de programmamap" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Lees de gebruikershandleiding" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Selecteer het pictogram" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Sluit dit programma" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Geen gebruikershandleiding gevonden voor {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Een programma installeren" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "GIT bijwerken" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Update-instructies" #: python/mainwindow.py:779 msgid "Debug" msgstr "Foutopsporing" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Commentaar versturen" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Een snelkoppeling aanmaken" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Map openen" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Verwijderen" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Selecteer een programma." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0}-instellingen" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0}-installatiemenu" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wine-versiebeheer" #: python/mainwindow.py:1046 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:1102 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:1124 msgid "Run your Windows programs on " msgstr "Draai uw Windows-programma's op " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Ontwikkelaar en website: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scriptmakers: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Pakketmaker: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Pictogrammen:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "De volgende mensen hebben bijgedragen aan dit programma: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "vertalingen:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Lees het vertalersbestand" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} kon PlayOnLinux Setup Window server niet starten." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} kan {1} niet vinden" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (van {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "U dient het te installeren om door te kunnen gaan" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "U dient het te installeren om {0} te kunnen gebruiken" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} mag niet als root gedraaid worden. Sorry" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} kan de 32-bit OpenGL-bibliotheken niet vinden.\n" "\n" "Mogelijk ondervindt u problemen met uw spellen" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} kan de 64-bit OpenGL-bibliotheken niet vinden.\n" "\n" "Mogelijk ondervindt u problemen met uw spellen" #: python/mainwindow.py:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Proxy-configuratie" #: python/options.py:128 msgid "Set a proxy" msgstr "Stel een proxy in" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy-adres" #: python/options.py:134 msgid "Proxy port" msgstr "Proxy-poort" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy-aanmelden" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy-wachtwoord" #: python/options.py:187 msgid "Installed plugins" msgstr "Geïnstalleerde plug-ins" #: python/options.py:205 msgid "Add" msgstr "Toevoegen" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Inschakelen" #: python/options.py:209 msgid "Choose a plugin" msgstr "Selecteer een plug-in" #: python/options.py:262 msgid "What is the extension?" msgstr "Wat is de extensie?" #: python/options.py:274 msgid "Assigned program" msgstr "Toegewezen programma" #: python/options.py:276 msgid "Delete" msgstr "Verwijderen" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Weet u zeker dat u dit wilt installeren: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Weet u zeker dat u het volgende wilt verwijderen: " #: python/options.py:333 msgid "Disable" msgstr "Uitschakelen" #: python/options.py:374 msgid "Apply" msgstr "Toepassen" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Geïnstalleerde Wine-versies: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Beschikbare Wine-versies: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine-versies" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Weet u zeker dat u Wine {0} wilt verwijderen?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "Deze versie wordt MOMENTEEL GEBRUIKT" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} kan POL_SetupWindow_server niet starten." playonlinux/lang/po/oc.po000066400000000000000000001307241341024004000157330ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Senhalar un bug" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Esperatz..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurar Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Basa de registre" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Autres" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Percórrer" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "General" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "Nom" #: python/configure.py:203 msgid "Wine version" msgstr "Version de wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Disc dur virtual" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "Reaviar Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installar" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "Supòrt GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Dobrir un terminal" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "Configuracion de {0}" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Novèl" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Suprimir" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Afichar" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Divèrs" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "Assistent {0}" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Anullar" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Seguent" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Non" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Òc" #: python/guiv3.py:178 msgid "I Agree" msgstr "Accèpti" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "Identificant : " #: python/guiv3.py:202 msgid "Password: " msgstr "Senhal : " #: python/guiv3.py:205 msgid "Register" msgstr "S'enregistrar" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "sus" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Pas de descripcion" #: python/install.py:214 msgid "Accessories" msgstr "Accessòris" #: python/install.py:215 msgid "Development" msgstr "Desvolopament" #: python/install.py:216 msgid "Education" msgstr "Educacion" #: python/install.py:217 msgid "Games" msgstr "Jòcs" #: python/install.py:218 msgid "Graphics" msgstr "Grafisme" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimèdia" #: python/install.py:221 msgid "Office" msgstr "Burotica" #: python/install.py:223 msgid "Patches" msgstr "Mesas a jorn" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Tèsts" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Actualizacion de {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Executar" #: python/mainwindow.py:247 msgid "Donate" msgstr "Far un don" #: python/mainwindow.py:248 msgid "Exit" msgstr "Quitar" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Consòla {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Gestionari d'extensions" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "A prepaus de {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Fichièr" #: python/mainwindow.py:366 msgid "Tools" msgstr "Aisinas" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Paramètres" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Empeutons" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Reglatges de {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Activar" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "Desactivar" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Versions de Wine installadas : " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versions Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/pl.po000066400000000000000000001716641341024004000157550ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-04-23 13:35+0000\n" "Last-Translator: Adam Maćkowiak \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Zgłoś błąd" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Mam problem z programem" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mój problem dotyczy bezpośrednio $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Jaki jest typ twojego problemu?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Nie dołączaj logów" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Instalacja ręczna" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalacja automatyczna" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Wybierz log dotyczący oprogramowania" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Napisz dokładny opis problemu (po angielsku):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Dokładny opis jest wymagany." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Kreator napędów wirtualnych" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Jaki rodzaj wirtualnego napędu chcesz stworzyć?" #: bash/create_prefix:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Której wersji Wine chcesz użyć?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Proszę to przeczytać" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Konfigurator aplikacji $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Proszę czekać..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Zainstaluj program na nowym wirtualnym dysku twardym" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Edytuj lub zaktualizuj zainstalowaną aplikację" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Co chcesz zrobić?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Wybierz program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Użyj innej wersji Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Skonfiguruj Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Zainstaluj dodatkowe biblioteki" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Jeśli nie wiesz co robić, odznacz wszystko" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Co chcesz zrobić przez instalacją?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Proszę wybrać" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Szukanie odpowiedniego CD-ROMu" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Wybierz inny plik" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Wybierz sposób instalacji programu" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Wybierz plik instalatora który chcesz uruchomić" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Musisz wybrać plik." #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE instaluje twoją aplikację..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Używanie: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tWybierz plik" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tRozpakuj paczkę" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\t[tan]Zainstaluj paczkę" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tPokaż wiadomość" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Menadżer pakietów $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Wybierz paczkę do zainstalowania" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Menadżer pakietów PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Nie można odnaleźć pliku: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nie jest prawidłową paczką PlayOnLinux." #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Plik: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " nie istnieje." #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Wyodrębnianie: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Wykonywanie..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Czyszczenie..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Zamykanie programów na wirtualnym dysku..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Wybieranie ikony" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Wybierz plik ikony" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Złe rozszerzenie pliku" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "nie jest rozszerzeniem ikony" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Edytor rejestru" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Zamknij wszystkie procesy prefixu" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Zaktualizuj wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Symuluj ponowne uruchomienie Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Użyj wtyczki Zaawansowana konfiguracja Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Użyj konfiguratora PlayOnLinux dla" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Zmień ikonę" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Użyj WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Wybierz program, który chcesz uruchomić" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Uruchamianie debuggera $APPLICATION_TITLE..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE zawiesił się." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analizuje twoją aplikacje" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Jaka jest nazwa programu?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalacja zakończona" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Nie instaluj XQuartz w tym momencie" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Pobrałem plik samemu" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Pobierz XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Pobieranie XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Gdzie jest" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Trwa instalacja XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz został zainstalowany." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Proszę czekać, wirtualny dysk twardy jest tworzony..." #: lib/deprecated.lib:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Ustawianie zmiennej Program Files" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ta funkcja jest wyłączona w środowisku PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Zewnętrzna biblioteka" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Tworzenie skrótu..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Czy chcesz usunąć wirtualny dysk twardy:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Sprawdzanie wtyczki: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nowa: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aktualizowanie wtyczki. Poprzednia: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Instalacja wtyczki: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Wykryto nadpisanie funkcji, wyłączenie raportowania błędów" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Proszę czekać, $APPLICATION_TITLE pobiera:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Wystąpił błąd podczas pobierania." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Ponowić próbę?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Nie można odnaleźć ${dest} z ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Rozpakowywanie ${filename} z ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Rozmiar pliku rozpakowanego nie zgadza się!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopiowanie ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Rozmiar pliku nie zgadza się!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Profil $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " na twoim komputerze." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " zostanie zainstalowany w: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Kliknij na 'Dalej' aby rozpocząć" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Ten instalator jest dostarczony przez: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Program został utworzony przez: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Ten kreator pomoże ci zainstalować " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Witamy w kreatorze instalacji $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Gdzie zamontowano CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Inne" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Odśwież" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Odczytywanie danych" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Błąd: Nie można odnaleźć CD-ROMu!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Proszę czekać, $APPLICATION_TITLE kopiuje pliki:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Wyszukiwanie wirtualnego dysku twardego..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Karta graficzna nie ma wystarczającej ilości pamięci" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Użyj wersji Steam" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Użyj wersji demo Steam" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Użyj wersji z Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Użyj wersji demo z Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Użyj wersji z Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Użyj wersji demo z Origin" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Użyj instalatora z dysku twardego" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Użyj CD-ROM(ów)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Użyj DVD-ROM(ów)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Pobierz program" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Wybierz metodę instalacji" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nie chcę tworzyć kolejnego skrótu" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Przeglądaj" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, 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:395 #, 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:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Nie można odnaleźć wersji: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Pobieranie Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Wygląda na to że pobieranie się nie powiodło." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Rozpakowywanie Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Nadpisz (zazwyczaj działa, brak gwarancji)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Wyczyść (zawartość wirtualnego dysku twardego zostanie utracona)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Anuluj instalację" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Docelowy wirtualny dysk twardy $PREFNAME już istnieje:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Anulowano" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Proszę czekać, instalacja $SOFTNAME w toku..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Instalacja zakończona" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Kliknij 'Dalej' tylko gdy instalacja się zakończy" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Ogólne" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Utwórz skrót do tego wirtualnego dysku twardego" #: python/configure.py:202 msgid "Name" msgstr "Nazwa" #: python/configure.py:203 msgid "Wine version" msgstr "Wersja wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Flagi debugowania" #: python/configure.py:206 msgid "Virtual drive" msgstr "Dysk wirtualny" #: python/configure.py:208 msgid "Arguments" msgstr "Parametry" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Uruchom kreator konfiguracji" #: python/configure.py:249 msgid "Windows reboot" msgstr "Symuluj ponowne uruchomienie Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Napraw wirtualny dysk" #: python/configure.py:266 msgid "Command prompt" msgstr "Wiersz poleceń" #: python/configure.py:273 msgid "Task manager" msgstr "Menadżer zadań" #: python/configure.py:281 msgid "Kill processes" msgstr "Zakończ wszystkie procesy" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Deinstalator wine" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Zainstaluj" #: python/configure.py:398 msgid "Open program's directory" msgstr "Otwórz katalog aplikacji" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Otwórz katalog wirtualnego dysku twardego" #: python/configure.py:565 msgid "GLSL Support" msgstr "Wsparcie dla GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Renderer Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Rozmiar pamięci video" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Tryb renderowania pozaekranowego" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Tryb renderowania Target Lock" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Ścisła kolejność rysowania" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Wymuszenie przenoszenia kursora myszy" #: python/configure.py:583 msgid "Open a shell" msgstr "Uruchom powłokę" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Uruchom plik .exe na tym wirtualnym dysku twardym" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Komenda do wykonania przed uruchomieniem programu" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Uważaj!\n" "Po zmianie " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} konfiguracja" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Wybierz program lub wirtualny dysk twardy do skonfigurowania" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Nowy" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Usuń" #: python/configure.py:715 msgid "Install components" msgstr "Zainstaluj komponenty" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Wyświetlanie" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Różne" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Ten wirtualny dysk twardy jest chroniony" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Czy na pewno chcesz usunąć {0} dysk wirtualny?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Czy na pewno chcesz usunąć {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} debugger" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Wybierz plik debugowania" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Zlokalizuj plik log" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Plik nazywa się: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Wirtualne dyski" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Zgłoś problem dotyczący {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Kreator" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Anuluj" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Dalej" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nie" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Tak" #: python/guiv3.py:178 msgid "I Agree" msgstr "Zgadzam się" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Pokaż wirtualne dyski" #: python/guiv3.py:201 msgid "Login: " msgstr "Login: " #: python/guiv3.py:202 msgid "Password: " msgstr "Hasło: " #: python/guiv3.py:205 msgid "Register" msgstr "Zarejestruj" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB pobrano" #: python/guiv3.py:312 msgid "of" msgstr "z" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Błąd" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Zamknięcie tego okna jest niemożliwe" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Brak opisu" #: python/install.py:214 msgid "Accessories" msgstr "Akcesoria" #: python/install.py:215 msgid "Development" msgstr "Programowanie" #: python/install.py:216 msgid "Education" msgstr "Edukacja" #: python/install.py:217 msgid "Games" msgstr "Gry" #: python/install.py:218 msgid "Graphics" msgstr "Grafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Biuro" #: python/install.py:223 msgid "Patches" msgstr "Aktualizacje" #: python/install.py:256 msgid "Include:" msgstr "Wyświetl:" #: python/install.py:262 msgid "Testing" msgstr "Testowe" #: python/install.py:267 msgid "No-cd needed" msgstr "Wymagające patcha no-cd" #: python/install.py:274 msgid "Commercial" msgstr "Komercyjne" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Zainstaluj program którego nie ma na liście" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "Błąd {0}" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "Strona {0} jest niedostępna. Sprawdź połączenie z internetem" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Odświeżanie {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Nowsza wersja {0} jest dostępna" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Uruchom" #: python/mainwindow.py:247 msgid "Donate" msgstr "Wesprzyj nas" #: python/mainwindow.py:248 msgid "Exit" msgstr "Wyjście" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Małe ikony" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Średnie ikony" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Duże ikony" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Bardzo duże ikony" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Zarządzanie wersjami Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Czytnik PC CD-ROM" #: python/mainwindow.py:277 msgid "{0} console" msgstr "konsola {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Zamknij wszystkie programy {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Skojarzenia plików" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Menedżer wtyczek" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "O {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Plik" #: python/mainwindow.py:366 msgid "Tools" msgstr "Narzędzia" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Ustawienia" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Wtyczki" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Zamknij" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Konfiguruj" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Wyszukaj" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Otwórz katalog aplikacji" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Przeczytaj instrukcję" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Zmień ikonkę" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Zamknij tą aplikację" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Brak instrukcji obsługi dla {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Zainstaluj program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Zaktualizuj z GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Instrukcje aktualizacji" #: python/mainwindow.py:779 msgid "Debug" msgstr "Debuguj" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Utwórz skrót" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Otwórz folder" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Odinstaluj" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Proszę wybrać program" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Ustawiania {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "Menu instalacji {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "Menadżer wersji wine {0}" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Uruchamiaj programy Windows na " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Zespół PlayOnLinux i PlayOnMac\n" "Licencja GPL, wersja 3" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Deweloper i strona WWW: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Twórcy skryptów: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Pakiety: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikony:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Następujące osoby przyczyniły się do rozwoju tego programu: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Tłumaczenia:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Przeczytaj plik TRANSLATORS" #: python/mainwindow.py:1171 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:1192 msgid "{0} cannot find {1}" msgstr "{0} nie może odnaleźć {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (z {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Musisz zainstalować ten komponent aby kontynuować" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Powinieneś zainstalować ten komponent aby użyć {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} nie powinien być uruchamiany przez administratora." #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Zainstalować paczkę {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Konfiguracja proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Ustaw proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Adres proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Port Proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Login Proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Hasło Proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Zainstalowane dodatki" #: python/options.py:205 msgid "Add" msgstr "Dodaj" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Włącz" #: python/options.py:209 msgid "Choose a plugin" msgstr "Wybierz wtyczkę" #: python/options.py:262 msgid "What is the extension?" msgstr "Jakie jest rozszerzenie?" #: python/options.py:274 msgid "Assigned program" msgstr "Powiązany program" #: python/options.py:276 msgid "Delete" msgstr "Usuń" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Napewno zainstalować: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Jesteś pewien usunięcia: " #: python/options.py:333 msgid "Disable" msgstr "Wyłącz" #: python/options.py:374 msgid "Apply" msgstr "Zastosuj" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Zainstalowane wersje Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Dostępne wersje Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wersje Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Jesteś pewien ze chcesz usunąć Wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} nie jest w stanie uruchomić POL_SetupWindow_server." playonlinux/lang/po/pol.pot000066400000000000000000005025041341024004000163070ustar00rootroot00000000000000# 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: 2016-01-03 19:00:52+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__Across_America_:31 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:35 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:41 #: PlayOnLinux_Scripts/Resident_Evil_3_:33 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:56 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:62 #, sh-format msgid "Please insert the game media into your disc drive." msgstr "" #: PlayOnLinux_Scripts/18_Wheels_of_Steel__Across_America_:38 #: 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_Empires_II___HD_:56 #: 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_:40 #: 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/Dark_Messiah_Of_Might_And_Magic_:65 #: PlayOnLinux_Scripts/Deadpool_The_Game_:47 PlayOnLinux_Scripts/Diablo_II_:57 #: PlayOnLinux_Scripts/Diablo_II___Lord_Of_Destruction_:47 #: PlayOnLinux_Scripts/Dragon_Age_2___DLC_:40 #: PlayOnLinux_Scripts/Dreamweaver_8_:22 PlayOnLinux_Scripts/EVE_online_:87 #: PlayOnLinux_Scripts/ElsterFormular_:43 #: PlayOnLinux_Scripts/Entropia_Universe_:31 #: 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_:95 #: PlayOnLinux_Scripts/Guild_Wars_2_:79 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/Memories_On_TV_:68 #: PlayOnLinux_Scripts/Microsoft_Excel_Viewer_2003_:34 #: PlayOnLinux_Scripts/Microsoft_Money_2005_:37 #: PlayOnLinux_Scripts/Microsoft_Office_2010_:47 #: PlayOnLinux_Scripts/Microsoft_Office_2013_:38 #: PlayOnLinux_Scripts/Microsoft_Project_2010_:40 #: PlayOnLinux_Scripts/Microsoft_Visio_2010_:40 #: 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_Undercover_:28 #: PlayOnLinux_Scripts/Need_For_Speed_World_:28 #: PlayOnLinux_Scripts/NosTale_:46 PlayOnLinux_Scripts/Notepad_Plus_Plus_:27 #: PlayOnLinux_Scripts/OCR_CuneiForm_:31 PlayOnLinux_Scripts/OnLive_:52 #: PlayOnLinux_Scripts/Payday_2_:39 PlayOnLinux_Scripts/Pirate_101_:38 #: 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_:51 PlayOnLinux_Scripts/Q.U.B.E_:101 #: PlayOnLinux_Scripts/Railroad_Pioneer_:39 #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:48 #: PlayOnLinux_Scripts/Rayman_Legends_:81 #: PlayOnLinux_Scripts/Rayman_Legends_:99 #: PlayOnLinux_Scripts/Rayman_Origins_:72 #: PlayOnLinux_Scripts/Rayman_Origins_:90 PlayOnLinux_Scripts/Reason_5_:29 #: PlayOnLinux_Scripts/Red_Faction_:49 PlayOnLinux_Scripts/Resident_Evil_3_:40 #: PlayOnLinux_Scripts/Rex_Cribbage_:32 PlayOnLinux_Scripts/Rfactor_:48 #: PlayOnLinux_Scripts/Riffstation_Trial_:45 PlayOnLinux_Scripts/Rift_:72 #: PlayOnLinux_Scripts/Risen_3__Titan_Lords_:31 #: 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/Seals_with_Clubs_:54 #: PlayOnLinux_Scripts/Secret_of_Monkey_Island_Special_Edition_:79 #: PlayOnLinux_Scripts/Space_Engineers_:59 PlayOnLinux_Scripts/Spotify_:63 #: 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/Star_Wars__The_Old_Republic_:36 #: 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_:61 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:51 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind___Bloodmoon_:51 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind___Tribunal_:49 #: PlayOnLinux_Scripts/The_Mighty_Quest_For_Epic_Loot_:62 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:69 #: 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/Wizard_101_:38 #: PlayOnLinux_Scripts/World_Of_Warcraft_:110 #: 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_:83 #: 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/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_:90 #, sh-format msgid "Please insert the game media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/3D_Train_Studio_:29 #, sh-format msgid "Please wait while installing prerequisites." msgstr "" #: PlayOnLinux_Scripts/3D_Train_Studio_:37 #: PlayOnLinux_Scripts/Adobe_Digital_Editions_4.5_:32 #: PlayOnLinux_Scripts/Alone_In_The_Dark___The_New_Nightmare_:39 #: PlayOnLinux_Scripts/AndreaMosaic_:34 #: PlayOnLinux_Scripts/Apple_AirPort_Utility_:30 #: 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/Deus_Ex__Human_Revolution_:44 #: PlayOnLinux_Scripts/Dinosaur__Echecs_:32 PlayOnLinux_Scripts/Driftmoon_:43 #: PlayOnLinux_Scripts/Fable___The_Lost_Chapters_:117 #: PlayOnLinux_Scripts/Fais_ton_journal_2_:31 #: PlayOnLinux_Scripts/FormatFactory_:58 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:44 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:59 #: PlayOnLinux_Scripts/GOG.com___Temple_of_Elemental_Evil_patch_CO8_Modpack_7_:53 #: PlayOnLinux_Scripts/Google_Picasa_3.9_:48 #: PlayOnLinux_Scripts/League_Of_Legends_:65 #: PlayOnLinux_Scripts/Little_Fighter_2_v2.0a_:47 #: PlayOnLinux_Scripts/POL_GoG_setup_:31 #: PlayOnLinux_Scripts/Photomatix_Pro_5_:32 #: PlayOnLinux_Scripts/Pronote_2015_:39 PlayOnLinux_Scripts/Rage_:114 #: PlayOnLinux_Scripts/Reshade_Image_Enlarger_:41 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Call_of_Pripyat_:40 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Clear_Sky_:40 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:68 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_:40 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:74 #: PlayOnLinux_Scripts/Sacrifice_:41 #: PlayOnLinux_Scripts/The_Legend_of_Korra_:34 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_:36 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:23 #: PlayOnLinux_Scripts/Toontown_Online_:25 #: PlayOnLinux_Scripts/Watchtower_Library_2014_:44 #: PlayOnLinux_Scripts/Watchtower_library_:43 PlayOnLinux_Scripts/WowApp_:50 #: PlayOnLinux_Scripts/iMindMap_6_:31 PlayOnLinux_Scripts/iMindMap_7_:31 #: PlayOnLinux_Scripts/iTunes_10_:29 #, sh-format msgid "Please select the setup file to run." msgstr "" #: PlayOnLinux_Scripts/A.R.E.S.___Extinction_Agenda_:80 #: PlayOnLinux_Scripts/Age_Of_Empires_II___HD_:47 #: 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/Counter_Strike__Global_Offensive_:55 #: 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/Adobe_Fireworks_CS6_:30 #: PlayOnLinux_Scripts/Adobe_Photoshop_CS6_:30 #: PlayOnLinux_Scripts/Adobe_Photoshop_Lightroom_5_:31 #: PlayOnLinux_Scripts/Final_Fantasy_III_:29 #: PlayOnLinux_Scripts/Final_Fantasy_IV_:29 #: PlayOnLinux_Scripts/MemoriesOnTV2_:50 PlayOnLinux_Scripts/MemoriesOnTV3_:48 #: PlayOnLinux_Scripts/PictureToTV_:52 #: PlayOnLinux_Scripts/The_I_Of_The_Dragon_:24 #: PlayOnLinux_Scripts/The_Wolf_Among_Us_:29 #, sh-format msgid "Please select $TITLE install file." msgstr "" #: PlayOnLinux_Scripts/Adobe_Fireworks_CS6_:51 #: PlayOnLinux_Scripts/Adobe_Photoshop_CS6_:51 #, sh-format msgid "" "NOTICE: If you get an error saying that the installation failed, wait at " "least 5 minutes before closing it. PlayOnLinux will finish the install, even " "though it crashed." msgstr "" #: PlayOnLinux_Scripts/Adobe_Photoshop_CS6_:63 #, sh-format msgid "" "NOTICE: Online updates and any 3D services do not work. If you want to " "update your install, you will need to download the update manually and " "install it in this virtual drive." msgstr "" #: PlayOnLinux_Scripts/Adobe_Photoshop_Lightroom_5_:28 #, sh-format msgid "" "IMPORTANT: This program does NOT work well with most Intel graphics. It WILL " "crash. Nvidia and AMD proprietary drivers are REQUIRED in most cases." msgstr "" #: PlayOnLinux_Scripts/Adobe_Photoshop_Lightroom_5_:43 #, sh-format msgid "" "PlayOnLinux will now install a few required programs, including IE6. Just " "click NEXT through IE install, as you usually would." msgstr "" #: PlayOnLinux_Scripts/Age_Of_Empires_III_:37 #, sh-format msgid "Please select the setup file" 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/Diablo_II___Lord_Of_Destruction_:28 #: PlayOnLinux_Scripts/GOG.com___Advent_Rising__Advent_Revising_patch_:29 #: PlayOnLinux_Scripts/GOG.com___Heroes_of_Might_and_Magic_3_HD_mod_:43 #: 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_III___Morrowind___Bloodmoon_:26 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind___Tribunal_:26 #: PlayOnLinux_Scripts/The_Elder_Scrolls_IV___Oblivion_Patch_1.2.0416_:26 #: PlayOnLinux_Scripts/X3___Terran_Conflict_Patch_3.2_:30 lib/wine.lib:623 #, 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_:80 #: PlayOnLinux_Scripts/Assassin_s_Creed_2_:81 #: PlayOnLinux_Scripts/Assassin_s_Creed_Brotherhood_:89 #: 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/Burnout_Paradise_:29 #: 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/Pathologic_Classic_HD_:46 #: PlayOnLinux_Scripts/Portal_:89 PlayOnLinux_Scripts/Portal_2_:75 #: PlayOnLinux_Scripts/Q.U.B.E_:86 PlayOnLinux_Scripts/Rayman_Legends_:92 #: 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/Talisman__Digital_Edition_:56 #: 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/AndreaMosaic_:33 #, sh-format msgid "Please be sure to use the Portable version of AndreaMosaic!" msgstr "" #: PlayOnLinux_Scripts/AndreaMosaic_:41 #, sh-format msgid "Do you want to try the Beta version?" msgstr "" #: PlayOnLinux_Scripts/AndreaMosaic_:71 #, sh-format msgid "License" msgstr "" #: PlayOnLinux_Scripts/Anno_1602_:41 PlayOnLinux_Scripts/EVE_online_:96 #: PlayOnLinux_Scripts/EVE_online_:124 #: 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_GetTool_samba3_:8 #: 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_:123 bash/installpolpackages:29 #: bash/killall:29 bash/read_pc_cd:39 bash/read_pc_cd:73 bash/read_pc_cd:103 #: bash/winebash:27 lib/scripts.lib:675 lib/scripts.lib:683 #: lib/scripts.lib:691 lib/scripts.lib:699 lib/scripts.lib:707 #: lib/setupwindow.lib:439 lib/wine.lib:1014 lib/wine.lib:1033 #: lib/wine.lib:1120 lib/wine.lib:1150 #, 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:111 #, sh-format msgid "Installation finished." msgstr "" #: PlayOnLinux_Scripts/Apple_AirPort_Utility_:24 #, sh-format msgid "For more information see" 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_:96 #: 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_:75 #: 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_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_:74 #: 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_:59 #: 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/Deadpool_The_Game_:39 #: 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_:41 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind___Bloodmoon_:41 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind___Tribunal_:39 #: 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_:94 #: 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_:77 #: 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/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:29 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:31 #: PlayOnLinux_Scripts/The_Matrix__Path_of_Neo_Update_2_:44 #: 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_:49 #, 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/Blade_Runner_:41 #, sh-format msgid "" "$TITLE has been successfully installed. Before launching the game each time, " "please ensure that disk one is in the drive and that the drive has been " "mounted." msgstr "" #: PlayOnLinux_Scripts/Blur_:102 PlayOnLinux_Scripts/Borderlands_:120 #: PlayOnLinux_Scripts/Cars_2_:83 #: PlayOnLinux_Scripts/Clive_Barker_s_Jericho_:113 #: 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/Burning_Cars_:27 #: PlayOnLinux_Scripts/Super_Trench_Attack__:27 #, sh-format msgid "Please select your installation file." msgstr "" #: PlayOnLinux_Scripts/Call_Of_Duty_2_:20 #, sh-format msgid "Please insert $TITLE media into your disk drive." msgstr "" #: PlayOnLinux_Scripts/Call_Of_Duty_2_:48 #, sh-format msgid "" "Please note that this game has a copy protection system\\nand sadly, it " "prevents Wine from running the game.\\n\\nPlayOnLinux will not provide any " "help concerning any illegal\\nstuff." msgstr "" #: PlayOnLinux_Scripts/Champions_Online_:41 #: PlayOnLinux_Scripts/Neverwinter_Online_:41 #, sh-format msgid "" "NOTICE: Do not run $TITLE or log in after installation. Close any open " "windows so that PlayOnLinux can finish the install. " msgstr "" #: PlayOnLinux_Scripts/Champions_Online_:52 #: PlayOnLinux_Scripts/Neverwinter_Online_:52 #: PlayOnLinux_Scripts/Star_Trek_Online_:49 #, sh-format msgid "" "NOTICE: $TITLE can take up to 15 minutes or longer to start for the first " "time. It only does this the first time the game has be ran." msgstr "" #: PlayOnLinux_Scripts/Chuzzle_PC_CD_ROM_:39 #, sh-format msgid "" "$TITLE has been installed. Please note, on some test computers the mouse " "pointer was found to not align with the graphics. When this happened, " "running the game within a 640x480 virtual desktop resoloved the problem" msgstr "" #: PlayOnLinux_Scripts/Cities_XL_Platinum_:36 #: PlayOnLinux_Scripts/Pathologic_Classic_HD_:39 #, sh-format msgid "" "NOTICE: $TITLE will be installed via Steam. After Steam is installed, " "uncheck Run Steam, click Finish, and Steam will restart. Sign in and install " "$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" 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_:81 #, 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/Crossword_Compiler_:24 #, sh-format msgid "Please select a language." msgstr "" #: PlayOnLinux_Scripts/Crossword_Compiler_:35 #, sh-format msgid "Please select the program." msgstr "" #: PlayOnLinux_Scripts/Crossword_Compiler_:42 #, sh-format msgid "Notice: This will only be a demo version." msgstr "" #: PlayOnLinux_Scripts/DC_Universe_Online_:51 #: PlayOnLinux_Scripts/PlanetSide_2_:55 #, 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_:55 #: PlayOnLinux_Scripts/World_Of_Warcraft_:61 #: PlayOnLinux_Scripts/World_Of_Warcraft_:67 #: PlayOnLinux_Scripts/World_Of_Warcraft_:73 #: PlayOnLinux_Scripts/World_Of_Warcraft_:81 #: PlayOnLinux_Scripts/World_Of_Warcraft_:97 #: 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_:31 #, sh-format msgid "Please select the setup file downloaded on $EDITOR website" msgstr "" #: PlayOnLinux_Scripts/Diablo_III_:63 #, 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_:63 #, 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/Diablo_II___Lord_Of_Destruction_:39 #, sh-format msgid "When the installer will ask you for PlayDisc, click NEXT." msgstr "" #: PlayOnLinux_Scripts/Diablo_II___Lord_Of_Destruction_:41 #, sh-format msgid "When the installer will ask you for Expansion Disc, click NEXT." msgstr "" #: PlayOnLinux_Scripts/Diablo_II___Lord_Of_Destruction_:43 #, sh-format msgid "Click NEXT when the installation will finish" msgstr "" #: PlayOnLinux_Scripts/Diagnostic_Tools_:20 #, sh-format msgid "Scanning your hardware..." 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/EASy68K_:28 #, sh-format msgid "Please select the EASy68K.zip file to install" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:76 #, 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_:82 PlayOnLinux_Scripts/ElsterFormular_:38 #, sh-format msgid "You want to open $TITLE download page in your browser?" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:121 #, sh-format msgid "" "You want to create symbolic link for $TITLE settings in your /home/ folder?" "n(Recommend yes.)" msgstr "" #: PlayOnLinux_Scripts/EVE_online_:140 #, 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/Evolution_4_:41 #: 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/Infinity_Engine_widescreen_mod_:25 #: PlayOnLinux_Scripts/Runes_Of_Magic_:49 PlayOnLinux_Scripts/Sacrifice_:42 #: PlayOnLinux_Scripts/Sacrifice_:48 PlayOnLinux_Scripts/Spotify_:64 #: 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/Evolution_4_:43 #: PlayOnLinux_Scripts/GOG.com___RollerCoaster_Tycoon__Deluxe_:105 #: PlayOnLinux_Scripts/Photomatix_Pro_4.2.7_:59 #: PlayOnLinux_Scripts/Rayman_Legends_:110 #: PlayOnLinux_Scripts/Star_Wars___Rogue_Squadron_3D_:75 #: PlayOnLinux_Scripts/photomatix3_:56 #, sh-format msgid "$TITLE has been successfully installed." 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_:54 #, 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/Foobar2000_:39 #, sh-format msgid "" "Please download the setup file from http://www.foobar2000.org/download and " "select it." msgstr "" #: PlayOnLinux_Scripts/FormatFactory_:49 PlayOnLinux_Scripts/FormatFactory_:59 #, sh-format msgid "Please do not run FormatFactory\\n\\nDo not install Baidu program" msgstr "" #: PlayOnLinux_Scripts/FormatFactory_:74 #, sh-format msgid "" "After installation, in the FormatFactory\\ngo to Options > GUI sound,\\nand " "unmark all notifications." 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_:86 #: 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_:66 #: 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/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___Black_Mirror_3_:26 #, sh-format msgid "" "When the GOG installer asks you to install Microsoft Visual C++ " "Redistributable, please select Cancel." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:31 #, sh-format msgid "This install script requires ffmpeg" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Commandos_Ammo_Pack_:78 #, sh-format msgid "Converting videos..." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Deus_Ex_GOTY_Edition_:69 #: PlayOnLinux_Scripts/GOG.com___Unreal_Tournament_GOTY_:56 #, 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___Dungeon_Keeper_:50 #, sh-format msgid "" "Tip: The high-resolution mode has been activated, if it is too slow, you can " "disable it by pressing Alt+R while in game.)" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Dungeon_Keeper_:52 #, sh-format msgid "" "Tip: You can enable a higher-resolution mode by pressing Alt+R during the " "game." 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_:55 #: 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_:55 #: 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___Legend_of_Grimrock_2_:34 #, sh-format msgid "" "At the end of the install progres there will appear few error messages; just " "ignore them!" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Magrunner__Dark_Pulse_:21 #, sh-format msgid "" "Since Magrunner is tending to misbehave, we will emulate a desktop to run in." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Magrunner__Dark_Pulse_:22 #, sh-format msgid "Width of the emulated desktop." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Magrunner__Dark_Pulse_:23 #, sh-format msgid "Height of the emulated desktop." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Magrunner__Dark_Pulse_:25 #, sh-format msgid "The setup will throw some errors at the end. They can be ignored." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Memoria_:23 #: PlayOnLinux_Scripts/GOG.com___Xenonauts_:23 #, sh-format msgid "" "This installer requires the patch provided by gog.com. Please ensure it has " "been downloaded to a local drive before continuing." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Memoria_:33 #: PlayOnLinux_Scripts/GOG.com___Xenonauts_:34 #, sh-format msgid "Please select the patch file." msgstr "" #: PlayOnLinux_Scripts/GOG.com___Memoria_:34 #: PlayOnLinux_Scripts/GOG.com___Xenonauts_:35 #, sh-format msgid "Please wait, patch installation in progress." 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_:48 #, 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_:48 #, 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___POD_Gold_:27 #, sh-format msgid "This install script requires lame" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Painkiller__Black_Edition_:47 #, sh-format msgid "Dedicated server" msgstr "" #: PlayOnLinux_Scripts/GOG.com___Pirates_Pack_:97 #: 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___Risen_2__Dark_Waters_:33 #, sh-format msgid "" "Do you want to install the Gold Edition Upgrade now? This will only be " "possible if you purchased the Gold Edition, you can still install it later " "if you want." msgstr "" #: PlayOnLinux_Scripts/GOG.com___RollerCoaster_Tycoon_3_:25 #, sh-format msgid "" "At the end of the installation process you will get a few runtime errors, " "ignore them for now." 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/Google_SketchUp_:43 PlayOnLinux_Scripts/Hearthstone_:32 #: PlayOnLinux_Scripts/Heroes_of_the_Storm_:30 #, sh-format msgid "What language do you want to install?" msgstr "" #: PlayOnLinux_Scripts/Google_SketchUp_:102 #, sh-format msgid "" "If you are using localised binary, you must \n" "have the correct locale package installed.\\n\\n\n" "If the Google SketchUp language differs from your desktop setting you \n" "must prefix the launch by forcing your locale.\\n\n" " - Go to : Configure > Google Sketchup (Shortcut) > Miscellaneous \\n\\n\n" " - Write and adapt the following line depending on your locale in the " "\"Command to exec before running the program\" field:\\n\\n\n" " export LANG=\n" 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_:52 #: 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_:43 #, sh-format msgid "Select architecture" 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:164 python/guiv3.py:167 #, 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:165 python/guiv3.py:168 #, sh-format msgid "Yes" msgstr "" #: PlayOnLinux_Scripts/Halo_Combat_Evolved_:74 #, sh-format msgid "Updating $TITLE" msgstr "" #: PlayOnLinux_Scripts/Hanahira__:54 PlayOnLinux_Scripts/Steins_Gate_:51 #, sh-format msgid "Please locate installation program (Setup.exe)" msgstr "" #: PlayOnLinux_Scripts/Hanahira__:56 PlayOnLinux_Scripts/Hanahira__:64 #, 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_:75 #: 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_:50 PlayOnLinux_Scripts/WowApp_:35 #, sh-format msgid "glxinfo is not installed. Please install mesa-utils package" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:53 PlayOnLinux_Scripts/WowApp_:38 #, 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_:69 #, sh-format msgid "Cant install using the official downloader, sorry" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:76 #: PlayOnLinux_Scripts/League_Of_Legends_:86 #, sh-format msgid "Europe Nordic and East" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:76 #: PlayOnLinux_Scripts/League_Of_Legends_:82 #, sh-format msgid "Europe West" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:76 #: PlayOnLinux_Scripts/League_Of_Legends_:78 #, sh-format msgid "North America" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:76 #: PlayOnLinux_Scripts/Little_Fighter_2_v2.0a_:53 #, sh-format msgid "Select installer to download:" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:109 PlayOnLinux_Scripts/WowApp_:69 #, sh-format msgid "" "Warning: You must not tick the checkbox \"Run $TITLE\" when setup is done" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:130 #, sh-format msgid "Do you want to read original thread in League of Legends forums?" msgstr "" #: PlayOnLinux_Scripts/League_Of_Legends_:130 #, sh-format msgid "" "If you get connection errors when attempting to login, try disabling " "tcp_timestamps in the kernel." msgstr "" #: PlayOnLinux_Scripts/Little_Fighter_2_v2.0a_:36 #, sh-format msgid "" "$APPLICATION_TITLE equal or superior to 4.1.4 is required to install $TITLE" 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/MemoriesOnTV2_:41 PlayOnLinux_Scripts/MemoriesOnTV2_:51 #: PlayOnLinux_Scripts/MemoriesOnTV3_:39 PlayOnLinux_Scripts/MemoriesOnTV3_:49 #: PlayOnLinux_Scripts/PictureToTV_:43 PlayOnLinux_Scripts/PictureToTV_:53 #, sh-format msgid "Please do not restart." msgstr "" #: PlayOnLinux_Scripts/MemoriesOnTV3_:58 #: PlayOnLinux_Scripts/Memories_On_TV_:77 #, sh-format msgid "Please select a language:" msgstr "" #: PlayOnLinux_Scripts/Memories_On_TV_:22 #, sh-format msgid "" "\\nDuring installation please deselect Creation of Icon Launcher/Desktop\\n" "\\nDO NOT let RESTART." msgstr "" #: PlayOnLinux_Scripts/Memories_On_TV_:35 #, sh-format msgid "" "INFO: This install MemoriesOnTV version 4.\\n\\nIf you have registration " "code from earlier versions to 3...\\n\\nYou can find the installer on " "PlayOnLinux / Mac for PictureToTV, MemoriesOnTV2 or MemoriesOnTV3." msgstr "" #: PlayOnLinux_Scripts/Memories_On_TV_:47 #, sh-format msgid "What version do you want to install?" 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_:65 #: PlayOnLinux_Scripts/Microsoft_Office_2013_:58 #: PlayOnLinux_Scripts/Microsoft_Project_2010_:58 #: PlayOnLinux_Scripts/Microsoft_Visio_2010_:58 #, sh-format msgid "The 64bits version is not compatible! Sorry" msgstr "" #: PlayOnLinux_Scripts/Microsoft_Office_2010_:97 #: PlayOnLinux_Scripts/Microsoft_Office_2013_:90 #: PlayOnLinux_Scripts/Microsoft_Project_2010_:80 #: PlayOnLinux_Scripts/Microsoft_Visio_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_:174 #, 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/OBDwiz_OBDII_vehicle_diagnostic_program_:25 #: PlayOnLinux_Scripts/Vegas_Pro_8.0c_:48 #: PlayOnLinux_Scripts/WEB_Surveillance_DVR_OCX_with_Internet_Explorer_6_:24 #, sh-format msgid "Please select the install file." 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_Gamefront_Download_:8 #, sh-format msgid "Contacting download server." msgstr "" #: PlayOnLinux_Scripts/POL_GoG_Extract_:29 bash/install:27 bash/install:29 #: python/install.py:458 python/install.py:460 python/install.py:580 #, 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_:19 #, 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_:13 #: PlayOnLinux_Scripts/POL_Install_dotnet35sp1_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet40_:10 #: PlayOnLinux_Scripts/POL_Install_dotnet45_:13 #: 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_:31 #, 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_:22 #, sh-format msgid "$TITLE - Steam Installation" msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:22 #, sh-format msgid "Please complete the Steam setup wizard." msgstr "" #: PlayOnLinux_Scripts/POL_Install_steam_:24 #, sh-format msgid "" "Log into your Steam account once the update is complete.\\n\\nClick Next to " "continue." 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_:31 #, 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_:2 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:21 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:32 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:55 #, sh-format msgid "Microsoft fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:2 #, sh-format msgid "Microsoft fonts aren't installed; I'll install them for you." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:4 #, sh-format msgid " Licence translated into your language " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:5 #, sh-format msgid "" "These fonts were provided by Microsoft\\n\"in the interest of cross-platform " "compatibility\"." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:6 #, sh-format msgid "" "This is no longer the case, but they are still available from third parties." msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:8 #, 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_:10 #, sh-format msgid " Original licence " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:21 #, 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_:38 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:39 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:45 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:46 #, sh-format msgid "Downloading: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:55 #, sh-format msgid "Installing fonts" msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:61 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:62 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:69 #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:70 #, sh-format msgid "Installing: " msgstr "" #: PlayOnLinux_Scripts/POL_Internal_InstallFonts_:76 #, sh-format msgid "Cleaning" msgstr "" #: PlayOnLinux_Scripts/POL_Message_OSXFlicker_:2 #, sh-format msgid "" "OSX users: If the screen flickers once the game is launched, try to press " "cmd + tab twice" msgstr "" #: PlayOnLinux_Scripts/POL_PCGamingWiki_Download_:11 lib/scripts.lib:531 #: lib/scripts.lib:549 lib/scripts.lib:596 lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: PlayOnLinux_Scripts/POL_PCGamingWiki_Download_:11 lib/scripts.lib:549 #: lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" 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:898 #, 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:927 #, 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/POL_innoextract_:14 #, sh-format msgid "POL_innoextract failed: INSTALLER_FILE not set." msgstr "" #: PlayOnLinux_Scripts/POL_innoextract_:17 #, sh-format msgid "POL_innoextract failed: TEMP_DIR not set." msgstr "" #: PlayOnLinux_Scripts/POL_innoextract_:20 #, sh-format msgid "POL_innoextract failed: INSTALL_PATH not set." msgstr "" #: PlayOnLinux_Scripts/POL_innoextract_:26 #, sh-format msgid "" "Could not find innoextract binary. Install the \"innoextract\" package or " "see http://constexpr.org/innoextract for more information on how to install, " "then run the script again." msgstr "" #: PlayOnLinux_Scripts/POL_innoextract_:31 #, sh-format msgid "Extracting game files..." msgstr "" #: PlayOnLinux_Scripts/POL_innoextract_:57 #, sh-format msgid "" "Failed to extract files. Is innoextract is up to date and the input file " "valid?" msgstr "" #: PlayOnLinux_Scripts/PatternMaker_7.5_:36 #, sh-format msgid "" "As your system has an old version of Bash, this script will be unable to " "install any patterns for you" msgstr "" #: PlayOnLinux_Scripts/PatternMaker_7.5_:77 #, sh-format msgid "What patterns would you like to install?" msgstr "" #: PlayOnLinux_Scripts/PatternMaker_7.5_:86 #, sh-format msgid "Would you like to install the PatternMaker MacroGenerator?" msgstr "" #: PlayOnLinux_Scripts/PatternMaker_7.5_:103 #, sh-format msgid "" "Several installers will be downloaded, and may be beneficial to keep " "afterwards. Would you like to keep them?" msgstr "" #: PlayOnLinux_Scripts/PatternMaker_7.5_:106 #, sh-format msgid "Understood. All downloaded files will be deleted when finished." msgstr "" #: PlayOnLinux_Scripts/PatternMaker_7.5_:109 #, sh-format msgid "Downloading installers..." msgstr "" #: PlayOnLinux_Scripts/Payday_2_:40 #, sh-format msgid "Please do not run $TITLE after installation has finished." msgstr "" #: PlayOnLinux_Scripts/Photofiltre_Studio_X_:15 #, sh-format msgid "Extracting $TITLE" 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_5_:41 #, sh-format msgid "Installation in progress." msgstr "" #: PlayOnLinux_Scripts/Poker_Stars_:37 #, sh-format msgid "Error while installing. Downloaded file not found." 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 #: PlayOnLinux_Scripts/Watchtower_Library_2014_:59 #: PlayOnLinux_Scripts/Watchtower_library_:58 #, 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/RaidCall_:37 #, sh-format msgid "" "When installing, be sure not to let RaidCall launch automatically, so the " "POL setup can complete." msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:24 #, sh-format msgid "" "This installer was created for Railroad Tycoon II Platinum Version\\nIt " "should work with other editions of this game:\\nRailroad Tycoon II (without " "addons)\\nRailroad Tycoon II Gold Edition (with The Second Century addon)\\n" "\\nIf you have one of this two versions of this game, please give some " "information or bugs at official PlayOnLinux page - http://playonlinux.com/\\n" "\\nThank you!" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31 #, sh-format msgid "Other destination or other CD/DVD - first release, Gold, Platinum" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31 #, sh-format msgid "Railroad Tycoon Anthology disc (Polish Version)" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31 #, sh-format msgid "Retail CD (Platinum, Gold [test], first release [test])" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:31 #: PlayOnLinux_Scripts/Resident_Evil_3_:29 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:52 #, sh-format msgid "Select a version of installation disc:" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55 #, sh-format msgid "First Release (without addons)" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55 #, sh-format msgid "Gold Edition" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55 #, sh-format msgid "Platinum Edition" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:55 #, sh-format msgid "What is your version of Railroad Tycoon II?" msgstr "" #: PlayOnLinux_Scripts/Railroad_Tycoon_II_:66 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:132 #, sh-format msgid "" "Installation complete!\\nTo run $TITLE please select $TITLE icon from your " "desktop.\\n\\nThank you for using this installation script! :)" 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_:74 #, 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/Reshade_Image_Enlarger_:27 #, sh-format msgid "Please download the installer from reshade.com" msgstr "" #: PlayOnLinux_Scripts/Resident_Evil_3_:29 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:52 #, sh-format msgid "Other destination or other CD/DVD" msgstr "" #: PlayOnLinux_Scripts/Resident_Evil_3_:29 #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:52 #, sh-format msgid "Retail CD" msgstr "" #: PlayOnLinux_Scripts/Resident_Evil_3_:49 #, sh-format msgid "" "Installation complete!\\nTo run $TITLE please select $TITLE icon from your " "desktop.\\n\\nThank you for using this installation script." msgstr "" #: PlayOnLinux_Scripts/Rfactor_:59 #, sh-format msgid "The CD protection of this game doesn't work correctly with Wine." msgstr "" #: PlayOnLinux_Scripts/Rift_:85 #, sh-format msgid "The launcher can still self update after installation" 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/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:39 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:41 #, sh-format msgid "Digital Distribution" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:39 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:41 #, sh-format msgid "Please select the game release" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:39 #, sh-format msgid "Russian" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:39 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:41 #, sh-format msgid "Worldwide" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Clear_Sky_Patch_1.5.10_:57 #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:64 #, sh-format msgid "Could not parse game release response" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:41 #, sh-format msgid "Czech" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:41 #, sh-format msgid "Polish" msgstr "" #: PlayOnLinux_Scripts/S.T.A.L.K.E.R.__Shadow_of_Chernobyl_Patch_1.0005_:41 #, sh-format msgid "US" 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/SimCity_4_Deluxe_:32 #, sh-format msgid "Please select the setup file for $TITLE" msgstr "" #: PlayOnLinux_Scripts/SimCity_4_Deluxe_:42 #, sh-format msgid "" "NOTICE: After Steam installs, uncheck \"Run Steam\" so that it does not " "start." msgstr "" #: PlayOnLinux_Scripts/SimCity_4_Deluxe_:55 #, sh-format msgid "" "NOTICE: SimCity 4 needs a no-cd crack if you are installing from a CD or " "DVD. We do not support cracks, and cannot help if it does not work." msgstr "" #: PlayOnLinux_Scripts/SimCity_4_Deluxe_:63 #, sh-format msgid "" "NOTICE: If you notice an error, but Steam and $TITLE are running, it can be " "ignored." 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/Spintires_:35 #: PlayOnLinux_Scripts/The_Elder_Scrolls_V__Skyrim_:35 #, sh-format msgid "" "The game will fail to launch until you set /proc/sys/kernel/yama/" "ptrace_scope to 0" 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_:45 #, sh-format msgid "Please locate installation program in Data folder (Resonance.msi)" msgstr "" #: PlayOnLinux_Scripts/Steam_:39 #, sh-format msgid "Please choose a virtual drive name" msgstr "" #: PlayOnLinux_Scripts/Steam_:83 #, sh-format msgid "" "If you want to install $TITLE in another virtual drive\\nRun this installer " "again" msgstr "" #: PlayOnLinux_Scripts/SuperCrateBox_:20 #, sh-format msgid "Game Extract failed (Missing 7-zip)." msgstr "" #: PlayOnLinux_Scripts/SuperCrateBox_:35 #, sh-format msgid "Game Extract failed (Missing 7-zip unRAR module)." 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_:57 #, sh-format msgid "" "Install Terraria via Steam. Once Terraria has fully downloaded, press the " "Play button, Steam will prompt you to install the xna framework. Once the " "xna framework has been installed close Steam and continue this installer." msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:29 #, sh-format msgid "" "Going to run the updater. In the updater click only on continue or ok.\\nIf " "the updater fails, close all the windows and run the updater again with the " "shortcut." msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:46 #, sh-format msgid "" "The Dark Mod Executable is not present on your system\\nPlease rerun the " "updater using the shortcut\\nand create the shortcut mannualy" msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:60 #, sh-format msgid "How would you like to install The Dark Mod?" msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:84 #, sh-format msgid "Please download the darkmod updater zip file from \\n$GAME_URL" msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:85 #, sh-format msgid "" "Please select the darkmod updater zip file to run.\\nIt must have the name " "tdm_update_win.zip" msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:100 #, sh-format msgid "" "Please download first The Dark Mod standalone release zip-file:\\n\\nTHE " "DARK MOD Version 2.0 - Standalone Release\\n\\nFrom sites like: \\n$GAME_URL" "\\nhttp://www.moddb.com\\nhttp://www.google.com" msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:101 #, sh-format msgid "Please select the darkmod standalone release zip file to run." msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:116 #, sh-format msgid "" "The 2.0 updater doesnt run on $WORKING_WINE_VERSION.\\nWould you like that I " "download a newer version of the the updater\\nand then update the files?" msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:119 #, sh-format msgid "Going Online to update the updater and run it." msgstr "" #: PlayOnLinux_Scripts/The_Darkmod_:137 #, sh-format msgid "" "This is the end of the $TITLE installation script. \\n\\nFor more info, " "visit $GAME_URL" msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind_:73 #: PlayOnLinux_Scripts/The_Elder_Scrolls_III___Morrowind___Bloodmoon_:31 #, sh-format msgid "If you have the extentions, you should install Tribunal first !" 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/Tomb_Raider__2013__:86 #, 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_Online_:91 #, sh-format msgid "Please select the installation file to run." msgstr "" #: PlayOnLinux_Scripts/The_Elder_Scrolls_Online_:186 #, sh-format msgid "" "Follow default setup up to 'Installation Options' screen, then:\\n 1. Select " "your region.\\n 2. Leave only checked DirectX box." msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:52 #, sh-format msgid "Version from CD-Action Polish magazine - 01.2006 - number 121" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:80 #, sh-format msgid "Configuration" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85 #, sh-format msgid "1024x768" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85 #, sh-format msgid "640x480" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85 #, sh-format msgid "800x600" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:85 #, sh-format msgid "Select a screen resolution:" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:119 #, sh-format msgid "resolution fix" msgstr "" #: PlayOnLinux_Scripts/The_Settlers_III_Gold_Edition_:129 #, sh-format msgid "video fix" 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_:46 #, 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/Vegas_Pro_8.0c_:50 #, sh-format msgid "PlayOnLinux is installing your application..." msgstr "" #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37 #, sh-format msgid "" "After WTW instalation uncheck Run option in last window.\\nDon't run a " "messenger, because it will won't work correctly." msgstr "" #: PlayOnLinux_Scripts/WTW_Instant_Messenger_:37 #, sh-format msgid "Warning" 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/Watchtower_Library_2014_:50 #: PlayOnLinux_Scripts/Watchtower_library_:49 #, sh-format msgid "File Selection Error" msgstr "" #: PlayOnLinux_Scripts/Watchtower_Library_2014_:50 #: PlayOnLinux_Scripts/Watchtower_library_:49 #, sh-format msgid "" "Setup.exe was not selected, Please select the setup file to run {Setup.exe}" 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_:41 #, 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_Warcraft_:52 #: 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_:58 #: 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_:64 #: 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_:70 #: 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_:78 #, sh-format msgid "Please insert game media 5 into your disk drive\\nif not already done." msgstr "" #: PlayOnLinux_Scripts/World_Of_Warplanes_:45 #, sh-format msgid "Which region version of World of Warplanes would you like to install?" msgstr "" #: PlayOnLinux_Scripts/World_Of_Warplanes_:53 #, sh-format msgid "" "Attention:After installation is complete, the patcher will load. After, go " "to the top right of the patcher and click the wrench, Then Un-check the box " "for \"Allow Torrent\", if this is not done the patcher will crash after 1 " "minute. When finished with this, 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_Warships_:34 #, sh-format msgid "" "Which region version of World Of Warships would you like to install? Note: " "Korea is not supported yet." msgstr "" #: PlayOnLinux_Scripts/Wurm_Clock_:37 #, sh-format msgid "Do you have downloaded the zip file?" msgstr "" #: PlayOnLinux_Scripts/Wurm_Clock_:45 #, sh-format msgid "Please select the downloaded zip file." 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_:20 #, sh-format msgid "Do you want to install $TITLE to sync a USB device?" msgstr "" #: PlayOnLinux_Scripts/iTunes_10_:23 #, 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_:32 #, sh-format msgid "Please select the 32-bit version of iTunes" msgstr "" #: PlayOnLinux_Scripts/iTunes_12_:22 #, sh-format msgid "" "Syncing with iDevices does not work! Are you sure you want to install iTunes?" msgstr "" #: PlayOnLinux_Scripts/iTunes_12_:23 #, sh-format msgid "" "You need the 32-bit installer. You can download it from here: \"https://www." "apple.com/itunes/affiliates/download/\"" msgstr "" #: PlayOnLinux_Scripts/iTunes_12_:31 #, sh-format msgid "Please select the 32-bit iTunes installer." 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 "" #: PlayOnLinux_Scripts/yWriter_5_:34 #, sh-format msgid "Please select the installation archive:" msgstr "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/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:29 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:231 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:56 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:56 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:71 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:77 bash/playonlinux-pkg:98 bash/playonlinux-pkg:109 #: bash/playonlinux-pkg:114 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:77 bash/playonlinux-pkg:92 bash/playonlinux-pkg:98 #: bash/playonlinux-pkg:109 bash/playonlinux-pkg:114 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:92 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:105 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:117 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:121 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:239 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:866 #, 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/wine.lib:866 #, 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:128 #, 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:142 #, 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:155 #, 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:933 lib/wine.lib:972 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:294 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:426 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine" "\\nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:821 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:783 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:796 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:954 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\n" "$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:969 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1000 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:388 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:394 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:540 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:578 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:682 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:688 lib/wine.lib:689 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:698 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:700 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:896 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:911 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:1120 lib/wine.lib:1150 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1124 lib/wine.lib:1153 #, 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:1124 lib/wine.lib:1153 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1157 lib/wine.lib:1158 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1166 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "" #: python/configure.py:197 python/configure.py:712 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:264 msgid "Command prompt" msgstr "" #: python/configure.py:271 msgid "Task manager" msgstr "" #: python/configure.py:279 msgid "Kill processes" msgstr "" #: python/configure.py:286 msgid "Control panel" 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:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:397 msgid "Open program's directory" msgstr "" #: python/configure.py:420 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:564 msgid "GLSL Support" msgstr "" #: python/configure.py:565 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:566 msgid "Video memory size" msgstr "" #: python/configure.py:567 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:568 msgid "Render target mode lock" msgstr "" #: python/configure.py:569 msgid "Multisampling" msgstr "" #: python/configure.py:570 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:580 msgid "Mouse warp override" msgstr "" #: python/configure.py:582 msgid "Open a shell" msgstr "" #: python/configure.py:583 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:584 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:594 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:605 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:665 python/mainwindow.py:973 python/mainwindow.py:975 #, python-brace-format msgid "{0} configuration" msgstr "" #: python/configure.py:673 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:692 python/configure.py:695 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:693 python/configure.py:696 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:714 msgid "Install components" msgstr "" #: python/configure.py:715 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:716 msgid "Miscellaneous" msgstr "" #: python/configure.py:744 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:746 #, python-brace-format msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:753 #, python-brace-format msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 #, python-brace-format msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 #, python-brace-format msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 #, python-brace-format msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 #, python-brace-format msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 #, python-brace-format msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 #, python-brace-format msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 #, python-brace-format msgid "{0} error" msgstr "" #: python/mainwindow.py:76 #, python-brace-format msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 #, python-brace-format msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 #, python-brace-format msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 #, python-brace-format msgid "{0} console" msgstr "" #: python/mainwindow.py:279 #, python-brace-format msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 #, python-brace-format msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 #, python-brace-format msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 #, python-brace-format msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 #, python-brace-format msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 #, python-brace-format msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 #, python-brace-format msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 #, python-brace-format msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 #, python-brace-format msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 #, python-brace-format msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 #, python-brace-format msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 #, python-brace-format msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 #, python-brace-format msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 #, python-brace-format msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 #, python-brace-format msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 #, python-brace-format 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:1252 #, python-brace-format 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:1311 #, python-brace-format msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 #, python-brace-format msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 #, python-brace-format msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 #, python-brace-format msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 #, python-brace-format msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/pt.po000066400000000000000000001774221341024004000157630ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-07-30 18:44+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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Reportar erro" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Tive um problema com este software." #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "O meu problema é com o próprio $APPLICATION_TITLE." #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Que tipo de problema teve?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Não anexar nenhum ficheiro de registo." #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Instalação manual" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalação automática" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Selecione o ficheiro de registo correspondente ao seu software." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Por favor, explique o problema claramente (só em inglês)" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Desculpe mas precisamos de uma descrição detalhada." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Obrigado!\\n\\nO seu relatório foi enviado." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Criador de unidade virtual" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Que tipo de unidade virtual deseja criar?" #: bash/create_prefix:55 #, 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:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Qual versão do Wine gostaria de utilizar?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Por favor, leia o seguinte" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configuração da aplicação $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Por favor aguarde..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Bemvindo à assistente de instalação manual de $APPLICATION_TITLE.\\n\\nEste " "script irá permitir-lhe instalar qualquer programa em $APPLICATION_TITLE e " "utilizá-lo com todas as ferramentas.\\n\\nAviso: Não pudemos garantir que as " "aplicações irão funcionar perfeitamente." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalar um programa numa unidade virtual nova" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Editar ou actualizar um aplicativo existente" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "O que gostaria de fazer?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Por favor escolha um programa" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Usar outra versão do Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurar o Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Instalar algumas bibliotecas" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Se não sabe, desmarque tudo" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "O que gostaria de fazer antes da instalação?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Por favor, escolha" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "A procurar por CD-ROMs executáveis" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Selecione outro ficheiro" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Por favor, escolha uma forma de instalar o programa" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Por favor, selecione o arquivo de instalação a executar." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Tem de selecionar um ficheiro!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE está a instalar a aplicação..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Utilização: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tSelecione um ficheiro" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtrair o pacote" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstalar o pacote" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tExibir esta mensagem" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gestor de pacotes $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Selecione um pacote para instalar" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gestor de pacotes PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Não foi possível encontrar o ficheiro: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " não é um pacote PlayOnLinux válido!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Este ficheiro: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " não existe!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "A extrair: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Em execução..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "A limpar..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "A forçar o encerramento dos programas na unidade virtual..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Seleção de ícone" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Por favor, selecione um ficheiro de ícone" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Extensão do ficheiro inválida" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "não é uma extensão de ícone" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor do registo" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Encerrar todos os processos prefixos" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Actualizar wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simular a reincialização do Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usar extensão de configuração avançada do Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Usar configurador do PlayOnLinux para" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Alterar o ícone" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Usar o WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Por favor, escolha um programa para executar" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Depurador de $APPLICATION_TITLE está a ser iniciado..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" "$PACKAGE bloqueou.\\nSeleccione o seu atalho e carregue no painel lateral em " "\"Depuração\" para mais detalhes." #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE bloqueou." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "A aguardar que o XQuartz seja instalado" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE está a analisar a sua aplicação." #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Qual o nome do seu programa?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalação concluída." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" "PlayOnMac precisa que o XQuartz seja instalado para funcionar corretamente." #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "PlayOnMac irá ajudá-lo a simplificar este passo" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Não instale XQuartz agora." #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Descarreguei o ficheiro por mim." #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Por favor, descarregue o XQuartz por mim" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "A transferir o XQuartz." #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Onde está" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "A instalar o XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz foi instalado." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" "Não foi possível instalar o XQuartz! Tem de instalá-lo para utilizar o wine " "corretamente." #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "A configurar as variáveis para os ficheiros dos programas" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "A função está desabilitada no ambiente PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Biblioteca externa" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "A criar o atalho..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Quer excluír a unidade virtual:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Poderá não ser possível configurar o seu kernel do Linux para correr " "programas do Win 16 com o Wine.\\nVeja $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "O seu kernel pode ser incompatível com os programas em execução do Win 16 a " "ser emulados com o Wine.\\nVeja $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "A verificar extensão: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Novo: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "A actualizar a extensão. Anterior: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "A instalar a extensão: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Detectado passagem de funções. Desactive o relatório de bugs." #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Por favor, aguarde enquanto $APPLICATION_TITLE descarrega:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Ocorreu um erro durante a transferência." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Deseja repetir?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "Por favor, aguarde enquanto $APPLICATION_TITLE lida com o arquivo..." #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Falha ao localizar ${dest} de ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "A extrair ${filename} de ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Tamanho do arquivo extraído não corresponde!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "A copiar ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Tamanho do arquivo não corresponde!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Perfil de $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " no seu computador." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " será instalado em: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Carregue em \"Próximo\" para iniciar" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "A instalação do programa é fornecida por: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Este programa foi criado por: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Este assistente irá ajudá-lo a instalar " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bemvindo ao assistente de instalação de $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Onde está o CD-ROM montado?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Outro(s)" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Actualizar" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "A ler o seu dispositivo" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Erro: Nõ foi possível encontrar o CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "A analizar a unidade virtual ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "Quanta memória (em MB) tem a sua placa gráfica?" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "A placa gráfica não tem memória suficiente" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Usar a versão do Steam" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Usar a versão de demonstração do Steam" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Usar a versão do Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Usar a versão de demonstração do Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Usar a versão do Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Usar uma de demonstração do Origin" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Usar um ficheiro de configuração do seu computador" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usar CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usar DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "transferir o programa" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Por favor, escolha um método de instalação" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Não quero criar outro atalho" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Navegar" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "Um atalho com esse nome já existe. Sobreescrever?" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Seleccione a placa de video pricipal a reportar:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" "Iniciar o processo de 64-bits $EXEFILE não é suportado em unidades virtuais " "de 32-bits" #: lib/wine.lib:579 #, 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:624 #, 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." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Não foi possível determinar a versão: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "A transferir o Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "A transferência parece ter falhado." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "A extrair o Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Escrever por cima (por norma funciona, mas não é garantido)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Apagar (os conteúdos da unidade virtual serão perdidos)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Abortar a instalação" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "A unidade virtual destino $PREFNAME já existe:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Abortar manualmente" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Por favor, aguarde enquanto $SOFTNAME é instalado..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Instalação terminada" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Geral" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Criar um atalho para esta unidade virtual" #: python/configure.py:202 msgid "Name" msgstr "Nome" #: python/configure.py:203 msgid "Wine version" msgstr "Versão do Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Marcas de depuração" #: python/configure.py:206 msgid "Virtual drive" msgstr "Unidade Virtual" #: python/configure.py:208 msgid "Arguments" msgstr "Argumentos" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Correr o assistente de configuração" #: python/configure.py:249 msgid "Windows reboot" msgstr "Reiniciar o Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Reparar a unidade virtual" #: python/configure.py:266 msgid "Command prompt" msgstr "Linha de comandos" #: python/configure.py:273 msgid "Task manager" msgstr "Gestor de Tarefas" #: python/configure.py:281 msgid "Kill processes" msgstr "Encerrar processo" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Desinstalador do Wine" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Instalar" #: python/configure.py:398 msgid "Open program's directory" msgstr "Abrir o diretório do programa" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Abrir o diretório da unidade virtual" #: python/configure.py:565 msgid "GLSL Support" msgstr "Suporte GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Renderizador DirectDraw" #: python/configure.py:567 msgid "Video memory size" msgstr "Tamanho da Memória Gráfica" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Mode de Renderização Offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Bloquear o Modo do Renderizador Destino" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Ordenação de Desenho Estrita" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Ignorar Fuga do Rato" #: python/configure.py:583 msgid "Open a shell" msgstr "Abrir na \"shell\"" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Correr o executável na unidade virtual" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Comondo de execução antes de correr o programa" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Aviso:\n" "\n" "Qualquer programa que ainda esteja a correr nesta drive virtual será " "terminado antes da versão do Wine ser alterada.\n" "Quer continuar?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Tenha cuidado!\n" "Se mudar " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "Configuração {0}" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Escolha o programa ou a unidade virtual a configurar" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Novo" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Remover" #: python/configure.py:715 msgid "Install components" msgstr "Instalar componentes" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Mostrar" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Diversos" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Esta unidade virtual está protegida" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "Tem a certeza que pretende apagar {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Depurador {0}" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Por favor, escolha o ficheiro de depuração" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Procure este ficheiro de registo" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "O nome do ficheiro é: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Unidades Virtuais" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Relate um erro do {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "Assistente {0}" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Seguinte" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Não" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Sim" #: python/guiv3.py:178 msgid "I Agree" msgstr "Eu aceito" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "Não voltar a recordar" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Mostrar unidades virtuais" #: python/guiv3.py:201 msgid "Login: " msgstr "Nome de Utilizador: " #: python/guiv3.py:202 msgid "Password: " msgstr "Palavra-passe: " #: python/guiv3.py:205 msgid "Register" msgstr "Registar" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB descarregados" #: python/guiv3.py:312 msgid "of" msgstr "de" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Erro!" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Não pode fechar esta janela" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Sem descrição" #: python/install.py:214 msgid "Accessories" msgstr "Acessórios" #: python/install.py:215 msgid "Development" msgstr "Desenvolvimento" #: python/install.py:216 msgid "Education" msgstr "Educação" #: python/install.py:217 msgid "Games" msgstr "Jogos" #: python/install.py:218 msgid "Graphics" msgstr "Gráficos" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimédia" #: python/install.py:221 msgid "Office" msgstr "Produtividade" #: python/install.py:223 msgid "Patches" msgstr "Correcções (patches)" #: python/install.py:256 msgid "Include:" msgstr "Incluír:" #: python/install.py:262 msgid "Testing" msgstr "Em Teste" #: python/install.py:267 msgid "No-cd needed" msgstr "Patch \"No-CD\" necessário" #: python/install.py:274 msgid "Commercial" msgstr "Comercial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Ínstalar pocotes não listados" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "Atenção!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "Ao ativar esta opção, pode instalar programas que usem proteção de anti-" "cópia e Sistemas de Gestão de Direitos de Autor (DRM) que não são " "suportados por {0} e poderá ter de ser ignorado.\n" "\n" "Esta função não deve ser interpretada como implícita ou que apoie " "implicitamente a pirataria ou algo semelhante. Não iremos oferecer qualquer " "suporte para os problemas resultantes desta operação." #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "Erro {0}." #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} não está disponível. Verifique a sua ligação." #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "A actualizar {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Uma versão actualizada de {0} está disponível." #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Executar" #: python/mainwindow.py:247 msgid "Donate" msgstr "Fazer um donativo" #: python/mainwindow.py:248 msgid "Exit" msgstr "Sair" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Icones pequenos" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Icones médios" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Icones grandes" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Icones muito grandes" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Gerir versões Wine." #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Ler um CD-ROM de PC" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Consola {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Fechar todos os programas {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Associações de ficheiros" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Gestor de extensões" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Programas suportados" #: python/mainwindow.py:295 msgid "News" msgstr "Novidades" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Documentação" #: python/mainwindow.py:297 msgid "Forums" msgstr "Fóruns" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Erros" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Sobre {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Ficheiro" #: python/mainwindow.py:366 msgid "Tools" msgstr "Ferramentas" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Definições" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Extensões" #: python/mainwindow.py:369 msgid "Support" msgstr "Suporte" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Fechar" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Procurar" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Abrir a directoria da aplicação" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Ler o manual" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Definir um ícone" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Fechar esta aplicação" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Nenhum manual encontrado para {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Instalar um programa" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Actualizar o GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Instruções de actualização" #: python/mainwindow.py:779 msgid "Debug" msgstr "Depurar" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Enviar feedback" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Criar um atalho" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Abrir um diretório" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Desinstalar" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Por favor, escolha um programa." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Configurações {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "Menu de instalação {0}" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "Gestor de versões do Wine {0}" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "Tem a certeza que quer fechar todas as {0} janelas?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Corra os seus programas do Windows em " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Programador e website: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scriptors: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Gestor de pacotes: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Icones:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "As seguintes pessoas contribuíram para esta aplicação: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Traduções:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Leia o ficheiro dos TRADUTORES" #: python/mainwindow.py:1171 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:1192 msgid "{0} cannot find {1}" msgstr "{0} não conseguiu encontrar {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (para {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Precisa de o instalar para continuar" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Deve instalá-lo ustilizando {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} não deve correr como administrador. Desculpe." #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Configuração de Proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Definir uma proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Endereço de proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Porta proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Login proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Palavra-passe proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Extensões instaladas" #: python/options.py:205 msgid "Add" msgstr "Acrescentar" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Activar" #: python/options.py:209 msgid "Choose a plugin" msgstr "Escolha uma extensão" #: python/options.py:262 msgid "What is the extension?" msgstr "Qual é a extensão?" #: python/options.py:274 msgid "Assigned program" msgstr "Programa atribuido" #: python/options.py:276 msgid "Delete" msgstr "Eliminar" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Tem a certeza que pretende instalar: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Tem a certeza que pretende eliminar: " #: python/options.py:333 msgid "Disable" msgstr "Desactivar" #: python/options.py:374 msgid "Apply" msgstr "Aplicar" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Versões do Wine instaladas: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versões disponíveis do Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versões do Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Tem a certeza que pretende apagar o Wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "Esta versão ESTÁ A SER UTILIZADA NESTE MOMENTO" #: python/wrapper.py:135 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.po000066400000000000000000001700051341024004000163340ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Relatar um problema (bug)" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Eu tive um problema com este software." #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Meu problema é com $APPLICATION_TITLE mesmo." #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Que tipo de problema você teve ?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Não unir nenhum arquivo de log" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Instalação manual" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalação automática" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Selecione o arquivo de log correspondete ao seu software." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Por favor explique o problema claramente ( ingles somente)" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Por favor , nos precisamos da descrição detalhada." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Criador de unidade virtual" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, 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:55 bash/manual_install:156 #, 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:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Por favor leia isto" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Configuração da aplicação $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Por favor, aguarde..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Instalar um programa em uma unidade virtual nova" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Editar ou atualizar um aplicativo existente" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "O que você gostaria de fazer?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Por favor escolha um programa" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Usar outra versão do Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurar o Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Instalar algumas bibliotecas" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Se você não sabe, desmarque todos" #: bash/manual_install:143 #, 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:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Por favor, faça a sua escolha" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Procurando por CD-ROMs executáveis" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Selecione outro arquivo" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Por favor, escolha uma forma de instalar o programa" #: bash/manual_install:270 #, 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:282 #, sh-format msgid "You must choose a file!" msgstr "Você deve selecionar um arquivo!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE está instalando o aplicativo..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Uso: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tSelecione um arquivo" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtrair o pacote" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstalar o pacote" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tExibir esta mensagem" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Gerenciador de pacotes $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Selecione um pacote para instalar" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Gerenciador de pacotes PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Incapaz de encontrar o arquivo: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " não é um pacote PlayOnLinux válido!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Este arquivo: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " não existe!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Extraindo: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Executando..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Limpando..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Matando programas no drive virtual..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Seleção de ícone" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Por favor, selecione um arquivo de ícone" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Extensão de arquivo inválida" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "não é uma extensão de ícone" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor de registro" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Matar todos os processos de prefixo" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Atualizar wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simular reincialização do Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Usar plug-in de configuração avançada do Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Usar configurador do PlayOnLinux para" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Alterar o ícone" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Usar WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Por favor, escolha um programa para executar" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "Depurador de $APPLICATION_TITLE está sendo iniciado..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE travou." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE está analisando seu aplicativo" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Qual o nome do seu programa?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalação finalizada" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Não instale XQuartz agora" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Eu mesmo baixei o arquivo" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Por favor, baixe XQuartz para mim" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Baixando XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Onde" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Instalando XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz foi instalado." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Configurando arquivos de programas var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "A função está desabilitada no ambiente PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Biblioteca externa" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Criando atalho..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Você quer excluir a unidade virtual:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Verificando plug-in: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Novo: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Atualizando plug-in. Anterior: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Instalando plug-in: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Por favor aguarde enquanto $APPLICATION_TITLE está baixando:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Ocorreu um erro durante o download." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Deseja repetir?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Falha ao localizar ${dest} de ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extraindo ${filename} de ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Tamanho do arquivo extraído não corresponde!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Copiando ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Tamanho do arquivo não corresponde!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Perfil de $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " no seu computador." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " será instalado em: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Clique em Próximo para iniciar" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "A instalação do programa é fornecida por: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Este programa foi criado por: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Este assistente irá ajudá-lo a instalar " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bem vindo ao assistente de instalação de $APPLICATION_TITLE" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Onde o CD-ROM está montado?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Outro" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Atualizar" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Lendo seu dispositivo" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Erro: Incapaz de encontrar o CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Varrendo a unidade virtual ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Placa de vídeo não tem memória suficiente" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Usar a versão da loja Steam" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Usar a versão demo da loja Steam" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Use a versão Desura Store" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Use a versão Desura Store demo" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Use a versão Origin Store" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Use a versão Origin Store demo" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Usar um arquivo de configuração no meu computador" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Usar CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Usar DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Baixar o programa" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Por favor, escolha um método de instalação" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Eu não quero criar outro atalho" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Navegar" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, 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" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Incapaz de encontrar a versão: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Baixando o Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "O download parece ter falhado." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Extraindo o Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Sobrescrever (geralmente funciona, sem garantia)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Apagar (o conteúdo do drive virtual será perdido)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Interromper instalação" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Por favor aguarde enquanto $SOFTNAME é instalado..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Instalação está feita" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Geral" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Faça um novo atalho a partir deste drive virtual" #: python/configure.py:202 msgid "Name" msgstr "Nome:" #: python/configure.py:203 msgid "Wine version" msgstr "Versão do Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Disco virtual" #: python/configure.py:208 msgid "Arguments" msgstr "Argumentos" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Executar o assistente de configuração" #: python/configure.py:249 msgid "Windows reboot" msgstr "Reinicialização do Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Reparar drive virtual" #: python/configure.py:266 msgid "Command prompt" msgstr "Prompt de comando" #: python/configure.py:273 msgid "Task manager" msgstr "Gerenciador de tarefas" #: python/configure.py:281 msgid "Kill processes" msgstr "Matar processos" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Desinstalador do Wine" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Instalar" #: python/configure.py:398 msgid "Open program's directory" msgstr "Abrir diretório do programa" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Abrir diretório do drive virtual" #: python/configure.py:565 msgid "GLSL Support" msgstr "Suporte GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw Renderer" #: python/configure.py:567 msgid "Video memory size" msgstr "Tamanho da memória de vídeo" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Modo de renderização Offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Renderizar modo de bloqueio do destino" #: python/configure.py:570 msgid "Multisampling" msgstr "Multiamostragem" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Controlar ordenação de desenho" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Substituir fuga do mouse" #: python/configure.py:583 msgid "Open a shell" msgstr "Abrir o shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Rodar um arquivo .exe em um drive virtual" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Comando para executar antes de abrir o programa" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Tenha cuidado!\n" "Se você alterar " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "configuração {0}" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Novo" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Remover" #: python/configure.py:715 msgid "Install components" msgstr "Instalar componentes" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Exibir" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Diversos" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Esta unidade virtual está protegida" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Tem certeza que deseja excluir a unidade virtual {0}?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Tem certeza que deseja excluir {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "depurador {0}" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Por favor selecione um arquivo de depuração" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Localizar este arquivo de log" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "O arquivo possui o nome: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Drives virtuais" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Informar um problema sobre {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Assistente" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Cancelar" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Avançar" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Não" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Sim" #: python/guiv3.py:178 msgid "I Agree" msgstr "Eu aceito" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Exibir unidades virtuais" #: python/guiv3.py:201 msgid "Login: " msgstr "Login: " #: python/guiv3.py:202 msgid "Password: " msgstr "Senha: " #: python/guiv3.py:205 msgid "Register" msgstr "Registrar" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB baixados" #: python/guiv3.py:312 msgid "of" msgstr "de" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Erro" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Você não pode fechar esta janela" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Sem descrição" #: python/install.py:214 msgid "Accessories" msgstr "Acessórios" #: python/install.py:215 msgid "Development" msgstr "Desenvolvimento" #: python/install.py:216 msgid "Education" msgstr "Educação" #: python/install.py:217 msgid "Games" msgstr "Jogos" #: python/install.py:218 msgid "Graphics" msgstr "Gráficos" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimídia" #: python/install.py:221 msgid "Office" msgstr "Escritório" #: python/install.py:223 msgid "Patches" msgstr "Correções" #: python/install.py:256 msgid "Include:" msgstr "Incluir:" #: python/install.py:262 msgid "Testing" msgstr "Testando" #: python/install.py:267 msgid "No-cd needed" msgstr "Não precisa de cd" #: python/install.py:274 msgid "Commercial" msgstr "Comercial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Instalar um programa não listado" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0} erro" #: python/mainwindow.py:76 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:78 msgid "Refreshing {0}" msgstr "Atualizando {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Uma versão atualizada de {0} está disponível" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Executar" #: python/mainwindow.py:247 msgid "Donate" msgstr "Faça uma doação" #: python/mainwindow.py:248 msgid "Exit" msgstr "Sair" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Ícones pequenos" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Ícones médios" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Ícones grandes" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Ícones muito grandes" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Gerenciar versões do Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Ler um CD-ROM para PC's." #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} console" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Fechar todos os {0} programas" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Associações de arquivos" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Gerenciador de Plugin" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Sobre {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Arquivo" #: python/mainwindow.py:366 msgid "Tools" msgstr "Ferramentas" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Configurações" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Plugins" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Fechar" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configurar" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Procurar" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Abrir o diretório do aplicativo" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Ler o manual" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Definir o ícone" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Fechar este aplicativo" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Nenhum manual encontrado para {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Instalar um programa" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Atualizar GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Depurar" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Criar um atalho" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Abrir a pasta" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Desinstalar" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Por favor selecione um programa." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} configurações" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} menu de instalação" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} gerenciador de versões wine" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Executar os programas do Windows em " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Desenvolvimento e Website: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scriptors " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Empacotador: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ícones:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "As seguintes pessoas contribuíram para esse programa: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Traduções:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Ler arquivo TRANSLATORS" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Você precisa instalar para continuar" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Você precisa instalar para usar {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} não é para ser executado como root. Desculpe" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Configuração de proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Definir um proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Endereço do proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Porta do proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Login proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Senha do proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Plugins instalados" #: python/options.py:205 msgid "Add" msgstr "Adicionar" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Habilitar" #: python/options.py:209 msgid "Choose a plugin" msgstr "Escolha um plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "Qual é a extensão?" #: python/options.py:274 msgid "Assigned program" msgstr "Programa assimilado" #: python/options.py:276 msgid "Delete" msgstr "Apagar" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Você tem certeza que quer instalar: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Você tem certeza que quer excluir: " #: python/options.py:333 msgid "Disable" msgstr "Desativar" #: python/options.py:374 msgid "Apply" msgstr "Aplicar" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Versões instaladas do Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versões do Wine disponíveis: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versões do Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Tem certeza de que deseja excluir wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} não consegue iniciar POL_SetupWindow_server." playonlinux/lang/po/ro.po000066400000000000000000001645441341024004000157610ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-04-20 08:15+0000\n" "Last-Translator: Meriuță Cornel \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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ă" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Raportaţi o eroare" #: bash/bug_report:37 #, 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:37 #, 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:41 #, 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 "" "Versiunea 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Am o problemă cu un soft" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Poate că problema se referă la $APPLICATION_TITLE însuși" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Ce fel de problemă aveți?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Nu alătura nici un fișier de jurnal" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Instalare manuală" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Instalare automată" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Alegeți fișierul de jurnal corespunzător softului." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Explicați problema clar (numai în englază)" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Ne pare rău, avem nevoie de o descriere detaliată." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Creator disc virtual" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, 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:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, 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:63 #, 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:276 #, sh-format msgid "Run a local script" msgstr "Rulează 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Citiți asta" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE configuratorul aplicației" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Așteptați..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Se instalează un program într-o nouă unitate virtuală" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Editați sau actualizați o aplicație existentă" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Ce doriţi să faceţi?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Alegeți un program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Folosiți o altă versiune de Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Configurare Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Se instalează câteva librări" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Dacă nu știți,deselectați tot" #: bash/manual_install:143 #, 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:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Faceți alegerea" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Caut CD-ROM-uri rulabile" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Selectați alt fișier" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Alegeți o cale să vă instalați programul" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Selectați fișierul de instalare pentru rulat." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Trebuie să alegeți un fișier!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE vă instalează aplicația..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Folosit: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tAlege un fișier" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtrage pachetul" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstalează pachetul" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tArată acest mesaj" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "Managerul de pachet $APPLICATION_TITLE: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Alegeți un pachet pentru instalat" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Managerul de pachete PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Incapabil de găsit fișierul: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nu este un pachet valabil PlayOnLinux!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Acest fișier: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " nu există!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Se extrage: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "În desfășurare..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Se șterge..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Se omoară programele din discul virtual" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Selectarea iconiței" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Selectați un fișier iconiță" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Extensie fișier greșită" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "nu este extensia unei iconițe" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Eroare de Registry" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Se omoară toate prefixele proceselor" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Se actualizează prefixul wine" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Se simulează repornirea Windows-ului" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Folosiți modulul de configurare avansată Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Utilizați configuratorul PlayOnLinux pentru" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Schimbați iconița" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Folosiți WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Alegeți un soft de rulat" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "debugger-ul $APPLICATION_TITLE este pornit..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE a crăpat." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE vă analizează aplicația" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Care vă este numele programului?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalarea s-a terminat." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Pentru moment nu instalați XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Am descărcat fișierele însumi" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Descărcați XQuartz pentru mine" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Se descarcă XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Unde este" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Se instalează XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz a fost instalat." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Se setează Program Files var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Această funcție este dezactivată în mediul PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, 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:371 #, 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:372 #, sh-format msgid "External library" msgstr "Librărie externă" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Se crează scurtătura..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Doriți ștergerea driver-ului virtual:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Se verifică modulul: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nou: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Se actualizează modulul.Precedent: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Se instalează modulul: " #: lib/scripts.lib:356 #, 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:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, 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:529 lib/scripts.lib:822 #, 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:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "A intervenit o eroare în timpul descărcării." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Doriți să reîncercați?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Eșuare la localizarea ${dest} din ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Se extrage ${filename} din ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Dimensiunea fișierului extras nu se potrivește!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Se copiază ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Mărimea fișierului nu se potrivește!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "Profil $AUTHOR" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " pe computerul dumneavoastră." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " se va instala în: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Apăsați Următorul pentru pornire" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Acest program de instalare este furnizat de: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Acest program a fost creat de: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Acest vrăjitor vă va ajuta să instalați " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Bine ați venit la vrăjitorul instalării $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Unde vă este montat CD-ROM-ul?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Altele" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Reîncărcare" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Se citește dispozitivul" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Eroare: Incapabil să găsesc CD-ROM-ul!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Se scanează driverul virtual..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Placa video nu are memorie suficientă" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Folosiți versiunea Steam Store" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Folosiți versiunea demo a Steam Store" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Folosiți versiunea Desura Store" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Folosiți versiunea demo Desura Store" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Folosiți versiunea Origin Store" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Folosiți versiunea demo a Origin Store" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Folosiți un fișier de configurare în my computer" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Folosiți CD-ROM-ul(urile)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Folosiți DVD-ROM-ul(urile)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Descărcați programul" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Alegeți o metodă de instalare" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nu doresc să fac o altă scurtătură" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Navighează" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Incapabil să aflu versiunea: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Se descarcă Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Descărcarea se pare că a eșuat." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Se extrage Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Suprascrie (lucrează de obicei, fără garanție)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Șterge (se va pierde conținutul discului virtual)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Abandonează instalarea" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Ținta discul virtual $PREFNAME există deja:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Abandonat de utilizator" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Așteptați până când $SOFTNAME este instalat..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Instalarea este terminată" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "General" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Faceți o nouă scurtătură acestui driver virtual" #: python/configure.py:202 msgid "Name" msgstr "Nume" #: python/configure.py:203 msgid "Wine version" msgstr "Versiune Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Driver virtual" #: python/configure.py:208 msgid "Arguments" msgstr "Argumente" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Rulează vrăjitorul de configurare" #: python/configure.py:249 msgid "Windows reboot" msgstr "Repornește Windows-ul" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Repară discul virtual" #: python/configure.py:266 msgid "Command prompt" msgstr "Command prompt" #: python/configure.py:273 msgid "Task manager" msgstr "Task manager" #: python/configure.py:281 msgid "Kill processes" msgstr "Omoară procesele" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Dezinstalatorul Wine" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Instalează" #: python/configure.py:398 msgid "Open program's directory" msgstr "Deschide directorul programului" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Deschide directorul driverului virtual" #: python/configure.py:565 msgid "GLSL Support" msgstr "Suport GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Randare Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Mărimea memoriei video" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Mod de randare offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Blocare randare mod țintă" #: python/configure.py:570 msgid "Multisampling" msgstr "Multisampling" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Strict Draw Ordering" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Suprascrie devierea mouse-lui" #: python/configure.py:583 msgid "Open a shell" msgstr "Deschide un shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Rulați un fișier .exe în acest driver virtual" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Fiți atent!\n" "Dacă schimbați " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} configurare" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Nou" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Eliminaţi" #: python/configure.py:715 msgid "Install components" msgstr "Instalare componente" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Afișează" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Diverse" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Acest driver virtual este protejat" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Sigur doriți să ștergeți driverul virtual (0) ?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Sigur doriți să ștergeți (0)?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Selectați un fișier de depanare" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Găsiți acest fișier jurnal" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Acest fișier este denumit: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Discuri virtuale" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Raportați o problemă despre {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Vrăjitor" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Anulează" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Următoarea" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nu" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Da" #: python/guiv3.py:178 msgid "I Agree" msgstr "Sunt de acord" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Arată driverii virtuali" #: python/guiv3.py:201 msgid "Login: " msgstr "Autentificare: " #: python/guiv3.py:202 msgid "Password: " msgstr "Parolă: " #: python/guiv3.py:205 msgid "Register" msgstr "Înregistrare" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB descărcați" #: python/guiv3.py:312 msgid "of" msgstr "din" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Eroare" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Nu puteți închide această fereastră" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Fără descriere" #: python/install.py:214 msgid "Accessories" msgstr "Accesorii" #: python/install.py:215 msgid "Development" msgstr "Dezvoltare" #: python/install.py:216 msgid "Education" msgstr "Educaţie" #: python/install.py:217 msgid "Games" msgstr "Jocuri" #: python/install.py:218 msgid "Graphics" msgstr "Grafică" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Birou" #: python/install.py:223 msgid "Patches" msgstr "Petice" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "Testare" #: python/install.py:267 msgid "No-cd needed" msgstr "Nu este nevoie de cd" #: python/install.py:274 msgid "Commercial" msgstr "Comercial" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Instalează un program ne-listat" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0} eroare" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Se reâmprospătează {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "O versiune actualizată {0} este disponibilă" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Rulează" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donație" #: python/mainwindow.py:248 msgid "Exit" msgstr "Ieşire" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Iconițe mici" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Iconițe medi" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Iconițe mari" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Iconițe foarte mari" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Administrează versiunile de Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Citește un PC CD-Rom" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} terminal" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Închide-ti tot {0} software-ul" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Fișiere asociate" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Administrator de module" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Despre {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Fișier" #: python/mainwindow.py:366 msgid "Tools" msgstr "Instrumente" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Setări" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Module" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Închide" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Configurează" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Cauta" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Deschide directorul aplicației" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Citiți manualul" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Setează iconița" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Închide această aplicație" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Nu s-a găsit manualul pentru {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Instalează un program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Actualizare GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Depanează" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Crează o scurtătură" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Deschide directorul" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Dezinstalare" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Selectați un program." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} setări" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} meniu de instalare" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} administrator versiuni wine" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Rulați-vă programul Windows pe " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Dezvoltator și sait web: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Scripterti: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Packageri: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Iconițe:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Următoarele persoane au contribuit la acest program: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Traduceri:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Citește fișierul TRADUCĂTORILOR" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} nu poate găsi {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Trebuie să îl instalați pentru a continua" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Trebuie să îl instalați pentru a folosi {0}" #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 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:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Configurare proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Setează un proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Adresa proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Port proxy" #: python/options.py:137 msgid "Proxy login" msgstr "Logare proxy" #: python/options.py:140 msgid "Proxy password" msgstr "Parolă proxy" #: python/options.py:187 msgid "Installed plugins" msgstr "Module instalate" #: python/options.py:205 msgid "Add" msgstr "Adaugă" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Activează" #: python/options.py:209 msgid "Choose a plugin" msgstr "Alegeți un modul" #: python/options.py:262 msgid "What is the extension?" msgstr "Care este extensia?" #: python/options.py:274 msgid "Assigned program" msgstr "Program atribuit" #: python/options.py:276 msgid "Delete" msgstr "Șterge" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Sunteți sigur că doriți instalarea: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Sunteți sigur că doriți ștergerea: " #: python/options.py:333 msgid "Disable" msgstr "Dezactivat" #: python/options.py:374 msgid "Apply" msgstr "Aplică" #: python/options.py:411 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:198 msgid "Installed Wine versions: " msgstr "Versiunile instalate de Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Versiuni disponibile de Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Versiuni Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Sigur doriți ștergerea wine (0)?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} nu poate să pornească POL_SetupWindow_server." playonlinux/lang/po/ru.po000066400000000000000000002206711341024004000157610ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-06-27 12:47+0000\n" "Last-Translator: Ilya Gorbachevsky \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "Операция завершена" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Сообщить об ошибке" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Пожалуйста, предоставьте как можно больше сведений и деталей, в противном " "случае помочь Вам будет очень сложно." #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Этот мастер поможет Вам сообщить об ошибке в официально поддерживаемой " "программе." #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "У меня возникла проблема с программой" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Моя проблема относится к $APPLICATION_TITLE как к таковому" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Какого типа возникшая проблема?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Не прикреплять лог" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Ручная установка" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Автоматическая установка" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Выберите лог, относящийся к Вашей программе." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" "Пожалуйста, опишите Вашу проблему ясно и чётко (строго на английском):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Извините, но необходимо подробное описание." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Утилита для создания виртуальных дисков" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Какого типа виртуальный диск Вы хотите создать" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Если этот список пуст, пожалуйста, установите одну из версий Wine с помощью " "управления версиями Wine)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Какую версию Wine Вы бы хотели использовать?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Пожалуйста, прочтите это" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Настройка приложения $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Пожалуйста, подождите..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Установить программу на новый виртуальный диск" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Редактировать или обновить существующее приложение" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Что бы вы хотели сделать?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Пожалуйста, введите имя виртуального диска Вашей программы.\\nОно не должно " "содержать пробелов." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "Пожалуйста, выберите программу" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Использовать другую версию Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Настроить Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Установить дополнительные библиотеки" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Если Вы не знаете, что нужно выбрать, снимите все флажки" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Что Вы хотите сделать перед установкой?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Пожалуйста, сделайте свой выбор" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Поиск запускаемых компакт-дисков" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Выберите другой файл" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Пожалуйста, выберите путь установки программы" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Пожалуйста, выберите установщик для запуска." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Необходимо выбрать файл!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE устанавливает Ваше приложение..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Использование: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tВыберите файл:" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tРаспаковать пакет" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tУстановить пакет" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tПоказывать это сообщение" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE пакетный менеджер: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Выберите пакет для установки" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Управление пакетами PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Не удалось найти файл: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " не является корректным пакетом PlayOnLinux!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Этот файл: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " не существует!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Извлечение: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Запуск..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Очистка..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Останавливаются процессы на виртуальном диске..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Выбор значка" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Пожалуста, выберите файл значка" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Недопустимое расширение файла" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "это не расширение файла значка" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Редактор реестра" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Обновить wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Имитировать перезагрузку Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" "Используйте плагин продвинутой настройки Wine (Advanced Wine Configuration)" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Использовать мастер настройки PlayOnLinux для" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Изменить значок" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Испльзовать WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Пожалуйста, выберите программу для запуска" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE отладчик запускается..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE прекратил свою работу." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE анализирует Ваше приложение" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Вы хотите, чтобы $APPLICATION_TITLE установил его для Вас автоматически?" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Мы определили, что программа, которую Вы хотите установить - это:" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Как называется Ваша программа?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Установка завершена." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Не устанавливать XQuartz сейчас" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Файл загружен программой самостоятельно" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Пожалуйста, загрузите XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Загрузка XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Где" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Установка XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz установлен." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Пожалуйста, подождите, пока создаётся виртуальный диск..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Пожалуйста, подождите, пока $APPLICATION_TITLE имитирует перезагрузку " "Windows..." #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "Установка переменной Program Files" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Эта функция недоступна в окружении PlayOnLinux" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Здесь находится исходный код скрипта. Проверьте его внимательно" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "Внешняя библиотека" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Создание иконки..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Вы хотите удалить виртуальный диск:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Проверка плагина: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Новые: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Обновление плагина. Предыдущий: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Установка плагина: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Исполняемый файл не найден: $BINARY\\nУбедитесь, что выбрана папка установки " "программы по умолчанию." #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Недостаточно свободного места для загрузки :\\n$URL ($neededSpace KБ)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Пожалуйста, подождите пока скачивается $APPLICATION_TITLE:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Во время загрузки произошла ошибка." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Хотите попробовать еще раз?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Ошибка! Файлы не совпадают\\n\\nЛокальный: $LOCAL_MD5\\nНа сервере : " "$SERVER_MD5" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z не установлен, пожалуйста, убедитесь что 7zip установлен и попробуйте " "снова" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Не удалось разместить ${dest} из ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Извлечение ${filename} из ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Размер извлечённого файла не сходится!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Копирование ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Размер файла не сходится!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR профиль" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " на Ваш компьютер." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " будет установлена в: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Чтобы начать щелкните Далее" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Установщик предоставлен: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Программа создана: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Этот мастер поможет Вам установить " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Добро пожаловать в установщик $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Где примонтирован Ваш компакт-диск?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Другие" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Обновить" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Чтение Вашего устройства" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Ошибка: не удалось обнаружить CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Пожалуйста, подождите пока $APPLICATION_TITLE копирует файлы:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Сканирование виртуального диска..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "У вас слишком мало видеопамяти" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "У вас слишком мало видеопамяти!\\nИгра может не заработать" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "Использовать версию из магазина Steam" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Использовать демо-версию из магазина Steam" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Использовать версию из магазина Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Использовать демо-версию из магазина Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Использовать версию из магазина Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Использовать демо-версию из магазина Origin" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Использовать установщик с моего компьютера" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Использовать компакт-диск(и) CD" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Использовать компакт-диск(и) DVD" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Загрузить программу из сети" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Пожалуйста, выберите метод установки" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Я не хочу создавать другой ярлык" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Просмотр" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" "Пожалуйста, подождите, пока $APPLICATION_TITLE изучает Ваше оборудование." #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Это установщик для обновления или дополнения;\\nПожалуйста, сначала " "установите $TITLE_REQUIRED." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Не удалось найти версию: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Загрузка Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Похоже, загрузка не удалась." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Извлечение Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Перезаписать (обычно работает, но без гарантии)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Стереть (содержимое виртуального диска будет уничтожено)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Отмена установки" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Целевой виртуальный диск $PREFNAME уже существует:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Операция отменена пользователем" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Пожалуйста, подождите пока $SOFTNAME установится..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Установка завершена" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Нажмите далее только когда процесс установки будет завершен" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Основные" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Сделать новый ярлык из этого виртуального диска" #: python/configure.py:202 msgid "Name" msgstr "Имя" #: python/configure.py:203 msgid "Wine version" msgstr "Версия Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Опции отладки" #: python/configure.py:206 msgid "Virtual drive" msgstr "Виртуальный диск" #: python/configure.py:208 msgid "Arguments" msgstr "Параметры" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Запустить мастер настройки" #: python/configure.py:249 msgid "Windows reboot" msgstr "Перезагрузка Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Восстановить виртуальный диск" #: python/configure.py:266 msgid "Command prompt" msgstr "Командная строка" #: python/configure.py:273 msgid "Task manager" msgstr "Диспетчер задач" #: python/configure.py:281 msgid "Kill processes" msgstr "Завершить процессы" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Деинсталлятор Wine" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Будьте осторожны! Установка одного из этих компонентов может повредить Ваш " "виртуальный диск." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Установка" #: python/configure.py:398 msgid "Open program's directory" msgstr "Открыть каталог программы" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Открыть каталог виртуального диска" #: python/configure.py:565 msgid "GLSL Support" msgstr "Поддержка GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Рендер Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Размер видеопамяти" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Режим рендеринга Offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "Мультисэмплинг" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Строгий порядок отрисовки" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Открыть консоль" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Выполнить файл .exe на этом виртуальном диске" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Команда, выполняемая перед запуском программы" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Будьте осторожны!\n" "Если вы измените " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "Параметры {0}" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Пожалуйста, выберите настраиваемую программу или виртуальный диск" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Новый" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Удалить" #: python/configure.py:715 msgid "Install components" msgstr "Установка компонентов" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Экран" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Разное" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Этот виртуальный диск защищен" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Вы уверены, что хотите удалить виртуальный диск {0}?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Вы уверены, что хотите удалить {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Отладчик {0}" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Пожалуйста, выберите файл отладки" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Укажите расположение лога" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Поле называется: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Виртуальные диски" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Сообщить о проблеме, связанной с {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Мастер" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Отменить" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Далее" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Нет" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Да" #: python/guiv3.py:178 msgid "I Agree" msgstr "Я согласен" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Показать виртуальные диски" #: python/guiv3.py:201 msgid "Login: " msgstr "Логин: " #: python/guiv3.py:202 msgid "Password: " msgstr "Пароль: " #: python/guiv3.py:205 msgid "Register" msgstr "Регистрация" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "Мб загружено" #: python/guiv3.py:312 msgid "of" msgstr "из" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Ошибка" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Вы не можете закрыть это окно" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Нет описания" #: python/install.py:214 msgid "Accessories" msgstr "Утилиты" #: python/install.py:215 msgid "Development" msgstr "Разработка" #: python/install.py:216 msgid "Education" msgstr "Обучение" #: python/install.py:217 msgid "Games" msgstr "Игры" #: python/install.py:218 msgid "Graphics" msgstr "Графика" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Интернет" #: python/install.py:220 msgid "Multimedia" msgstr "Мультимедия" #: python/install.py:221 msgid "Office" msgstr "Офис" #: python/install.py:223 msgid "Patches" msgstr "Патчи" #: python/install.py:256 msgid "Include:" msgstr "Включая:" #: python/install.py:262 msgid "Testing" msgstr "Тестирование" #: python/install.py:267 msgid "No-cd needed" msgstr "Необходим патч бездискового запуска (no-cd)" #: python/install.py:274 msgid "Commercial" msgstr "Коммерческий" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Установить программу, отсутствующую в списке" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Отсутствует приложение для запуска .{0} файлов." #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "Ошибка {0}" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "Веб-сайт {0} недоступен. Пожалуйста, проверьте интернет-соединение." #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Обновление {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Доступна обновленная версия {0}" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Запуск" #: python/mainwindow.py:247 msgid "Donate" msgstr "Пожертвовать" #: python/mainwindow.py:248 msgid "Exit" msgstr "Выход" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Мелкие значки" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Обычные значки" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Крупные значки" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Огромные значки" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Управление версиями Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Консоль {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Закрыть все программы {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Файловые ассоциации" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Менеджер плагинов" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "О {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Файл" #: python/mainwindow.py:366 msgid "Tools" msgstr "Утилиты" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Настройки" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Плагины" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Закрыть" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Настроить" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Поиск" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Открыть в каталоге приложения" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Прочитать Руководство" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Установить значок" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Закрыть приложение" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Не найдено руководство пользователя для {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Установить программу" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Обновить GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Инструкции по обновлению" #: python/mainwindow.py:779 msgid "Debug" msgstr "Отладка" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Создать ярлык" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Открыть папку" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Удалить" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Пожалуйста, выберите программу." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} настройки" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} меню установки" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} менеджер версий Wine" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Виртуальный диск, связанный с {0} ({1}), больше не существует." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Запустить Windows программы на " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Команда PlayOnLinux и PlayOnMac\n" "Под лицензией GPL v3" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Разработчик и вебсайт: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Разработчики сценария: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Упаковщик: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Значки:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "В работе над программой принимали участие: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Перевод:" #: python/mainwindow.py:1132 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:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} не может запустить сервер установочных окон PlayOnLinux." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} не может найти {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (из {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Необходимо установить его, чтобы продолжить" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Необходимо установить его, чтобы использовать {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} не предполагается запускать с правами суперпользователя." #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Вы точно хотите установить пакет {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Вы пытаетесь открыть скриптовую конструкцию для {0}! Она может работать не " "так, как предполагается..." #: python/options.py:115 msgid "Proxy configuration" msgstr "Конфигурация прокси" #: python/options.py:128 msgid "Set a proxy" msgstr "Использовать прокси" #: python/options.py:131 msgid "Proxy address" msgstr "Адрес прокси" #: python/options.py:134 msgid "Proxy port" msgstr "Порт прокси:" #: python/options.py:137 msgid "Proxy login" msgstr "Имя пользователя" #: python/options.py:140 msgid "Proxy password" msgstr "Пароль" #: python/options.py:187 msgid "Installed plugins" msgstr "Установленные плагины" #: python/options.py:205 msgid "Add" msgstr "Добавить" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Включить" #: python/options.py:209 msgid "Choose a plugin" msgstr "Выбрать плагин" #: python/options.py:262 msgid "What is the extension?" msgstr "Какое расширение?" #: python/options.py:274 msgid "Assigned program" msgstr "Назначенная программа" #: python/options.py:276 msgid "Delete" msgstr "Удалить" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Вы уверены, что хотите установить: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Вы уверены, что хотите удалить: " #: python/options.py:333 msgid "Disable" msgstr "Отключить" #: python/options.py:374 msgid "Apply" msgstr "Применить" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Вам необходимо перезапустить {0}, чтобы изменения вошли в силу." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Установленные версии Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Доступные версии Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Версии Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Вы действительно хотите удалить wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} не может запустить POL_SetupWindow_server." playonlinux/lang/po/si.po000066400000000000000000001275201341024004000157450ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sk.po000066400000000000000000001576121341024004000157540ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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á" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Nahlásiť chybu" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, 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:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "Mám problém s programom" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Môj problém sa týka samotného $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Aký máte problém?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Neprikladať žiadny súbor záznamu" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Ručná inštalácia" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, 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:73 #, 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:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Prepáčte, potrebujeme podrobný popis." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Ktorú verziu Wine chcete použiť?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Prosím, prečítajte si toto" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE konfigurátor aplikácie" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "" #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Nainštalovať program v novej virtuálnej jednotke" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Upraviť alebo aktualizovať existujúcu aplikáciu" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Čo chcete urobiť?" #: bash/manual_install:117 #, 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:126 #, sh-format msgid "Please choose a program" msgstr "Prosím, zvoľte program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Použiť inú verziu Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Konfigurovať Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Nainštalovať nejaké knižnice" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Ak neviete čo, tak odznačte všetko." #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Čo chcete urobiť pred inštaláciou?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Prosím, vyberte si" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Hľadajú sa spustiteľné CD-ROMy" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Vybrať iný súbor" #: bash/manual_install:261 #, 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:270 #, 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:282 #, sh-format msgid "You must choose a file!" msgstr "Musíte vybrať súbor!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE inštaluje Vašu aplikáciu..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Využitie: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tVybrať súbor" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tRozbaliť balíček" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tNainštalovať balíček" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tZobraziť túto správu" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE správca balíčkov: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Zvoľte balíček na nainštalovanie" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux správca balíčkov" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Nedá sa nájsť súbor: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " nie je platným balíčkom pre PlayOnLinux!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Tento súbor: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " neexistuje!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Rozbaľuje sa: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Spúšťa sa..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Čistí sa..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Výber ikony" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Prosím, vyberte súbor ikony" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Zlá prípona súboru" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "nie je prípona ikôn" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Editor registrov" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Ukončiť všetky procesy prefixu" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Aktualizovať wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulovať reštart Windowsu" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Použiť zásuvný modul Pokročilá konfigurácia Wine" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Použiť Konfigurátor PlayOnLinux pre" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Zmeniť ikonu" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Použiť WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Prosím, zvoľte program na spustenie" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE ladenie sa spúšťa..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyzuje Vašu aplikáciu" #: bash/run_exe:81 #, 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:81 #, 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:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Ako sa volá Váš program?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Inštalácia dokončená." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Teraz neinštalovať XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Stiahol som si súbor sám" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Prosím, stiahnuť XQuartz pre mňa" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Sťahuje sa XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Kde je" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Inštaluje sa XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz bol nainštalovaný." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, 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:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "Nastavuje sa premenná pre Program Files" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Táto funkcie je zakázaná v prostredí PlayOnLinux." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Vytvára sa odkaz..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Chcete vymazať virtuálnu jednotku:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Kontroluje sa zásuvný modul: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Nový: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Aktualizuje sa zásuvný modul. Predošlý: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Inštaluje sa zásuvný modul: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Prosím, čakajte, kým $APPLICATION_TITLE nestiahne:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, 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:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, 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:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Zlyhanie pri lokalizovaní ${dest} z ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Rozbaľuje sa ${filename} z ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Veľkosť rozbalených súborov nesúhlasí!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopíruje sa ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Veľkosť súborov nesúhlasí!" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " na Vašom počítači." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " bude nainštalovaný do: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Pre spustenie kliknite na Ďalej" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Tento inštalátor je poskytovaný od: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Tento program bol vytvorený od: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Tento sprievodca Vám pomôže nainštalovať " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Vitajte pri inštalačnom sprievodcovi programu $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Kde je pripojený Váš CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Ostatné" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Obnoviť" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Načítava sa Vaše zariadenie" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Chyba: Nedá sa nájsť CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, 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:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Skenuje sa virtuálna jednotka ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Grafická karta má nedostatok pamäte" #: lib/setupwindow.lib:592 #, 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:607 #, sh-format msgid "Use Steam Store version" msgstr "Použiť verziu Steam Store" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Použiť demo verziu Steam Store" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, 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:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Použiť CD-ROM(y)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Použiť DVD-ROM(y)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Stiahnuť program" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Prosím, zvoľte spôsob inštalácie" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Nechcem vytvoriť ďalší odkaz" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Prehliadať" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "" #: 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:389 #, 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:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Nedá sa nájsť verzia: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Sťahuje sa Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Zdá sa, že sťahovanie zlyhalo." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Rozbaľuje sa Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Prosím, čakajte, kým sa nenainštaluje $SOFTNAME ..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Inštalácia je dokončená" #: lib/wine.lib:1130 lib/wine.lib:1131 #, 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:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Všeobecné" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Vytvoriť nový odkaz z tejto virtuálnej jednotky" #: python/configure.py:202 msgid "Name" msgstr "Meno" #: python/configure.py:203 msgid "Wine version" msgstr "Verzia Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuálna jednotka" #: python/configure.py:208 msgid "Arguments" msgstr "Argumenty" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Spustiť sprievodcu konfigurácie" #: python/configure.py:249 msgid "Windows reboot" msgstr "Reštartovať Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Opraviť virtuálnu jednotku" #: python/configure.py:266 msgid "Command prompt" msgstr "Príkazový riadok" #: python/configure.py:273 msgid "Task manager" msgstr "Správca úloh" #: python/configure.py:281 msgid "Kill processes" msgstr "Ukončiť procesy" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine odinštalátor" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Pridať" #: python/configure.py:398 msgid "Open program's directory" msgstr "Otvoriť adresár programu" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Otvoriť adresár virtuálnej jednotky" #: python/configure.py:565 msgid "GLSL Support" msgstr "Podpora GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Vykresľovač Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Veľkosť video pamäti" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Režim vykresľovania čiernej obrazovky" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Zámok režimu cieľového vykresľovača" #: python/configure.py:570 msgid "Multisampling" msgstr "Viac-vzorkovanie(Multisampling)" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Otvoriť terminál" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Spustiť .exe súbor v tejto virtuálnej jednotke" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Príkaz na vykonanie pred spustením programu" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Buďte opatrný!\n" "Ak zmeníte " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} konfigurácia" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Nová" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Odobrať" #: python/configure.py:715 msgid "Install components" msgstr "Inštalovať súčasti" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Zobrazenie" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Rozličné" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Táto virtuálna jednotka je chránená" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Naozaj chcete zmazať virtuálnu jednotku {0} ?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Naozaj chcete vymazať {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} ladenie" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Prosím, vyberte ladiaci súbor" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Lokalizovať tento súbor denníka" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Súbor je nazvaný : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuálne jednotky" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Nahlásiť problém s {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Sprievodca" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Prerušiť" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Ďalej" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nie" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Áno" #: python/guiv3.py:178 msgid "I Agree" msgstr "Súhlasím" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Zobraziť virtuálne jednotky" #: python/guiv3.py:201 msgid "Login: " msgstr "Prihlasovacie meno: " #: python/guiv3.py:202 msgid "Password: " msgstr "Heslo: " #: python/guiv3.py:205 msgid "Register" msgstr "Zaregistrovať sa" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB stiahnutých" #: python/guiv3.py:312 msgid "of" msgstr "z" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Chyba" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Nemôžete zavrieť toto okno" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Žiadny popis" #: python/install.py:214 msgid "Accessories" msgstr "Nástroje" #: python/install.py:215 msgid "Development" msgstr "Vývoj" #: python/install.py:216 msgid "Education" msgstr "Vzdelávanie" #: python/install.py:217 msgid "Games" msgstr "Hry" #: python/install.py:218 msgid "Graphics" msgstr "Grafika" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimédia" #: python/install.py:221 msgid "Office" msgstr "Kancelária" #: python/install.py:223 msgid "Patches" msgstr "Opravy" #: python/install.py:256 msgid "Include:" msgstr "Zahrnúť:" #: python/install.py:262 msgid "Testing" msgstr "Testovanie" #: python/install.py:267 msgid "No-cd needed" msgstr "Potrebné obídenie CD" #: python/install.py:274 msgid "Commercial" msgstr "Komerčné" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Nainštalovať program mimo zoznamu" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/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:454 msgid "{0} error" msgstr "{0} chyba" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Obnovuje sa {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Je dostupná nová verzia {0}" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Spustiť" #: python/mainwindow.py:247 msgid "Donate" msgstr "Prispieť" #: python/mainwindow.py:248 msgid "Exit" msgstr "Koniec" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Malé ikony" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Stredne veľké ikony" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Veľké ikony" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Veľmi veľké ikony" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Spravovať Wine verzie" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Načítať PC CD-Rom" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} konzola" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Zavrieť všetok {0} softvér" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Asociácie súborov" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Správca zásuvných modulov" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "O programe {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Súbor" #: python/mainwindow.py:366 msgid "Tools" msgstr "Nástroje" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Nastavenia" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Zásuvné moduly" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Zavrieť" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Nastaviť" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Hľadať" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Otvoriť adresár aplikácie" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Prečítať návod" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Nastaviť ikonu" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Zavrieť túto aplikáciu" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Nenašiel sa návod pre {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Nainštalovať program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Aktualizovať GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Ladenie" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Vytvoriť odkaz" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Otvoriť adresár" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Odinštalovať" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Prosím, vyberte program" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} nastavenia" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} inštalačná ponuka" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} správca wine verzií" #: python/mainwindow.py:1046 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:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Spustiť Vaše programy pre Windows na " #: python/mainwindow.py:1125 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:1126 msgid "Developer and Website: " msgstr "Vývojár a webstránka: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Tvorcovia skriptov: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Tvorcovia balíčkov: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikony:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Nasledujúci ľudia sa podujali na tomto programe: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Preklady:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Viď súbor TRANSLATORS" #: python/mainwindow.py:1171 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:1192 msgid "{0} cannot find {1}" msgstr "{0} nemôže nájsť {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (z {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Pre pokračovanie ho musíte nainštalovať" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Mali by ste ho nainštalovať pre používanie {0}" #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Naozaj chcete nainštalovať balíček {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 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:115 msgid "Proxy configuration" msgstr "Konfigurácia proxy" #: python/options.py:128 msgid "Set a proxy" msgstr "Nastaviť proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Adresa proxy" #: python/options.py:134 msgid "Proxy port" msgstr "Proxy port" #: python/options.py:137 msgid "Proxy login" msgstr "Proxy prihlásenie" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy heslo" #: python/options.py:187 msgid "Installed plugins" msgstr "Nainštalované zásuvné moduly" #: python/options.py:205 msgid "Add" msgstr "Pridať" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Zapnúť" #: python/options.py:209 msgid "Choose a plugin" msgstr "Zvoľte zásuvný modul" #: python/options.py:262 msgid "What is the extension?" msgstr "Aká je prípona?" #: python/options.py:274 msgid "Assigned program" msgstr "Priradený program" #: python/options.py:276 msgid "Delete" msgstr "Vymazať" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Naozaj chcete nainštalovať: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Naozaj chcete zmazať: " #: python/options.py:333 msgid "Disable" msgstr "Vypnúť" #: python/options.py:374 msgid "Apply" msgstr "Použiť" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Musíte reštartovať {0} pre uplatnenie zmien." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Nainštalované Wine verzie: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Dostupné Wine verzie: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Verzia wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Naozaj chcete vymazať wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} nie je schopný spustiť POL_SetupWindow_server." playonlinux/lang/po/sl.po000066400000000000000000001311011341024004000157360ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sr.po000066400000000000000000001726571341024004000157710ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "Радња је урађена" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Молим, дајте што више података, иначе, биће веома тешко да вам помогнемо" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Овај чаробњак ће вам помоћи да пријавите грешку са званично подржаним " "програмом." #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Ручна уградња" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Самостална уградња" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Одаберите дневник грешака који одговара вашем софтверу." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Молим, објасните Ваш проблем јасно, (али на енглеском):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Жао ми је, треба нам опширнији опис." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Творац нестварног уређаја" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Какав нестваран уређај желите створити" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Уколико је овај списак празан, молим, уградите издање вина са управником " "издања вина)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Које издање Вина би желели да употребљавате?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Уградите програм у нови нестварни уређај" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Уреди или освежи постојећи програм" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Шта би желели да урадите?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Молим, унесите назив нестварног уређаја Вашег програма.\\nОвај назив не би " "требао да садржи размаке." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "Молим, изаберите програм" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Користи друго издање Вина" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Подесите Вино" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Уградите нешто библиотека" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Не знам, одзначи све" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Шта би желели да урадите пре уградње?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Употреба: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tИзабери датотеку" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tРаспакујте пакет" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tУградите пакет" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Управник пакета Игара на Линуксу" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Нисам успео да пронађем датотеку: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " Није исправан пакет Игара на Линуксу!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Ова датотека: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " не постоји!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Издвајам: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Покрећем..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Чистим..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Убијање програма у нестварном уређају..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Одабир иконе" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Молим, изаберите датотеку иконе" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Лош наставак датотеке" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "није наставак иконе" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Уређивач завођења" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Убиј све процесе предметка" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Надоградите предметак Вина" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Опонашај преобување Прозора" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Користи напредни прикључак поставки Вина" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Користи поставке Игре на Линуксу за" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Замени икону" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Користи Вино магије" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE отклањач буба се покреће..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE се срушио." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE расчлањује Ваш програм" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Да ли желите да Вам самостално уградим $APPLICATION_TITLE" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Препознали смо да је програм који желите уградити :" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Који је назив Вашег програма?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Уградња је завршена." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Где је" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "Молим, сачекајте док $APPLICATION_TITLE опонаша преобување Прозора" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "Поставке променљивих датотека програма" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ова радња је онемогућена у окружењу Игре на Линуксу" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "Спољна библиотека" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Стварам пречицу..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Да ли желите избрисати нестварни уређај:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Проверавам прикључак: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Нови: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Надограђујем прикључак. Претходни: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Уграђујем прикључак: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "Нема довољно простора за преузимање:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Десила се грешка приликом преузимања" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Желите ли да покушате поново?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Умножавам ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Величина датотека се не поклапа" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR профил" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " на Вашем рачунару." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " биће уграђен у: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Кликните Следеће за крени" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Овај уградни програм обезбеђује: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Овај програм је створио: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Овај чаробњак ће Вам помоћи да уградите " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Добродошли у $APPLICATION_TITLE чаробњака уградње." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Где Вам је прикачен CD-ROM?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "остало" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Освежи" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Читам Ваше уређаје" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Грешка: Нисам успео да пронађем ЦД-ром!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Молим, сачекајте док $APPLICATION_TITLE умножи датотке:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Прегледам нестварне уређаје..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Видео картица нема довољно меморије" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Ваша видео картица нема довољно меморије!\\nТо може спречити извршавање игре" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Употребљава ЦД-РОМ уређај(е)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "ДВД-РОМ(ови)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Преузмите програм" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Молим, изаберите начин уградње" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Не желим да правим још једну пречицу" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Разгледај" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Молим, сачекајте док $APPLICATION_TITLE прегледа ваш хардвер" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Изгледа да се вино срушило\\n\\nАко с Ваш програм извршава, само занемарите " "ову поруку" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Нисам успео да пронађем издање: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Преузимам Вино " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Изгледа ми да преузимање није успело" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Издвајам Вино" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Препиши (обично успева, не јемчим)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Обриши (садржај нестварног уређаја ће бити изгубљен)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Прекини уградњу" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "циљни нестварни уређај $PREFNAME већ постоји" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Прекинуо корисник" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Молим, сачекајте док се $SOFTNAME угради..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Уградња је завршена" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Приитисни следеће так након завршетка поступка уградње" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Опште" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Прави нову пречицу из овог нестварног уређаја" #: python/configure.py:202 msgid "Name" msgstr "Назив" #: python/configure.py:203 msgid "Wine version" msgstr "Издање Вина" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "Нестваран уређај" #: python/configure.py:208 msgid "Arguments" msgstr "Аргументи" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Покрени чаробњака за подешавање" #: python/configure.py:249 msgid "Windows reboot" msgstr "Преобување Прозора" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Поправите нестваран уређај" #: python/configure.py:266 msgid "Command prompt" msgstr "Наредбени упит" #: python/configure.py:273 msgid "Task manager" msgstr "Управљач задатака" #: python/configure.py:281 msgid "Kill processes" msgstr "Убиј Процес" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Вино уклањач програма" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Угради" #: python/configure.py:398 msgid "Open program's directory" msgstr "Отвори фасциклу програма" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Отвори фасциклу нестварног уређаја" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "Величина видео меморије" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "Многоструко узорковање" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Отвори љуску" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Наредба коју треба извршити пре покретања програма" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Пазите!\n" "Ако измените " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} подешавања" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Одаберите програм или нестварни уређај за подешавање" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Нови" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Уклони" #: python/configure.py:715 msgid "Install components" msgstr "Уградите саставне делове" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Приказ" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Разно" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Овај нестварни уређај је заштићен" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Сигурно желите да обришете нестварни уређај {0}?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Да ли сте сигурни да желите избрисати {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Исправљач грешака" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Молим унесите датотеку исправке грешака" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Пронађите овај дневник грешака" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Датотека је названа : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Нестварни уређаји" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Пријавите потешкоћу о {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Чаробњак" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Откажи" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Следеће" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Не" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Да" #: python/guiv3.py:178 msgid "I Agree" msgstr "Пристајем" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Прикажи нестварне уређаје" #: python/guiv3.py:201 msgid "Login: " msgstr "Пријава: " #: python/guiv3.py:202 msgid "Password: " msgstr "Лозинка: " #: python/guiv3.py:205 msgid "Register" msgstr "Упис" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB преузето" #: python/guiv3.py:312 msgid "of" msgstr "од" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Грeшкa" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Не можете затворити овај прозор" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Без описа" #: python/install.py:214 msgid "Accessories" msgstr "Прибори" #: python/install.py:215 msgid "Development" msgstr "Развој" #: python/install.py:216 msgid "Education" msgstr "Образовање" #: python/install.py:217 msgid "Games" msgstr "Игре" #: python/install.py:218 msgid "Graphics" msgstr "Графика" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Интернет" #: python/install.py:220 msgid "Multimedia" msgstr "Звук и видео" #: python/install.py:221 msgid "Office" msgstr "Уредништво" #: python/install.py:223 msgid "Patches" msgstr "Закрпе" #: python/install.py:256 msgid "Include:" msgstr "Укључи:" #: python/install.py:262 msgid "Testing" msgstr "Опитне" #: python/install.py:267 msgid "No-cd needed" msgstr "Без потребе за диском" #: python/install.py:274 msgid "Commercial" msgstr "За тржишну употребу" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Угради програм који није на списку" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Не постоји уграђен програм за отварање {0} датотека" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} грешка" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Освежавање {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Освежено издањ {0} је доступно" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Покрени" #: python/mainwindow.py:247 msgid "Donate" msgstr "Приложите" #: python/mainwindow.py:248 msgid "Exit" msgstr "Напусти" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Мале иконице" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Средње иконе" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Велике иконе" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Веома велике иконе" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Управљајте издањима Вина" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Читај ЛР ЦД-ром" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} конзола" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Затвори сав {0} софтвер" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Придруживање датотека" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Управник прикључака" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "О програму {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Датотека" #: python/mainwindow.py:366 msgid "Tools" msgstr "Алатке" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Поставке" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Прикључци" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Затвори" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Подесите" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Тражи" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Отвори фасциклу програма" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Читајте приручник" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Постави икону" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Затвори овај програм" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Није пронађено упутство за {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Угради програм" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Надогради ГИТ" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Налажење грешака" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Направи пречицу" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Отвори фасциклу" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Уклони" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Изаберите програм, молим." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "Поставке {0}" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} изборник уградње" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "Управник издања Вина" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Нестварни уређај придружен {0} ({1}) више не постоји." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Покрећите ваше програме Прозора на " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Веб страница програмера " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Скриптори " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Паковаоц: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Иконе" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Следећи људи су допринели овом програму: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Преводи:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Читај датотеку ПРЕВОДИОЦА" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" "{0} није успео да се покрене на прозору поставки служитеља ИграНаЛинуксу" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} не може наћи {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (из {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Морате га уградити да би наставили" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Подешавање посредника" #: python/options.py:128 msgid "Set a proxy" msgstr "Постави мрежног посредника" #: python/options.py:131 msgid "Proxy address" msgstr "Адреса посредника" #: python/options.py:134 msgid "Proxy port" msgstr "Порт посредника:" #: python/options.py:137 msgid "Proxy login" msgstr "Пријава за мрежног посредника" #: python/options.py:140 msgid "Proxy password" msgstr "Лозинка посредника:" #: python/options.py:187 msgid "Installed plugins" msgstr "Уграђени прикључци" #: python/options.py:205 msgid "Add" msgstr "Додај" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Омогући" #: python/options.py:209 msgid "Choose a plugin" msgstr "Изаберите прикључак" #: python/options.py:262 msgid "What is the extension?" msgstr "Шта је то наставак?" #: python/options.py:274 msgid "Assigned program" msgstr "Додељен програм" #: python/options.py:276 msgid "Delete" msgstr "Обриши" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Да ли сте сигурни да желите да уградите: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Да ли сте сигурни да желите да обришете " #: python/options.py:333 msgid "Disable" msgstr "Онемогући" #: python/options.py:374 msgid "Apply" msgstr "Примени" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Морате да покренете поново {0} да би се примениле промене." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Уграђена издања Вина " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Доступна издања Вина: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Издање вина" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sr@latin.po000066400000000000000000001334731341024004000171120ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-04-12 04:19+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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "Aktiviraj mouse warp override?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimizacija urađena" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Dobrodošli u Detour, dodatak koji vam omogućava da kreirate prečice posle " "instalacije." #: Detour plugin:5 msgid "Choose an application" msgstr "Odaberite aplikaciju" #: Detour plugin:6 msgid "Operation done" msgstr "Operacija završena" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Sačekajte..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Instalacija završena." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Ovo je instalacija za nadogradnju ili dodatak;\\nMolimo instalirajte " "$TITLE_REQUIRED prvo" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/sv.po000066400000000000000000001712301341024004000157570ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-02-28 14:57+0000\n" "Last-Translator: MichelGustafssonHeld \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "Tryck +F8 för att stoppa inspelningen" #: Capture plugin:13 msgid "Capture in progress..." msgstr "Inspelningen är igång" #: Capture plugin:14 msgid "Choose an action to perform" msgstr "Välj vad som skall göras" #: Capture plugin:15 msgid "Please choose a PID capture file to play" msgstr "Välj en PID inspelnings fil för att spela" #: Capture plugin:16 msgid "Please choose an OGV capture file to play" msgstr "Välj en OGV inspelnings fil för att spela" #: Capture plugin:17 msgid "Please choose a capture file to convert" msgstr "Välj en inspelningsfil att konvertera" #: Capture plugin:18 msgid "You must choose a capture to read" msgstr "Du måste välja en inspelningsfil" #: Capture plugin:19 msgid "You must choose a capture to convert" msgstr "Du måste välja en fil att konvertera" #: Capture plugin:20 msgid "Please wait while the PlayOnLinux logo is created..." msgstr "Var vänlig vänta medan PlayOnLinux loggan byggs..." #: Capture plugin:21 msgid "Add the PlayOnLinux logo to your video?" msgstr "Vill du lägga till PlayOnLinux loggan till din video?" #: Capture plugin:22 msgid "" "Warning: For correct video encoding,\\nresolution MUST be a multiple of 16" msgstr "" "Varning: För korrekt videokodering, \\nMÅSTE upplösningen vara en multipel " "av 16" #: Capture plugin:23 msgid "" "Ubuntu users must add the MEDIBUNTU repository\\nfor this conversion format " "to work properly." msgstr "" "Ubuntu användare måste lägga till MEDIBUNTU paketkällan\\nför att detta " "format skall kunna konverteras korrekt." #: Capture plugin:24 msgid "Choose the video format for conversion" msgstr "Välj formatet som videon skall konverteras till" #: Capture plugin:25 msgid "" "Define your encoding options for pass 1 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definera dina koderingsinställningar för pass 1 \\n (låt verkinställningarna " "stå om du inte vet)" #: Capture plugin:26 msgid "" "Define your encoding options for pass 2 \\n (leave defaults if you do not " "know what to do)" msgstr "" "Definera dina koderingsinställningar för pass 2 \\n (låt verkinställningarna " "stå om du inte vet)" #: Capture plugin:27 msgid "" "Define your encoding options \\n (leave defaults if you do not know what to " "do)" msgstr "" "Definera dina koderingsinställningar \\n (låt verkinställningarna stå om du " "inte vet)" #: Capture plugin:28 msgid "Please wait while your video is being encoded..." msgstr "Var vänlig vänta medan din video koderas" #: Capture plugin:29 msgid "Conversion done" msgstr "Konverteringen färdig" #: Advanced Wine Configuration Plugin:4 msgid "Choose an option to modify" msgstr "Välj en inställning att modifiera" #: Advanced Wine Configuration Plugin:5 msgid "All" msgstr "Allt ok!" #: Advanced Wine Configuration Plugin:6 msgid "You must choose a game to modify" msgstr "Välj ett spel att modifiera" #: 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älkommen till den avancerade WINE konfigurationen, skapad av GNU_Raziel för " "optimeringen av WINE. \\n\r\n" "Om du inte vet vad du ska göra LÅT VERKINSTÄLLNINGARNA STÅ" #: 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 "Använda DirectDraw kodering?" #: Advanced Wine Configuration Plugin:11 msgid "Activate GLSL Support?" msgstr "Aktivera GLSL stöd?" #: Advanced Wine Configuration Plugin:13 msgid "Choose Offscreen Rendering Mode?" msgstr "Använda offscreen rendering ?" #: Advanced Wine Configuration Plugin:14 msgid "Choose Render Target Lock Mode?" msgstr "Använda renderingsmål lock?" #: Advanced Wine Configuration Plugin:15 msgid "Activate Multisampling support?" msgstr "Aktivera multisampling stöd?" #: Advanced Wine Configuration Plugin:16 msgid "Activate the mouse warp override?" msgstr "Tvinga muspekaren att stanna på skärmen ?" #: Advanced Wine Configuration Plugin:17 msgid "Optimisation done" msgstr "Optimering slutförd" #: Detour plugin:3 msgid "" "Welcome in Detour, a plugin witch enable you to create post-install shorcuts." msgstr "" "Välkommen till Detour, ett tillägg som låter dig skapa post-installations " "genvägar." #: Detour plugin:5 msgid "Choose an application" msgstr "Välj ett program" #: Detour plugin:6 msgid "Operation done" msgstr "Produktionen klar" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Rapportera ett fel" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Var vänlig, förklara ditt problem så utförligt som möjligt, annars kommer " "det att vara svårt att hjälpa dig." #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Detta formular kommer att hjälpa dig att rapportera ett fel om ett program " "som har officiellt stöd." #: bash/bug_report:41 #, 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 "" "Du har inte den senaste $APPLICATION_TITLE.\\nDu måste uppdatera " "$APPLICATION_TITLE innan du skickar in en felrapport.\\nTack!" #: bash/bug_report:47 #, sh-format msgid "I have a problem with a software" msgstr "Jag har ett problem med en mjukvara" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Mitt problem handlar om själva $APPLICATION_TITLE" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Vad har du för problem?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Lägg inte till någon loggfil" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Manuell installation" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Automatisk installation" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Välj loggfilen som tillhör din mjukvara." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "Snälla förklara ditt problem utförligt (endast på engelska):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Ursäkta, men vi behöver en utförlig förklaring." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Tack !\\n\\nDin rapport har sänts." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Skaparen för virtuella diskar" #: bash/create_prefix:29 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE virtual drive creator.\\n\\nThis tool will " "help you to make a new virtual drive" msgstr "" "Välkommen till skaparen för virtuella diskar.\\n\\nDetta verktyget kommer " "att hjälpa dig att skapa en ny virtuell disk för $APPLICATION_TITLE" #: bash/create_prefix:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Vilken typ av virtuell disk vill du skapa?" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Om denna lista är tom var vänlig installera en ny wine version med wine " "versions hanteraren)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Vilken wine version vill du använda?" #: bash/create_prefix:63 #, sh-format msgid "Choose the name of the virtual drive" msgstr "Välj ett namn för den virtuella disken" #: bash/expert/Executer:22 bash/expert/Executer:27 bash/expert/Executer:29 #: python/mainwindow.py:276 #, sh-format msgid "Run a local script" msgstr "Kör ett lokalt skript" #: bash/expert/Executer:27 #, sh-format msgid "" "This wizard will help you to run an unofficial $APPLICATION_TITLE Script." msgstr "" "Denna hanterare kommer att hjälpa dig att köra ett inofficiellt skript för " "$APPLICATION_TITLE." #: bash/expert/Executer:29 #, sh-format msgid "Choose a valid $APPLICATION_TITLE script to run." msgstr "Välj ett befintligt $APPLICATION_TITLE skript att köra." #: bash/expert/Executer:38 #, sh-format msgid "Error!" msgstr "Fel!" #: bash/expert/Executer:38 #, sh-format msgid "File not found!" msgstr "Hittade inte filen!" #: bash/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Var vänlig läs detta" #: bash/install_wver:27 #, sh-format msgid "This wizard will help you to install Wine: " msgstr "Denna hanterare kommer att hjälpa dig att installera Wine: " #: bash/install_wver:27 #, sh-format msgid "on the $APPLICATION_TITLE environment." msgstr "i $APPLICATION_TITLE miljön." #: bash/installpolpackages:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE program konfigurator." #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Vänta…" #: bash/killall:26 #, sh-format msgid "" "Are you sure you want to shutdown all active $APPLICATION_TITLE applications?" msgstr "" "Är du säker att du vill stänga av alla aktiva $APPLICATION_TITLE program?" #: bash/make_shortcut:25 #, sh-format msgid "$APPLICATION_TITLE shortcut creator" msgstr "$APPLICATION_TITLE genvägs skapare" #: bash/make_shortcut:30 #, sh-format msgid "Please choose a software to package" msgstr "Var vänlig välj en mjukvara att packa in" #: bash/make_shortcut:35 #, sh-format msgid "Creating shortcut..." msgstr "Skapar genväg..." #: bash/make_shortcut:37 #, sh-format msgid "The shortcut has been placed on your desktop" msgstr "Genvägen har placerats på ditt skrivbord" #: bash/make_shortcut:57 #, sh-format msgid "Copying virtual drive" msgstr "Kopierar virtuella disken" #: bash/manual_install:52 #, sh-format msgid "Autorun" msgstr "Autokör" #: bash/manual_install:52 #, sh-format msgid "No setup location found in autorun.inf" msgstr "Ingen plats för setup angett i autorun.inf" #: bash/manual_install:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" "Välkommen till den manuella installations hanteraren för " "$APPLICATION_TITLE.\\n\\nDetta skript låter dig installera vilket program " "som helst på $APPLICATION_TITLE och låter dig att använda programmet med " "alla givna verktyg\\n\\nVarning: Vi kan inte garantera att ditt program " "kommer att fungera korrekt." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Installera ett program i en ny virtuell disk." #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Bearbeta eller uppdatera ett befintligt program." #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Vad vill du göra?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Var vänlig skriv in ett namn för ditt programs virtuella disk.\\nNamnet får " "inte innehålla mellanslag." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "Välj ett program" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Använd en annan version av Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Anpassa Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Installera några biblioteker" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Om du inte vet, avmakera alla" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Vad vill du göra innan installationen?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Var vänlig välj" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Söker efter körabara CD-Rom skivor" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Välj en annan fil" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Välj ett sätt att installera ditt program" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Välj installationsfilen att köra" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Du måste välja en fil!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE installerar ditt program..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Användning: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tVälj en fil" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tExtrahera paketet" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tInstallera paketet" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tVisa detta meddelande" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE paket hanterare: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Välj ett paket att installera" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux pakethanterare" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Kunde inte hitta filen: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " är inget giltigt PlayOnLinux paket" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Denna fil: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " existerar inte!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Extraherar: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Kör..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Rensning pågår" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Dödar program i den virtuella disken..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Ikon väljaren" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Var vänlig välj en ikon fil" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Ogiltigt fil format" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "Är inget ikon format" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Register Editor" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Döda alla prefix processer" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Uppdatera wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Simulera Windows omstart" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Använd avancerade Wine konfigurations tillägget" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Använd PlayOnLinuxs konfigurator för" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Byt ikon" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Använd WineTricks" #: bash/polconfigurator:134 #, sh-format msgid "Please choose an action to perform" msgstr "Välj en aktion att utföra" #: bash/read_pc_cd:25 #, sh-format msgid "PC CD-ROM reader" msgstr "PC CD-ROM spelare" #: 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 "Mata ut en ĆD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "Read a PC CD-ROM" msgstr "Läs in en CD-ROM" #: bash/read_pc_cd:34 #, sh-format msgid "What do you want to do?" msgstr "Vad vill du göra?" #: 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 "Var vänlig sök en CD-ROM" #: bash/read_pc_cd:97 #, sh-format msgid "Please choose a CD-ROM to eject" msgstr "Välj en CD-ROM att mata ut" #: bash/run_app:85 #, sh-format msgid "Please choose a software to run" msgstr "Välj ett program att köra" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE debuggern startas" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE kraschade." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "Vänta på att XQuartz installeras" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE analyserar ditt program" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "Vill du att $APPLICATION_TITLE installerar det automatiskt för dig?" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Vi har upptäckt att programmet du vill installera är :" #: bash/run_exe:97 #, 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älkommen till $APPLICATION_TITLE assistenten.\\nDen kommer att hjälpa dig " "att installera $file på din dator.\\n\\nVar försiktig! Programmet har inget " "officiellt stöd av $APPLICATION_TITLE.\\nDärför, kan det vara att det inte " "fungerar som förväntad." #: bash/run_exe:98 #, sh-format msgid "What is the name of you program?" msgstr "Vad heter ditt program?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Installation slutförd" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Jag har laddat ner filen själv" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Var är" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, sh-format msgid "$APPLICATION_TITLE Uninstaller" msgstr "$APPLICATION_TITLE Uninstaller" #: bash/uninstall:39 #, sh-format msgid "Please select a program to uninstall" msgstr "Välj ett program att avinstallera" #: bash/uninstall:50 #, sh-format msgid "Click Next to continue." msgstr "Tryck på Nästa för att gå vidare" #: bash/uninstall:50 #, sh-format msgid "This wizard will help you to uninstall: " msgstr "Denna assistent hjälper dig att avinstallera: " #: bash/uninstall:65 lib/wine.lib:867 #, sh-format msgid "Uninstalling..." msgstr "Avinstallerar..." #: bash/uninstall:68 #, sh-format msgid " has been uninstalled successfully." msgstr " har blivit avinstallerat successfullt." #: bash/uninstall:75 #, sh-format msgid "Cannot find the shortcut" msgstr "Kan inte hitta genvägen" #: bash/update_git:25 #, sh-format msgid "$APPLICATION_TITLE auto-updater" msgstr "$APPLICATION_TITLE auto-updaterare" #: bash/update_git:27 #, sh-format msgid "Updating $APPLICATION_TITLE from GIT..." msgstr "Uppdaterar $APPLICATION_TITLE från GIT..." #: bash/update_git:31 #, sh-format msgid "Do you want to update and restart $APPLICATION_TITLE?" msgstr "Vill du uppdatera och starta om $APPLICATION_TITLE?" #: bash/update_git:37 #, sh-format msgid "Already up-to-date." msgstr "Du har redan den senaste versionen." #: lib/debug.lib:128 #, 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 har stött på ett fel. Om programmet inte fungerar " "korrekt, kan det vara anledningen till problemet.\\nBesök www.$POL_DNS för " "att få mer information." #: lib/debug.lib:142 #, 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 har stött på ett fel. Om programmet du håller på att " "installera inte fungerar korrekt, kan det vara anledningen till problemet.\\" "nBesök www.$POL_DNS för att få mer information." #: lib/debug.lib:155 #, 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 har stött på ett allvarligt fel. $APPLICATION_TITLE " "kommer stoppa installationsprocessen.\\nBesök www.$POL_DNS för att få mer " "information." #: lib/deprecated.lib:87 lib/deprecated.lib:100 lib/deprecated.lib:121 #: lib/wine.lib:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Vänligen vänta medan den virtuella disken skapas..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Var vänlig vänta medan $APPLICATION_TITLE simulerar en Windows omstart." #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "Sätta Program Filer var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Denna funktion är otillgänglig i PlayOnLinux miljön" #: lib/playonlinux.lib:348 #, 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 "" "Varning !!\\n\\nSignaturen av skriptet du försöker att köra är INTE giltig\\" "n\\nPlayOnLinux har inte godkännt detta skript och kommer inte ta ansvar för " "det.\\nSnälla försäkra dig om att du vet vad du håller på med!" #: lib/playonlinux.lib:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Här är källkoden till skriptet. Kolla igenom den noga." #: lib/playonlinux.lib:371 #, 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 "" "Varning !!\\n\\nSignaturen av skriptet du försöker att köra är INTE giltig\\" "n\\n$APPLICATION_TITLE har inte godkännt detta skript och kommer inte ta " "ansvar för det.\\nSnälla försäkra dig om att du vet vad du håller på med!" #: lib/playonlinux.lib:372 #, sh-format msgid "External library" msgstr "Extern bibliotek" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Skapar genväg..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Vill du ta bort den virtuella disken:" #: lib/playonlinux.lib:881 #, sh-format msgid "" "The following file is located on a FAT32 filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Följande fil ligger på ett FAT32 filsystem.\\nDet kan hindra Wine från att " "fungera\\n\\$FilePath" #: lib/playonlinux.lib:882 #, sh-format msgid "" "The following file is located on a NTFS filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Följande fil ligger på ett NTFS filsystem.\\nDet kan hindra Wine från att " "fungera\\n\\$FilePath" #: lib/playonlinux.lib:883 #, sh-format msgid "" "The following file is located on a fuse filesystem.\\nIt might prevent wine " "from working\\n\\n$FilePath" msgstr "" "Följande fil ligger på ett fuse filsystem.\\nDet kan hindra Wine från att " "fungera\\n\\$FilePath" #: lib/playonlinux.lib:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" "Följande fil ligger på ett noexec monterad filsystem.\\nDet kan hindra Wine " "från att fungera\\n\\$FilePath" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Din Linux kernel kanske inte är konfigurerad för att kunna köra Win16 " "program i Wine\\nSe $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Din Linux kernel kan vara inkompatibel med att köra Win16 program i Wine\\" "nSe $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Undersöker insticksmodul: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Ny: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Uppdaterar insticksmodul. Innan uppdateringen: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Installerar insticksmodul: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Hittar inte binären $BINARY\\nHar du installerat programmet till den " "förvalda platsen?" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "Hittade funktion åsidosätta, stänger av felrapportering." #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Inte tillräckligt mycket ledigt utrymme för att ladda ner:\\n$URL " "($neededSpace KB)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Var vänlig vänta medan $APPLICATION_TITLE laddas ner:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Ett fel uppstod genom nedladdningen." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Vill du försöka igen?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Fel ! Filerna matchar inte\\n\\nPlats $LOCAL_MD5\\nServer : $SERVER_MD5" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z är inte installerad, vänligen kontrollera att du har 7zip installerad och " "försök igen." #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Misslyckat att lokalisera ${dest} från ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Extraherar ${filename} från ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Den extraherade filstorleken matchar inte." #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Kopierar ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Filstorleken matchar inte!" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" "Förlåt men, $APPLICATION_TITLE $VERSION är för gammal för att fortsätta.\\" "n$APPLICATION_TITLE $NEEDED är ett krav." #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" "Varning: Du kör $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE $NEEDED är " "rekommenderad för att fortsätta." #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR profil" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " på din dator" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " kommer att installeras i: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Tryck på nästa för att starta" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Detta installationsprogram är tillhandahållit av: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Detta program är skapad av: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Denna assisten kommer att hjälpa dig att installera " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Välkommen till $APPLICATION_TITLE Installationsassistenten" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Var är din CD-ROM monterad?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Andra" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Uppdatera" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Läser din maskin" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Fel: Kunde inte hitta CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Vänligen vänta medan $APPLICATION_TITLE kopierar filer:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Skannar den virtuella disken..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "Ditt grafikkort har inte tillräckligt mycket minne" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" "Ditt grafikkort har inte tillräckligt mycket minne!\\nDet kan hindra spelet " "från att fungera." #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "Använd Steam Butik versionen" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Använd Steam demo version" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Använd Desura Butik versionen" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Använd Desura Butik demo version" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Använd Origin Butik versionen" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Använd Origin Butik demo versionen" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Använd en setup fil på min dator" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Använd CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "ANvänd DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Ladda ner programmet" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Vänligen välj en installations metod" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Jag vill inte skapa en till genväg" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Bläddra" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" msgstr "En genväg med det namnet existerar redan, skriva över?" #: lib/website.lib:29 #, sh-format msgid "Connect to your $APPLICATION_TITLE account" msgstr "Anslut till din $APPLICATION_TITLE account" #: lib/website.lib:127 #, sh-format msgid "Connecting..." msgstr "Kopplar upp..." #: lib/website.lib:132 #, sh-format msgid "" "Failed to connect !\\nPlease ensure that your login and your password are " "valid." msgstr "" "Uppkopplingen misslyckad !\\nSnälla försäkra dig om att ditt användarnamn " "och ditt lösenord är korrekta." #: lib/wine.lib:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "Vänligen vänta medan $APPLICATION_TITLE skannar din hårdvara" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Väl det huvudsakliga grafikkortet att rapportera" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" "Wine verkar ha kraschad\\n\\nOm ditt program körs, ignorera detta meddelande." #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Det här är en installation för en uppdatering eller ett tillägg;\\nVänligen " "installera $TITLE_REQUIRED först." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Kunde inte hitta version: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Laddar ner Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Nedladdningen verkar ha misslyckats." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Extraherar Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Skriv över (brukar fungera, ingen garanti)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Radera (all innehåll i den virtuella disken kommer vara förlorat)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Avbryt installationen" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Den utvalda virtuella disken $PREFNAME existerar redan:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Avbrytit av användaren" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Vänligen vänta medan $SOFTNAME installeras" #: lib/wine.lib:1097 lib/wine.lib:1126 #, sh-format msgid "" "Be careful! This will kill install process. If it is not finished, you will " "have to reinstall $SOFTNAME" msgstr "" "Vara försiktigt! Detta kommer döda alla installationsprocesser. Om den inte " "redan är klar, måste do installer $SOFTNAME igen" #: lib/wine.lib:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Installationen är klar" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Tryck på nästa endast om installationsprocessen är klar" #: lib/wine.lib:1139 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a reboot" msgstr "Vänligen vänta medan $APPLICATION_TITLE simulerar en omstart" #: 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 "" "Varning:\n" "\n" "Detta verktyg är för avancerade användare.\n" "För att fullständigt avinstallera ett program med {0}, måste du radera hela " "den tillhöriga virtuella disken." #: python/configure.py:198 python/configure.py:713 msgid "General" msgstr "Generellt" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Skapa en ny genväg från denna virtuella disk" #: python/configure.py:202 msgid "Name" msgstr "Namn" #: python/configure.py:203 msgid "Wine version" msgstr "Wine version" #: python/configure.py:204 msgid "Debug flags" msgstr "Debug flaggor" #: python/configure.py:206 msgid "Virtual drive" msgstr "Virtuell disk" #: python/configure.py:208 msgid "Arguments" msgstr "Argument" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Kör konfigurationsassistenten" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows omstart" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Reparera virtuell disk" #: python/configure.py:266 msgid "Command prompt" msgstr "Kommandotolk" #: python/configure.py:273 msgid "Task manager" msgstr "Aktivitetshanteraren" #: python/configure.py:281 msgid "Kill processes" msgstr "Döda processer" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine uninstaller" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Var försiktig! Om du installerar en av dessa komponenter kan riskerar du att " "din virtuella disk blir oanvändbar." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Installera" #: python/configure.py:398 msgid "Open program's directory" msgstr "Öppna programmets mapp" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Öpnna den virtuella diskens mapp" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL stöd" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "Videominnesstorlek" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "Tvinga att musen stannar på skärmen" #: python/configure.py:583 msgid "Open a shell" msgstr "Öppna en shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Kör en .exe fil i denna virtuella disk" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Kör exec kommando innan du kör programmet" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" "Varning:\n" "\n" "Alla program i denna virtuella disk som fortfarande körs kommer att stoppas " "innan Wine versionen ändras.\n" "Är du säker att du vill fortsätta?" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Var försiktig!\n" "Om du ändrar " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} konfiguration" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Vänligen välj ett program eller en virtuell disk att konfigurera" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Installera ett program i en ny prefix" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Ta bort" #: python/configure.py:715 msgid "Install components" msgstr "Installera komponenter" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Visa" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Övrigt" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Denna virtuella disk är skyddad" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Är du säker att du vill radera {0} virtuell disk?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Är du säker att du vill radera {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} debugger" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Välj en debug fil" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Leta reda på denna loggfil" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Filen har namnet : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Virtuella diskar" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Rapportera ett problem om {0}" #: python/debug.py:265 msgid "Install scripts" msgstr "Installera skript" #: python/gui_server.py:54 python/gui_server.py:55 msgid "Error: Unable to reserve a valid port" msgstr "Fel: Kunde inte reservera en filtig port" #: python/gui_server.py:165 msgid "WARNING. Please use POL_SetupWindow_Init first" msgstr "VARNING. Snälla använd POL_SetupWindow_Init först" #: python/guiv3.py:117 msgid "{0} Wizard" msgstr "{0} Assistent" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Avbryt" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Nästa" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Nej" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Ja" #: python/guiv3.py:178 msgid "I Agree" msgstr "Jag godkänner" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Visa virtuella diskar" #: python/guiv3.py:201 msgid "Login: " msgstr "Login: " #: python/guiv3.py:202 msgid "Password: " msgstr "Lösenord: " #: python/guiv3.py:205 msgid "Register" msgstr "Registrera" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB nedladdad" #: python/guiv3.py:312 msgid "of" msgstr "av" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Fel" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Du kan inte stänga det här fönstret" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Beskrivning saknas" #: python/install.py:214 msgid "Accessories" msgstr "Tillbehör" #: python/install.py:215 msgid "Development" msgstr "Utveckling" #: python/install.py:216 msgid "Education" msgstr "Utbildning" #: python/install.py:217 msgid "Games" msgstr "Spel" #: python/install.py:218 msgid "Graphics" msgstr "Grafik" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Internet" #: python/install.py:220 msgid "Multimedia" msgstr "Multimedia" #: python/install.py:221 msgid "Office" msgstr "Kontor" #: python/install.py:223 msgid "Patches" msgstr "Programfixar" #: python/install.py:256 msgid "Include:" msgstr "Inkludera:" #: python/install.py:262 msgid "Testing" msgstr "Testning" #: python/install.py:267 msgid "No-cd needed" msgstr "No-cd behövs" #: python/install.py:274 msgid "Commercial" msgstr "Kontorsområde" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Installera ett icke-listat program" #: python/install.py:458 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 "" "Detta program är i testfas.\n" "\n" "Det kommer kanske inte fungera som väntad. Din feedback, positiv eller " "negativ, är speciellt viktigt för att utveckla denna installer." #: python/install.py:460 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 "" "Detta program innehåller skydd mot kopiering (DRM) som är inkompatibel med " "emulation.\n" "Den enda lösningen är att använda en \"no-cd\", men dessa kan också användas " "för pirateri, så ingen support i detta fall." #: python/install.py:577 msgid "Attention!" msgstr "OBS!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" "Om du aktiverar detta alternativ, kan du installera program som använder " "DRMs koperingsskydd, vilka {0} inte stödjer, och de behöver undgås." #: python/install.py:580 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 "" "Om du aktiverar detta alternativ, får du åtkomst till " "installationsassitenter för program som innehåller koperingsskydd (DRM) som " "är inkompatibla med emulation.\n" "Den enda lösningen är att använda en \"no-cd\", men dessa kan också användas " "för pirateri, så ingen support i det fall." #: python/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Det är ingenting installerad för att köra .{0} filer." #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} fel" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} hemsida är inte tillgänglig. Kontrollera din internetanslutning." #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Uppdaterar {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "En uppdatering av {0} är tillgänglig" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Kör" #: python/mainwindow.py:247 msgid "Donate" msgstr "Donera" #: python/mainwindow.py:248 msgid "Exit" msgstr "Stäng" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Små ikoner" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Medelstora ikoner" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Stora ikoner" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Mycket stora ikoner" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Hantera Wine versionerna" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "Läs in en PC CD-Rom" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} konsol" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Stäng all {0} mjukvara" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Filassociationer" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Hantera insticksmoduler" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Programvara som stöds" #: python/mainwindow.py:295 msgid "News" msgstr "Nyheter" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Dokumentation" #: python/mainwindow.py:297 msgid "Forums" msgstr "Forum" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Buggar" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Om {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Fil" #: python/mainwindow.py:366 msgid "Tools" msgstr "Verktyg" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Inställningar" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Insticksmoduler" #: python/mainwindow.py:369 msgid "Support" msgstr "Support" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Stäng" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Konfigurera" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Sök" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Öpnna programmets mapp" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Läs manualen" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Bestäm ikon" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Stäng detta program" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Hittade ingen manual för {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Installera ett program" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Uppdatera GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Uppdatera instruktioner" #: python/mainwindow.py:779 msgid "Debug" msgstr "Felsökning" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Skicka feedback" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Skapa genväg" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Öppna mappen" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Avinstallera" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Välj ett program" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} inställningar" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} installationsmeny" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wineversionshanterare" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Den virtuella disken tillhörig till {0} ({1}) finns inte längre." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "Är du säker att du vill stänga alla {0} fönster?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Kör dina Windows program på " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux och PlayOnMac team\n" "Under GPL licens version 3" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Utvecklare och hemsida: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Programmerarare: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Ansvarig för paketering: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Ikoner:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Följande personer bidrog till detta program: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Översättningar:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "Läs TRANSLATORS (översättningarnas) fil" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} kan inte starta PlayOnLinux Setup Window server." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} kan inte hitta {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (från {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Du behöver installera det för att kunna fortsätta." #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Du borde installera det för att använda {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} ska inte köras som root." #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} hittar inte 32bit OpenGL biblioteker.\n" "\n" "Du kommer stöta på problem med dina spel." #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" "{0} hittar inte 64bit OpenGL biblioteker.\n" "\n" "Du kanske stöter på problem med dina spel." #: python/mainwindow.py:1248 msgid "" "Your filesystem might prevent {0} from running correctly.\n" "\n" "Please open {0} in a terminal to get more details" msgstr "" "Ditt filsystem kan hindra {0} från att köras korrekt.\n" "\n" "Öppna {0} i en terminal för att få mer detaljer." #: python/mainwindow.py:1252 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 "" "Vill du hjälpa {0} att göra en kompatibilitetsdatabas?\n" "\n" "Om du trycker på ja, följande saker kommer att skickas till oss anonymt " "första gången du kör ett Windows program:\n" "\n" "-Modellen på ditt grafikkort\n" "-Din OS version\n" "-Om grafikdrivrutiner är installerade eller inte.\n" "\n" "\n" "Dessa information kommer vara väldigt värdefulla för oss, för att hjälpa " "folk." #: python/mainwindow.py:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Är du säker att du vill installera {0} paketet?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Du försöker att öppna ett skriptdesign för {0}! Det kanske inte fungerar som " "förväntad." #: python/options.py:115 msgid "Proxy configuration" msgstr "Proxy konfiguration" #: python/options.py:128 msgid "Set a proxy" msgstr "Sätt en proxy" #: python/options.py:131 msgid "Proxy address" msgstr "Proxy address" #: python/options.py:134 msgid "Proxy port" msgstr "Proxyport" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "Proxylösenord" #: python/options.py:187 msgid "Installed plugins" msgstr "Installerade insticksmoduler" #: python/options.py:205 msgid "Add" msgstr "Lägg till" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Aktivera" #: python/options.py:209 msgid "Choose a plugin" msgstr "Choose a plugin" #: python/options.py:262 msgid "What is the extension?" msgstr "Vad är anknytningen?" #: python/options.py:274 msgid "Assigned program" msgstr "Tilldelat program" #: python/options.py:276 msgid "Delete" msgstr "Ta bort" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Är du säker att du vill installera: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Är du säker på att du vill radera: " #: python/options.py:333 msgid "Disable" msgstr "Disable" #: python/options.py:374 msgid "Apply" msgstr "Tillämpa" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Du måste starta om {0} för att förändringarna ska ske." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Installerade Wine versioner: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Tillgängliga Wine versioner " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine versioner" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Är du säker att du vill radera Wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} kan inte starta POL_Setup_Window_server." playonlinux/lang/po/te.po000066400000000000000000001273611341024004000157450ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/th.po000066400000000000000000001407621341024004000157500ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "การดำเนินการเสร็จสิ้น" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "" #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "" #: python/configure.py:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "" #: python/configure.py:249 msgid "Windows reboot" msgstr "" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "" #: python/configure.py:281 msgid "Kill processes" msgstr "" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "" #: python/configure.py:398 msgid "Open program's directory" msgstr "" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "" #: python/configure.py:565 msgid "GLSL Support" msgstr "" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "" #: python/configure.py:715 msgid "Install components" msgstr "" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "" #: python/configure.py:717 msgid "Miscellaneous" msgstr "" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "" #: python/guiv3.py:178 msgid "I Agree" msgstr "" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "" #: python/guiv3.py:201 msgid "Login: " msgstr "" #: python/guiv3.py:202 msgid "Password: " msgstr "" #: python/guiv3.py:205 msgid "Register" msgstr "" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "" #: python/install.py:214 msgid "Accessories" msgstr "" #: python/install.py:215 msgid "Development" msgstr "" #: python/install.py:216 msgid "Education" msgstr "" #: python/install.py:217 msgid "Games" msgstr "" #: python/install.py:218 msgid "Graphics" msgstr "" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "" #: python/install.py:220 msgid "Multimedia" msgstr "" #: python/install.py:221 msgid "Office" msgstr "" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "" #: python/install.py:262 msgid "Testing" msgstr "" #: python/install.py:267 msgid "No-cd needed" msgstr "" #: python/install.py:274 msgid "Commercial" msgstr "" #: python/install.py:308 msgid "Install a non-listed program" msgstr "" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "" #: python/mainwindow.py:247 msgid "Donate" msgstr "" #: python/mainwindow.py:248 msgid "Exit" msgstr "" #: python/mainwindow.py:252 msgid "Small icons" msgstr "" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "" #: python/mainwindow.py:254 msgid "Large icons" msgstr "" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "" #: python/mainwindow.py:364 msgid "File" msgstr "" #: python/mainwindow.py:366 msgid "Tools" msgstr "" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "" #: python/mainwindow.py:608 msgid "Close this application" msgstr "" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "" #: python/mainwindow.py:759 msgid "Install a program" msgstr "" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "" #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "" #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "" #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "" #: python/mainwindow.py:1224 msgid "" "{0} is unable to find 32bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1236 msgid "" "{0} is unable to find 64bits OpenGL libraries.\n" "\n" "You might encounter problem with your games" msgstr "" #: python/mainwindow.py:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "" #: python/options.py:128 msgid "Set a proxy" msgstr "" #: python/options.py:131 msgid "Proxy address" msgstr "" #: python/options.py:134 msgid "Proxy port" msgstr "" #: python/options.py:137 msgid "Proxy login" msgstr "" #: python/options.py:140 msgid "Proxy password" msgstr "" #: python/options.py:187 msgid "Installed plugins" msgstr "" #: python/options.py:205 msgid "Add" msgstr "" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "" #: python/options.py:209 msgid "Choose a plugin" msgstr "" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "" #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "" #: python/options.py:333 msgid "Disable" msgstr "" #: python/options.py:374 msgid "Apply" msgstr "" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "" #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "" #: python/wine_versions.py:210 msgid "Wine versions" msgstr "" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/tr.po000066400000000000000000001443161341024004000157610ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-05-11 16:50+0000\n" "Last-Translator: Osman Tosun \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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ı" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Hata bildir" #: bash/bug_report:37 #, 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:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Lütfen okuyun" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Lütfen bekleyiniz..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, 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:103 #, sh-format msgid "Edit or update an existing application" msgstr "" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Wine'ı Yapılandır" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "" #: bash/manual_install:270 #, 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:282 #, sh-format msgid "You must choose a file!" msgstr "" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "" #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "" #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux paket yöneticisi" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " paketi geçerli bir PlayOnLinux paketi değil!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "" #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr "" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "" #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Çalışıyor..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "" #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Lütfen bir simge dosyası seçin" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Kayıt Defteri Düzenleyicisi" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Windows yeniden başlatmasını taklit et" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "Gelişmiş Wine Yapılandırması eklentisini kullan" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "" #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Kurulum bitti." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "" #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "" #: lib/deprecated.lib:431 #, 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:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Kısayol oluşturuluyor..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "" #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "" #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "" #: lib/scripts.lib:955 #, sh-format msgid "" "Sorry, $APPLICATION_TITLE $VERSION is too old to continue.\\" "n$APPLICATION_TITLE $NEEDED is required." msgstr "" #: lib/scripts.lib:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Bu sihirbaz size şunu yüklemenizde yardımcı olacak: " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Diğer" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Yenile" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "" #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Başka bir kısayol oluşturmak istemiyorum" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Gözat" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, sh-format msgid "" "Wine seems to have crashed\\n\\nIf your program is running, just ignore this " "message" msgstr "" #: lib/wine.lib:624 #, 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." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "" #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "" #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "" #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Kurulumu iptal et" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Kullanıcı iptali" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "" #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Genel" #: python/configure.py:201 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:202 msgid "Name" msgstr "" #: python/configure.py:203 msgid "Wine version" msgstr "Wine sürümü" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "" #: python/configure.py:208 msgid "Arguments" msgstr "" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Yapılandırma sihirbazını çalıştır" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows'u Yeniden Başlat" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "" #: python/configure.py:266 msgid "Command prompt" msgstr "" #: python/configure.py:273 msgid "Task manager" msgstr "Görev Yöneticisi" #: python/configure.py:281 msgid "Kill processes" msgstr "İşlemleri Sonlandır" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine'ı kaldırıcı" #: python/configure.py:313 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:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Kur" #: python/configure.py:398 msgid "Open program's directory" msgstr "Programın rehberini açınız" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Sanal sürücünün rehberini açınız" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL Desteği" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "Video hâfıza boyutu" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "Çokluörneklem" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Bir kabuk açın" #: python/configure.py:584 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:585 msgid "Command to exec before running the program" msgstr "" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} yapılandırması" #: python/configure.py:674 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:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Yeni" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Kaldır" #: python/configure.py:715 msgid "Install components" msgstr "Bileşenleri kur" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Görünüm" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Muhtelif" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Bu sanal sürücü korumalı" #: python/configure.py:747 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:754 msgid "Are you sure you want to delete {0} ?" msgstr "Silmek için emin misiniz?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Hatâ ayıklayıcı" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Lütfen hatâ ayıklanacak dosyayı seçin" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Bu günlük dosyasının yerini saptayın" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Dosya şöyle isimlendirildi:" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Sanal sürücüler" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "{0} hakkında hatâ bildir" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "Sihirbaz" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "İptal" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "İleri" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Hayır" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Evet" #: python/guiv3.py:178 msgid "I Agree" msgstr "Kabul Ediyorum" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Sanal sürücüleri göster" #: python/guiv3.py:201 msgid "Login: " msgstr "Giriş: " #: python/guiv3.py:202 msgid "Password: " msgstr "Parola: " #: python/guiv3.py:205 msgid "Register" msgstr "Kaydol" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB indirildi" #: python/guiv3.py:312 msgid "of" msgstr "/" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Hata" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Bu pencereyi kapatamazsınız" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Açıklama yok" #: python/install.py:214 msgid "Accessories" msgstr "Donatılar" #: python/install.py:215 msgid "Development" msgstr "Geliştirme" #: python/install.py:216 msgid "Education" msgstr "Eğitim" #: python/install.py:217 msgid "Games" msgstr "Oyunlar" #: python/install.py:218 msgid "Graphics" msgstr "Grafikler" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "İnternet" #: python/install.py:220 msgid "Multimedia" msgstr "Çoklu ortam" #: python/install.py:221 msgid "Office" msgstr "Ofis" #: python/install.py:223 msgid "Patches" msgstr "Yamalar" #: python/install.py:256 msgid "Include:" msgstr "Ekle:" #: python/install.py:262 msgid "Testing" msgstr "Sınamada olanlar" #: python/install.py:267 msgid "No-cd needed" msgstr "CD'siz çalışanlar" #: python/install.py:274 msgid "Commercial" msgstr "Ticârî" #: python/install.py:308 msgid "Install a non-listed program" msgstr "Listede olmayan bir uygulama kur" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} hata" #: python/mainwindow.py:76 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:78 msgid "Refreshing {0}" msgstr "{0} yenileniyor" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "{0} yazılımının yeni bir sürümü var" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Çalıştır" #: python/mainwindow.py:247 msgid "Donate" msgstr "Bağış Yap" #: python/mainwindow.py:248 msgid "Exit" msgstr "Çıkış" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Küçük simgeler" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Orta büyüklükte simgeler" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Büyük simgeler" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Çok büyük simgeler" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Wine sürümlerini yönet" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} uçbirimi" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Bütün {0} yazılımlarını kapat" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Dosya ilişkilendirmeleri" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Eklenti yöneticisi" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "{0} Hakkında" #: python/mainwindow.py:364 msgid "File" msgstr "Dosya" #: python/mainwindow.py:366 msgid "Tools" msgstr "Araçlar" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Ayarlar" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Eklentiler" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Kapat" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Yapılandır" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Arama" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Uygulamanın dizinini aç" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Kullanım rehberini oku" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Simge belirle" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Bu uygulamayı kapat" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "{0} için kullanım rehberi yok" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Uygulama kur" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "GIT'i güncelleyin." #: python/mainwindow.py:769 msgid "Update instructions" msgstr "" #: python/mainwindow.py:779 msgid "Debug" msgstr "Hata ayıklama" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Kısayol oluştur." #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Rehberi aç" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Kaldır" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Lütfen bir uygulama seçin." #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} ayarları" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} yükleme seçkesi" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wine sürümleri yöneticisi" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Windows yazılımlarınız artık burada: " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Geliştirici ve Web Sitesi: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Betikçiler: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Paketçi: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Simgeler:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "Aşağıdaki insanlar bu programa katkıda bulunmuşlardır: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Çeviriler:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "TRANSLATORS dosyasını okuyun" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr "" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Devam etmek için kurmanız gereklidir." #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Kullanmak için kurmanız gereklidir." #: python/mainwindow.py:1215 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:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "{0} paketini yüklemek istediğinize emin misiniz?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" #: python/options.py:115 msgid "Proxy configuration" msgstr "Vekil sunucu yapılandırması" #: python/options.py:128 msgid "Set a proxy" msgstr "Bir vekil sunucu ayarla" #: python/options.py:131 msgid "Proxy address" msgstr "Vekil sunucu adresi" #: python/options.py:134 msgid "Proxy port" msgstr "Vekil sunucu portu" #: python/options.py:137 msgid "Proxy login" msgstr "Vekil sunucuda oturum aç" #: python/options.py:140 msgid "Proxy password" msgstr "Proxy şifresi" #: python/options.py:187 msgid "Installed plugins" msgstr "Yüklü eklentiler" #: python/options.py:205 msgid "Add" msgstr "Ekle" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Etkinleştir" #: python/options.py:209 msgid "Choose a plugin" msgstr "Eklenti seçin" #: python/options.py:262 msgid "What is the extension?" msgstr "" #: python/options.py:274 msgid "Assigned program" msgstr "" #: python/options.py:276 msgid "Delete" msgstr "Sil" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Kurmak istediğinize emin misiniz: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Silmek istediğinize emin misiniz: " #: python/options.py:333 msgid "Disable" msgstr "Etkisizleştir" #: python/options.py:374 msgid "Apply" msgstr "Uygula" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Kurulu Wine sürümleri: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Kullanılabilir Wine sürümleri: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine sürümleri" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Wine {0} sürümünü silmek istediğinize emin misiniz?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "" playonlinux/lang/po/uk.po000066400000000000000000002226561341024004000157570ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-02-23 12:51+0000\n" "Last-Translator: Микола Ткач \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "Операція виконана" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "Повідомити про ваду" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" "Будь ласка, надайте як найбільше відомостей та деталей, у протилежному " "випадку допомогти Вам буде дуже складно." #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "" "Цей майстер допоможе Вам повідомити про помилку у офіційно підтримуваній " "програмі." #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "В мене виникла проблема з програмою" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "Моя проблема відноситься до $APPLICATION_TITLE як до такого" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "Якого типу проблема що виникла?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "Не прикріплювати лог файл" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "Ручне встановлення" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "Автоматичне встановлення" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "Виберіть лог, що відноситься до Вашої програми." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "" "Будь ласка, дайте опис Вашої проблеми зрозуміло та чітко (суворо " "англійською):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "Вибачте, але потрібен детальний опис." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "Дякую !\\n\\nВаш звіт надіслано." #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "Утиліта для створення віртуальних дисків" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "Якого типу віртуальний диск Ви бажаєте створити" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "" "(Якщо цей перелік порожній, будь ласка, встановіть одну з версій Wine за " "допомогою керування версіями Wine)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "Яку версію Wine Ви бажали б використовувати?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "Будь ласка, прочитайте це" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "Налаштування додатку $APPLICATION_TITLE" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "Будь ласка, зачекайте..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE 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_TITLE і " "використовувати її з усіма інструментами\\n\\nУвага Ми не можемо " "гарантувати, що ваш додаток буде працювати відмінно." #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "Встановити програму на новий віртуальний диск" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "Редагувати або оновити додаток що існує" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "Що ви бажаєте зробити?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "" "Будь ласка, уведіть ім’я віртуального диска Вашої програми.\\nВоно не " "повинне містити пробілів." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "Будь ласка, виберіть програму" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "Використовувати іншу версію Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "Налаштування Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "Встановити додаткові бібліотеки" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "Якщо Ви не знаєте, що потрібно вибрати, зніміть усі прапорці" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "Що Ви бажаєте зробити перед встановленням?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "Будь ласка, зробіть свій вибір" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "Пошук компакт-дисків що запускаються" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "Виберіть інший файл" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "Будь ласка, виберіть шлях встановлення програми" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "Будь ласка, виберіть встановлювач для запуску." #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "Потрібно вибрати файл!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE встановлює Ваш додаток..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "Використання: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\tВиберіть файл:" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\tРозпакувати пакунок" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\tВстановити пакунок" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\tПоказувати це повідомлення" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE менеджер пакунків: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "Виберіть пакунок для встановлення" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "Керування пакунками PlayOnLinux" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "Не вдалося знайти файл: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " не є коректним пакунком PlayOnLinux!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "Цей файл: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " не існує!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "Витягування: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "Запуск..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "Очищення..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "Зупиняються процеси на віртуальному диску..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "Вибір піктограми" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "Будь ласка, виберіть файл піктограми" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "Неприпустиме розширення файлу" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "це не розширення файлу піктограми" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "Редактор реєстру" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "Вбити префікс усіх процесів" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "Оновити wineprefix" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "Симулювати перезавантаження Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" "Використовуйте додаткову втулку конфігурації Wine (Advanced Wine " "Configuration)" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "Використовувати майстер налаштування PlayOnLinux для" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "Змінити піктограму" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "Використовувати WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "Будь ласка, виберіть програму для запуску" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE налагоджувач запускається..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE припинив свою роботу." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE аналізує Ваш додаток" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "" "Ви бажаєте, щоб $APPLICATION_TITLE встановив його для Вас автоматично?" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "Ми визначили, що програма, яку Ви бажаєте встановити - це:" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "Як називається Ваша програма?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "Встановлення закінчено." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "Не встановлювати XQuartz зараз" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "Файл завантажено програмою самостійно" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "Будь ласка, завантажте XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "Завантаження XQuartz" #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "Де" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "Встановлення XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz встановлено." #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "Будь ласка, зачекайте, поки створюється віртуальний диск..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "" "Будь ласка, зачекайте, поки $APPLICATION_TITLE симулює перезавантаження " "Windows..." #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "Встановлення змінної Program Files" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "Ця функція недоступна в оточенні PlayOnLinux" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "Тут знаходиться джерельний код скрипта. Перевірте його уважно" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "Зовнішня бібліотека" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "Створення ярлика..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "Ви бажаєте вилучити віртуальний диск:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" "Ваше ядро ​​Linux не може бути сконфігуровано для запуску програм Win16 під " "Wine\\nДивіться $EXPLANATION_URL" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" "Ваше ядро ​​може бути несумісним з запущеними програмами Win16 під Wine\\" "nДивіться $EXPLANATION_URL" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "Перевірка втулки: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "Нові: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "Оновлення втулки. Попередня: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "Інсталяція втулки: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" "Виконуваний файл не знайдено: $BINARY\\nПереконайтеся, що обрано типову теку " "встановлення програми." #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" "Невистачає вільного місця для завантаження :\\n$URL ($neededSpace KБ)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "Будь ласка, зачекайте поки стягується $APPLICATION_TITLE:" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "Під час завантаження сталася помилка." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "Повторити спробу?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" "Помилка! Файли не збігаються\\n\\nЛокальний: $LOCAL_MD5\\nНа сервері : " "$SERVER_MD5" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "" "7z не встановлений, будь ласка, переконайтеся що 7zip встановлений й " "спробуйте знову" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "Не вдалося розташувати ${dest} з ${archive}" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "Витягування ${filename} з ${archivename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "Розмір витягнутого файлу не збігається!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "Копіювання ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "Розмір файлу не збігається!" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR профіль" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " на Ваш комп’ютер." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " буде встановлено у: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "Щоб почати клацніть Далі" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "Встановлювач наданий: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "Програма створена: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "Цей майстер допоможе Вам встановити " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "Ласкаво просимо у встановлювач $APPLICATION_TITLE." #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "Де примонтований Ваш компакт-диск?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "Інше" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "Оновити" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "Читання Вашого пристрою" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "Помилка: не вдалося виявити CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "Будь ласка, зачекайте поки $APPLICATION_TITLE копіює файли:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "Сканування віртуального диска..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "В вас замало відеопам’яті" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "В вас замало відеопам’яті!\\nГра може не працювати" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "Використовувати версію з крамниці Steam" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "Використовувати демо-версію з крамниці Steam" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "Використовувати версію з крамниці Desura" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "Використовувати демо-версію з крамниці Desura" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "Використовувати версію з крамниці Origin" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "Використовувати демо-версію з крамниці Origin" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "Використовувати встановлювач з мого комп’ютера" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "Використовувати CD-ROM(s)" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "Використовувати DVD-ROM(s)" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "Завантажити програму" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "Будь ласка, виберіть метод встановлення" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "Я не бажаю створювати інший ярлик" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "Перегляд" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "" "Будь ласка, зачекайте поки $APPLICATION_TITLE вивчає Ваше обладнання." #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "Виберіть основну відеокартку для звіту:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "" "Це встановлювач для оновлення або доповнення;\\nБудь ласка, спочатку " "встановіть $TITLE_REQUIRED." #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "Не вдалося знайти версію: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "Завантаження Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "Схоже, завантаження не вдалося." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "Витягування Wine..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "Перезаписати (зазвичай працює, але не гарантовано)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "Стерти (вміст віртуального диска буде знищено)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "Скасувати встановлення" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "Цільовий віртуальний диск $PREFNAME вже існує:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "Операцію скасовано користувачем" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "Будь ласка, зачекайте поки $SOFTNAME встановиться..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "Встановлення закінчено" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "Натисніть далі лише коли процес встановлення буде закінчено" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "Загальні" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "Зробити новий ярлик з цього віртуального диска" #: python/configure.py:202 msgid "Name" msgstr "Ім’я" #: python/configure.py:203 msgid "Wine version" msgstr "Версія Wine" #: python/configure.py:204 msgid "Debug flags" msgstr "Прапорці діагностики" #: python/configure.py:206 msgid "Virtual drive" msgstr "Віртуальний диск" #: python/configure.py:208 msgid "Arguments" msgstr "Параметри" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "Запустити майстер конфігурації" #: python/configure.py:249 msgid "Windows reboot" msgstr "Перезавантаження Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "Відновити віртуальний диск" #: python/configure.py:266 msgid "Command prompt" msgstr "Командний рядок" #: python/configure.py:273 msgid "Task manager" msgstr "Диспетчер завдань" #: python/configure.py:281 msgid "Kill processes" msgstr "Вбити процеси" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Деінсталлятор Wine" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "" "Будьте обережні! Встановлення одного з цих компонентів може пошкодити Ваш " "віртуальний диск." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "Встановлення" #: python/configure.py:398 msgid "Open program's directory" msgstr "Відкрити директорію програми" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "Відкрити директорію віртуального диска" #: python/configure.py:565 msgid "GLSL Support" msgstr "Підтримка GLSL" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Рендер Direct Draw" #: python/configure.py:567 msgid "Video memory size" msgstr "Розмір відеопам’яті" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Режим рендерингу Offscreen" #: python/configure.py:569 msgid "Render target mode lock" msgstr "Надайте цільовий режим блокування" #: python/configure.py:570 msgid "Multisampling" msgstr "Мультисемплінг" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "Суворий порядок відмальовування" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "Відкрити консоль" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "Виконати файл .exe на цьому віртуальному диску" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "Команда, що виконується перед запуском програми" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "Будьте обережні!\n" "Якщо ви зміните " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "Налаштування {0}" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "Будь ласка, виберіть програму або віртуальний диск для налаштування" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "Новий" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "Вилучення" #: python/configure.py:715 msgid "Install components" msgstr "Встановлення компонентів" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "Екран" #: python/configure.py:717 msgid "Miscellaneous" msgstr "Різне" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "Цей віртуальний диск захищено" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "Ви впевнені, що бажаєте вилучити віртуальний диск {0}?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "Ви впевнені, що бажаєте вилучити {0}?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "Налагоджувач {0}" #: python/debug.py:51 msgid "Please select a debug file" msgstr "Будь ласка, виберіть файл налагодження" #: python/debug.py:80 msgid "Locate this logfile" msgstr "Вкажіть розташування лог-файлу" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "Цей файл називається : {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "Віртуальні диски" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "Повідомити про проблему, пов’язану з {0}" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} Майстер" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "Скасувати" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "Далі" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "Ні" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "Так" #: python/guiv3.py:178 msgid "I Agree" msgstr "Я згоден" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "Показати віртуальні диски" #: python/guiv3.py:201 msgid "Login: " msgstr "Логін: " #: python/guiv3.py:202 msgid "Password: " msgstr "Пароль: " #: python/guiv3.py:205 msgid "Register" msgstr "Реєстрація" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "Мб завантажено" #: python/guiv3.py:312 msgid "of" msgstr "з" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "Помилка" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "Ви не зможете закрити це вікно" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "Немає опису" #: python/install.py:214 msgid "Accessories" msgstr "Аксесуари" #: python/install.py:215 msgid "Development" msgstr "Розвиток" #: python/install.py:216 msgid "Education" msgstr "Навчання" #: python/install.py:217 msgid "Games" msgstr "Ігри" #: python/install.py:218 msgid "Graphics" msgstr "Графіка" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "Інтернет" #: python/install.py:220 msgid "Multimedia" msgstr "Мультимедія" #: python/install.py:221 msgid "Office" msgstr "Офіс" #: python/install.py:223 msgid "Patches" msgstr "Латки" #: python/install.py:256 msgid "Include:" msgstr "Включаючи:" #: python/install.py:262 msgid "Testing" msgstr "Тест" #: python/install.py:267 msgid "No-cd needed" msgstr "Потр. патч бездиск. запуску (no-cd)" #: python/install.py:274 msgid "Commercial" msgstr "Комерц." #: python/install.py:308 msgid "Install a non-listed program" msgstr "Встановити програму що відсутня у переліку" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "Увага !" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "Відсутня програма для запуску .{0} файлів." #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} помилка" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "Веб-сайт {0} недоступний. будь ласка, перевірте інтернет-з’єднання." #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "Оновлення {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "Доступна оновлена версія {0}" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "Запуск" #: python/mainwindow.py:247 msgid "Donate" msgstr "Пожертвувати" #: python/mainwindow.py:248 msgid "Exit" msgstr "Вийти" #: python/mainwindow.py:252 msgid "Small icons" msgstr "Маленькі піктограми" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "Середні піктограми" #: python/mainwindow.py:254 msgid "Large icons" msgstr "Великі піктограми" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "Дуже великі піктограми" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "Керування версіями Wine" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "" #: python/mainwindow.py:277 msgid "{0} console" msgstr "Консоль {0}" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "Закрити усі програми {0}" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "Файлові асоціації" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "Менеджер втулок" #: python/mainwindow.py:294 msgid "Supported software" msgstr "Підтримуване програмне забезпечення" #: python/mainwindow.py:295 msgid "News" msgstr "Новини" #: python/mainwindow.py:296 msgid "Documentation" msgstr "Документація" #: python/mainwindow.py:297 msgid "Forums" msgstr "Форуми" #: python/mainwindow.py:298 msgid "Bugs" msgstr "Помилки" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "Про {0}" #: python/mainwindow.py:364 msgid "File" msgstr "Файл" #: python/mainwindow.py:366 msgid "Tools" msgstr "Утиліти" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "Налаштування" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "Втулки" #: python/mainwindow.py:369 msgid "Support" msgstr "Підтримка" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "Закрити" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "Налаштувати" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "Пошук" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "Відкрити у директорії додатку" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "Прочитати керівництво" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "Встановити піктограму" #: python/mainwindow.py:608 msgid "Close this application" msgstr "Завершити цей застосунок" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "Не знайдено керівництво користувача для {0}" #: python/mainwindow.py:759 msgid "Install a program" msgstr "Встановити програму" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "Оновити GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "Інструкції з оновлення" #: python/mainwindow.py:779 msgid "Debug" msgstr "Налагодження" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "Надіслати відгук" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "Створити ярлик" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "Відкрити директорію" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "Вилучити" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "Будь ласка виберіть програму" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} параметри" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} меню встановл." #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} менеджер версій Wine" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "Віртуальный диск, пов’язаний з {0} ({1}), більше не існує." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "Ви впевнені, що бажаєте закрити усі вікна {0}?" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "Запустити Windows програми на " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "Команда PlayOnLinux й PlayOnMac\n" "Під ліцензією GPL версія 3" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "Розробник та вебсайт: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "Розробники сценарію: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "Пакувальник: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "Піктограми:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "У роботі над програмою приймали участь: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "Переклад:" #: python/mainwindow.py:1132 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:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} не може запустити сервер встановлювальних вікон PlayOnLinux." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} не може знайти {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (з {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "Потрібно встановити його, щоб продовжити" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "Потрібно встановити його, щоб використовувати {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "{0} НЕ передбачається запускати з правами адміністратора. Вибачте" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "Ви справді бажаєте встановити пакунок {0}?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "" "Ви намагаєтеся відкрити скриптову конструкцію для {0}! Вона може працювати " "не так, як передбачається..." #: python/options.py:115 msgid "Proxy configuration" msgstr "Конфігурація проксі" #: python/options.py:128 msgid "Set a proxy" msgstr "Використовувати проксі" #: python/options.py:131 msgid "Proxy address" msgstr "Адреса проксі" #: python/options.py:134 msgid "Proxy port" msgstr "Проксі порт" #: python/options.py:137 msgid "Proxy login" msgstr "Логін проксі" #: python/options.py:140 msgid "Proxy password" msgstr "Пароль до проксі" #: python/options.py:187 msgid "Installed plugins" msgstr "Встановлені втулки" #: python/options.py:205 msgid "Add" msgstr "Додати" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "Увімкнути" #: python/options.py:209 msgid "Choose a plugin" msgstr "Вибрати втулку" #: python/options.py:262 msgid "What is the extension?" msgstr "Яке розширення?" #: python/options.py:274 msgid "Assigned program" msgstr "Призначена програма" #: python/options.py:276 msgid "Delete" msgstr "Вилучити" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "Ви впевнені, що бажаєте встановити: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "Ви впевнені, що бажаєте вилучити: " #: python/options.py:333 msgid "Disable" msgstr "Вимкнути" #: python/options.py:374 msgid "Apply" msgstr "Застосувати" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "Вам потрібно перезапустити {0}, щоб зміни було застосовано." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "Встановлені версії Wine: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "Доступні версії Wine: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Версії Wine" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "Ви справді бажаєте вилучити wine {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} не може запустити POL_SetupWindow_server." playonlinux/lang/po/zh_CN.po000066400000000000000000001615201341024004000163310ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2014-01-19 05:18+0000\n" "Last-Translator: qysnn \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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "操作已完成" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "报告一个 bug" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "请给予尽可能多的细节, 否则难以帮助您解决问题" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "该向导将帮助您报告一个正式支持程序的 bug." #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "我使用某软件有问题" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "我的问题是关于 $APPLICATION_TITLE 本身" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "您有什么问题?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "不要加入任何日志文件" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "手动安装" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "自动安装" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "选择您的软件对应的日志文件." #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "请解释清楚你的问题(仅英文):" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "很抱歉, 我们需要详细的说明." #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "虚拟盘创建器" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "你要创建什么样的虚拟盘" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "(如果此列表为空, 请用 Wine 版本管理器安装一个 Wine)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "你想用哪个版本的 Wine?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "请阅读该文件" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE 应用配置" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "请耐心等待 ..." #: 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:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "在新虚拟盘安装程序" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "编辑或更新现有的应用程序" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "您想做什么?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "请输入您应用程序的虚拟盘的名称.\\n此名称不应包含空格." #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "请选择一个程序" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "使用另一版本的 Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "配置 Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "安装库" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "如您不甚清楚, 请勿选" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "安装前你希望做什么?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "请选择" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "寻找可执行光盘" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "选择另外的文件" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "选择程序安装方式" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "选择要运行的安装文件" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "您必须选择一个文件" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE 正在安装您的应用程序 ..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "用法: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\t选择一个文件" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\t解压缩包" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\t安装包" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\t显示该信息" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "$APPLICATION_TITLE 包管理器: " #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "选择一个包安装" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "PlayOnLinux 包管理器" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "找不到文件: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " 不是可用的 PlayOnLinux 包!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "该文件: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " 不存在!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "解压: " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "运行 ..." #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "清理 ..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "关闭此虚拟盘中的进程 ..." #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "图标选择" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "请选择一个图标文件" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "错误的文件扩展名" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "不是一个图标扩展名" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "注册表编辑器" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "杀死所有该配置下的进程" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "更新 wine 配置" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "模拟重启 Windows" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "使用高级 Wine 配置插件" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "使用 PlayOnLinux 的配置器配置" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "变更图标" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "使用 WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "请选择要运行的软件" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE 调试开始 ..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE 崩溃." #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE 正在分析你的应用" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "你想 $APPLICATION_TITLE 自动为您安装?" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "我们检测到您要安装的程序是:" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "程序名称?" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "安装完成." #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "先不要安装 XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "我已经手动下载此文件" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "请为我下载 XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "下载 XQuartz..." #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "位置" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "安装 XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz 已安装" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "请等待虚拟盘创建 ..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "请等待, $APPLICATION_TITLE 正在模拟 Windows 重新启动" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "设定 Program Files var" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "此功能在 PlayOnlinux 环境中被禁用." #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "这里是脚本的源代码. 请仔细检查" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "外部库" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "创建快捷方式 ..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "你确定删除下列虚拟盘:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, 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/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "检查插件: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "新建: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "更新插件. 当前版本: " #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "安装插件: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "二进制文件未找到: $BINARY\\n是否已安装程序到默认位置?" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "空间不足:\\n$URL ($neededSpace KB)" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "请等待下载 $APPLICATION_TITLE :" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "下载时出错了." #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "您需要重试吗?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "错误! 文件不匹配\\n\\n本地: $LOCAL_MD5\\n服务器: $SERVER_MD5" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "7z没有被安装, 请检查是否已安装7zip, 然后再试一次" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "从 ${archive} 定位 ${dest} 失败" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "从 ${archivename} 提取 ${filename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "提取出的文件大小不匹配!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "复制 ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "文件大小不匹配" #: lib/scripts.lib:955 #, 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:970 #, 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:1001 #, sh-format msgid "$AUTHOR profile" msgstr "$AUTHOR 简介" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " 在你的计算机上." #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " 将被安装于: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "点击下一步以开始" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "安装程序来源于: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "该程序作者为: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "该向导将帮助您安装 " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "欢迎使用 $APPLICATION_TITLE 安装向导" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "你的 CD-ROM 挂载到了哪里?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "其他" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "刷新" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "读取设备" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "错误: 找不到 CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "请等待, $APPLICATION_TITLE 正在复制文件:" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "扫描虚拟盘 ..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "显卡容量不足" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "你的显卡容量不足!\\n这将阻止游戏运行" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "使用 Steam 商店版" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "使用 Steam 商店 demo 版" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "使用 Desura 商店版" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "使用 Desura 商店 demo 版" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "使用 Origin 商店版" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "使用 Origin 商店 demo 版" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "实用本地计算机中的安装文件" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "使用 CD-ROM" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "使用 DVD-ROM" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "下载程序" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "请选择安装方法" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "我不需要其他快捷方式了" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "浏览" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "$APPLICATION_TITLE 正在扫描您的硬件, 请稍候" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "选择要报告的主显卡:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "此为补丁或升级安装程序;\\n请先安装 $TITLE_REQUIRED" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "不能找到下列版本: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "下载 Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "下载似乎失败了." #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "解压缩 Wine ..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "覆盖(通常奏效, 但不保证)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "擦除(虚拟盘内容会消失)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "取消安装" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "目标虚拟盘 $PREFNAME 已存在:" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "用户中止" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "请等待 $SOFTNAME 安装完成..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "安装已完成" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "仅当安装过程完成后按下一步" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "概况" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "自该虚拟盘创建快捷方式" #: python/configure.py:202 msgid "Name" msgstr "名称" #: python/configure.py:203 msgid "Wine version" msgstr "Wine 版本" #: python/configure.py:204 msgid "Debug flags" msgstr "调试标志" #: python/configure.py:206 msgid "Virtual drive" msgstr "虚拟盘" #: python/configure.py:208 msgid "Arguments" msgstr "参数" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "运行配置向导" #: python/configure.py:249 msgid "Windows reboot" msgstr "重启 Windows" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "修复虚拟盘" #: python/configure.py:266 msgid "Command prompt" msgstr "命令提示符" #: python/configure.py:273 msgid "Task manager" msgstr "任务管理器" #: python/configure.py:281 msgid "Kill processes" msgstr "终止进程" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "卸载 Wine" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "小心! 下列内容的安装可能会破坏虚拟盘." #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "安装" #: python/configure.py:398 msgid "Open program's directory" msgstr "打开程序目录" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "打开虚拟盘目录" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL 支持" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "Direct Draw 渲染器" #: python/configure.py:567 msgid "Video memory size" msgstr "显存大小" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "Offscreen 渲染模式" #: python/configure.py:569 msgid "Render target mode lock" msgstr "渲染目标模式锁定" #: python/configure.py:570 msgid "Multisampling" msgstr "多重缓冲" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "严格次序回执" #: python/configure.py:581 msgid "Mouse warp override" msgstr "鼠标经向覆盖" #: python/configure.py:583 msgid "Open a shell" msgstr "打开一个 Shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "在此虚拟盘中运行可执行文件" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "在运行程序之前执行的命令" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "小心修改! " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} 配置" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "选定一个程序或虚拟盘以配置" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "新建" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "移除" #: python/configure.py:715 msgid "Install components" msgstr "安装内容" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "显示" #: python/configure.py:717 msgid "Miscellaneous" msgstr "杂项" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "该虚拟盘被保护" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "你确定删除虚拟盘 {0} ?" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "你确定删除 {0} ?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} 调试" #: python/debug.py:51 msgid "Please select a debug file" msgstr "请选择一个调试文件" #: python/debug.py:80 msgid "Locate this logfile" msgstr "定位日志文件" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "文件命名为: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "虚拟盘" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "报告关于 {0} 的问题" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} 向导" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "取消" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "下一步" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "否" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "是" #: python/guiv3.py:178 msgid "I Agree" msgstr "我同意" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "显示虚拟盘" #: python/guiv3.py:201 msgid "Login: " msgstr "登录: " #: python/guiv3.py:202 msgid "Password: " msgstr "密码: " #: python/guiv3.py:205 msgid "Register" msgstr "注册" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "MB 已下载" #: python/guiv3.py:312 msgid "of" msgstr "于" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "错误" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "你不能关闭此窗体" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "无描述" #: python/install.py:214 msgid "Accessories" msgstr "附件" #: python/install.py:215 msgid "Development" msgstr "开发" #: python/install.py:216 msgid "Education" msgstr "教育" #: python/install.py:217 msgid "Games" msgstr "游戏" #: python/install.py:218 msgid "Graphics" msgstr "图形" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "网络" #: python/install.py:220 msgid "Multimedia" msgstr "多媒体" #: python/install.py:221 msgid "Office" msgstr "办公" #: python/install.py:223 msgid "Patches" msgstr "补丁" #: python/install.py:256 msgid "Include:" msgstr "包括:" #: python/install.py:262 msgid "Testing" msgstr "测试中" #: python/install.py:267 msgid "No-cd needed" msgstr "不需要光盘" #: python/install.py:274 msgid "Commercial" msgstr "商业软件" #: python/install.py:308 msgid "Install a non-listed program" msgstr "安装未在列表中的程序" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "没有程序可以运行 .{0} 文件." #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} 错误" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} 网站不可用. 请检查网络连接" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "更新 {0}" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "版本 {0} 更新可用" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "运行" #: python/mainwindow.py:247 msgid "Donate" msgstr "捐助" #: python/mainwindow.py:248 msgid "Exit" msgstr "退出" #: python/mainwindow.py:252 msgid "Small icons" msgstr "小图标" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "中等图标" #: python/mainwindow.py:254 msgid "Large icons" msgstr "大图标" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "特大图标" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "管理 Wine 版本" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "读取光盘" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} 控制台" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "关闭全部 {0} 软件" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "文件关联" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "插件管理器" #: python/mainwindow.py:294 msgid "Supported software" msgstr "" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "" #: python/mainwindow.py:297 msgid "Forums" msgstr "" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "" #: python/mainwindow.py:301 msgid "Google+" msgstr "" #: python/mainwindow.py:302 msgid "Facebook" msgstr "" #: python/mainwindow.py:306 msgid "About {0}" msgstr "关于 {0}" #: python/mainwindow.py:364 msgid "File" msgstr "文件" #: python/mainwindow.py:366 msgid "Tools" msgstr "工具" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "设置" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "插件" #: python/mainwindow.py:369 msgid "Support" msgstr "" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "关闭" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "配置" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "搜寻" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "打开应用程序目录" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "阅读说明" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "设置图标" #: python/mainwindow.py:608 msgid "Close this application" msgstr "关闭应用" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "未找到 {0} 的说明文件" #: python/mainwindow.py:759 msgid "Install a program" msgstr "安装一个程序" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "更新 GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "更新说明" #: python/mainwindow.py:779 msgid "Debug" msgstr "排除故障" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "创建一个快捷方式" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "打开目录" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "卸载" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "请选择一个程序" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} 设置" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} 安装菜单" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} wine 版本管理器" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "与 {0} ({1}) 关联的虚拟盘不存在." #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "运行 Windows 程序于 " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" "PlayOnLinux 与 PlayOnMac 小组\n" "遵循 GPL 分发协议版本 3" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "开发者与网址: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "脚本作者: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "包装者: " #: python/mainwindow.py:1129 msgid "Icons:" msgstr "图标:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "感谢以下人员对本程序做出的贡献: " #: python/mainwindow.py:1131 msgid "Translations:" msgstr "翻译:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "阅读翻译文件" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} 不能启动 PlayOnLinux Setup Window 服务器." #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} 找不到 {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (来着 {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "你需要安装...以继续" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "你需要安装 ... 以使用 {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "对不起, {0} 不能以管理员身份运行." #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "你确定安装 {0} 包?" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "你正试图运行一个为 {0} 设计的脚本! 可能它无法正常运行" #: python/options.py:115 msgid "Proxy configuration" msgstr "代理配置" #: python/options.py:128 msgid "Set a proxy" msgstr "设置一个代理" #: python/options.py:131 msgid "Proxy address" msgstr "代理地址" #: python/options.py:134 msgid "Proxy port" msgstr "代理端口" #: python/options.py:137 msgid "Proxy login" msgstr "代理用户名" #: python/options.py:140 msgid "Proxy password" msgstr "代理密码" #: python/options.py:187 msgid "Installed plugins" msgstr "安装插件" #: python/options.py:205 msgid "Add" msgstr "增加" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "启用" #: python/options.py:209 msgid "Choose a plugin" msgstr "选择一个插件" #: python/options.py:262 msgid "What is the extension?" msgstr "扩展名是什么?" #: python/options.py:274 msgid "Assigned program" msgstr "已分配的程序" #: python/options.py:276 msgid "Delete" msgstr "删除" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "你确定要安装: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "你确定要删除: " #: python/options.py:333 msgid "Disable" msgstr "禁用" #: python/options.py:374 msgid "Apply" msgstr "应用" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "你必须重启 {0} 以使变更生效." #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "已安装的 Wine 版本: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "可用的 Wine 版本: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine 版本" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "你确定要删除 {0}?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} 不能启用 POL_SetupWindow_server." playonlinux/lang/po/zh_TW.po000066400000000000000000001546451341024004000163750ustar00rootroot00000000000000# 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: 2015-08-31 19:00+0200\n" "PO-Revision-Date: 2015-05-03 06:00+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: 2015-09-01 05:12+0000\n" "X-Generator: Launchpad (build 17690)\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 "執行完畢" #: bash/bug_report:32 #, sh-format msgid "Report a bug" msgstr "回報錯誤" #: bash/bug_report:37 #, sh-format msgid "" "Please give the more details as you can, otherwise, it will be very " "difficult to help you" msgstr "" #: bash/bug_report:37 #, sh-format msgid "" "This wizard will help you to report a bug about an officially supported " "program." msgstr "這個精靈將幫助你回報被官方支援的程式的錯誤。" #: bash/bug_report:41 #, 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:47 #, sh-format msgid "I have a problem with a software" msgstr "我有一個和軟體相關的問題" #: bash/bug_report:47 #, sh-format msgid "My problem concerns $APPLICATION_TITLE itself" msgstr "我的問是涉及到 $APPLICATION_TITLE 本身" #: bash/bug_report:47 #, sh-format msgid "What kind of problem do you have?" msgstr "你遇到哪個類型的問題?" #: bash/bug_report:51 #, sh-format msgid "Don't join any log file" msgstr "不附加任何日誌檔" #: bash/bug_report:54 bash/manual_install:27 bash/manual_install:100 #: bash/manual_install:106 bash/manual_install:191 #, sh-format msgid "Manual installation" msgstr "手動安裝" #: bash/bug_report:55 bash/run_exe:24 #, sh-format msgid "Automatic installation" msgstr "自動安裝" #: bash/bug_report:66 #, sh-format msgid "Choose the log file corresponding to your software." msgstr "請選擇和你的軟體相對應的日誌檔" #: bash/bug_report:73 #, sh-format msgid "Please explain your problem clearly (english only):" msgstr "請用英文清楚地描述你的問題:" #: bash/bug_report:77 #, sh-format msgid "Sorry, we need a detailed description." msgstr "抱歉,我們需要詳細的描述。" #: bash/bug_report:101 #, sh-format msgid "Thank you !\\n\\nYour report has been sent." msgstr "" #: bash/create_prefix:26 #, sh-format msgid "Virtual drive creator" msgstr "虛擬磁碟制作器" #: bash/create_prefix:29 #, 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:31 bash/manual_install:169 #, sh-format msgid "What kind of virtual drive do you want to create" msgstr "你要製作什麼類型的虛擬磁碟" #: bash/create_prefix:55 #, sh-format msgid "" "(If this list is empty, please install a wine version with wine version " "manager)" msgstr "(如果這個清單是空的,請使用 Wine 版本管理員來安裝一個 Wine 版本)" #: bash/create_prefix:55 bash/manual_install:156 #, sh-format msgid "Which version of Wine would you like to use?" msgstr "你想要使用哪個版本的 Wine?" #: bash/create_prefix:63 #, 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:276 #, 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/install:27 bash/install:29 python/install.py:458 python/install.py:460 #: python/install.py:580 #, sh-format msgid "Please read this" msgstr "請閱讀" #: 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:29 bash/polconfigurator:23 bash/winebash:27 #, sh-format msgid "$APPLICATION_TITLE Application Configurator" msgstr "$APPLICATION_TITLE 應用程式設定" #: bash/installpolpackages:29 bash/killall:29 bash/read_pc_cd:39 #: bash/read_pc_cd:73 bash/read_pc_cd:103 bash/winebash:27 lib/scripts.lib:675 #: lib/scripts.lib:683 lib/scripts.lib:691 lib/scripts.lib:699 #: lib/scripts.lib:707 lib/setupwindow.lib:439 lib/wine.lib:1015 #: lib/wine.lib:1034 lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait..." msgstr "請稍候…" #: 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 "" #: bash/manual_install:100 #, sh-format msgid "" "Welcome to $APPLICATION_TITLE manual installation wizard.\\n\\nThis script " "will allow you to install any program on $APPLICATION_TITLE and use it with " "all the tools\\n\\nWarning: We are unable to guarantee that your application " "will work perfectly." msgstr "" #: bash/manual_install:102 #, sh-format msgid "Install a program in a new virtual drive" msgstr "在新的虛擬磁碟中安裝程式" #: bash/manual_install:103 #, sh-format msgid "Edit or update an existing application" msgstr "編輯或更新現有的應用程式" #: bash/manual_install:106 #, sh-format msgid "What would you like to do?" msgstr "你想做什麼?" #: bash/manual_install:117 #, sh-format msgid "" "Please type a name for your application's virtual drive.\\nThis name " "shouldn't contain spaces." msgstr "請輸入應用程式虛擬磁碟的名稱。\\n此名稱不能包含空格。" #: bash/manual_install:126 #, sh-format msgid "Please choose a program" msgstr "請選擇一個程式" #: bash/manual_install:138 #, sh-format msgid "Use another version of Wine" msgstr "使用另一個版本的 Wine" #: bash/manual_install:139 bash/manual_install:191 bash/polconfigurator:105 #: python/configure.py:232 python/mainwindow.py:584 #, sh-format msgid "Configure Wine" msgstr "配置 Wine" #: bash/manual_install:140 #, sh-format msgid "Install some libraries" msgstr "安裝函式庫" #: bash/manual_install:143 #, sh-format msgid "If you don't know, unselect all" msgstr "如果你不知道的話,全部都不要選取" #: bash/manual_install:143 #, sh-format msgid "What would you like to do before installation?" msgstr "在安裝之前你想要先做什麼?" #: bash/manual_install:203 lib/scripts.lib:469 #, sh-format msgid "Please make your choice" msgstr "請選擇" #: bash/manual_install:230 #, sh-format msgid "Looking for runnable CD-ROMs" msgstr "尋找可執行的 CD-ROM 中" #: bash/manual_install:253 #, sh-format msgid "Select another file" msgstr "選擇另一個檔案" #: bash/manual_install:261 #, sh-format msgid "Please choose a way to install your program" msgstr "請選擇一個方法來安裝你的程式" #: bash/manual_install:270 #, sh-format msgid "Please select the install file to run." msgstr "請選擇要執行的安裝檔。" #: bash/manual_install:282 #, sh-format msgid "You must choose a file!" msgstr "你必須選擇一個檔案!" #: bash/manual_install:288 #, sh-format msgid "$APPLICATION_TITLE is installing your application..." msgstr "$APPLICATION_TITLE 正在安裝你的應用程式..." #: bash/playonlinux-pkg:27 #, sh-format msgid "Usage: " msgstr "用法: " #: bash/playonlinux-pkg:29 #, sh-format msgid "\tChoose a file" msgstr "\t選擇一個檔案" #: bash/playonlinux-pkg:31 #, sh-format msgid "\tExtract the package" msgstr "\t解壓縮套件" #: bash/playonlinux-pkg:33 #, sh-format msgid "\tInstall the package" msgstr "\t安裝套件" #: bash/playonlinux-pkg:35 #, sh-format msgid "\tShow this message" msgstr "\t顯示這個訊息" #: bash/playonlinux-pkg:38 #, sh-format msgid "$APPLICATION_TITLE package manager: " msgstr "" #: bash/playonlinux-pkg:55 #, sh-format msgid "Choose a package to install" msgstr "選擇要安裝的套件" #: bash/playonlinux-pkg:55 #, sh-format msgid "PlayOnLinux package manager" msgstr "套件管理員" #: bash/playonlinux-pkg:69 #, sh-format msgid "Unable to find the file: " msgstr "無法找到檔案: " #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:96 bash/playonlinux-pkg:107 #: bash/playonlinux-pkg:112 #, sh-format msgid " isn't a valid PlayOnLinux package!" msgstr " 不是一個有效的 PlayOnLinux 套件!" #: bash/playonlinux-pkg:75 bash/playonlinux-pkg:90 bash/playonlinux-pkg:96 #: bash/playonlinux-pkg:107 bash/playonlinux-pkg:112 #, sh-format msgid "This file: " msgstr "這個檔案: " #: bash/playonlinux-pkg:90 #, sh-format msgid " does not exist!" msgstr " 不存在!" #: bash/playonlinux-pkg:103 #, sh-format msgid "Extracting: " msgstr "解壓縮 " #: bash/playonlinux-pkg:115 #, sh-format msgid "Running..." msgstr "執行中…" #: bash/playonlinux-pkg:119 #, sh-format msgid "Cleaning..." msgstr "清除中..." #: bash/polconfigurator:35 #, sh-format msgid "Killing programs in the virtual drive..." msgstr "" #: bash/polconfigurator:86 #, sh-format msgid "Icon selection" msgstr "圖示選擇" #: bash/polconfigurator:86 #, sh-format msgid "Please select an icon file" msgstr "請選擇一個圖示檔" #: bash/polconfigurator:93 #, sh-format msgid "Bad file extension" msgstr "無效的副檔名" #: bash/polconfigurator:93 #, sh-format msgid "is not an icon extension" msgstr "不是圖示的副檔名" #: bash/polconfigurator:106 python/configure.py:240 python/mainwindow.py:588 #, sh-format msgid "Registry Editor" msgstr "註冊表編緝器" #: bash/polconfigurator:107 #, sh-format msgid "Kill all prefix processes" msgstr "" #: bash/polconfigurator:108 #, sh-format msgid "Update wineprefix" msgstr "" #: bash/polconfigurator:109 #, sh-format msgid "Simulate Windows reboot" msgstr "模擬 Windows 重開機" #: bash/polconfigurator:110 #, sh-format msgid "Use Advanced Wine Configuration plugin" msgstr "" #: bash/polconfigurator:111 #, sh-format msgid "Use PlayOnLinux's configurator for" msgstr "" #: bash/polconfigurator:113 #, sh-format msgid "Change the icon" msgstr "更改圖示" #: bash/polconfigurator:114 #, sh-format msgid "Use WineTricks" msgstr "使用 WineTricks" #: bash/polconfigurator:134 #, 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:85 #, sh-format msgid "Please choose a software to run" msgstr "請選擇要運行的軟體" #: bash/run_app:115 #, sh-format msgid "$APPLICATION_TITLE debugger is starting..." msgstr "$APPLICATION_TITLE 除錯器正在啟動..." #: bash/run_app:118 #, sh-format msgid "" "$PACKAGE crashed.\\nSelect its shortcut and click on \"Debug\" in the side " "panel to get more details." msgstr "" #: bash/run_app:120 #, sh-format msgid "$PACKAGE crashed." msgstr "$PACKAGE 當機。" #: bash/run_exe:33 #, sh-format msgid "Waiting XQuartz to be installed" msgstr "" #: bash/run_exe:70 #, sh-format msgid "$APPLICATION_TITLE is analysing your application" msgstr "$APPLICATION_TITLE 正在分析你的應用程式" #: bash/run_exe:81 #, sh-format msgid "Do you want $APPLICATION_TITLE to install it automatically for you?" msgstr "你想要讓 $APPLICATION_TITLE 自動幫你安裝嗎?" #: bash/run_exe:81 #, sh-format msgid "We have detected that the program you want to install is :" msgstr "我們偵測到你想要安裝的程式是:" #: bash/run_exe:97 #, 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:98 #, sh-format msgid "What is the name of you program?" msgstr "" #: bash/run_exe:111 #, sh-format msgid "Installation finished." msgstr "安裝完成。" #: bash/startup_after_server:38 #, sh-format msgid "PlayOnMac needs to install XQuartz to work properly." msgstr "" #: bash/startup_after_server:39 #, sh-format msgid "PlayOnMac will help you to simplify this step" msgstr "" #: bash/startup_after_server:42 #, sh-format msgid "Don't install XQuartz for the moment" msgstr "現在不要安裝 XQuartz" #: bash/startup_after_server:42 #, sh-format msgid "I've downloaded the file by myself" msgstr "我已經手動下載這個檔案" #: bash/startup_after_server:42 #, sh-format msgid "Please download XQuartz for me" msgstr "請 為我下載XQuartz" #: bash/startup_after_server:47 #, sh-format msgid "Downloading XQuartz" msgstr "正在下載 XQuartz..." #: bash/startup_after_server:52 #, sh-format msgid "Where is" msgstr "" #: bash/startup_after_server:59 #, sh-format msgid "Installing XQuartz..." msgstr "正在安裝 XQuartz..." #: bash/startup_after_server:68 #, sh-format msgid "XQuartz has been installed." msgstr "XQuartz 已經安裝。" #: bash/startup_after_server:76 #, sh-format msgid "Unable to install XQuartz! You must install it to use wine properly." msgstr "" #: bash/uninstall:31 bash/uninstall:65 bash/uninstall:68 bash/uninstall:75 #: lib/wine.lib:867 #, 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/wine.lib:867 #, 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:128 #, 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:142 #, 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:155 #, 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:934 lib/wine.lib:973 #, sh-format msgid "Please wait while the virtual drive is being created..." msgstr "請等待虛擬硬碟建立 ..." #: lib/deprecated.lib:431 #, sh-format msgid "Please wait while $APPLICATION_TITLE is simulating a Windows reboot" msgstr "$APPLICATION_TITLE 正在模擬 Windows 重開機,請稍候" #: lib/deprecated.lib:563 #, sh-format msgid "Setting Program Files var" msgstr "" #: lib/playonlinux.lib:255 lib/playonlinux.lib:261 lib/playonlinux.lib:267 #: lib/playonlinux.lib:273 lib/playonlinux.lib:279 lib/playonlinux.lib:285 #, sh-format msgid "This function is disabled in the PlayOnlinux environment." msgstr "" #: lib/playonlinux.lib:348 #, 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:349 lib/playonlinux.lib:372 #, sh-format msgid "Here the source code of the script. Check it carefully" msgstr "這是腳本的原始碼。請仔細檢查" #: lib/playonlinux.lib:371 #, 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:372 #, sh-format msgid "External library" msgstr "外部庫" #: lib/playonlinux.lib:645 #, sh-format msgid "Making shortcut..." msgstr "正在製作捷徑..." #: lib/playonlinux.lib:771 #, sh-format msgid "Do you want to delete the virtual drive:" msgstr "你要刪除這個虛擬磁碟嗎:" #: lib/playonlinux.lib:881 #, 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:882 #, 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:883 #, 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:884 #, sh-format msgid "" "The following file is located on a noexec mounted filesystem.\\nIt might " "prevent wine from working\\n\\n$FilePath" msgstr "" #: lib/playonlinux.lib:913 #, sh-format msgid "" "Your Linux kernel may not be configured to run Win16 programs under Wine\\" "nSee $EXPLANATION_URL" msgstr "" #: lib/playonlinux.lib:916 #, sh-format msgid "" "Your kernel may be incompatible with running Win16 programs under Wine\\nSee " "$EXPLANATION_URL" msgstr "" #: lib/plugins.lib:63 #, sh-format msgid "Checking plugin: " msgstr "正在檢查外掛: " #: lib/plugins.lib:85 #, sh-format msgid "New: " msgstr "新增: " #: lib/plugins.lib:85 #, sh-format msgid "Updating plugin. Previous: " msgstr "" #: lib/plugins.lib:99 #, sh-format msgid "Installing plugin: " msgstr "正在安裝外掛: " #: lib/scripts.lib:356 #, sh-format msgid "" "Binary not found: $BINARY\\nHave you installed the program to the default " "location?" msgstr "" #: lib/scripts.lib:428 #, sh-format msgid "Function override detected, disabling bug reporting" msgstr "" #: lib/scripts.lib:527 lib/scripts.lib:590 #, sh-format msgid "No enough space to download:\\n$URL ($neededSpace KB)" msgstr "" #: lib/scripts.lib:529 lib/scripts.lib:822 #, sh-format msgid "Please wait while $APPLICATION_TITLE is downloading:" msgstr "" #: lib/scripts.lib:531 lib/scripts.lib:596 #, sh-format msgid "An error happened during download." msgstr "下載時發生錯誤。" #: lib/scripts.lib:531 lib/scripts.lib:549 lib/scripts.lib:596 #: lib/scripts.lib:612 #, sh-format msgid "Do you want to retry?" msgstr "您想要重試嗎?" #: lib/scripts.lib:549 lib/scripts.lib:612 #, sh-format msgid "Error ! Files mismatch\\n\\nLocal : $LOCAL_MD5\\nServer : $SERVER_MD5" msgstr "" #: lib/scripts.lib:672 lib/scripts.lib:680 lib/scripts.lib:688 #: lib/scripts.lib:696 lib/scripts.lib:704 #, sh-format msgid "Please wait while $APPLICATION_TITLE is handling archive..." msgstr "" #: lib/scripts.lib:727 #, sh-format msgid "" "7z not installed, please check that you have 7zip installed and try again" msgstr "沒有安裝 7z,請確認你已經安裝 7zip 並再試一次" #: lib/scripts.lib:734 #, sh-format msgid "Failed to locate ${dest} from ${archive}" msgstr "" #: lib/scripts.lib:738 #, sh-format msgid "Extracting ${filename} from ${archivename}" msgstr "從 ${archivename} 解壓縮 ${filename}" #: lib/scripts.lib:753 #, sh-format msgid "Extracted file size does not match!" msgstr "解壓縮出的檔案大小不匹配!" #: lib/scripts.lib:784 #, sh-format msgid "Copying ${filename}" msgstr "複製 ${filename}" #: lib/scripts.lib:797 #, sh-format msgid "File size does not match!" msgstr "文件大小不匹配" #: lib/scripts.lib:955 #, 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:970 #, sh-format msgid "" "Warning: You are running $APPLICATION_TITLE $VERSION.\\n$APPLICATION_TITLE " "$NEEDED is recommended to continue." msgstr "" #: lib/scripts.lib:1001 #, sh-format msgid "$AUTHOR profile" msgstr "" #: lib/setupwindow.lib:95 #, sh-format msgid " on your computer." msgstr " 在你的電腦。" #: lib/setupwindow.lib:95 #, sh-format msgid " will be installed in: " msgstr " 將被安裝在: " #: lib/setupwindow.lib:95 #, sh-format msgid "Click Next to start" msgstr "點擊下一步以開始" #: lib/setupwindow.lib:95 #, sh-format msgid "This installation program is provided by: " msgstr "這個安裝程式的提供者是: " #: lib/setupwindow.lib:95 #, sh-format msgid "This program was created by: " msgstr "該程式作者為: " #: lib/setupwindow.lib:95 #, sh-format msgid "This wizard will help you install " msgstr "這個精靈將幫助你安裝 " #: lib/setupwindow.lib:95 #, sh-format msgid "Welcome to $APPLICATION_TITLE Installation Wizard." msgstr "歡迎使用 $APPLICATION_TITLE 安裝精靈。" #: lib/setupwindow.lib:328 #, sh-format msgid "Where is mounted your CD-ROM?" msgstr "你的 CD-ROM 掛載到了哪裡?" #: lib/setupwindow.lib:329 python/install.py:222 #, sh-format msgid "Other" msgstr "其他" #: lib/setupwindow.lib:330 python/install.py:290 python/install.py:294 #, sh-format msgid "Refresh" msgstr "重新整理" #: lib/setupwindow.lib:388 #, sh-format msgid "Reading your device" msgstr "正在讀取你的裝置" #: lib/setupwindow.lib:403 #, sh-format msgid "Error: Unable to find the CD-ROM!" msgstr "錯誤:找不到 CD-ROM!" #: lib/setupwindow.lib:417 #, 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:469 #, 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:483 #, sh-format msgid "Please wait while $APPLICATION_TITLE is copying files:" msgstr "" #: lib/setupwindow.lib:568 lib/setupwindow.lib:719 #, sh-format msgid "Scanning the virtual drive ..." msgstr "正在掃描虛擬磁碟..." #: lib/setupwindow.lib:582 #, sh-format msgid "How much memory (in MB) does your graphics board have?" msgstr "" #: lib/setupwindow.lib:591 #, sh-format msgid "Video card does not have enough memory" msgstr "顯示卡記憶體不足" #: lib/setupwindow.lib:592 #, sh-format msgid "" "Your video card does not have enough memory!\\nIt might prevent the game " "from working" msgstr "顯示卡記憶體不足!\\n它可能會導致遊戲無法運作" #: lib/setupwindow.lib:607 #, sh-format msgid "Use Steam Store version" msgstr "" #: lib/setupwindow.lib:608 #, sh-format msgid "Use Steam Store demo version" msgstr "" #: lib/setupwindow.lib:609 #, sh-format msgid "Use Desura Store version" msgstr "" #: lib/setupwindow.lib:610 #, sh-format msgid "Use Desura Store demo version" msgstr "" #: lib/setupwindow.lib:611 #, sh-format msgid "Use Origin Store version" msgstr "" #: lib/setupwindow.lib:612 #, sh-format msgid "Use Origin Store demo version" msgstr "" #: lib/setupwindow.lib:614 #, sh-format msgid "Use a setup file in my computer" msgstr "使用電腦中的安裝檔" #: lib/setupwindow.lib:615 #, sh-format msgid "Use CD-ROM(s)" msgstr "使用 CD-ROM" #: lib/setupwindow.lib:616 #, sh-format msgid "Use DVD-ROM(s)" msgstr "使用 DVD-ROM" #: lib/setupwindow.lib:617 #, sh-format msgid "Download the program" msgstr "下載程式" #: lib/setupwindow.lib:682 #, sh-format msgid "Please choose an installation method" msgstr "請選擇一個安裝方法" #: lib/setupwindow.lib:712 #, sh-format msgid "I don't want to make another shortcut" msgstr "我不要再建立其他捷徑" #: lib/setupwindow.lib:713 python/guiv3.py:170 #, sh-format msgid "Browse" msgstr "瀏覽" #: lib/setupwindow.lib:763 #, sh-format msgid "A shortcut by that name already exists, overwrite?" 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:389 #, sh-format msgid "Please wait while $APPLICATION_TITLE is scanning your hardware" msgstr "$APPLICATION_TITLE 正在掃描您的硬體,請稍候" #: lib/wine.lib:395 #, sh-format msgid "Select the main videocard to report:" msgstr "選擇要報告的主要顯示卡:" #: lib/wine.lib:541 #, sh-format msgid "" "Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives" msgstr "" #: lib/wine.lib:579 #, 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:624 #, sh-format msgid "" "This is an installer for an update or an addon;\\nPlease install " "$TITLE_REQUIRED first" msgstr "此為一個更新或是插件的安裝檔;\\n請先行安裝 $TITLE_REQUIRED" #: lib/wine.lib:683 #, sh-format msgid "Unable to find version: " msgstr "不能找到下列版本: " #: lib/wine.lib:689 lib/wine.lib:690 #, sh-format msgid "Downloading Wine: " msgstr "下載 Wine: " #: lib/wine.lib:699 #, sh-format msgid "The download seems to have failed." msgstr "下載似乎失敗了。" #: lib/wine.lib:701 #, sh-format msgid "Extracting Wine..." msgstr "解壓縮 Wine 中..." #: lib/wine.lib:897 #, sh-format msgid "Overwrite (usually works, no guarantee)" msgstr "覆蓋(通常奏效, 但不保證)" #: lib/wine.lib:898 #, sh-format msgid "Erase (virtual drive content will be lost)" msgstr "刪除(虛擬硬碟的內容將會遺失)" #: lib/wine.lib:899 #, sh-format msgid "Abort installation" msgstr "中止安裝" #: lib/wine.lib:912 #, sh-format msgid "The target virtual drive $PREFNAME already exists:" msgstr "" #: lib/wine.lib:928 #, sh-format msgid "User abort" msgstr "使用者中止" #: lib/wine.lib:1093 lib/wine.lib:1123 #, sh-format msgid "Please wait while $SOFTNAME is installed..." msgstr "正在安裝 $SOFTNAME ,請稍候..." #: lib/wine.lib:1097 lib/wine.lib:1126 #, 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:1097 lib/wine.lib:1126 #, sh-format msgid "Install is done" msgstr "安裝完成" #: lib/wine.lib:1130 lib/wine.lib:1131 #, sh-format msgid "Press next only when the installation process is finished" msgstr "只有在安裝程式完成時才按\"下一步\"" #: lib/wine.lib:1139 #, 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:198 python/configure.py:713 msgid "General" msgstr "一般" #: python/configure.py:201 msgid "Make a new shortcut from this virtual drive" msgstr "從這個虛擬磁碟建立新的捷徑" #: python/configure.py:202 msgid "Name" msgstr "名稱" #: python/configure.py:203 msgid "Wine version" msgstr "Wine 版本" #: python/configure.py:204 msgid "Debug flags" msgstr "" #: python/configure.py:206 msgid "Virtual drive" msgstr "虛擬磁碟" #: python/configure.py:208 msgid "Arguments" msgstr "參數" #: python/configure.py:212 msgid "Run configuration wizard" msgstr "執行配置精靈" #: python/configure.py:249 msgid "Windows reboot" msgstr "Windows 重開機" #: python/configure.py:257 msgid "Repair virtual drive" msgstr "修復虛擬磁碟" #: python/configure.py:266 msgid "Command prompt" msgstr "命令提示字元" #: python/configure.py:273 msgid "Task manager" msgstr "工作管理員" #: python/configure.py:281 msgid "Kill processes" msgstr "刪除程序" #: python/configure.py:288 msgid "Wine uninstaller" msgstr "Wine 解除安裝程式" #: python/configure.py:313 msgid "" "Be careful! Installing one of these components can break your virtual drive." msgstr "小心!安裝這些組件中的一個可能打破你的虛擬硬碟。" #: python/configure.py:335 python/install.py:289 python/install.py:293 #: python/mainwindow.py:244 python/mainwindow.py:384 msgid "Install" msgstr "安裝" #: python/configure.py:398 msgid "Open program's directory" msgstr "開啟程式的資料夾" #: python/configure.py:421 msgid "Open virtual drive's directory" msgstr "開啟虛擬磁碟的資料夾" #: python/configure.py:565 msgid "GLSL Support" msgstr "GLSL 支援" #: python/configure.py:566 msgid "Direct Draw Renderer" msgstr "" #: python/configure.py:567 msgid "Video memory size" msgstr "顯示記憶體大小" #: python/configure.py:568 msgid "Offscreen rendering mode" msgstr "螢幕上不可見區域的描繪模式" #: python/configure.py:569 msgid "Render target mode lock" msgstr "" #: python/configure.py:570 msgid "Multisampling" msgstr "多重採樣" #: python/configure.py:571 msgid "Strict Draw Ordering" msgstr "" #: python/configure.py:581 msgid "Mouse warp override" msgstr "" #: python/configure.py:583 msgid "Open a shell" msgstr "開啟 shell" #: python/configure.py:584 msgid "Run a .exe file in this virtual drive" msgstr "執行在這個虛擬磁碟中的 .exe 檔" #: python/configure.py:585 msgid "Command to exec before running the program" msgstr "執行程式前要執行的命令" #: python/configure.py:595 msgid "" "Warning:\n" "\n" "Any program still running in this virtual drive will be terminated before " "Wine version is changed.\n" "Are you sure you want to continue?" msgstr "" #: python/configure.py:606 msgid "" "Be careful!\n" "If you change " msgstr "" "小心!\n" "如果你更改 " #: python/configure.py:666 python/mainwindow.py:973 python/mainwindow.py:975 msgid "{0} configuration" msgstr "{0} 設定" #: python/configure.py:674 msgid "Please select a program or a virtual drive to configure" msgstr "請先選擇要配置的程式或虛擬磁碟" #: python/configure.py:693 python/configure.py:696 python/options.py:279 msgid "New" msgstr "新增" #: python/configure.py:694 python/configure.py:697 python/mainwindow.py:245 #: python/mainwindow.py:385 python/mainwindow.py:604 python/options.py:206 msgid "Remove" msgstr "移除" #: python/configure.py:715 msgid "Install components" msgstr "安裝套件" #: python/configure.py:716 python/mainwindow.py:365 msgid "Display" msgstr "顯示" #: python/configure.py:717 msgid "Miscellaneous" msgstr "雜項" #: python/configure.py:745 msgid "This virtual drive is protected" msgstr "該虛擬辭碟被保護" #: python/configure.py:747 msgid "Are you sure you want to delete {0} virtual drive ?" msgstr "" #: python/configure.py:754 msgid "Are you sure you want to delete {0} ?" msgstr "你確定你要刪除 {0} 嗎?" #: python/debug.py:40 python/mainwindow.py:282 python/mainwindow.py:948 #: python/mainwindow.py:1038 python/wrapper.py:76 msgid "{0} debugger" msgstr "{0} 除錯器" #: python/debug.py:51 msgid "Please select a debug file" msgstr "" #: python/debug.py:80 msgid "Locate this logfile" msgstr "" #: python/debug.py:105 msgid "The file is named : {0}" msgstr "檔案命名為: {0}" #: python/debug.py:203 python/debug.py:266 msgid "Virtual drives" msgstr "虛擬磁碟" #: python/debug.py:231 msgid "Report a problem about {0}" msgstr "回報關於 {0} 的問題" #: python/debug.py:265 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:117 msgid "{0} Wizard" msgstr "{0} 精靈" #: python/guiv3.py:141 python/guiv3.py:144 python/install.py:288 #: python/install.py:292 python/options.py:375 msgid "Cancel" msgstr "取消" #: python/guiv3.py:142 python/guiv3.py:145 msgid "Next" msgstr "下一步" #: python/guiv3.py:164 python/guiv3.py:167 msgid "No" msgstr "否" #: python/guiv3.py:165 python/guiv3.py:168 msgid "Yes" msgstr "是" #: python/guiv3.py:178 msgid "I Agree" msgstr "我同意" #: python/guiv3.py:179 msgid "Don't remind me anymore" msgstr "不要再次提醒我" #: python/guiv3.py:180 msgid "Show virtual drives" msgstr "顯示虛擬磁碟" #: python/guiv3.py:201 msgid "Login: " msgstr "登入: " #: python/guiv3.py:202 msgid "Password: " msgstr "密碼: " #: python/guiv3.py:205 msgid "Register" msgstr "註冊" #: python/guiv3.py:312 msgid "MB downloaded" msgstr "" #: python/guiv3.py:312 msgid "of" msgstr "" #: python/guiv3.py:809 python/mainwindow.py:1171 python/mainwindow.py:1201 #: python/mainwindow.py:1215 python/mainwindow.py:1224 #: python/mainwindow.py:1236 python/mainwindow.py:1248 python/wrapper.py:135 msgid "Error" msgstr "錯誤" #: python/guiv3.py:809 msgid "You cannot close this window" msgstr "你不能關閉這個視窗" #: python/install.py:115 python/install.py:117 msgid "No description" msgstr "沒有描述" #: python/install.py:214 msgid "Accessories" msgstr "附屬應用程式" #: python/install.py:215 msgid "Development" msgstr "開發" #: python/install.py:216 msgid "Education" msgstr "教育" #: python/install.py:217 msgid "Games" msgstr "遊戲" #: python/install.py:218 msgid "Graphics" msgstr "圖像" #: python/install.py:219 python/mainwindow.py:288 python/options.py:383 msgid "Internet" msgstr "網際網路" #: python/install.py:220 msgid "Multimedia" msgstr "多媒體" #: python/install.py:221 msgid "Office" msgstr "辦公" #: python/install.py:223 msgid "Patches" msgstr "" #: python/install.py:256 msgid "Include:" msgstr "包含:" #: python/install.py:262 msgid "Testing" msgstr "測試中" #: python/install.py:267 msgid "No-cd needed" msgstr "不需光碟" #: python/install.py:274 msgid "Commercial" msgstr "商業" #: python/install.py:308 msgid "Install a non-listed program" msgstr "安裝不在清單中的程式" #: python/install.py:458 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:460 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:577 msgid "Attention!" msgstr "注意!" #: python/install.py:577 msgid "" "By enabling this option, you can install programs that employ digital rights " "management (DRM) copy protection that are not supported by {0} and might " "need to be bypassed.\n" "\n" "This feature should not be construed as implicit or implied condoning of " "piracy and as such, we will not offer any support for issues resulting from " "using this option." msgstr "" #: python/install.py:580 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/lib/playonlinux.py:27 msgid "There is nothing installed to run .{0} files." msgstr "安裝後找不到可以執行的檔案。{0} 個檔案。" #: python/lib/playonlinux.py:454 msgid "{0} error" msgstr "{0} 錯誤" #: python/mainwindow.py:76 msgid "{0} website is unavailable. Please check your connection" msgstr "{0} 網站不可用。請檢查網路連接" #: python/mainwindow.py:78 msgid "Refreshing {0}" msgstr "重新整理 {0} 中" #: python/mainwindow.py:93 python/mainwindow.py:95 msgid "An updated version of {0} is available" msgstr "" #: python/mainwindow.py:243 python/mainwindow.py:380 python/mainwindow.py:775 msgid "Run" msgstr "執行" #: python/mainwindow.py:247 msgid "Donate" msgstr "贊助" #: python/mainwindow.py:248 msgid "Exit" msgstr "結束" #: python/mainwindow.py:252 msgid "Small icons" msgstr "小圖示" #: python/mainwindow.py:253 msgid "Medium icons" msgstr "中圖示" #: python/mainwindow.py:254 msgid "Large icons" msgstr "大圖示" #: python/mainwindow.py:255 msgid "Very large icons" msgstr "超大圖示" #: python/mainwindow.py:267 msgid "Manage Wine versions" msgstr "管理 Wine 版本" #: python/mainwindow.py:272 msgid "Read a PC CD-Rom" msgstr "讀取光碟" #: python/mainwindow.py:277 msgid "{0} console" msgstr "{0} 主控台" #: python/mainwindow.py:279 msgid "Close all {0} software" msgstr "關閉全部的 {0} 軟體" #: python/mainwindow.py:289 python/options.py:387 msgid "File associations" msgstr "檔案關聯" #: python/mainwindow.py:290 python/mainwindow.py:338 msgid "Plugin manager" msgstr "外掛管理員" #: python/mainwindow.py:294 msgid "Supported software" msgstr "支援的軟體" #: python/mainwindow.py:295 msgid "News" msgstr "" #: python/mainwindow.py:296 msgid "Documentation" msgstr "文件" #: python/mainwindow.py:297 msgid "Forums" msgstr "討論區" #: python/mainwindow.py:298 msgid "Bugs" msgstr "" #: python/mainwindow.py:300 msgid "Twitter" msgstr "Twitter" #: python/mainwindow.py:301 msgid "Google+" msgstr "Google+" #: python/mainwindow.py:302 msgid "Facebook" msgstr "Facebook" #: python/mainwindow.py:306 msgid "About {0}" msgstr "關於 {0}" #: python/mainwindow.py:364 msgid "File" msgstr "檔案" #: python/mainwindow.py:366 msgid "Tools" msgstr "工具" #: python/mainwindow.py:367 python/mainwindow.py:761 msgid "Settings" msgstr "設定" #: python/mainwindow.py:368 python/options.py:386 msgid "Plugins" msgstr "外掛" #: python/mainwindow.py:369 msgid "Support" msgstr "支援" #: python/mainwindow.py:381 python/mainwindow.py:777 msgid "Close" msgstr "關閉" #: python/mainwindow.py:387 python/mainwindow.py:788 python/options.py:207 msgid "Configure" msgstr "配置" #: python/mainwindow.py:400 python/mainwindow.py:403 msgid "Search" msgstr "搜尋" #: python/mainwindow.py:592 msgid "Open the application's directory" msgstr "開啟應用程式的資料夾" #: python/mainwindow.py:596 python/mainwindow.py:796 msgid "Read the manual" msgstr "閱讀說明" #: python/mainwindow.py:600 msgid "Set the icon" msgstr "設定圖示" #: python/mainwindow.py:608 msgid "Close this application" msgstr "關閉這個應用程式" #: python/mainwindow.py:626 msgid "No manual found for {0}" msgstr "未找到 {0} 的說明文件" #: python/mainwindow.py:759 msgid "Install a program" msgstr "安裝程式" #: python/mainwindow.py:766 msgid "Update GIT" msgstr "更新 GIT" #: python/mainwindow.py:769 msgid "Update instructions" msgstr "更新說明" #: python/mainwindow.py:779 msgid "Debug" msgstr "除錯" #: python/mainwindow.py:785 msgid "Send a feedback" msgstr "" #: python/mainwindow.py:790 msgid "Create a shortcut" msgstr "建立捷徑" #: python/mainwindow.py:792 msgid "Open the directory" msgstr "開啟目錄" #: python/mainwindow.py:799 msgid "Uninstall" msgstr "移除" #: python/mainwindow.py:921 python/mainwindow.py:992 python/mainwindow.py:999 #: python/mainwindow.py:1044 msgid "Please select a program." msgstr "請選擇一個程式。" #: python/mainwindow.py:929 python/mainwindow.py:931 python/mainwindow.py:933 msgid "{0} settings" msgstr "{0} 設定" #: python/mainwindow.py:1006 msgid "{0} install menu" msgstr "{0} 安裝選單" #: python/mainwindow.py:1015 msgid "{0} wine versions manager" msgstr "{0} Wine 版本管理員" #: python/mainwindow.py:1046 msgid "The virtual drive associated with {0} ({1}) does no longer exists." msgstr "與 {0} ({1}) 關聯的虛擬硬碟不存在。" #: python/mainwindow.py:1102 msgid "Are you sure you want to close all {0} windows?" msgstr "" #: python/mainwindow.py:1124 msgid "Run your Windows programs on " msgstr "運行 Windows 程式於 " #: python/mainwindow.py:1125 msgid "" "PlayOnLinux and PlayOnMac team\n" "Under GPL licence version 3" msgstr "" #: python/mainwindow.py:1126 msgid "Developer and Website: " msgstr "開發人員和網站: " #: python/mainwindow.py:1127 msgid "Scriptors: " msgstr "腳本作者: " #: python/mainwindow.py:1128 msgid "Packager: " msgstr "" #: python/mainwindow.py:1129 msgid "Icons:" msgstr "圖示:" #: python/mainwindow.py:1130 msgid "The following people contributed to this program: " msgstr "" #: python/mainwindow.py:1131 msgid "Translations:" msgstr "翻譯:" #: python/mainwindow.py:1132 msgid "Read TRANSLATORS file" msgstr "" #: python/mainwindow.py:1171 msgid "{0} is not able to start PlayOnLinux Setup Window server." msgstr "{0} 無法啟動 PlayOnLinux Setup Window 伺服器。" #: python/mainwindow.py:1192 msgid "{0} cannot find {1}" msgstr "{0} 找不到 {1}" #: python/mainwindow.py:1194 msgid " (from {2})" msgstr " (從 {2})" #: python/mainwindow.py:1197 msgid "You need to install it to continue" msgstr "你需要安裝它才能繼續" #: python/mainwindow.py:1199 msgid "You should install it to use {0}" msgstr "你需要安裝它才能使用 {0}" #: python/mainwindow.py:1215 msgid "{0} is not supposed to be run as root. Sorry" msgstr "對不起。 {0} 不能以管理員身份執行。" #: python/mainwindow.py:1224 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:1236 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:1248 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:1252 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:1311 msgid "Are you sure you want to want to install {0} package?" msgstr "" #: python/mainwindow.py:1318 python/mainwindow.py:1320 #: python/mainwindow.py:1322 msgid "" "You are trying to open a script design for {0}! It might not work as expected" msgstr "你正試圖運行一個為 {0} 設計的腳本! 它可能無法正常運行" #: python/options.py:115 msgid "Proxy configuration" msgstr "代理伺服器設定" #: python/options.py:128 msgid "Set a proxy" msgstr "設定代理伺服器" #: python/options.py:131 msgid "Proxy address" msgstr "代理伺服器地址" #: python/options.py:134 msgid "Proxy port" msgstr "代理伺服器連接埠" #: python/options.py:137 msgid "Proxy login" msgstr "代理伺服器登入帳號" #: python/options.py:140 msgid "Proxy password" msgstr "代理伺服器的密碼" #: python/options.py:187 msgid "Installed plugins" msgstr "已安裝的外掛" #: python/options.py:205 msgid "Add" msgstr "新增" #: python/options.py:208 python/options.py:336 msgid "Enable" msgstr "啟用" #: python/options.py:209 msgid "Choose a plugin" msgstr "選擇一個外掛" #: python/options.py:262 msgid "What is the extension?" msgstr "要關聯的副檔名是?" #: python/options.py:274 msgid "Assigned program" msgstr "指定的程式" #: python/options.py:276 msgid "Delete" msgstr "删除" #: python/options.py:304 msgid "Are you sure you want to install: " msgstr "你確定你要安裝: " #: python/options.py:312 msgid "Are you sure you want to delete: " msgstr "你確定你要刪除: " #: python/options.py:333 msgid "Disable" msgstr "停用" #: python/options.py:374 msgid "Apply" msgstr "套用" #: python/options.py:411 msgid "You must restart {0} for the changes to take effect." msgstr "你必須重新啟動 {0} 以使變更生效。" #: python/wine_versions.py:198 msgid "Installed Wine versions: " msgstr "已安裝的 Wine 版本: " #: python/wine_versions.py:199 msgid "Available Wine versions: " msgstr "可取得的 Wine 版本: " #: python/wine_versions.py:210 msgid "Wine versions" msgstr "Wine 版本" #: python/wine_versions.py:332 msgid "Are you sure you want to delete wine {0}?" msgstr "你確定你要刪除 Wine {0} 嗎?" #: python/wine_versions.py:334 msgid "This version is CURRENTLY IN USE" msgstr "" #: python/wrapper.py:135 msgid "{0} is not able to start POL_SetupWindow_server." msgstr "{0} 無法啟動 POL_SetupWindow_server." playonlinux/lib/000077500000000000000000000000001341024004000141725ustar00rootroot00000000000000playonlinux/lib/debug.lib000077500000000000000000000176171341024004000157670ustar00rootroot00000000000000#!/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="$POL_USER_ROOT/logs" # Where the logfile is 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 echo "$POL_COOKIE POL_SetupWindow_DebugInit $$ $LOGTITLE" | ncs "$POL_HOST" "$POL_PORT" } 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 debugging tool (v${VERSION}) ----------------------------------------------- Debugging: ${TITLE} Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s 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 $(bash "$PLAYONLINUX/bash/check_gl" x86 stdout) $(bash "$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 reads 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_OS" = "Linux" ] && 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" ] || [ "$POL_OS" = "FreeBSD" ]; then glxinfo "$@" fi } playonlinux/lib/deprecated.lib000077500000000000000000000351501341024004000167710ustar00rootroot00000000000000#!/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 "$POL_USER_ROOT/configurations/guis/$POL_SetupWindow_ID" | grep '^MSG_RECEIVED=') if [ "$MESSAGE_BIS" = "MSG_RECEIVED=Cancel" ] then rm "$POL_USER_ROOT/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]" > "$POL_USER_ROOT/tmp/glsl.reg" echo "\"UseGLSL\"=\"enabled\"" >> "$POL_USER_ROOT/tmp/glsl.reg" wine regedit "$POL_USER_ROOT/tmp/glsl.reg" rm -f "$POL_USER_ROOT/tmp/glsl.reg" fi if [ "$1" = "Off" ] || [ "$1" == "disabled" ] then echo "[HKEY_CURRENT_USER\Software\Wine\Direct3D]" > "$POL_USER_ROOT/tmp/glsl.reg" echo "\"UseGLSL\"=\"disabled\"" >> "$POL_USER_ROOT/tmp/glsl.reg" wine regedit "$POL_USER_ROOT/tmp/glsl.reg" rm -f "$POL_USER_ROOT/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] local 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 longer 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" local PREFIX="$(POL_Wine_GetPrefixFromPath "$WINEPREFIX")" if [ "$1" = "$PREFIX" ]; then POL_Shortcut "$2/$3" "$4" "$5" "$7" else # Are there real use cases? POL_Debug_Warning "Temporarily set prefix to $1 as requested" POL_Wine_SelectPrefix "$1" POL_Shortcut "$2/$3" "$4" "$5" "$7" POL_Wine_SelectPrefix "$PREFIX" fi } POL_SetupWindow_auto_shortcut() { # Make a shortcut into PlayOnLinux, easier using than POL_SetupWindow_make_shortcut # Use POL_Shortcut # Usage: POL_SetupWindow_auto_shortcut [Prefix name] [Program's binary file] [Name of the shortcut] [POL Website icon] [Argument] POL_Debug_Warning "Deprecated function! Use POL_Shortcut" local PREFIX="$(POL_Wine_GetPrefixFromPath "$WINEPREFIX")" if [ "$1" = "$PREFIX" ]; then POL_Shortcut "$2" "$3" "$4" "$5" else # Are there real use cases? POL_Debug_Warning "Temporarily set prefix to $1 as requested" POL_Wine_SelectPrefix "$1" POL_Shortcut "$2" "$3" "$4" "$5" POL_Wine_SelectPrefix "$PREFIX" 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 } POL_SetupWindow_get_local_icon () { # Get a local icon (.local folder) and assign it to a shortcut POL_Debug_Warning "Deprecated function" POL_GetLocalIcon "$@" } generer_icone() { make_desktop_shortcut "$@" } 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 "$POL_USER_ROOT/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="$POL_USER_ROOT/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 } find_binary() { # find_binary was a private function in the first place POL_System_find_file "$@" } playonlinux/lib/dosbox.lib000077500000000000000000000021311341024004000161600ustar00rootroot00000000000000#!/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.lib000077500000000000000000000703121341024004000172520ustar00rootroot00000000000000#!/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 ##### ################################# build_user_state_directory () { # Build PlayOnLinux's home directories # Usage : build_user_state_directory # 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/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" elif [ "$POL_OS" == "FreeBSD" ]; then mkdir -p "$POL_USER_ROOT/wine/freebsd-x86" mkdir -p "$POL_USER_ROOT/wine/freebsd-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" ] || [ "$POL_OS" = "FreeBSD" ]; 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_Extension_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_Extension_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_Extension_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_DosPrefixWrite [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_DosPrefixDelete [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_DosPrefixRead [KEY] cat "$WINEPREFIX/playonlinux_dos.cfg" 2> /dev/null | grep "^$1=" | cut -d\= -f2- } POL_Notice_IsAck () { # Check if some notice has been acknowledged grep -q -F "$1" "$POL_USER_ROOT/configurations/ack_notices" 2> /dev/null } POL_Notice_Ack () { echo "$1" >> "$POL_USER_ROOT/configurations/ack_notices" } POL_Notice_ClearAllAck () { rm -f "$POL_USER_ROOT/configurations/ack_notices" } POL_OpenShell() { # Open a shell in the current prefix environment # Usage : POL_OpenShell ["shortcut name"] (cat "$PLAYONLINUX/etc/pol_bash" if [ "$1" = "" ] then echo "export WINEPREFIX=\"$WINEPREFIX\"" else grep '^export WINEPREFIX' "$POL_USER_ROOT/shortcuts/$1" fi cat <<- EOF POL_Wine_AutoSetVersionEnv cd "$WINEPREFIX/drive_c" echo "You are in $1's virtual drive environment" EOF ) > "$POL_USER_ROOT/tmp/env_bash" (echo "#!/usr/bin/env bash"; echo "exec bash --rcfile \"$POL_USER_ROOT/tmp/env_bash\" -i") > "$POL_USER_ROOT/tmp/env_bash2" chmod +x "$POL_USER_ROOT/tmp/env_bash2" $POL_TERM -T "$APPLICATION_TITLE" -e "$POL_USER_ROOT/tmp/env_bash2" } ############################## ##### 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" chmod 700 "$GNUPGHOME" #import the public key if [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "FreeBSD" ] then gpg -q --import "$PLAYONLINUX/etc/playonlinux.gpg" elif [ "$POL_OS" = "Mac" ]; then # workaround for Lion NEW_DL_PATH="$PLAYONLINUX/../unix/tools/lib/gettext/:$DYLD_LIBRARY_PATH" env DYLD_LIBRARY_PATH="$NEW_DL_PATH" gpg -q --import "$PLAYONLINUX/etc/playonlinux.gpg" 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" ] || [ "$POL_OS" = "FreeBSD" ] 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] local 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] local 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 carefully')" "$(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') # I like that too substitute2=$(printf "$2" | $SED 's/\/\//\//g' | $SED 's/\//\\\//g' | $SED 's/ /\\ /g') # I like that too 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] cp "$PLAYONLINUX/../unix/argv_emulator.py" "$DIRAPP/Contents/MacOS/" 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 POL_USER_ROOT="$POL_USER_ROOT" export PLAYONMAC="\$PLAYONLINUX" export REPERTOIRE="\$POL_USER_ROOT" 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 "\$POL_USER_ROOT/shortcuts" FILENAME="\$1" if [ -e "\$FILENAME" ]; then ## Trying to open a file bash "\$PLAYONLINUX/bash/document_reader" "$1" "\$FILENAME" & else bash "$1" \$@ & fi EOF2 } make_icon() { # Generate the icon for the package in $DIRAPP # Usage : make_icon [icon_name] rm "/tmp/icon.png" cd "/tmp" if [ -e "$POL_USER_ROOT/icones/full_size/$1" ] then icon_app="$POL_USER_ROOT/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 "$POL_USER_ROOT/icones/32/$1" ] then icon_app="$POL_USER_ROOT/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 argv_emulator.py CFBundleIconFile playonmac.icns CFBundleIdentifier com.playonmac.$2 CFBundleInfoDictionaryVersion 6.0 CFBundleName $1 CFBundlePackageType APPL CFBundleShortVersionString 1.0 CFBundleSignature ???? CFBundleVersion 1.0 CFBundleDocumentTypes CFBundleTypeExtensions * CFBundleTypeName AllTypes CFBundleTypeOSTypes **** CFBundleTypeRole Editor NSDocumentClass FileDataDocument LSHasLocalizedDisplayName NSAppleScriptEnabled NSHumanReadableCopyright Copyright not specified NSMainNibFile MainMenu NSPrincipalClass NSApplication EOF } ####################################### ##### Shortcut creation functions ##### ####################################### CleanLnkDesktop() { # Clean Desktop from PlayOnLinux's wine shortcuts # Usage: CleanLnkDesktop local WIN_DESKTOP="$(POL_Wine_GetRegValue 'Desktop')" # Fallback to a sane default? [[ "$WIN_DESKTOP" =~ C:\\.* ]] || WIN_DESKTOP="C:\\user\\$LOGIN\\Desktop" local UNIX_DESKTOP="$(POL_Wine winepath -u "$WIN_DESKTOP")" # Only cleanup "external" desktops [ -L "$UNIX_DESKTOP" ] || return POL_Debug_Message "Clean user's Windows desktop: $WIN_DESKTOP => $UNIX_DESKTOP" mkdir -p "$POL_USER_ROOT/backup" local file for file in "$UNIX_DESKTOP"/*.lnk; do if [ -e "$file" ] && strings "$file" | grep -q "PlayOn${POL_OS}"; then POL_Debug_Message "Removing '$file' from desktop" mv "$file" "$POL_USER_ROOT/backup" fi done # On Mac also remove .desktop files, as it uses .app files if [ "$POL_OS" = "Mac" ]; then for file in "$UNIX_DESKTOP"/*.desktop; do if [ -e "$file" ] && strings "$file" | grep -q "PlayOn${POL_OS}"; then POL_Debug_Message "Removing '$file' from desktop" mv "$file" "$POL_USER_ROOT/backup" fi done fi } POL_SetupWindow_AutoApp() { # Automatically generate a .app for Mac OS X # Usage: POL_SetupWindow_AutoApp [Shortcut] shortname=`echo "$1" | tr -c [[a-zA-Z0-9]\.] '_'` PACKAGE="$1" POL_Debug_Message "Making .app $PACKAGE ($shortname)" 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" } make_desktop_shortcut () { # Generate a shortcut # "Equivalent" of POL_SetupWindow_AutoApp for linux # Usage: make_desktop_shortcut [icon image file] [name of the software] [directory] [software to run] [wm class] [categories] [shorcut filename prefix] local ICON="$1" local ICON_NAME="$2" local DIRECTORY="$3" local EXECUTABLE="$4" local WMCLASS="$5" local CATEGORIES="$6" local ICOPREFIX="$7" local SHORT_NAME="${ICOPREFIX}${ICON_NAME}" mkdir -p "$DIRECTORY" cd "$DIRECTORY" (echo "[Desktop Entry]" echo "Encoding=UTF-8" echo "Name=$ICON_NAME" echo "Comment=PlayOnLinux" echo "Type=Application" echo "Exec=$EXECUTABLE %F" echo "Icon=$ICON" echo "Name[fr_FR]=$ICON_NAME" echo "StartupWMClass=$WMCLASS" echo "Categories=$CATEGORIES") > "${SHORT_NAME}.desktop" chmod +x "${SHORT_NAME}.desktop" } detect_wineprefix() { # Read the wineprefix of a shortcut # Usage: detect_wineprefix [Shortcut] local file="$POL_USER_ROOT/shortcuts/$1" if [ -e "$file" ]; then local prefix=$(grep '^export WINEPREFIX' "$file") prefix=${prefix:18} prefix=${prefix//"\""/""} prefix=${prefix//"//"/"/"} echo $prefix fi } detect_wineversion() { # Read the wineversion of a shortcut # Usage: detect_wineversion [Shortcut] local WINEPREFIX="$(detect_wineprefix "$1")" POL_Config_PrefixRead "VERSION" } detect_appdir() { # Read the appdir of a shortcut # Usage: detect_appdir [Shortcut] local file="$POL_USER_ROOT/shortcuts/$1" if [ -e "$file" ] then local appdir="$(grep '^cd \"' "$file")" appdir=${appdir:4:-1} echo $appdir fi } detect_appexec() { # Read the program of a shortcut # Usage: detect_appexec [Shortcut] local file="$POL_USER_ROOT/shortcuts/$1" if [ -e "$file" ] then eval set -- $(grep '^POL_Wine ' "$file"|tail -n 1) echo "$2" fi } 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 (--non-interactive) /path/of/the/prefix local INTERACTIVE=1 if [ "$1" = "--non-interactive" ]; then unset INTERACTIVE shift fi local wineprefix="$1" wineprefix=${wineprefix//"//"/"/"} # Done on purpose, do not change! [ "$wineprefix" = "$POL_USER_ROOT/.PlayOnLinux/wineprefix/" ] && exit [ "$wineprefix" = "$POL_USER_ROOT/Library/PlayOnMac/" ] && exit # Done without using $POL_USER_ROOT on purpose too; If it's not set or set to a wrong value it could do a lot of damage local TEST [ "$POL_OS" = "Linux" ] && TEST=${wineprefix//".PlayOnLinux/wineprefix/"/""} [ "$POL_OS" = "FreeBSD" ] && TEST=${wineprefix//".PlayOnBSD/wineprefix/"/""} [ "$POL_OS" = "Mac" ] && TEST=${wineprefix//"Library/PlayOnMac/wineprefix/"/""} [ "$TEST" = "" ] && exit if [ "$TEST" = "$wineprefix" ] then POL_Debug_Error "The directory is not in $APPLICATION_TITLE" else local used="" local OLDIFS="$IFS" IFS=$'\n' cd "$POL_USER_ROOT/shortcuts/" && for shortcut in * do [ "$(detect_wineprefix "$shortcut")" = "$wineprefix" ] && used=1 done IFS="$OLDIFS" if [ "$used" = 1 ]; then POL_Debug_Warning "$1 is still in use" else local prefix=$(basename "$wineprefix") [ "$INTERACTIVE" ] && POL_SetupWindow_question "$(eval_gettext "Do you want to delete the virtual drive:")\n\n$prefix" "$TITLE" if [ "$APP_ANSWER" = "TRUE" -o -z "$INTERACTIVE" ] then [ "$INTERACTIVE" ] && POL_SetupWindow_wait "$(eval_gettext "Removing virtual drive $prefix...")" 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_KillAll() { for WId in $(ps aux | grep $APPLICATION_TITLE | grep bash | awk '{print $2}'); do kill $WId cat << EOF > "$POL_USER_ROOT/configurations/guis/$WId" MsgIn exit EOF sleep 1 rm "$POL_USER_ROOT/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_FindMountPoint() { if [ -e "$1" ]; then df -P "$1" | awk 'NR == 2 {print $6}' || echo "$1 not found"; fi } POL_System_PartInfo() { awk '$2 == "'$(POL_System_FindMountPoint "$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 [ "$POL_OS" = "FreeBSD" ] && 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_Config_Win16() { if [ "$POL_OS" = "Linux" ]; then local EXPLANATION_URL="http://wiki.playonlinux.com/index.php/16_bits_programs" if [ -e /proc/sys/abi/ldt16 ]; then if [ "$(cat /proc/sys/abi/ldp16)" = "0" ]; then POL_SetupWindow_message "$(eval_gettext 'Your Linux kernel may not be configured to run Win16 programs under Wine\nSee $EXPLANATION_URL')" fi elif [[ "$(uname -r)" =~ "3\.13\.*" ]]; then POL_SetupWindow_message "$(eval_gettext 'Your kernel may be incompatible with running Win16 programs under Wine\nSee $EXPLANATION_URL')" fi fi } POL_Sudo() { if [ ! "$POL_BAD_SIGNATURE" = "TRUE" ]; then # 1 : Setup file. If it exists, no need to unhide if [ "$POL_OS" = "Mac" ] || [ "$POL_OS" = "FreeBSD" ]; then POL_Debug_Fatal "POL_Sudo is not supported on OSX and BSD" 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="$POL_TERM -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.lib000077500000000000000000000102561341024004000163520ustar00rootroot00000000000000#!/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 # Package local variables local Puid Pfichier PinstDir PplugStatus PverStr Pversion plugStatus # User local variables local Uuid Ufichier UinstDir UplugStatus UverStr Uversion Uligne # _2 because format is not backward compatible readonly ULST="$POL_USER_ROOT/configurations/plugins_2" touch $ULST cat < "$PLAYONLINUX/plugins/plugins.lst" |\ while read ligne do # skip empty and comment lines grep -q '^#' <<< $ligne && continue grep -q '^$' <<< $ligne && continue # Split fields 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) PfreeBSD=$(cut -d';' -f8 <<< $ligne) # Install only OS compatible plugins (07/07/2011) install="false" [ "$POL_OS" = "Linux" -a "$Plinux" = "1" ] && install="true" [ "$POL_OS" = "FreeBSD" -a "$PfreeBSD" = "1" ] && install="true" [ "$POL_OS" = "Mac" -a "$Pmac" = "1" ] && install="true" [ "$install" = "true" ] || continue [ "$SILENT" = "TRUE" ] || POL_Debug_Message "$(eval_gettext "Checking plugin: ")$PinstDir..." # Look for existing local installation, the ";" matters Uligne=$(grep "^$Puid;" $ULST) if [ -n "$Uligne" ] ; then # Plugin is already installed # Split fields again 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 automaticly replace invalid numbers with 0 let "Uversion = Uversion" let "Pversion = Pversion" # Check if plugin needs upgrading [ $Pversion -gt $Uversion ] || continue [ "$SILENT" = "TRUE" ] || POL_Debug_Message " -->$(eval_gettext 'Updating plugin. Previous: ')'$UverStr'/$Uversion. $(eval_gettext 'New: ')'$PverStr'/$Pversion." # Already enabled plugins stay enabled (otherwise go with plugins.lst default status) [ -f "$POL_USER_ROOT/plugins/$UinstDir/enabled" ] && PplugStatus="enable" # Uninstall previous version, plugins shouldn't store state in their installation directory! rm -rf "$POL_USER_ROOT/plugins/$UinstDir/" grep -v "^$Puid;" "$ULST" > "$POL_USER_ROOT/tmp/ulst.tmp" mv -f "$POL_USER_ROOT/tmp/ulst.tmp" "$ULST" # Ready for reinstallation fi # Installation [ "$SILENT" = "TRUE" ] || POL_Debug_Message " -->$(eval_gettext "Installing plugin: ")'$PinstDir'." "$PLAYONLINUX/playonlinux-pkg" -i "$PLAYONLINUX/plugins/$Pfichier" > /dev/null ## =~ to match either enable or enabled if [[ "$PplugStatus" =~ "enable" ]] then touch "$POL_USER_ROOT/plugins/$PinstDir/enabled" fi # Update installed packages list echo "$Puid;$Pfichier;$PinstDir;$PplugStatus;$PverStr;$Pversion" >> $ULST done } #### Load plugins libs PREVPWD="$PWD" mkdir -p "$POL_USER_ROOT/plugins" && cd "$POL_USER_ROOT/plugins" && for plugin in * do plugin_dir="$POL_USER_ROOT/plugins/$plugin" if [ -e "$plugin_dir/enabled" ] then #echo "Loading $plugin" if [ -e "$plugin_dir/scripts/lib" ] then source "$plugin_dir/scripts/lib" fi fi done cd "$PREVPWD" playonlinux/lib/scripts.lib000077500000000000000000001023421341024004000163560ustar00rootroot00000000000000#!/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;' "$POL_USER_ROOT/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 "$@" # FIXME Freebsd } 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 PlayOnLinux state 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" local file="$POL_USER_ROOT/shortcuts/$1" [ -e "$file" ] || POL_Debug_Error "Shortcut does not exist" local prefix="$(cat "$file" | grep '^export WINEPREFIX' | tail -n 1 | $SED s/'\/\//\/'/)" prefix="${prefix/"$POL_USER_ROOT"/""}" prefix="$(printf "$prefix" | cut -d "/" -f2)" printf "$prefix" | 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 "$POL_USER_ROOT/icones/32/$1" convert "$HOME/.local/share/icons/$2" "$POL_USER_ROOT/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 "$POL_USER_ROOT/tmp/win32Icon" wrestool -x -t14 "$1" > "$POL_USER_ROOT/tmp/win32Icon/icons-brut" (cd "$POL_USER_ROOT/tmp/win32Icon" icotool -x "icons-brut" -o "$POL_USER_ROOT/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 "$POL_USER_ROOT/tmp/win32Icon" wrestool -x -t14 "$1" > "$POL_USER_ROOT/tmp/win32Icon/icons-brut" (cd "$POL_USER_ROOT/tmp/win32Icon" icotool -x "icons-brut" -o "$POL_USER_ROOT/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 "$POL_USER_ROOT/tmp/win32Icon" } POL_System_find_file () { # Usage: POL_System_find_file [(subdirectory/...)filename] # Find a file in the current virtual drive that match the provided relative path suffix, case insensitively # If found, returns its path relative to the drive_c subdirectory local suffix="$1" [ "$WINEPREFIX" ] || POL_Debug_Fatal "\$WINEPREFIX not set" pushd "$WINEPREFIX" >/dev/null || POL_Debug_Fatal "Prefix $WINEPREFIX does not exist" cd drive_c || POL_Debug_Fatal "drive_c folder does not exist" local binary_path if [ -e "./$suffix" ]; then # Explicit relative path, note that the case has to be correct binary_path="$suffix" else # Implicit path, search file outside of windows directory first local paths="$(find . -path ./windows -prune -o -ipath "*/$suffix" -a -type f -print)" [ -z "$paths" ] && paths="$(find ./windows -ipath "*/$suffix" -a -type f -print)" if [ "$(wc -l <<<"$paths")" -gt 1 ]; then POL_Debug_Warning "Multiple binaries found for suffix $suffix: $paths" # Sorting both makes result deterministic, and picks a shallow file binary_path="$(sort <<<"$paths"|head -n 1)" else binary_path="$paths" fi fi popd > /dev/null 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. BINARY="$1" SpecialArg="$4" Categories="$5" BIN_PATH="$6" if [ "$2" = "" ] then ICON_FILENAME="$1" else ICON_FILENAME="$2" fi mkdir -p "$POL_USER_ROOT/icones/32" mkdir -p "$POL_USER_ROOT/icones/full_size" ICON_WEB_NAME="$3" ICON_OK=0 if [ -z "$BIN_PATH" ]; then local binary_path="$(POL_System_find_file "$BINARY")" local binary_dir="$WINEPREFIX/drive_c/$(dirname "$binary_path")" else local binary_path="$BIN_PATH/$BINARY" local binary_dir="$(dirname "$binary_path")" fi local binary_name="$(basename "$binary_path")" local target="$binary_dir/$binary_name" [ "$binary_dir" = "$WINEPREFIX/drive_c/" ] && POL_Debug_Fatal "Can't find $BINARY" POL_Debug_Message "Looking for <${BINARY}>, found <${binary_path}>" [[ "$target" =~ \.lnk$ ]] && target="$(winepath -u "$(strings "$target"|tail -n 1)")" if [ -n "$ICON_WEB_NAME" ]; then if [ ! "$OFFLINE" = "1" ]; then # It can be downloaded... $POL_WGET "$SITE/icones/$ICON_WEB_NAME" -O- > "$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" || rm "$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" # Take the full sized icon fi if [ -f "$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" ]; then convert -resize 32 "$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" "$POL_USER_ROOT/icones/32/$ICON_FILENAME" # Scale it down to 32*32 ICON_OK=1 fi elif [ "$ICON_OK" -ne 1 ]; then # No icon from the web, make one off the exe POL_ExtractIcon "$target" "$POL_USER_ROOT/icones/32/$ICON_FILENAME" POL_ExtractBiggestIcon "$target" "$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" fi if [ -z "$binary_name" ]; then POL_Debug_Error "$(eval_gettext 'Binary not found: $BINARY\nHave you installed the program to the default location?')" else ## We generate shortcut (echo "#!/usr/bin/env playonlinux-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" if [[ "$binary_name" =~ \.(lnk|bat|cmd)$ ]]; then echo "cd \"$binary_dir\"" echo "POL_Wine start.exe /wait /unix \"\$target\" $SpecialArg \"\$@\"" else echo "cd \"$binary_dir\"" echo "POL_Wine \"$binary_name\" $SpecialArg \"\$@\"" fi) > "$POL_USER_ROOT/shortcuts/$ICON_FILENAME" chmod +x "$POL_USER_ROOT/shortcuts/$ICON_FILENAME" if [ -f "$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" ]; then iconPath="$POL_USER_ROOT/icones/full_size/$ICON_FILENAME" else # Default icon 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" ] || [ -n "$Categories" -a "$POL_OS" = "BSD" ]; then LOCALAPPS="$HOME/.local/share/applications" make_desktop_shortcut "$iconPath" "$ICON_FILENAME" "$LOCALAPPS" "$PLAYONLINUX/playonlinux --run \"$ICON_FILENAME\"" "$binary_name" "$Categories" "playonlinux-" fi fi # Desktop CleanLnkDesktop if [ "$(POL_Config_Read NO_DESKTOP_ICON)" != "TRUE" ]; then if [ "$POL_OS" = "Mac" ]; then POL_SetupWindow_AutoApp "$ICON_FILENAME" else make_desktop_shortcut "$iconPath" "$ICON_FILENAME" "$DESKTOP" "$PLAYONLINUX/playonlinux --run \"$ICON_FILENAME\"" "$binary_name" "$Categories" fi fi fi POL_Debug_Message "Shortcut created: $binary_name $ICON_FILENAME" } POL_Shortcut_QuietDebug() { # Disable "crash" message on exitcode != 0 unless in debug mode # Usage: POL_Shortcut_QuietDebug "shortcutname" echo '[ "$WINEDEBUG" = "-all" ] && exit 0' >> "$POL_USER_ROOT/shortcuts/$1" } POL_Call() { # Call a "function" script from PlayOnLinux website # Usage: POL_Call [function name] POL_Debug_Message "Calling $1" if [ ! "$1" = "" ] then # Caution, some scripts (POL_SP2_Extract at least) depend on this variable (!!) OLD_PC_DIR="$PWD" cd "$POL_USER_ROOT/tmp/" # Local overriding mechanism 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 # Download "function" script, check its signature, then execute it $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" return "$exitcode" else POL_Debug_Warning "no function name specified" fi } POL_Call_list () { # Make a list so that the user can choose functions to install # Usage: POL_Call_List [ "$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" "/" local oldifs="$IFS" IFS=/ set "$APP_ANSWER" for i in $* do POL_Debug_Message "calling $i" IFS="$old" POL_Call "$i" IFS=/ done IFS="$oldifs" } POL_Tools_GenID() { # Generate a random string # Usage: POL_Tools_GenID [length] local LENGTH="$1" local CHARACTERS='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' local i=0 while ((i < $LENGTH)); do local CHAR_IDX=$(( $RANDOM % ${#CHARACTERS})); printf ${CHARACTERS:$CHAR_IDX: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 SERVER_MD5="$2" local FILE="${URL##*/}" local ATTEMPT [ "$3" ] && ATTEMPT="$3" || ATTEMPT=1 if [ "$ATTEMPT" = "5" ]; then POL_Debug_Fatal "Unable to download $1 after 5 attempts" exit fi if [ "$URL" = "" ] then POL_Debug_Error "URL is missing !" else local 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$FILE" "$TITLE" "$URL" "$PWD/$FILE" if [ "$Result" = "Fail" ]; then POL_SetupWindow_question "$URL\n\n$(eval_gettext 'An error happened during download.')\n\n$(eval_gettext 'Do you want to retry?')" if [ "$APP_ANSWER" = "FALSE" ]; then POL_Debug_Error "error during download! ($ATTEMPT attempt)" else POL_Download "$URL" "$SERVER_MD5" "$(( ATTEMPT + 1 ))" fi elif [ "$SERVER_MD5" = "" ] then POL_Debug_Warning "MD5 is missing!" elif [ "$SERVER_MD5" = "NO_MD5" ] then POL_Debug_Message "Skipping MD5 checksum control" else local LOCAL_MD5="$(POL_MD5_file "$FILE")" if [ "$LOCAL_MD5" = "$SERVER_MD5" ] then POL_Debug_Message "Download MD5 matches" else POL_SetupWindow_question "$URL\n\n$(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 "$URL" "$SERVER_MD5" "$(( ATTEMPT + 1 ))" else POL_Debug_Error "MD5 sum mismatch ! ($ATTEMPT 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" local URL="$1" local SERVER_MD5="$2" local SUBFOLDER="$3" local ATTEMPT [ "$4" ] && ATTEMPT="$4" || ATTEMPT=1 local FILE="${URL##*/}" mkdir -p "$POL_USER_ROOT/ressources/$SUBFOLDER" cd "$POL_USER_ROOT/ressources/$SUBFOLDER" || POL_Debug_Fatal "Resource subfolder $SUBFOLDER does not exist" if [ -e "$FILE" ] && [ "$(POL_MD5_file "$FILE")" = "$SERVER_MD5" ] then POL_Debug_Message "Resource already present" else local WTCACHE="" [ -d "$HOME/.cache/winetricks" ] && WTCACHE="$(find $HOME/.cache/winetricks -type f -a -iname "$FILE" | tail -n 1)" if [ -n "$WTCACHE" ] && [ "$(POL_MD5_file "$WTCACHE")" = "$SERVER_MD5" ] then ln "$WTCACHE" "$FILE" || cp "$WTCACHE" "$FILE" POL_Debug_Message "Resource found in winetricks cache" elif [ "$URL" = "" ] then POL_Debug_Error "URL is missing !" else local 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 "$FILE" ] && rm "$FILE" POL_SetupWindow_download "$(eval_gettext "Please wait while $APPLICATION_TITLE is downloading:") $FILE" "$TITLE" "$URL" if [ "$Result" = "Fail" ]; then local APP_ANSWER POL_SetupWindow_question "$URL\n\n$(eval_gettext 'An error happened during download.')\n\n$(eval_gettext 'Do you want to retry?')" if [ "$APP_ANSWER" = "FALSE" ]; then POL_Debug_Error "error during download! ($ATTEMPT attempt)" else POL_Download_Resource "$URL" "$SERVER_MD5" "$SUBFOLDER" "$(( ATTEMPT + 1))" fi elif [ "$SERVER_MD5" = "" ] then POL_Debug_Warning "MD5 is missing !" else local LOCAL_MD5="$(POL_MD5_file "$FILE")" if [ "$LOCAL_MD5" = "$SERVER_MD5" ] then POL_Debug_Message "Download MD5 matches" else local APP_ANSWER POL_SetupWindow_question "$URL\n\n$(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 "MD5 sum mismatch ! ($ATTEMPT attempt)" else POL_Download_Resource "$URL" "$SERVER_MD5" "$SUBFOLDER" "$(( ATTEMPT + 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" ] || [ "$POL_OS" == "FreeBSD" ] 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" ] || [ "$POL_OS" == "FreeBSD" ] 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" ] || [ "$POL_OS" == "FreeBSD" ] && openssl base64 } POL_unbase64() { [ "$POL_OS" = "Linux" ] && base64 -d [ "$POL_OS" = "Mac" ] || [ "$POL_OS" == "FreeBSD" ] && openssl base64 -d } POL_System_unzip () { POL_Debug_Message "Starting unzip $@" POL_SetupWindow_wait "$(eval_gettext 'Please wait while $APPLICATION_TITLE is handling archive...')" "$TITLE" unzip "$@" || POL_Debug_Fatal "POL_System_unzip failed with error $?!" POL_Debug_Message "unzip ok" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" } POL_System_7z () { POL_Debug_Message "Starting 7z $@" POL_SetupWindow_wait "$(eval_gettext 'Please wait while $APPLICATION_TITLE is handling archive...')" "$TITLE" 7z "$@" || POL_Debug_Fatal "POL_System_7z failed with error $?!" POL_Debug_Message "7z ok" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" } POL_System_tar () { POL_Debug_Message "Starting tar $@" POL_SetupWindow_wait "$(eval_gettext 'Please wait while $APPLICATION_TITLE is handling archive...')" "$TITLE" tar "$@" || POL_Debug_Fatal "POL_System_tar failed with error $?!" POL_Debug_Message "tar ok" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" } POL_System_cabextract () { POL_Debug_Message "Starting cabextract $@" POL_SetupWindow_wait "$(eval_gettext 'Please wait while $APPLICATION_TITLE is handling archive...')" "$TITLE" cabextract "$@" || POL_Debug_Fatal "POL_System_cabextract failed with error $?!" POL_Debug_Message "cabextract ok" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" } POL_System_unrar () { POL_Debug_Message "Starting unrar $@" POL_SetupWindow_wait "$(eval_gettext 'Please wait while $APPLICATION_TITLE is handling archive...')" "$TITLE" unrar "$@" || POL_Debug_Fatal "POL_System_unrar failed with error $?!" POL_Debug_Message "unrar ok" POL_SetupWindow_wait "$(eval_gettext 'Please wait...')" "$TITLE" } 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"` case "$op" in cp) POL_Debug_Message "Copying single file : \"$file\", \"$dest\"" ;; mv) POL_Debug_Message "Moving single file : \"$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 local URL="$1" POL_Debug_Message "Downloading $1 with wget" shift local FILE="$1" shift POL_SetupWindow_pulsebar "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading:')\n$FILE" "$TITLE" local prev=0 local ellipsis='' local wgetlog="$POL_USER_ROOT/tmp/wget$$.output" local wgetline 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] local FROM="$1" local TO="$2" local EXPECTED_SIZE="$3" if [ "$EXPECTED_SIZE" = "" ]; then EXPECTED_SIZE="$(du "$FROM"| tail -n 1 | awk '{print $1}')" fi local statusfile="$POL_USER_ROOT/tmp/cpstatus.$$" local pid (cp -R "$FROM/." "$TO/"; echo $? > "$statusfile") & pid="$!" POL_SetupWindow_DirectoryProgress "$FROM" "$EXPECTED_SIZE" "$pid" local exitcode="$(cat "$statusfile")" rm "$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 [Shortcut Name] [file path] [ "$2" = "" ] && return local SHORTCUT_NAME="$1" local DOC_FILENAME="$2" rm -f "$POL_USER_ROOT/configurations/manuals/$SHORTCUT_NAME" local doc_path # For historical reasons POL_Shortcut_Document also accepts absolute paths if [[ "$DOC_FILENAME" =~ /* && -e "$DOC_FILENAME" ]]; then doc_path="$DOC_FILENAME" else doc_path="$(POL_System_find_file "$DOC_FILENAME")" [ "$doc_path" ] && doc_path="$WINEPREFIX/drive_c/$doc_path" fi if [ "doc_path" ]; then ln -s "$doc_path" "$POL_USER_ROOT/configurations/manuals/$SHORTCUT_NAME" else POL_Debug_Warning "Document $DOC_FILENAME not found" fi } POL_Shortcut_Configurator () { # Add a configurator to a shortcut # Usage: # POL_Shortcut_Configurator [Shortcut name] [Program] # or # POL_Shortcut_Configurator [Shortcut name] <<_EOFCFG_ # # _EOFCFG_ local SHORTCUT_NAME="$1" local PROGRAM="$2" (cat <<_PRELUDE_ #!/usr/bin/env playonlinux-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 "$PROGRAM" ]; then local binary_path="$(POL_System_find_file "$PROGRAM")" local binary_dir="$(dirname "$binary_path")" local Binaire="$(basename "$binary_path")" [ "$binary_dir" = "" ] && POL_Debug_Fatal "Can't find $PROGRAM" echo "cd \"$WINEPREFIX/drive_c/$binary_dir\"" echo "POL_Wine \"$Binaire\" $SpecialArg \"\$@\"" else cat fi ) > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" } 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" ] || [ "$POL_OS" == "FreeBSD" ]; 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" case "$POL_OS" in Mac) 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" ;; Linux|FreeBSD) if [ -f "$POL_USER_ROOT/icones/full_size/$PACKAGE" ]; then iconPath="$POL_USER_ROOT/icones/full_size/$PACKAGE" else # Default icon 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" make_desktop_shortcut "$iconPath" "$PACKAGE" "$DESKTOP" "$PLAYONLINUX/playonlinux --run \"$PACKAGE\"" "$binary" "" ;; *) POL_Debug_Warning "POL_Shortcut_MakeDesktopShortcut: not supported OS: $POL_OS" esac } POL_System_is32bit() { # Check if the file (1) is a 32bit executable file "$1" | grep -q "PE32 executable" } POL_System_is64bit() { # Check if the file (1) is a 64bit executable file "$1" | grep -q "PE32+ executable" } playonlinux/lib/setupwindow.lib000077500000000000000000000724641341024004000172720ustar00rootroot00000000000000#!/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: ')$POL_USER_ROOT/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_notice () { # Show an important message, but allows the user to acknowledge it once and for all # Usage: POL_SetupWindow_notice [message] [notice id] [title] local noticeid="$2" [ -z "$noticeid" ] && noticeid="$(POL_MD5 "$1")" if ! POL_Notice_IsAck "$noticeid"; then local APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_notice $$ $(POL_Untab "$1") $(POL_Untab "$3")" | ncns "$POL_HOST" "$POL_PORT")" [ "$APP_ANSWER" = "TRUE" ] && POL_Notice_Ack "$noticeid" 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 local FILENAME [ -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] [max length] # Result is sent in $APP_ANSWER variable APP_ANSWER="$(echo "$POL_COOKIE POL_SetupWindow_textbox $$ $(POL_Untab "$1") $(POL_Untab "$2") $3 $(POL_Untab "$4")" | 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 folder] [icons list] # 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 local LIST_DEVICES_="" local LNG_WINE_ASKFORCDROM=$(eval_gettext "Where is mounted your CD-ROM?") local LNG_OTHER=$(eval_gettext "Other") local LNG_REFRESH=$(eval_gettext "Refresh") local DEVICES case "$POL_OS" in Mac) DEVICES="/Volumes" ;; Linux|FreeBSD) DEVICES="/media" # Ubuntu Quantal workaround [ -d "/media/$USER" ] && DEVICES="/media/$USER" # Fedora/Manjaro workaround [ -d "/run/media/$USER" ] && DEVICES="/run/media/$USER" ;; esac if cd "$DEVICES"; then shopt -s nullglob for device in * do if [ ! "$device" = "$LNG_OTHER" ] then LIST_DEVICES_+="$device~" fi done shopt -u nullglob fi 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_success="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_success" ]; 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] [Current filename] # Good for cdrom copy local DIRECTORY="$1" local EXPECTED_SIZE="$2" local PID="$3" local cMESSAGE="${4:+\n$4}" [ "$PID" ] || return 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 $PID)" = "" ]; do current_size="$(du "$DIRECTORY"| tail -n 1 | awk '{print $1}')" current_perc=$(( 100 * $current_size / ${EXPECTED_SIZE} )) POL_SetupWindow_pulse "$current_perc" sleep 1 done POL_SetupWindow_pulse 100 return 0 } POL_GetSetupImages () { # This function helps you to manage your setup images # It will download images only once, except if you use --force # # ( optional : --force ) # 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 local 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 (in MB) 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" local LNG_FINISH="$(eval_gettext "I don't want to make another shortcut")" local LNG_BROWSE="$(eval_gettext "Browse")" local 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" while true; do POL_SetupWindow_wait_next_signal "$(eval_gettext "Scanning the virtual drive ...")" "$TITLE" local existing="$(get_existing_POL_SetupWindow_shortcut_creator)" cd "$WINEPREFIX/drive_c" || POL_Debug_Fatal "Prefix : $WINEPREFIX does not exist" local contents="$(find . -name windows -prune -o -name iexplore.exe -prune -o \( -iname '*.exe' -o -iname '*.lnk' -o -iname '*.bat' -o -iname '*.cmd' \) -a -type f -print | process_POL_SetupWindow_shortcut_creator)" local CONTENTS2="" [ -z "$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" [ "$APP_ANSWER" = "$LNG_FINISH" ] && break local EXE_FILE local EXE_PATH if [ "$APP_ANSWER" = "$LNG_BROWSE" ] then cd $WINEPREFIX/drive_c POL_SetupWindow_browse "$(eval_gettext "Please choose a file for $APPLICATION_TITLE to make a shortcut")" "$TITLE" EXE_FILE="$(basename "$APP_ANSWER")" EXE_PATH="$(dirname "$APP_ANSWER")" else EXE_FILE="$APP_ANSWER" fi if [ -n "$EXE_FILE" ] then local SUGGEST="${EXE_FILE%.*}" if [ -e "$POL_USER_ROOT/shortcuts/$SUGGEST" ]; then local ALTSUGGEST="" local wineprefix="$WINEPREFIX" wineprefix=${wineprefix//"//"/"/"} if [ "$(detect_wineprefix "$SUGGEST")" != "$wineprefix" ]; then local PREFIX="$(POL_Wine_GetPrefixFromPath "$WINEPREFIX")" ALTSUGGEST="$SUGGEST ($PREFIX)" fi if [ -n "$ALTSUGGEST" ] && [ ! -e "$POL_USER_ROOT/shortcuts/$ALTSUGGEST" ]; then SUGGEST="$ALTSUGGEST" else let SUGGEST_VERSION=2 while [ -e "$POL_USER_ROOT/shortcuts/$SUGGEST ($SUGGEST_VERSION)" ]; do let SUGGEST_VERSION++ done SUGGEST="$SUGGEST ($SUGGEST_VERSION)" fi fi while true; do POL_SetupWindow_textbox "$(eval_gettext "Please choose a shortcut name for $EXE_FILE")" "$TITLE" "$SUGGEST" SUGGEST="$APP_ANSWER" [ ! -e "$POL_USER_ROOT/shortcuts/$SUGGEST" ] && break POL_SetupWindow_question "$(eval_gettext "A shortcut by that name already exists, overwrite?")" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]; then rm "$POL_USER_ROOT/shortcuts/$SUGGEST" break fi done POL_Shortcut "$EXE_FILE" "$SUGGEST" "" "" "" "$EXE_PATH" echo "POL_Shortcut \"$EXE_FILE\" \"$SUGGEST\"" >> "$POL_USER_ROOT/tmp/shortcuts" fi done } process_POL_SetupWindow_shortcut_creator () { ### Used by POL_SetupWindow_shortcut_creator local sep="" while read runnable; do local filename="$(basename "$runnable")" if [ -z "$(grep "$filename" <<<"$existing")" ]; then local target="$WINEPREFIX/drive_c/$runnable" [[ "$runnable" =~ \.lnk$ ]] && target="$(winepath -u "$(strings "$target"|tail -n 1)")" #echo "$runnable: Trying to extract icon off $target" >&2 POL_ExtractIcon "$target" "$POL_USER_ROOT/tmp/cache/icons/$CODENAME/$filename" > /dev/null 2>&1 # Prefix with priority case "$filename" in *.exe) echo "1$filename" ;; *.lnk) echo "2$filename" ;; *) echo "9$filename" esac else POL_Debug_Message "Skipped $filename (shortcut already exists)" fi done |\ # Sort by priority, remove duplicates sort -u |\ while read filename; do # Strip priority printf "$sep${filename:1}" sep="~" done } get_existing_POL_SetupWindow_shortcut_creator() { ### Used by POL_SetupWindow_shortcut_creator local wineprefix="$WINEPREFIX" wineprefix=${wineprefix//"//"/"/"} local OLDIFS="$IFS" local IFS=$'\n' pushd "$POL_USER_ROOT/shortcuts/" && for shortcut in * do IFS="$OLDIFS" if [ "$(detect_wineprefix "$shortcut")" = "$wineprefix" ]; then detect_appexec "$shortcut" fi done popd } 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/sources000077500000000000000000000031051341024004000156020ustar00rootroot00000000000000#!/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" # Prevent inclusion loops 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" fi if [ ! "$DONT_MONITOR" ]; then set -o monitor export DONT_MONITOR="1" fi if [ ! "$POL_DONT_REGISTER_PID" ]; then POL_System_RegisterPID "$$" fi playonlinux/lib/variables000077500000000000000000000062301341024004000160710ustar00rootroot00000000000000#!/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. ## ## Hack for El Capitain [ ! "$WRITE_LD" = "" ] && export LD_LIBRARY_PATH="$WRITE_LD" [ ! "$WRITE_DYLD" = "" ] && export DYLD_LIBRARY_PATH="$WRITE_DYLD" # 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 # User override, must support -T to set title and -e to run a command # gnome-terminal doesn't support -T, use gnome-terminal.wrapper instead POL_TERM="$(POL_Config_pRead POL_TERM)" if [ -z "$POL_TERM" ] || ! type -p "$POL_TERM" >&/dev/null; then # Debian if type -p x-terminal-emulator >&/dev/null; then POL_TERM="x-terminal-emulator" fi # Add support for more distros or desktop specific mechanisms here fi # Fallback if [ -z "$POL_TERM" ] || ! type -p "$POL_TERM" >&/dev/null; then POL_TERM="xterm" fi export POL_TERM ### 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" export SED="sed" fi if [ "$POL_OS" == "Mac" ] then export POL_LANG="$(echo "$RLANG" | cut -d _ -f1)" export MD5_COMMAND="md5" export SED="sed" fi if [ "$POL_OS" == "FreeBSD" ] then export POL_LANG="$(echo "$LANG" | cut -d\_ -f 1)" export MD5_COMMAND="md5" export SED="gsed" fi # Exit codes EXIT_ERROR=255 EXIT_SUCCES=0 # Default architecture export POL_USER_ARCH="x86" export POL_ARCH="$POL_USER_ARCH" # Miscellaneous stuff export IGNORE_ICON_DIR="false" export GNUPGHOME="$REPERTOIRE/gpg" # Drivers issue [ "$(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.lib000077500000000000000000000102261341024004000163300ustar00rootroot00000000000000#!/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 > "$POL_USER_ROOT/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 "$POL_USER_ROOT/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 "$POL_USER_ROOT/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 "$POL_USER_ROOT/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 "$POL_USER_ROOT/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.lib000077500000000000000000001150331341024004000156320ustar00rootroot00000000000000#!/bin/bash # Copyright (C) 2007-2018 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 # tr -d '\0' is a workaround for Wine bug #37575 [ -e "$WINEPREFIX/user.reg" ] && value="$(grep "^\"$1\"=" "$WINEPREFIX/user.reg" | head -n 1 | tr -d '"' | cut -d= -f2- | tr -d '\0')" 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 [--sz|--binary|--dword|--multisz] data # data="default": remove the name local key="$1" local subkey="$2" shift 2 local value case "$1" in --sz|--SZ) shift # backslash \s and "s? value="\"$1\"" ;; --binary|--BINARY) shift value="hex:$1" ;; --dword|--DWORD) shift value="dword:$1" ;; --multisz|--MULTISZ) shift value="hex(7):$1" ;; --*) POL_Debug_Fatal "Unrecognized value type: $1, supported are --sz --binary --dword --multisz" ;; default) value="-" ;; *) # backslash \s and "s? value="\"$1\"" esac POL_Wine_UpdateRegistry regkey <<- _EOFINI_ [$key] "$subkey"=$value _EOFINI_ } POL_Wine_UpdateRegistryWinePair () { # Usage: POL_Wine_UpdateRegistryPair subkey name [--sz|--binary|--dword|--multisz] data # data="default": remove the name # Put a "\" before $1 if it's not empty POL_Wine_UpdateRegistryPair "HKEY_CURRENT_USER\\Software\\Wine${1:+\\$1}" "$2" "$3" "$4" } # 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 [--sz|--binary|--dword|--multisz] Value # Example :: POL_Wine_Direct3D UseGLSL [default / enabled / disabled] # default: remove the key POL_Debug_Message "Setting wine Direct3D $WINEPREFIX $1 $2 $3" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'Direct3D' "$1" "$2" "$3" wineserver -k } POL_Wine_X11Drv () { # Change a X11Drv value in registry # Usage POL_Wine_X11Drv Key [--sz|--binary|--dword|--multisz] Value # Example :: POL_Wine_X11Drv UseGLSL [default / enabled / disabled] # default: remove the key POL_Debug_Message "Setting wine X11Drv $WINEPREFIX $1 $2 $3" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'X11 Driver' "$1" "$2" "$3" wineserver -k } POL_Wine_DirectSound () { # Same that POL_Wine_Direct3D, but for DirectSound POL_Debug_Message "Setting wine DirectSound $WINEPREFIX $1 $2 $3" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'DirectSound' "$1" "$2" "$3" wineserver -k } POL_Wine_DirectInput () { # Same that POL_Wine_Direct3D, but for DirectInput POL_Debug_Message "Setting wine DirectInput $WINEPREFIX $1 $2 $3" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" POL_Wine_AutoSetVersionEnv wineserver -k POL_Wine_UpdateRegistryWinePair 'DirectInput' "$1" "$2" "$3" 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] # Use an empty string parameter to disable sound # Disabled in Mac OS POL_Debug_Message "Setting wine SoundDriver $@" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" if [ "$POL_OS" = "Linux" ]; then POL_Wine_UpdateRegistryWinePair 'Drivers' 'Audio' "$1" else POL_Debug_Message "Set_SoundDriver disabled on $POL_OS" 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 pushd . POL_Call POL_Install_corefonts popd } 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_Debug_Warning "Set_WineWindowTitle has been deprecated (#5118)" } 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" case "$POL_OS" in Linux|FreeBSD) [ -x /usr/sbin/lspci ] && LSPCI=/usr/sbin/lspci || LSPCI=lspci # Device Name|Vendor ID|Device ID\n... # [0300] = VGA compatible controller, [0302] = 3D controller VGA_DEVICES=`$LSPCI -nn | perl -ne 'if (/\[030[02]\]/) { s/.*\]: (.*) \[([0-9a-f]{4}):([0-9a-f]{4})\].*/\1|\2|\3/; print }'` ;; Mac) # 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 }'` ;; *) POL_Debug_Fatal "Unsupposed operating system: $POL_OS" esac # 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" ] || [ "$POL_OS" = "FreeBSD" ]; 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 () { # 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)" # Either that or monitor "err:process:create_process starting 64-bit process L"xxx" not supported in 32-bit wineprefix\nwine: Bad EXE format for xxx." in logs if [ "$POL_ARCH" = "x86" -a -e "$1" ]; then local EXEFILE="$1" if POL_System_is64bit "$EXEFILE"; then NOBUGREPORT="TRUE" # user mistake POL_Debug_Fatal "$(eval_gettext 'Starting 64-bit process $EXEFILE is not supported in 32-bit virtual drives')" fi fi 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 [ "$POL_OS" = "Linux" ] || [ "$POL_OS" = "Mac" ]; then 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 else # FIXME $BEFORE_WINE $(POL_Config_Read BEFORE_WINE) wine "$@" 2> "$WINEPREFIX/playonlinux.log" > "$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_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" # Empty name is dangerous [ -z "$PREFNAME" ] && POL_Debug_Fatal "Bad or empty virtual drive name selected" 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_CheckPrefixExists() { # Checks if a prefix exists # Usage: POL_Wine_CheckPrefixExists [PREFIX] [TITLE_REQUIRED] # Return a message if not and quit PREFIX=$1 TITLE_REQUIRED="$2" if [ "$(POL_Wine_PrefixExists "$PREFIX")" = "False" ]; then POL_Debug_Warning "The prefix '$PREFIX' does not exist" POL_SetupWindow_message "$(eval_gettext 'This is an installer for an update or an addon;\nPlease install $TITLE_REQUIRED first')" "$TITLE" POL_SetupWindow_Close exit 1 fi } POL_Wine_VersionSignature() { # Return the signature of a Wine package # Usage: POL_Wine_VersionSignature [DIR] # On Linux, result should match the one of # cd $DIR; find * -type f|sort|xargs md5sum|md5sum -|cut -c1-32 local WINEPKGPATH="$1" [ -d "$WINEPKGPATH" ] || return # [ -e "$WINEPKGPATH/bin/wine" ] || return local CURRSIGVER="$WINEPKGPATH/.signature.v1" # cache version local WINESIG [ -e "$CURRSIGVER" ] && read WINESIG < "$CURRSIGVER" if [ -z "$WINESIG" ]; then local MANIFESTFILE="$POL_USER_ROOT/tmp/POL_Wine_VersionSignature_manifest$$" (cd "$WINEPKGPATH" && find * -type f |\ sort |\ while read sigfilename; do echo "$(POL_MD5_file "$sigfilename") $sigfilename" done) > "$MANIFESTFILE" WINESIG="$(POL_MD5_file "$MANIFESTFILE")" rm -f "$MANIFESTFILE" echo "$WINESIG" > "$CURRSIGVER" fi echo "$WINESIG" } POL_Wine_InstallVersion() { # Install a wineversion # Usage: POL_Wine_InstallVersion [VERSION] [ ! "$1" = "" ] && export POL_WINEVERSION="$1" [ ! "$2" = "" ] && export POL_WINEDISTRIBUTION="$2" || export POL_WINEDISTRIBUTION="upstream" if [[ "$POL_WINEVERSION" == *"-staging"* ]]; then local pol_wineversion="${POL_WINEVERSION/-staging/}" POL_WINEDISTRIBUTION="staging" else local pol_wineversion_install="$POL_WINEVERSION" local pol_wineversion="$POL_WINEVERSION" fi if [ "$POL_WINEDISTRIBUTION" == "staging" ]; then local pol_wineversion_install="$pol_wineversion-staging" fi [ "$pol_wineversion" = "" ] && POL_Debug_Fatal "No POL_WINEVERSION set" [ "$POL_ARCH" = "" ] && POL_System_SetArch "auto" POL_Debug_Message "Installing wine version path: $pol_wineversion_install, $POL_ARCH" [ "$POL_OS" = "Mac" ] && ARCH_PREFIX="darwin" [ "$POL_OS" = "FreeBSD" ] && ARCH_PREFIX="freebsd" [ "$POL_OS" = "Linux" ] && ARCH_PREFIX="linux" OLDPATH="$PWD" WINE_SECTION="$ARCH_PREFIX-$POL_ARCH" WINEDIR="$POL_USER_ROOT/wine/$WINE_SECTION" touch "$WINEDIR/installing" if [ ! -e "$POL_USER_ROOT/wine/$ARCH_PREFIX-$POL_ARCH/$pol_wineversion_install" ] then POL_Debug_Message "Wine site: $WINE_SITE" echo $POL_WGET "$WINE_SITE" -O- WINEDATA="$($POL_WGET "$WINE_SITE" -O- |jq -r ".[] | select(.name==\"$POL_WINEDISTRIBUTION-$ARCH_PREFIX-$POL_ARCH\") | .packages | .[] | select(.version==\"$pol_wineversion\")")" POL_Debug_Message "Winebuild data: $WINEDATA" WINE_ADDRESS="$(echo "$WINEDATA" | jq '.url' -r)" POL_Debug_Message "Wine address found: $WINE_ADDRESS" #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 "$POL_USER_ROOT/tmp" filename="$PWD/PlayOnLinux-wine-$pol_wineversion-$POL_WINEDISTRIBUTION-$ARCH_PREFIX-$POL_ARCH.tar.gz" POL_SetupWindow_download "$(eval_gettext "Downloading Wine: ")$pol_wineversion" "$TITLE" "$WINE_ADDRESS" POL_SetupWindow_wait_next_signal "$(eval_gettext "Downloading Wine: ")$pol_wineversion" "$TITLE" sleep 1 sha1="$(echo "$WINEDATA" | jq '.sha1sum' -r)" sha1_file=$(shasum "$filename" | 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" mkdir -p "$POL_USER_ROOT/wine/$ARCH_PREFIX-$POL_ARCH/$pol_wineversion_install" cd "$POL_USER_ROOT/wine/$ARCH_PREFIX-$POL_ARCH/$pol_wineversion_install" tar -xvf "$filename" fi rm "$filename" # 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="$POL_USER_ROOT/wine/$resource" resource_file="$POL_USER_ROOT/configurations/listes/$resource.lst" found="$(grep "^${unpatched_version//./\.};" "$resource_file")" [ "$POL_OS" = "Linux" ] && wos="linux" [ "$POL_OS" = "FreeBSD" ] && wos="freebsd" [ "$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" = "FreeBSD" ] && ARCH_PREFIX="freebsd" [ "$POL_OS" = "Linux" ] && ARCH_PREFIX="linux" OLDPATH="$PWD" WINEDIR="$POL_USER_ROOT/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" [ "$POL_OS" = "FreeBSD" ] && export LD_32_LIBRARY_PATH="$LD_32_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" [ "$POL_OS" = "Mac" ] && export DYLD_FALLBACK_LIBRARY_PATH="$WINEDIR/$POL_WINEVERSION/lib/" [ "$POL_OS" = "Mac" ] && export DYLD_LIBRARY_PATH="/usr/lib/" export FREETYPE_PROPERTIES="truetype:interpreter-version=35" export LD_LIBRARY_PATH="$WINEDIR/$POL_WINEVERSION/lib/:$WINEDIR/$POL_WINEVERSION/lib64/:$LD_LIBRARY_PATH" [ "$POL_OS" = "FreeBSD" ] && export LD_32_LIBRARY_PATH="$WINEDIR/$POL_WINEVERSION/lib/:$LD_32_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() { [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" local wineprefix="$WINEPREFIX" wineprefix=${wineprefix//"//"/"/"} local shortcuts=() local OLDIFS="$IFS" IFS=$'\n' cd "$POL_USER_ROOT/shortcuts/" && for shortcut in * do [ "$(detect_wineprefix "$shortcut")" = "$wineprefix" ] && shortcuts+=("$shortcut") done IFS="$OLDIFS" # cf MainWindow.DeletePrefix() POL_SetupWindow_wait_next_signal "$(eval_gettext 'Uninstalling...')" "$(eval_gettext '$APPLICATION_TITLE Uninstaller')" if [ "${#shortcuts[@]}" -gt 0 ]; then POL_Debug_Warning "$wineprefix is still in use by ${#shortcuts[@]} shortcuts, removing them first" for shortcut in "${shortcuts[@]}"; do POL_Debug_Message "Removing shortcut $shortcut..." bash "$PLAYONLINUX/bash/uninstall" --non-interactive "$shortcut" done fi clean_wineprefix --non-interactive "$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_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 POL_SetupWindow_wait "$(eval_gettext 'Please wait while the virtual drive is being created...')" "$TITLE" 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 "$(eval_gettext '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 "$(eval_gettext '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_RedirectDLL() { # Redirect DLLs wine-staging feature # https://github.com/wine-compholio/wine-staging/wiki/DLL-Redirects local SOURCE="$1" local TARGET="$2" POL_Wine_UpdateRegistryWinePair 'DllRedirects' "$SOURCE" "$TARGET" } POL_Wine_DelRedirectDLL() { local SOURCE="$1" POL_Wine_UpdateRegistryWinePair 'DllRedirects' "$SOURCE" 'default' } POL_Wine_RedirectDLL_App() { # App-specific DLL redirect local APP="$1" local SOURCE="$2" local TARGET="$3" POL_Wine_UpdateRegistryWinePair "AppDefaults\\$APP\\DllRedirects" "$SOURCE" "$TARGET" } POL_Wine_DelRedirectDLL_App() { # App-specific DLL redirect local APP="$1" local SOURCE="$2" POL_Wine_UpdateRegistryWinePair "AppDefaults\\$APP\\DllRedirects" "$SOURCE" 'default' } POL_Wine_WaitBefore () { # Lock bash commands until wine is exited # Usage : POL_Wine_WaitBefore [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/playonfreebsd000077500000000000000000000107651341024004000162200ustar00rootroot00000000000000#!/usr/bin/env bash # Copyright (C) 2007-2010 PlayOnLinux Team # Copyright (C) 2014 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 "$@" 2>&1 exit 1 } usage() { local self="$(basename $0)" echo "Usage: $self" echo " $self [-h] [--help]" echo " $self --run []" echo " $self --version" } export WorkingDirectory="$PWD" # Take absolute path this script resides in POLDIR="$(dirname "$0")" cd "$POLDIR" POLDIR="$PWD" if [ "$1" = "-h" -o "$1" = "--help" ]; then usage exit 0 elif [ "$1" = "--version" ]; then cd "$POLDIR" version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")" echo "PlayOnFreeBSD $version" exit 0 fi [ "$(uname -s)" = "FreeBSD" ] || die "This script must be run on a FreeBSD system" export POL_PYTHON="" export POL_OS="FreeBSD" export MACHTYPE [ "$PLAYONLINUX" = "" ] || die "You are already in a PlayOnBSD 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 bash 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 bash playonlinux-bash "$HOME/.PlayOnLinux/shortcuts/$NAME" "$@" fi else cd "$POLDIR/python" search_python && "$POL_PYTHON" mainwindow.py "$@" exitcode=$? fi [ $exitcode -eq 63 ] && exec bash "$POLDIR/playonbsd" exit $exitcode playonlinux/playonlinux000077500000000000000000000112241341024004000157340ustar00rootroot00000000000000#!/usr/bin/env 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 "$@" 1>&2 exit 1 } usage() { local self="$(basename $0)" echo "Usage: $self" echo " $self [-h] [--help]" echo " $self --run []" echo " $self --version" } export WorkingDirectory="$PWD" # Take absolute path this script resides in POLDIR="$(dirname "$0")" cd "$POLDIR" POLDIR="$PWD" if [ "$1" = "-h" -o "$1" = "--help" ]; then usage exit elif [ "$1" = "--version" ]; then cd "$POLDIR" version="$(cat python/lib/Variables.py | grep 'os.environ\["VERSION"\] = ' | cut -d = -f2 | tr -d \" | tr -d " ")" echo "PlayOnLinux $version" exit 0 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" "$HOME/.PlayOnLinux/tmp/debug_$NAME" && \ sed -e 's/^export WINEDEBUG="\(.*\)"/export WINEDEBUG="-all"/' "$HOME/.PlayOnLinux/tmp/debug_$NAME" > "$HOME/.PlayOnLinux/shortcuts/$NAME" fi if [ -e "$HOME/.PlayOnLinux/configurations/pre_shortcut/$NAME" ]; then source "$HOME/.PlayOnLinux/configurations/pre_shortcut/$NAME" fi exec ./playonlinux-bash "$HOME/.PlayOnLinux/shortcuts/$NAME" "$@" fi else cd "$POLDIR/python" search_python && "$POL_PYTHON" mainwindow.py "$@" exitcode=$? fi [ $exitcode -eq 63 ] && exec "$POLDIR/playonlinux" exit $exitcode playonlinux/playonlinux-bash000077500000000000000000000031171341024004000166510ustar00rootroot00000000000000#!/usr/bin/env 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" [ "$(uname -s)" = "FreeBSD" ] && export POL_OS="FreeBSD" usage() { local self="$(basename "$0")" echo "Usage: $self [-h] [--help]