--- a/i18n/eric5_de.ts Sun Feb 07 14:18:01 2010 +0000 +++ b/i18n/eric5_de.ts Mon Feb 08 18:16:15 2010 +0000 @@ -18318,12 +18318,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>Konfiguration exportieren</translation> </message> <message> - <location filename="Preferences/__init__.py" line="841"/> + <location filename="Preferences/__init__.py" line="835"/> <source>Import Preferences</source> <translation>Konfiguration importieren</translation> </message> @@ -30019,11 +30019,6 @@ <p>Drücke den Hilfeknopf für weitergehende Informationen.</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 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>Um Variablen in einer Vorlage zu verwenden, muß der Variablenname mit einem $-Zeichen umschlossen werden. Wenn die Vorlage angewandt wird, wird nach einem Wert für diese Variable gefragt.</p><p>Beispiel: Dies ist eine $Variable$</p><p>Wenn diese Vorlage angewandt wird, wird nach einem Wert für die Variable $Variable$ gefragt. Jedes Vorkommen von $Variable$ wird dann durch den eingegebenen Text ersetzt.</p><p>Wird in der Vorlage ein einzelnes $-Zeichen, das keine Variable umschließt, benötigt, so muß dies als $$ (zwei Dollar Zeichen) geschrieben werden. Bei der Anwendung der Vorlage wird dies automatisch zu einem $-Zeichen.</p><p>Soll der Wert einer Variablen speziell behandelt werden, so muß dem Variablennamen ein ':' und eine Formatangabe folgen (z.B. $Variable:ml$). Die unterstützten Formatangaben sind:<table><tr><td>ml</td><td>Gibt ein mehrzeiliges Format an. Der ersten Zeile des Variablenwertes wird die Zeichenkette vor der Variablen der gleichen Zeile in der Vorlage vorangestellt. Allen anderen wird soviel Leerraum vorangestellt, wie die Zeile der Variablen.</td></tr><tr><td>rl</td><td>Gibt ein wiederholendes Format an. Jede Zeile des Variablenwertes wird die Zeichenkette vor der Variablen der gleichen Zeile in der Vorlage vorangestellt.</td></tr></table></p><p>Die folgenden vordefinierten Variablen können in einer Vorlage verwendet werden:<table><tr><td>date</td><td>das aktuelle Datum im ISO Format (JJJJ-MM-TT)</td></tr><tr><td>year</td><td>das aktuelle Jahr</td></tr><tr><td>project_name</td><td>der Name des Projektes (falls vorhanden)</td></tr><tr><td>path_name</td><td>voller Pfadname der aktuellen Datei</td></tr><tr><td>dir_name</td><td>voller Pfadname des Verzeichnisses</td></tr><tr><td>file_name</td><td>Dateiname der aktuellen Datei (ohne Verzeichnis)</td></tr><tr><td>base_name</td><td>wie <i>file_name</i>, aber ohne Erweiterung</td></tr><tr><td>ext</td><td>die Erweiterung der aktuellen Datei</td></tr></table></p><p>Soll das einen Variablennamen umschließende Zeichen geändert werden, so kann dies im Konfigurationsdialog geschehen.</p></translation> - </message> - <message> <location filename="Templates/TemplatePropertiesDialog.ui" line="31"/> <source>Enter the name of the template/group. Templates are autocompleted upon this name.</source> <translation>Gib den Namen der Vorlage/Gruppe ein. Vorlagen werden auf Grund dieses Namens vervollständigt.</translation> @@ -30043,6 +30038,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>Vorlagenname</b><p>Gib den Namen der Vorlage ein. Vorlagen werden basierend auf ihrem Namen vervollständigt. Um dies zu unterstützen, darf der Name nur Buchstaben (a-z und A-Z), Ziffern (0-9) und Unterstriche (_) enthalten.</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><p>Um Variablen in einer Vorlage zu verwenden, muß der Variablenname mit einem $-Zeichen umschlossen werden. Wenn die Vorlage angewandt wird, wird nach einem Wert für diese Variable gefragt.</p><p>Beispiel: Dies ist eine $Variable$</p><p>Wenn diese Vorlage angewandt wird, wird nach einem Wert für die Variable $Variable$ gefragt. Jedes Vorkommen von $Variable$ wird dann durch den eingegebenen Text ersetzt.</p><p>Wird in der Vorlage ein einzelnes $-Zeichen, das keine Variable umschließt, benötigt, so muß dies als $$ (zwei Dollar Zeichen) geschrieben werden. Bei der Anwendung der Vorlage wird dies automatisch zu einem $-Zeichen.</p><p>Soll der Wert einer Variablen speziell behandelt werden, so muß dem Variablennamen ein ':' und eine Formatangabe folgen (z.B. $Variable:ml$). Die unterstützten Formatangaben sind:<table><tr><td>ml</td><td>Gibt ein mehrzeiliges Format an. Der ersten Zeile des Variablenwertes wird die Zeichenkette vor der Variablen der gleichen Zeile in der Vorlage vorangestellt. Allen anderen wird soviel Leerraum vorangestellt, wie die Zeile der Variablen.</td></tr><tr><td>rl</td><td>Gibt ein wiederholendes Format an. Jede Zeile des Variablenwertes wird die Zeichenkette vor der Variablen der gleichen Zeile in der Vorlage vorangestellt.</td></tr></table></p><p>Die folgenden vordefinierten Variablen können in einer Vorlage verwendet werden:<table><tr><td>date</td><td>das aktuelle Datum im ISO Format (JJJJ-MM-TT)</td></tr><tr><td>year</td><td>das aktuelle Jahr</td></tr><tr><td>project_name</td><td>der Name des Projektes (falls vorhanden)</td></tr><tr><td>project_path</td><td>der Pfad des Projektes (falls vorhanden)/td></tr><tr><td>path_name</td><td>voller Pfadname der aktuellen Datei</td></tr><tr><td>dir_name</td><td>voller Pfadname des Verzeichnisses</td></tr><tr><td>file_name</td><td>Dateiname der aktuellen Datei (ohne Verzeichnis)</td></tr><tr><td>base_name</td><td>wie <i>file_name</i>, aber ohne Erweiterung</td></tr><tr><td>ext</td><td>die Erweiterung der aktuellen Datei</td></tr><tr><td>cur_select</td><td>der aktuell ausgewählte Text</td></tr><tr><td>insertion</td><td>Setzt den Cursor an diese Stelle nachdem das Template eingefügt wurde.</td></tr><tr><td>select_start</td><td>Setzt die Auswahl nachdem das Template eingefügt wurde (verwendet zusammen mit 'select_end').</td></tr><tr><td>select_end</td><td>Setzt die Auswahl nachdem das Template eingefügt wurde (verwendet zusammen mit 'select_start').</td></tr><tr><td>clipboard</td><td>der Text der Zwischenablage</td></tr></table></p><p>Soll das einen Variablennamen umschließende Zeichen geändert werden, so kann dies im Konfigurationsdialog geschehen.</p></translation> + </message> </context> <context> <name>TemplateSingleVariableDialog</name> @@ -30065,7 +30065,7 @@ <context> <name>TemplateViewer</name> <message> - <location filename="Templates/TemplateViewer.py" line="712"/> + <location filename="Templates/TemplateViewer.py" line="776"/> <source>Edit Template Group</source> <translation>Vorlagengruppe editieren</translation> </message> @@ -30085,7 +30085,7 @@ <translation>Vorlagen exportieren</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><p>Eine Vorlagengruppe mit dem Namen <b>{0}</b> existiert bereits.</p></translation> </message> @@ -30150,27 +30150,27 @@ <translation>Vorlagen Dateien (*.e4c);;Alle Dateien (*)</translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="807"/> + <location filename="Templates/TemplateViewer.py" line="871"/> <source>Save templates</source> <translation>Vorlagen speichern</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><p>Die Vorlagendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="Templates/TemplateViewer.py" line="867"/> + <location filename="Templates/TemplateViewer.py" line="931"/> <source>Read templates</source> <translation>Vorlagen lesen</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><p>Die Vorlagendatei <b>{0}</b> konnte nicht gelesen werden.</p></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><p>Die Vorlagendatei <b>{0}</b> hat ein nicht unterstütztes Format.</p></translation> </message> @@ -37597,12 +37597,12 @@ <context> <name>eric5</name> <message> - <location filename="eric5.py" line="227"/> + <location filename="eric5.py" line="221"/> <source>Importing packages...</source> <translation>Importiere Packages...</translation> </message> <message> - <location filename="eric5.py" line="232"/> + <location filename="eric5.py" line="226"/> <source>Generating Main Window...</source> <translation>Erzeuge das Hauptfenster...</translation> </message>