--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CxFreeze/i18n/cxfreeze_en.ts Sat Jul 13 15:36:08 2013 +0200 @@ -0,0 +1,363 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="2.0"> +<context> + <name>CxFreezePlugin</name> + <message> + <location filename="../../PluginCxFreeze.py" line="24"/> + <source>Your version of Eric5 is not supported. At least version 5.1.0 of Eric5 is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="59"/> + <source>Packagers - cx_freeze</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="337"/> + <source>The cxfreeze executable could not be found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="255"/> + <source>Use cx_freeze</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="255"/> + <source>Use cx_&freeze</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="258"/> + <source>Generate a distribution package using cx_freeze</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="260"/> + <source><b>Use cx_freeze</b><p>Generate a distribution package using cx_freeze. The command is executed in the project path. All files and directories must be given absolute or relative to the project directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="337"/> + <source>cxfreeze</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../PluginCxFreeze.py" line="327"/> + <source>There is no main script defined for the current project.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CxfreezeConfigDialog</name> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="14"/> + <source>Cxfreeze Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="17"/> + <source><b>Cxfreeze Configuration</b> +<p>This dialog is used to configure the cxfreeze (FreezePython) process in order to create a distribution package for the project.</p> +<p>All files and directories must be given absolute or relative to the project directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="38"/> + <source>&General</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="44"/> + <source>Application icon:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="51"/> + <source>Enter name of script which will be executed upon startup</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="72"/> + <source>Select to disable copying of dependent files to the target directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="75"/> + <source>Do not copy dependant files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="82"/> + <source>Select to compress the byte code in zip files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="85"/> + <source>Compress Byte Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="107"/> + <source>Init script:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="114"/> + <source>Target name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="121"/> + <source>Enter the name of the file to create</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="124"/> + <source><p>Enter the name of the file to create instead of the base name of the script and the extension of the base binary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="131"/> + <source>Base name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="363"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="145"/> + <source>Enter the name of the target directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="148"/> + <source><p>Enter the name of the directory in which to place the target file and any dependant files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="155"/> + <source>Enter the name of a file on which to base the target file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="174"/> + <source>Target directory:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="181"/> + <source>Select to optimize generated bytecode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="184"/> + <source>Optimize bytecode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="196"/> + <source>Don't optimize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="203"/> + <source>Select to optimize the generated bytecode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="206"/> + <source>Optimize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="213"/> + <source>Select to optimize the generated bytecode and remove doc strings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="216"/> + <source>Optimize (with docstring removal)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="226"/> + <source>Select the cx_freeze executable</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="233"/> + <source>cx_Freeze executable:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="240"/> + <source>Enter the name of the application icon.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="255"/> + <source>&Advanced</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="267"/> + <source>Default path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="274"/> + <source>Enter directories to initialize sys.path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="277"/> + <source><p>Enter a list of paths separated by the standard path separator, which will be used to initialize sys.path prior to running the module finder.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="284"/> + <source>Enter directories to modify sys.path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="287"/> + <source><p>Enter a list of paths separated by the standard path separator, which will be used to modify sys.path prior to running the module finder.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="294"/> + <source>Include path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="301"/> + <source>Replace paths:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="308"/> + <source>Enter replacement directives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="311"/> + <source><p>Enter replacement directives used to replace all the paths in modules found. Please see cx_Freeze docu for details.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="318"/> + <source>Include modules:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="325"/> + <source>Enter a comma separated list of modules to include</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="332"/> + <source>Exclude modules:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="339"/> + <source>Enter a comma separated list of modules to exclude</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="346"/> + <source>Enter the name of a file in which to place the list of included modules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="353"/> + <source>External list file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.ui" line="360"/> + <source>Press to select the external list file via a file selection dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.py" line="210"/> + <source>Select external list file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.py" line="230"/> + <source>Icons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.py" line="231"/> + <source>All files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.py" line="239"/> + <source>Select the application icon</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeConfigDialog.py" line="259"/> + <source>Select target directory</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CxfreezeExecDialog</name> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.ui" line="14"/> + <source>Cxfreeze</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.ui" line="29"/> + <source>Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.ui" line="41"/> + <source><b>Packager Execution</b> +<p>This shows the output of the packager command.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.ui" line="58"/> + <source>Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.ui" line="70"/> + <source><b>Packager Execution</b> +<p>This shows the errors of the packager command.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.py" line="75"/> + <source>{0} - {1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.py" line="83"/> + <source>Process Generation Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.py" line="83"/> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../../CxFreeze/CxfreezeExecDialog.py" line="122"/> + <source> +{0} finished. +</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS>