-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
i18n_dict = { | ||
"header.title" : "Python Console für QGIS", | ||
"header.subject" : "Python Console auf PyQScintilla2 basierend (entwickelt von Salvatore Larosa)", | ||
"header.subject.main" : "Das Objekt qgis.utils.iface (Instanz der Klasse QgisInterface) ermöglicht den Zugriff \ | ||
quf die Quantum GIS Umgebung von der Konsole aus. \ | ||
Über den defür bestimmten Knopf in der Werkzeugleiste \ | ||
kann die Klasse QgisInterface geladen werden.", | ||
"features" : "Funktionen", | ||
"features.title" : "Auto-Vervollständigung und Syntaxhervorhebung der folgenden Programmierschnittstellen:", | ||
"features.a" : "Strg+Leertaste zur Anzeige der Verfolgständigungsliste.", | ||
"features.b" : "Strg+Alt+Leertaste um die Befehlshistorie anzuzeigen.", | ||
"features.c" : "Zum Speichern der Befehlshistorie '_save' eingeben oder das Konsolfenster schließen. \ | ||
Dieser Befehl speichert die Historie in ~/.qgis/console_history.txt", | ||
"features.d" : "Zum Löschen der Befehlshistorie '_clear' eingeben. \ | ||
Dieser Befehl löscht die Befehlshistorie aus ~/.qgis/console_history.txt", | ||
"features.e" : "Zum kompletten Löschen der Befehlshistorie '_clearAll' eingeben. \ | ||
Dieser Befehl löscht die ganze Befehlshistorie. Er ist nicht zurückzunehmen.", | ||
"toolbar" : "Werkzeugleiste", | ||
"toolbar.title" : "Im folgende Beschreibungen der Werkzeuge in der Leiste:", | ||
"toolbar.clear" : "Löschen der Python-Konsole", | ||
"toolbar.iface" : "Import der Klasse iface", | ||
"toolbar.sextante" : "Import der Klasse Sextante", | ||
"toolbar.script.open" : "Laden eines Pythonscripts in die Konsole", | ||
"toolbar.script.save" : "Speichern eines Pythonscripts.", | ||
"toolbar.help" : "Hilfe", | ||
"toolbar.run" : "Zum Ausführen eines Befehlt (wie Eingabe von Enter)", | ||
"thanks" : "Dank", | ||
"thanks.text" : "Danke an Larry Shaffer für die API-Dateien." | ||
}; |