--- a/i18n/eric5_cs.ts Sun Feb 07 14:18:01 2010 +0000 +++ b/i18n/eric5_cs.ts Mon Feb 08 18:16:15 2010 +0000 @@ -19796,12 +19796,12 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="822"/> + <location filename="Preferences/__init__.py" line="816"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="841"/> + <location filename="Preferences/__init__.py" line="835"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> @@ -32199,7 +32199,7 @@ <message> <location filename="Templates/TemplatePropertiesDialog.py" line="109"/> <source><p>To use variables in a template, you just have to enclose the variablename with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occuring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occuring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> - <translation><p>Pro použití proměnných v šabloně stačí název proměnné zabalit do znaků $. Při použití šablony, budete na hodnoty proměnných dotázáni.</p><p>Příklad šablony: Toto je $PROMENNA$</p><p>Ve chvíli, kdy tuto šablonu použijete, budete dotázáni na hodnotu pro proměnnou $PROMENNA$. Každý výskyt $PROMENNA$ pak bude nahrazen hodnotou, kerou jste zadali.</p><p>Pokud chcete v šabloně použít přímo znak $, který nemá uvozovat žádnou proměnnou, tadejte $$ (dva znaky za sebou). Ty budou při použití šablony automaticky převedeny na jeden znak.</p><p>Jestliže chcete obsah proměnné speciálně ošetřit, tak za proměnnou musí následovat ':' a jedna z formátovacích definic (např. $PROMENNA:ml$). Podporované definice jsou:<table><tr> <td>ml</td> <td>Definuje víceřádkové formátování. První řádek obsahu proměnné je předsazen stringem, který je v šabloně na řádku před proměnnou. Všechny ostatní řádky jsou předsazeny stejným počtem bílých znaků jaký obsahuje proměnná.</td></tr><tr> <td>rl</td> <td>Definuje opakované formátování řádků. Každá řádka obsahu proměnné je předsazena stringem, který je v šabloně na řádku před proměnnou.</td></tr></table></p><p>Následující předdefinované proměnné, které můžou být v šabloně použity:<table><tr> <td>date</td> <td>dnešní datum ve formáoti ISO (YYYY-MM-DD)</td></tr><tr> <td>year</td> <td>aktuální rok</td></tr><tr> <td>project_name</td> <td>název projektu (je-li nějaký)</td></tr><tr> <td>path_name</td> <td>plná cesta k aktuálnímu souboru</td></tr><tr> <td>dir_name</td> <td>plná cesta do rodičovského adresáře</td></tr><tr> <td>file_name</td> <td>aktuální název souboru (bez adresáře)</td></tr><tr> <td>base_name</td> <td>jako <i>file_name</i>, ale bez extenze</td></tr><tr> <td>ext</td> <td>extenze aktuálního souboru</td></tr></table></p><p>Jestliže chcete změnit výchozí oddělovač na nějaký jiný, nastavte jej, prosím, v konfiguračním dialogu.</p></translation> + <translation type="obsolete"><p>Pro použití proměnných v šabloně stačí název proměnné zabalit do znaků $. Při použití šablony, budete na hodnoty proměnných dotázáni.</p><p>Příklad šablony: Toto je $PROMENNA$</p><p>Ve chvíli, kdy tuto šablonu použijete, budete dotázáni na hodnotu pro proměnnou $PROMENNA$. Každý výskyt $PROMENNA$ pak bude nahrazen hodnotou, kerou jste zadali.</p><p>Pokud chcete v šabloně použít přímo znak $, který nemá uvozovat žádnou proměnnou, tadejte $$ (dva znaky za sebou). Ty budou při použití šablony automaticky převedeny na jeden znak.</p><p>Jestliže chcete obsah proměnné speciálně ošetřit, tak za proměnnou musí následovat ':' a jedna z formátovacích definic (např. $PROMENNA:ml$). Podporované definice jsou:<table><tr> <td>ml</td> <td>Definuje víceřádkové formátování. První řádek obsahu proměnné je předsazen stringem, který je v šabloně na řádku před proměnnou. Všechny ostatní řádky jsou předsazeny stejným počtem bílých znaků jaký obsahuje proměnná.</td></tr><tr> <td>rl</td> <td>Definuje opakované formátování řádků. Každá řádka obsahu proměnné je předsazena stringem, který je v šabloně na řádku před proměnnou.</td></tr></table></p><p>Následující předdefinované proměnné, které můžou být v šabloně použity:<table><tr> <td>date</td> <td>dnešní datum ve formáoti ISO (YYYY-MM-DD)</td></tr><tr> <td>year</td> <td>aktuální rok</td></tr><tr> <td>project_name</td> <td>název projektu (je-li nějaký)</td></tr><tr> <td>path_name</td> <td>plná cesta k aktuálnímu souboru</td></tr><tr> <td>dir_name</td> <td>plná cesta do rodičovského adresáře</td></tr><tr> <td>file_name</td> <td>aktuální název souboru (bez adresáře)</td></tr><tr> <td>base_name</td> <td>jako <i>file_name</i>, ale bez extenze</td></tr><tr> <td>ext</td> <td>extenze aktuálního souboru</td></tr></table></p><p>Jestliže chcete změnit výchozí oddělovač na nějaký jiný, nastavte jej, prosím, v konfiguračním dialogu.</p></translation> </message> <message> <location filename="Templates/TemplatePropertiesDialog.ui" line="31"/> @@ -32221,6 +32221,11 @@ <source><b>Template name<b><p>Enter the name of the template. Templates may be autocompleted upon this name. In order to support autocompletion. the template name must only consist of letters (a-z and A-Z), digits (0-9) and underscores (_).</p></source> <translation><b>Název šablony</p><p>Zadejte název šablony. Šablony mohou být autoamticky sestaveny na toto jméno. Z důvodu podpory automatického sestavení musí název šablony obsahovat pouze písmena (a-z a A-Z), čísla (0-9) a podtržítka (_).</p></translation> </message> + <message> + <location filename="Templates/TemplatePropertiesDialog.py" line="109"/> + <source><p>To use variables in a template, you just have to enclose the variablename with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occuring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TemplateSingleVariableDialog</name> @@ -32329,7 +32334,7 @@ <p><b>Záznamy šablon</b> jsou aktuální šablony. Jsou seskupeny do skupin. Nápověda jak je definovat je dostupná v dialogu editace šablony. V podadresáři distribuce Erica je k prostudování jeden příklad šablony.</p></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="712"/> + <location filename="Templates/TemplateViewer.py" line="776"/> <source>Edit Template Group</source> <translation>Editovat skupinu šablon</translation> </message> @@ -32339,7 +32344,7 @@ <translation type="obsolete"><p>Skupina šablon se jménem <b>%1</b> již existuje.</p></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="807"/> + <location filename="Templates/TemplateViewer.py" line="871"/> <source>Save templates</source> <translation>Uložit šablony</translation> </message> @@ -32349,7 +32354,7 @@ <translation type="obsolete"><p>Do souboru se šablonami <b>%1</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="867"/> + <location filename="Templates/TemplateViewer.py" line="931"/> <source>Read templates</source> <translation>Načíst šablony</translation> </message> @@ -32380,22 +32385,22 @@ <p><b>Záznamy šablon</b> jsou aktuální šablony. Jsou seskupeny do skupin. Nápověda jak je definovat je dostupná v dialogu editace šablony. V podadresáři distribuce Erica je k prostudování jeden příklad šablony.</p> {5 ?}</translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="712"/> + <location filename="Templates/TemplateViewer.py" line="776"/> <source><p>A template group with the name <b>{0}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="807"/> + <location filename="Templates/TemplateViewer.py" line="871"/> <source><p>The templates file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="857"/> + <location filename="Templates/TemplateViewer.py" line="921"/> <source><p>The templates file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="867"/> + <location filename="Templates/TemplateViewer.py" line="931"/> <source><p>The templates file <b>{0}</b> has an unsupported format.</p></source> <translation type="unfinished"></translation> </message> @@ -40479,12 +40484,12 @@ <context> <name>eric5</name> <message> - <location filename="eric5.py" line="227"/> + <location filename="eric5.py" line="221"/> <source>Importing packages...</source> <translation type="unfinished">Importování balíčků...</translation> </message> <message> - <location filename="eric5.py" line="232"/> + <location filename="eric5.py" line="226"/> <source>Generating Main Window...</source> <translation type="unfinished">Generování hlavního okna...</translation> </message>