# HG changeset patch # User Rik # Date 1522684700 25200 # Node ID 56b26a3376d05c663a8e91c363cff6a312cb48ab # Parent e909207e9ff151d4201cc1ff3dfb472b6383da5b# Parent 3166d47adde28d1e3a1852864a6ecfe7fff7c481 maint: merge stable to default. diff -r e909207e9ff1 -r 56b26a3376d0 configure.ac --- a/configure.ac Fri Mar 30 17:47:12 2018 -0400 +++ b/configure.ac Mon Apr 02 08:58:20 2018 -0700 @@ -2720,7 +2720,7 @@ ## Check Java version is recent enough. AC_MSG_CHECKING([for Java version]) - java_version=[`"$JAVA" -version 2>&1 | $SED -n -e 's/^[^ ]* version[^0-9"]*"\([^"]*\)"/\1/p'`] + java_version=[`"$JAVA" -version 2>&1 | $SED -n -e 's/^[^ ]* version[^0-9"]*"\([^"]*\)".*/\1/p'`] AC_MSG_RESULT([$java_version]) java_major=[`echo $java_version | $SED -e 's/^\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*$/\1/'`] java_minor=[`echo $java_version | $SED -e 's/^\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*$/\2/'`] diff -r e909207e9ff1 -r 56b26a3376d0 etc/RELEASE.PROCESS --- a/etc/RELEASE.PROCESS Fri Mar 30 17:47:12 2018 -0400 +++ b/etc/RELEASE.PROCESS Mon Apr 02 08:58:20 2018 -0700 @@ -3,11 +3,15 @@ The format of the file is wiki markup and can be directly used as a page on wiki.octave.org. -==4.2.0 Release Tasks== +==4.4.0 Release Tasks== This page shows the tasks to be completed before the GUI release is finalized. +# Update gnulib to latest version +# Must occur first as it could resolve existing, or create new, bug reports +#: Completion Date: + # File bug reports for all outstanding bugs known, but not reported #* Put out a general call for reports on Octave-Maintainers and Octave-Help list #: Completion Date: @@ -26,6 +30,7 @@ # GPL License activities #* Update Copyright statements for all source controlled files +#* Update dates in any other locations (launch message, citation, etc.) #* Add any new contributors to contributors.in #: Completion Date: @@ -36,10 +41,10 @@ #* C++ style check. Completion Date: # Run lint checker on code base -#* cppcheck, Clang sanitize, etc. +#* cppcheck, -fsanitize, etc. #: Completion Date: -# Verify 'make check' is passing +# Verify 'make check' is passing on all buildbot combinations of OS and compilers #* Start discussion on octave-maintainers list about which failing tests must be fixed #* Identify and fix any tests determined critical in step above #: Completion Date: diff -r e909207e9ff1 -r 56b26a3376d0 etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Fri Mar 30 17:47:12 2018 -0400 +++ b/etc/icons/org.octave.Octave.appdata.xml Mon Apr 02 08:58:20 2018 -0700 @@ -25,7 +25,8 @@ GNU Octave Interactive programming environment for numerical computations Interaktive Programmierumgebung für numerische Berechnungen - + 数値計算のための対話的なプログラミング環境 + Interactieve programmeeromgeving voor numerieke berekeningen

GNU Octave is a high-level interpreted language, primarily intended for diff -r e909207e9ff1 -r 56b26a3376d0 etc/icons/org.octave.Octave.desktop.in --- a/etc/icons/org.octave.Octave.desktop.in Fri Mar 30 17:47:12 2018 -0400 +++ b/etc/icons/org.octave.Octave.desktop.in Mon Apr 02 08:58:20 2018 -0700 @@ -2,6 +2,8 @@ Name=GNU Octave Comment=Interactive programming environment for numerical computations Comment[de]=Interaktive Programmierumgebung für numerische Berechnungen +Comment[ja]=数値計算のための対話的なプログラミング環境 +Comment[nl]=Interactieve programmeeromgeving voor numerieke berekeningen TryExec=%OCTAVE_PREFIX%/bin/octave Exec=%OCTAVE_PREFIX%/bin/octave --gui %f Icon=octave diff -r e909207e9ff1 -r 56b26a3376d0 libgui/graphics/GLCanvas.cc --- a/libgui/graphics/GLCanvas.cc Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/graphics/GLCanvas.cc Mon Apr 02 08:58:20 2018 -0700 @@ -138,7 +138,7 @@ octave::gl2ps_print (figObj, file_cmd.toStdString (), term.toStdString ()); } - catch (octave::execution_exception e) + catch (octave::execution_exception& e) { octave_link::post_exception (std::current_exception ()); end_rendering (); diff -r e909207e9ff1 -r 56b26a3376d0 libgui/languages/de_DE.ts --- a/libgui/languages/de_DE.ts Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/languages/de_DE.ts Mon Apr 02 08:58:20 2018 -0700 @@ -61,7 +61,7 @@ Background color, pink (255, 0, 255) means default - Hintergrundfarbe, Pink (255,0,255) für Standard {255, 0, 255)?} + Hintergrundfarbe, Pink (255,0,255) für Standard @@ -179,7 +179,7 @@ Octave Figure File (*.ofig);;Vector Image Formats (*.eps *.epsc *.pdf *.svg *.ps *.tikz);;Bitmap Image Formats (*.gif *.jpg *.png *.tiff) - + Octave Abbildungsdatei (*.ofig);;Vektorgrafik-Formate (*.eps *.epsc *.pdf *.svg *.ps *.tikz);;Rastergrafik Formate (*.gif *.jpg *.png *.tiff) @@ -231,28 +231,28 @@ Open Link - + Link öffnen Copy Link Address - + Link-Adresse kopieren Send Email To... - + E-Mail senden an... Copy Email Address - + E-Mail-Adresse kopieren Edit %1 at line %2 - Bearbeite %1 in Zeile %2 + %1 in Zeile %2 bearbeiten @@ -418,7 +418,7 @@ Select All - Alles auswählen + Alles auswählen @@ -426,35 +426,37 @@ Octave Documentation - + Octave Dokumentation Could not setup the data required for the documentation viewer. Only help texts in the Console Widget will be available. - + Die für den Dokumentationsbetrachter +benötigten Dateien konnten nicht vorbereitet werden. +Das Betrachten der Hilfe ist auf das Befehlsfenster beschränkt. Contents - + Inhalt Enter text to search the indices - + Text eingeben, um die Indizes zu durchsuchen Search - + Suchen Index - + Index @@ -462,12 +464,12 @@ Documentation - Dokumentation + Dokumentation See the documentation for help. - Siehe Dokumentation für Hilfe. + Siehe Dokumentation für Hilfe. @@ -476,20 +478,21 @@ Octave Editor - Octave Editor + Octave Editor Could not start custom file editor %1 - Externer Editor kann nicht gestartet werden: + Externer Editor kann nicht gestartet werden: %1 There is no custom editor configured yet. Do you want to open the preferences? - + Es wurde noch kein externer Editor konfiguriert. +Jetzt die Einstellungen öffnen? @@ -501,28 +504,28 @@ Octave Editor - Octave Editor + Octave Editor File not saved! A file with the selected name %1 is already open in the editor - Die Datei wurde nicht gespeichert! Eine Datei mit dem gewählten Namen + Die Datei wurde nicht gespeichert! Eine Datei mit dem gewählten Namen %1 ist im Editor bereits geöffnet The associated file editor tab has disappeared. - Der zugehörige Editor-Reiter ist nicht mehr vorhanden. + Der zugehörige Editor-Reiter ist nicht mehr vorhanden. Could not open file %1 for read: %2. - Die Datei + Die Datei %1 konnte nicht zum Lesen geöffnet werden: %2. @@ -532,26 +535,26 @@ File %1 does not exist. Do you want to create it? - Die Datei + Die Datei %1 existiert nicht. Soll sie erzeugt werden? Create - Erzeugen + Erstellen Cancel - Abbrechen + Abbrechen Could not open file %1 for write: %2. - Die Datei + Die Datei %1 konnte nicht zum Schreiben geöffnet werden: %2. @@ -559,377 +562,372 @@ &File - &Datei + &Datei &Recent Editor Files - &Zuletzt bearbeitete Dateien + &Zuletzt bearbeitete Dateien &Edit Function - Funktion b&earbeiten + Funktion b&earbeiten &Save File - Datei &speichern + Datei &speichern Save File &As... - D&atei speichern unter... + D&atei speichern unter... &Close - S&chließen + S&chließen Close All - Alle schließen + Alle schließen Close Other Files - Andere Dokumente schließen + Andere Dateien schließen Print... - Drucken... + Drucken... &Edit - &Bearbeiten + &Bearbeiten &Redo - &Wiederherstellen + &Wiederherstellen Cu&t - &Ausschneiden + &Ausschneiden &Find and Replace... - &Suchen und Ersetzen... + &Suchen und Ersetzen... Find &Next... - &Nächsten suchen... + &Nächsten suchen... Find &Previous... - &Vorherigen suchen... + &Vorherigen suchen... &Commands - Befe&hle + Befe&hle Delete Line - Zeile löschen + Zeile löschen Copy Line - Zeile kopieren + Zeile kopieren Cut Line - Zeile ausschneiden + Zeile ausschneiden Delete to Start of Word - Bis zum Anfang des Wortes löschen + Bis zum Anfang des Wortes löschen Delete to End of Word - Bis zum Ende des Wortes löschen + Bis zum Ende des Wortes löschen Delete to Start of Line - Bis zum Anfang der Zeile löschen + Bis zum Anfang der Zeile löschen Delete to End of Line - Bis zum Ende der Zeile löschen + Bis zum Ende der Zeile löschen Duplicate Selection/Line - Zeile oder Auswahl duplizieren + Zeile oder Auswahl duplizieren Transpose Line - Zeilen tauschen + Zeilen tauschen &Show Completion List - Vervoll&ständigungsliste anzeigen + Vervoll&ständigungsliste anzeigen &Format - &Format + &Format &Uppercase Selection - Auswahl zu Großb&uchstaben + Auswahl zu Großb&uchstaben &Lowercase Selection - Auswahl zu K&leinbuchstaben + Auswahl zu K&leinbuchstaben &Comment - &Kommentieren + &Kommentieren &Uncomment - Kommentar &entfernen + Kommentar &entfernen Comment (Choosing String) - + Kommentieren (Syntax auswählen) &Indent Selection Rigidly - + Auswahl eine Ebene &einrücken &Unindent Selection Rigidly - + Auswahl eine Ebene &ausrücken Indent Code - + Code automatisch einrücken - convert line endings to &windows (crlf) - + Convert Line Endings to &Windows (CRLF) + Zeilenenden für &Windows (CRLF) umwandeln Convert Line Endings to &Unix (LF) - Zeilenenden für &Unix (LF) umwandeln + Zeilenenden für &Unix umwandeln (LF) Convert Line Endings to &Mac (CR) - Zeilenenden für &Mac (CR) umwandeln + Zeilenenden für &Mac umwandeln (CR) Navi&gation - Navi&gation + Navi&gation Go &to Line... - &Gehe zu Zeile... + &Gehe zu Zeile... Move to Matching Brace - + Zur zugehörigen Klammer springen Select to Matching Brace - + Bis zur zugehörigen Klammer auswählen &Next Bookmark - &Nächstes Lesezeichen + &Nächstes Lesezeichen Pre&vious Bookmark - &Vorheriges Lesezeichen + &Vorheriges Lesezeichen Toggle &Bookmark - &Lesezeichen umschalten + &Lesezeichen umschalten &Remove All Bookmarks - Alle Lesezeichen &entfernen + Alle Lesezeichen &entfernen &Preferences... - &Einstellungen... + &Einstellungen... &Styles Preferences... - &Stil-Einstellungen... + &Stil-Einstellungen... &View - An&sicht + An&sicht &Editor - &Editor + &Editor Show &Line Numbers - Zei&lennummern anzeigen + Zei&lennummern anzeigen Show &Whitespace Characters - Lee&rzeichen anzeigen + Lee&rzeichen anzeigen Show Line &Endings - Z&eilenenden anzeigen + Z&eilenenden anzeigen Show &Indentation Guides - E&inrückungshinweise anzeigen + E&inrückungshinweise anzeigen Show Long Line &Marker - &Markierung langer Zeilen anzeigen + &Markierung langer Zeilen anzeigen Show &Toolbar - &Werkzeugleiste anzeigen + &Werkzeugleiste anzeigen Show &Statusbar - &Statusleiste anzeigen + &Statusleiste anzeigen Show &Horizontal Scrollbar - &Horizontale Bildlaufleiste anzeigen + &Horizontale Bildlaufleiste anzeigen Zoom &In - Ver&größern + Ver&größern Zoom &Out - Ver&kleinern + Ver&kleinern &Normal Size - &Normale Größe + &Normale Größe &Debug - &Debuggen + &Debuggen Toggle &Breakpoint - Haltepunkt &umschalten + Haltepunkt &umschalten &Next Breakpoint - &Nächster Haltepunkt + &Nächster Haltepunkt Pre&vious Breakpoint - &Vorheriger Haltepunkt + &Vorheriger Haltepunkt &Remove All Breakpoints - Alle Haltepunkte entfe&rnen + Alle Haltepunkte entfe&rnen &Run - &Ausführen + &Ausführen Save File and Run - Datei speichern und ausführen + Datei speichern und ausführen Run &Selection - Markierten Quellcode au&sführen + Markierten Quellcode au&sführen &Help - &Hilfe + &Hilfe &Help on Keyword - &Hilfe zum Schlüsselwort + &Hilfe zum Schlüsselwort &Documentation on Keyword - &Dokumentation zum Schlüsselwort + &Dokumentation zum Schlüsselwort Recent Files - Zuletzt bearbeitete Dateien + Zuletzt bearbeitete Dateien Editor - Editor - - - - &%1 %2 - &%1 %2 + Editor @@ -937,27 +935,27 @@ line: - Zeile: + Zeile: col: - Spalte: + Spalte: encoding: - Kodierung: + Kodierung: eol: - Zeilenende: + Zeilenende: Breakpoint condition - Bedingung für Haltepunkt + Bedingung für Haltepunkt @@ -969,46 +967,47 @@ Octave Editor - Octave Editor + Octave Editor Cannot add breakpoint to modified file. Save and add breakpoint, or cancel? - Haltepunkt kann nicht in einer geänderten Datei gesetzt werden. + Haltepunkt kann nicht in einer geänderten Datei gesetzt werden. Speichern und Haltepunkt setzen oder abbrechen? Goto line - Gehe zu Zeile + Gehe zu Zeile Line number - Zeilennummer + Zeilennummer Comment selected text - + Markierten Text auskommentieren Comment string to use: - + Diese Zeichenkette verwenden: + <unnamed> - <unbenannt> + <unbenannt> Do you want to cancel closing, save or discard the changes? - Änderungen speichern, verwerfen oder Schließen abbrechen? + Änderungen speichern, verwerfen oder Schließen abbrechen? @@ -1017,50 +1016,50 @@ %1 is about to be closed but has been modified. %2 - Die Datei + Die Datei - %1 + %1 soll geschlossen werden, wurde aber modifiziert. %2 Debug or Save - Debug oder Speichern + Debug oder Speichern This file is currently being executed. Quit debugging and save? - Diese Datei wird momentan ausgeführt. + Diese Datei wird momentan ausgeführt. Debuggen abbrechen und speichern? Could not open file %1 for write: %2. - Die Datei %1 konnte nicht zum Schreiben geöffnet werden: + Die Datei %1 konnte nicht zum Schreiben geöffnet werden: %2. Line Endings: - Zeilenenden: + Zeilenenden: File Encoding: - Zeichenkodierung: + Zeichenkodierung: Octave Files (*.m) - Octave Dateien (*.m) + Octave Dateien (*.m) All Files (*) - Alle Dateien (*) + Alle Dateien (*) @@ -1071,55 +1070,58 @@ call your script using its name as an Octave command. Do you want to choose another name? - "%1" + "%1" ist kein gültiger Name. -Mit diesem Dateinamen kann das Skript nicht als +Mit diesem Dateinamen kann das Skript nicht als Octave-Befehl aufgerufen werden. -Einen anderen Namen wählen? - +Einen anderen Namen wählen? - The current codec %1 + The current encoding %1 can not be applied. Please select another one or cancel saving! - + Die ausgewählte Zeichenkodierung %1 +kann nicht angewandt werden. + +Wählen Sie eine andere Kodierung oder brechen Sie das Speichern ab! The current editor contents can not be encoded -with the selected codec %1. +with the selected encoding %1. Using it will result in data loss! -Do you want to chose another codec? - Der Text kann mit der gewählten +Do you want to chose another encoding? + Der Text kann mit der gewählten Zeichenkodierung %1 nicht ohne Datenverlust gespeichert werden! -Andere Zeichenkodierung wählen? - +Andere Zeichenkodierung wählen? It seems that '%1' has been modified by another application. Do you want to reload it? - Die Datei '%1' wurde von einer anderen Anwendung verändert. Soll der neue Inhalt geladen werden? + Die Datei '%1' wurde von einer anderen Anwendung verändert. Soll der neue Inhalt geladen werden? Warning: The contents in the editor is modified! - Achtung: Der Inhalt des Editors wurde verändert! + + +Achtung: Der Inhalt des Editors wurde verändert! It seems that the file %1 has been deleted or renamed. Do you want to save it now?%2 - Die Datei + Die Datei %1 wurde gelöscht oder umbenannt. Soll die Datei jetzt gespeichert werden?%2 @@ -1129,227 +1131,228 @@ File Browser - Dateibrowser + Dateibrowser Browse your files - Dateien durchsuchen + Dateien durchsuchen File size - Dateigröße + Dateigröße File type - Dateityp + Dateityp Date modified - Änderungsdatum + Änderungsdatum Show hidden - Verborgene Dateien anzeigen + Versteckte Dateien anzeigen Alternating row colors - Alternierende Farben für die Zeilen verwenden + Zeilen abwechselnd einfärben Enter the path or filename - Pfad oder Dateinamen eingeben + Pfad oder Dateinamen eingeben One directory up - Ein Verzeichnis höher + Ein Verzeichnis höher Show Octave directory - Aktuelles Octave Verzeichnis anzeigen + Aktuelles Octave Verzeichnis anzeigen Go to current Octave directory - Zum aktuellen Octave Verzeichnis gehen + Zum aktuellen Octave Verzeichnis gehen Set Octave directory - Octave Verzeichnis setzen + Octave Verzeichnis setzen Set Octave directory to current browser directory - Setze Octave Verzeichnis zu aktuellem Browser Verzeichnis + Setze Octave Verzeichnis zu aktuellem Browser Verzeichnis Actions on current directory - Aktionen mit aktuellem Verzeichnis + Aktionen mit aktuellem Verzeichnis Show Home Directory - Wechsle zum Heimatverzeichnis + Wechsle zum Heimatverzeichnis Set Browser Directory... - Wechsle in Verzeichnis... + Wechsle in Verzeichnis... Find Files... - + Dateien suchen... New File... - Neue Datei... + Neue Datei... New Directory... - Neues Verzeichnis... + Neues Verzeichnis... Activate to open in editor, right click for alternatives - Doppelklick zum Öffnen im Editor, Rechtsklick für mehr Optionen + Doppelklick zum Öffnen im Editor, Rechtsklick für mehr Optionen Open - Öffnen + Öffnen Open in System File Explorer - Im Dateimanager öffnen + Im Dateimanager öffnen Open in Text Editor - Im Texteditor öffnen + Im Texteditor öffnen Copy Selection to Clipboard - Kopiere Auswahl in die Zwischenablage + Auswahl in die Zwischenablage kopieren Run - Ausführen + Ausführen Load Data - Daten laden + Daten laden Set Current Directory - Aktuelles Verzeichnis setzen + Aktuelles Verzeichnis setzen Rename... - Umbenennen... + Umbenennen... Delete... - Löschen... + Löschen... Rename file/directory - Datei/Verzeichnis umbenennen + Datei/Verzeichnis umbenennen Rename file/directory: - Datei/Verzeichnis umbenennen: + Datei/Verzeichnis umbenennen: + to: - -zu: + + in: Delete file/directory - Datei/Verzeichnis löschen + Datei/Verzeichnis löschen Are you sure you want to delete - Folgende/s Datei/Verzeichnis wirklich löschen + Folgende/s Datei/Verzeichnis wirklich löschen Can not delete a directory that is not empty - Verzeichnis ist nicht leer und kann daher nicht gelöscht werden + Verzeichnis ist nicht leer und kann daher nicht gelöscht werden Set directory of file browser - Setze aktuelles Browser Verzeichnis + Datei-Browser Verzeichnis setzen Create File - Neue Datei + Neue Datei Create file in String ends with \n! - Neue Datei in + Neue Datei in New File.txt - Neue Datei.txt + Neue Datei.txt Create Directory - Neues Verzeichnis + Neues Verzeichnis Create folder in String ends with \n! - Neues Verzeichnis in + Neues Verzeichnis in New Directory - Neues Verzeichnis + Neues Verzeichnis @@ -1357,22 +1360,22 @@ Enjoy! - Viel Spaß! + Viel Spaß! Previous - Zurück + Zurück Finish - Beenden + Beenden Cancel - Abbrechen + Abbrechen @@ -1381,10 +1384,10 @@ <p>If you encounter problems, there are a number of ways to get help, including commercial support options, a mailing list, a wiki, and other community-based support channels. You can find more information about each of these by visiting <a href="https://octave.org/support.html">https://octave.org/support.html</a> (opens in external browser).</p> </body></html> - <html><body> -<p>Wir hoffen, dass Du Octave nützlich findest.</p> -<p>Wenn Du auf Probleme stoßen solltest, gibt es eine Reihe von Wegen, um Hilfe zu bekommen. Neben der Option kommerziellen Support zu erhalten, gibt es noch eine Mailingliste, ein Wiki und andere Community Support Channels. -Mehr über jede Möglichkeit findest Du im Internet unter <a href="https://octave.org/support.html">https://octave.org/support.html</a> (Wird im externen Browser geöffnet).</p> + <html><body> +<p>Wir hoffen, Sie halten Octave für ein nützliches Werkzeug.</p> +<p>Wenn Sie auf Probleme stoßen sollten, können Sie auf verschiedene Arten Hilfe bekommen. Neben der Option kommerziellen Support zu erhalten, gibt es noch eine Mailingliste, ein Wiki und andere Community-Support-Channels (auf Englisch). +Mehr über jede Möglichkeit finden Sie im Internet unter <a href="https://octave.org/support.html">https://octave.org/support.html</a> (Wird im externen Browser geöffnet).</p> </body></html> @@ -1401,16 +1404,16 @@ <li>Open the documentation browser of the Octave GUI with the help menu</li> </ul> </body></html> - <html><head> + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } </style> <head/><body> -<p>Für weitere Informationen über Octave:</p> +<p>Für weitere Informationen über Octave (auf Englisch):</p> <ul> -<li><a href="https://octave.org">https://octave.org</a> (Öffnet im externen Browser)</li> -<li>Online Dokumentation <a href="https://www.gnu.org/software/octave/doc/interpreter/index.html">html</a>- oder <a href="https://www.gnu.org/software/octave/octave.pdf">PDF</span></a>-Dokument (Öffnet im externen Browser)</li> -<li>Benutze den Dokumentations-Browser von Octave GUI im Hilfe-Menü</li> +<li>Webseite: <a href="https://octave.org">https://octave.org</a> (Öffnet im externen Browser)</li> +<li>Online-Dokumentation als <a href="https://www.gnu.org/software/octave/doc/interpreter/index.html">HTML</a>- oder als <a href="https://www.gnu.org/software/octave/octave.pdf">PDF</span></a>-Dokument (Öffnet im externen Browser)</li> +<li>Dokumentations-Browser im Hilfe-Menü der Octave GUI</li> </ul> </body></html> @@ -1420,107 +1423,107 @@ Find and Replace - Suchen und Ersetzen + Suchen und Ersetzen Find &what: - &Suche: + &Suchen nach: Re&place with: - &Ersetze durch: + &Ersetzen durch: Match &case - &Groß-/Kleinschreibung beachten + &Groß-/Kleinschreibung beachten Search from &start - Suche vom &Beginn + Suche vom &Beginn &Wrap while searching - &Umbruch beim Suchen + &Umbruch beim Suchen &Find Next - &Nächsten suchen + &Nächsten suchen Find &Previous - &Vorherigen suchen + &Vorherigen suchen &Replace - &Ersetze + &Ersetzen Replace &All - Ersetze &alle + &Alle ersetzen &More... - &Mehr... + &Mehr... &Whole words - &Ganze Wörter + &Ganze Wörter Regular E&xpressions - &Reguläre Ausdrücke + &Reguläre Ausdrücke Search &backward - Rück&wärts suchen + Rück&wärts suchen Search se&lection - In Auswah&l suchen + In Auswah&l suchen Search from end - Vom Ende suchen + Vom Ende suchen Search from start - Suche vom Beginn + Vom Beginn suchen Replace Result - Ergebnis der Ersetzungen + Ergebnis der Ersetzungen %1 items replaced - %1 Vorkommnisse ersetzt + %1 Vorkommnisse ersetzt Find Result - Suchergebnis + Suchergebnis No more matches found - Keine weiteren Vorkommnisse gefunden + Keine weiteren Vorkommnisse gefunden @@ -1528,147 +1531,147 @@ Find Files - Suche Dateien + Dateien suchen Named: - Name: + Name: Enter the filename search expression - Suchausdruck für den Dateinamen + Suchausdruck für den Dateinamen Start in: - Beginne in: + Beginne in: Enter the start directory - Verzeichnis, in dem die Suche beginnt + Verzeichnis, in dem die Suche beginnt Browse... - Durchsuchen... + Durchsuchen... Browse for start directory - Startverzeichnis auswählen + Startverzeichnis auswählen Search subdirectories - Unterverzeichnisse einschließen + Unterverzeichnisse einschließen Search recursively through directories for matching files - Rekursive Dateisuche durch Unterverzeichnisse + Rekursive Dateisuche durch Unterverzeichnisse Include directory names - Verzeichnisnamen einschließen + Verzeichnisnamen einschließen Include matching directories in search results - Auch Verzeichnisse berücksichtigen, deren Name die Suchanfrage erfüllt + Auch Verzeichnisse berücksichtigen, deren Namen die Suchanfrage erfüllen Name case insensitive - Groß-/Kleinschreibung ignorieren + Groß-/Kleinschreibung ignorieren Set matching name is case insensitive - Groß-/Kleinschreibung bei der Dateisuche ignorieren + Groß-/Kleinschreibung bei der Dateisuche ignorieren Contains text: - In Datei vorkommender Text: + In Datei vorkommender Text: Enter the file content search expression - Suche nach Dateien, die einen bestimmten Text enthalten + Suche nach Dateien, die einen bestimmten Text enthalten Text to match - Zu suchender Text + Zu suchender Text Text case insensitive - Groß-/Kleinschreibung ignorieren + Groß-/Kleinschreibung ignorieren Set text content is case insensitive - Groß-/Kleinschreibung beim Text ignorieren + Groß-/Kleinschreibung beim Text ignorieren Search results - Suchergebnisse + Suchergebnisse Idle. - Leerlauf. + Leerlauf. Find - Suche + Suchen Start search for matching files - Beginne die Dateisuche + Dateisuche beginnen Stop - Beenden + Beenden Stop searching - Suche beenden + Suche beenden Filename/location - Dateinamen/Verzeichnis + Dateiname/Verzeichnis File contents - Dateiinhalt + Dateiinhalt Searching... - Suche... + Suche... %1 match (es) - + %1 Treffer Set search directory - Suchverzeichnis setzen + Suchverzeichnis setzen @@ -1676,12 +1679,12 @@ Filename - Dateiname + Dateiname Directory - Verzeichnis + Verzeichnis @@ -1689,52 +1692,52 @@ Browse and search the command history. - Durchsuchen des Befehlsverlaufs. + Durchsuchen des Befehlsverlaufs. Copy - Kopieren + Kopieren Evaluate - Ausführen + Ausführen Create script - Skript erzeugen + Skript erzeugen Hide filter - Filter ausblenden + Filter ausblenden Show filter - Filter anzeigen + Filter anzeigen Double-click a command to transfer it to the terminal. - Doppelklick auf ein Kommando, um dieses in das Terminal zu übertragen. + Doppelklick auf einen Befehl, um diesen in das Befehlsfenster zu übertragen. Enter text to filter the command history - Suchbegriff eingeben, um den Befehlsverlauf zu filtern + Suchbegriff eingeben, um den Befehlsverlauf zu filtern Filter - Filter + Filter Command History - + Befehlsverlauf @@ -1742,17 +1745,17 @@ Welcome to Octave! - Willkommen bei Octave! + Willkommen bei Octave! Next - Weiter + Weiter Cancel - Abbrechen + Abbrechen @@ -1761,9 +1764,9 @@ Click 'Next' to create a configuration file and launch Octave.</p> <p>The configuration file is stored in<br>%1.</p> </body></html> - <html><body> -<p>Es scheint, dass die grafische Benutzerschnittstelle (GUI) zum ersten Mal auf diesem Computer gestartet wurde. -Klicke auf 'Weiter', um eine Konfigurationsdatei anzulegen und Octave zu starten.</p> + <html><body> +<p>Anscheinend wurde die grafische Benutzeroberfläche (GUI) zum ersten Mal auf diesem Computer gestartet. +Klicken Sie auf 'Weiter', um eine Konfigurationsdatei anzulegen und Octave zu starten.</p> <p>Die Konfigurationsdatei wird in<br>%1<br>gespeichert.</p> </body></html> @@ -1773,12 +1776,12 @@ Undock widget - Fenster lösen + Bedienelement lösen Close widget - + Bedienelement schließen @@ -1786,377 +1789,377 @@ Save Workspace As - Arbeitsumgebung speichern unter + Arbeitsumgebung speichern unter Load Workspace - Lade Arbeitsumgebung + Arbeitsumgebung laden The release notes file '%1' is empty. - Die Datei '%1' mit Versionshinweisen ist leer. + Die Datei '%1' mit Versionshinweisen ist leer. The release notes file '%1' cannot be read. - Die Datei '%1' mit Versionshinweisen kann nicht gelesen werden. + Die Datei '%1' mit Versionshinweisen kann nicht gelesen werden. Octave Release Notes - Versionshinweise zu Octave + Versionshinweise zu Octave Octave Community News - Neuigkeiten aus der Octave Community + Neuigkeiten aus der Octave-Community About Octave - Über Octave + Über Octave Octave - Octave + Octave Are you sure you want to exit Octave? - Octave wirklich beenden? + Octave wirklich beenden? Browse directories - Verzeichnisse durchsuchen + Verzeichnisse durchsuchen Octave Files (*.m);;All Files (*) - Octave Dateien (*.m);;Alle Dateien (*) + Octave Dateien (*.m);;Alle Dateien (*) File Encoding: - Zeichenkodierung: + Zeichenkodierung: New Function - Neue Funktion + Neue Funktion New function name: - Neuer Funktionsname: + Neuer Funktionsname: %1 is a built-in function - %1 ist eine eingebaute Funktion + %1 ist eine integrierte Funktion Can not find function %1 - Kann Funktion %1 nicht finden + Kann Funktion %1 nicht finden Octave Editor - Octave Editor + Octave Editor &File - &Datei + &Datei Open... - Öffnen... + Öffnen... Open an existing file in editor - Öffne eine vorhandene Datei im Editor + Eine vorhandene Datei im Editor öffnen Load Workspace... - Lade Arbeitsumgebung... + Arbeitsumgebung laden... Save Workspace As... - Arbeitsumgebung speichern unter... + Arbeitsumgebung speichern unter... Exit - Beenden + Beenden New - Neu + Neu New Script - Neues Skript + Neues Skript New Function... - Neue Funktion... + Neue Funktion... New Figure - Neue Abbildung + Neue Abbildung &Edit - &Bearbeiten + &Bearbeiten Undo - Rückgängig + Rückgängig Copy - Kopieren + Kopieren Paste - Einfügen + Einfügen Select All - Alles auswählen + Alles auswählen Clear Clipboard - Zwischenablage leeren + Zwischenablage leeren Find Files... - + Dateien suchen... Clear Command Window - Befehlsfenster löschen + Befehlsfenster leeren Clear Command History - + Befehlsverlauf leeren Clear Workspace - Arbeitsumgebung löschen + Arbeitsumgebung leeren Preferences... - Einstellungen... + Einstellungen... De&bug - De&bug + De&bug Step - Einzelschritt + Einzelschritt Step In - Hineinspringen + Hineinspringen Step Out - Herausspringen + Herausspringen Continue - Fortfahren + Fortfahren Quit Debug Mode - Debug-Modus beenden + Debug-Modus beenden &Window - &Fenster + &Fenster Show Command Window - Befehlsfenster anzeigen + Befehlsfenster anzeigen Show Command History - Befehlshistorie anzeigen + Befehlsverlauf anzeigen Show File Browser - Dateibrowser anzeigen + Dateibrowser anzeigen Show Workspace - Arbeitsumgebung anzeigen + Arbeitsumgebung anzeigen Show Editor - Editor anzeigen + Editor anzeigen Show Documentation - Dokumentation anzeigen + Dokumentation anzeigen Show Variable Editor - + Variableneditor anzeigen Command Window - Befehlsfenster + Befehlsfenster Command History - + Befehlsverlauf File Browser - Dateibrowser + Dateibrowser Workspace - Arbeitsumgebung + Arbeitsumgebung Editor - Editor + Editor Documentation - Dokumentation + Dokumentation Variable Editor - + Variableneditor Reset Default Window Layout - Fensterlayout auf Grundeinstellung zurücksetzen + Fensterlayout auf Grundeinstellung zurücksetzen &Help - &Hilfe + &Hilfe Report Bug - Fehler melden + Fehler melden Octave Packages - Octave Pakete + Octave Pakete Contribute - Zum Projekt beitragen + Zum Projekt beitragen Donate to Octave - Für Octave spenden + Für Octave spenden On Disk - Auf der Festplatte + Auf der Festplatte Online - Im Internet + Im Internet &News - &Neuigkeiten + &Neuigkeiten Release Notes - Versionshinweise + Versionshinweise Community News - Neuigkeiten der Community + Neuigkeiten der Community Toolbar - Werkzeugleiste + Werkzeugleiste Enter directory name - Neues Verzeichnis eingeben + Verzeichnisnamen eingeben Current Directory: - Aktuelles Verzeichnis: + Aktuelles Verzeichnis: One directory up - Ein Verzeichnis höher + Ein Verzeichnis höher @@ -2175,18 +2178,18 @@ </p> <p> <small><em>&mdash; The Octave Developers, - <html> + <html> <body> <p> -Die Neuigkeiten aus der Octave Community scheinen nicht erreichbar zu sein. +Die Neuigkeiten aus der Octave-Community scheinen nicht erreichbar zu sein. </p> <p> -Für die aktuellsten Neuigkeiten besuche -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> -sobald Du über eine Verbindung zum Internet verfügst (Link öffnet sich im externen Browser). +Für aktuelle Neuigkeiten (auf Englisch) besuchen Sie +<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a>, +sobald Sie über eine Verbindung zum Internet verfügen (Link öffnet sich im externen Browser). </p> <p> -<small><em>&mdash; Die Entwickler von Octave, +<small><em>&mdash; Die Entwickler von Octave, @@ -2203,19 +2206,19 @@ </p> <p> <small><em>&mdash; The Octave Developers, - <html> + <html> <body> <p> -Die Verbindung zum Internet um aktuelle Neuigkeiten von der Octave Community anzuzeigen wurde deaktiviert. +Die Internetverbindung zur Anzeige aktueller Neuigkeiten der Octave-Community wurde deaktiviert. </p> <p> -Für aktuelle Neuigkeiten besuche -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> -sobald Du über eine Verbindung zum Internet verfügst (Link öffnet sich im externen Browser) -oder aktiviere die Internetverbindung in den Einstellungen unter Netzwerk. +Für aktuelle Neuigkeiten (auf Englisch) besuchen Sie +<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a>, +sobald Sie über eine Verbindung zum Internet verfügen (Link öffnet sich im externen Browser) +oder aktivieren Sie die Internetverbindung in den Einstellungen unter Netzwerk. </p> <p> -<small><em>&mdash; Die Entwickler von Octave, +<small><em>&mdash; Die Entwickler von Octave, @@ -2223,22 +2226,22 @@ Hide widget - Fenster verbergen + Bedienelement verbergen Use <Alt> + <Left Mouse Button> for moving the window - + <Alt> + <Linke Maustaste> verwenden, um das Fenster zu verschieben Dock widget - Fenster andocken + Bedienelement andocken Undock widget - Fenster lösen + Bedienelement lösen @@ -2246,27 +2249,27 @@ Help on - Hilfe zu + Hilfe zu Documentation on - Dokumentation zu + Dokumentation zu Edit - + Bearbeiten dbstop if ... - dbstop wenn ... + dbstop wenn ... Press '%1' to replace all occurrences of '%2' with '%3'. - + '%1' drücken, um alle Vorkommnisse von '%2' mit '%3' zu ersetzen. @@ -2276,52 +2279,52 @@ Create - Erzeugen + Erstellen Cancel - Abbrechen + Abbrechen File %1 does not exist. Do you want to create it? - Die Datei + Die Datei %1 -existiert nicht. Soll sie erzeugt werden? +existiert nicht. Soll sie erstellt werden? Octave Editor - Octave Editor + Octave Editor The file %1 does not exist in the load path. To run or debug the function you are editing, you must either change to the directory %2 or add that directory to the load path. - Die Datei %1 befindet sich nicht im Suchpfad. Um die momentan geöffnete Datei auszuführen oder zu debuggen, in das Verzeichnis %2 wechseln oder dieses Verzeichnis dem Suchpfad hinzufügen. + Die Datei %1 befindet sich nicht im Suchpfad. Um die momentan geöffnete Datei auszuführen oder zu debuggen, in das Verzeichnis %2 wechseln oder dieses Verzeichnis dem Suchpfad hinzufügen. The file %1 is shadowed by a file with the same name in the load path. To run or debug the function you are editing, change to the directory %2. - Die Datei %1 wird von einer Datei gleichen Namens im Suchpfad verdeckt. Um die momentan geöffnete Funktion auszuführen oder zu debuggen, in das Verzeichnis %2 wechseln. + Die Datei %1 wird von einer Datei gleichen Namens im Suchpfad verdeckt. Um die momentan geöffnete Funktion auszuführen oder zu debuggen, in das Verzeichnis %2 wechseln. Change Directory or Add Directory to Load Path - Verzeichnis wechseln oder zum Suchpfad hinzufügen + Verzeichnis wechseln oder zum Suchpfad hinzufügen &Change Directory - + Verzeichnis &wechseln &Add Directory to Load Path - + Verzeichnis zum &Suchpfad hinzufügen @@ -2329,7 +2332,7 @@ Default - Standard + Standard @@ -2343,18 +2346,19 @@ %2 Octave GUI must be closed now. - Die Konfigurationsdatei + Die Konfigurationsdatei %1 existiert nicht und kann nicht angelegt werden. -Stelle sicher, dass Du Lese- und Schreibrechte für +Stellen sicher, dass Sie Lese- und Schreibrechte für %2 -besitzt. +besitzen. + Die Octave-Benutzeroberfläche muss jetzt geschlossen werden. Octave Critical Error - Kritischer Octave Fehler + Octave Kritischer Fehler @@ -2362,22 +2366,22 @@ Community News - Neuigkeiten der Community + Neuigkeiten aus der Community Previous - Zurück + Zurück Next - Weiter + Weiter Cancel - Abbrechen + Abbrechen @@ -2387,7 +2391,12 @@ <p>You may also view the news by selecting the "Community News" item in the "Help" menu, or by visiting <a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a>.</p> </body></html> - + <html><body> +<p>Beim Start kann Octave optional die Octave-Webseite nach aktuellen Neuigkeiten und Informationen über die Octave-Community überprüfen. +Die Überprüfung erfolgt höchstens einmal am Tag, und nur Neuigkeiten werden angezeigt, die noch nicht gezeigt wurden.</p> +<p>Die Neuigkeiten können auch über den Punkt "Neuigkeiten der Community" im "Hilfe"-Menü angezeigt oder auf dieser Webseite betrachtet werden: +<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a>.</p> +</body></html> @@ -2398,12 +2407,12 @@ <head/><body> <p>Allow Octave to connect to the Octave web site when it starts to display current news and information about the Octave community.</p> </body></html> - <html><head> + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } </style> <head/><body> -<p>Erlaube Octave beim Programmstart eine Verbindung zur Octave Webseite herzustellen, um aktuelle Neuigkeiten und Informationen über Octave anzuzeigen.</p> +<p>Erlaube Octave beim Programmstart eine Verbindung zur Octave-Webseite herzustellen, um aktuelle Neuigkeiten und Informationen über die Octave-Community anzuzeigen.</p> </body></html> @@ -2412,7 +2421,7 @@ Double Shortcut - Doppeltes Tastenkürzel + Doppeltes Tastenkürzel @@ -2421,688 +2430,689 @@ is already used for the action "%2". Do you want to use the shortcut anyhow removing it from the previous action? - Das gewählte Tastenkürzel + Das gewählte Tastenkürzel "%1"" wird bereits für die Aktion "%2"" -verwendet. Soll das Tastenkürzel trotzdem verwendet werden und damit von der vorgenannten Aktion entfernt werden? +verwendet. +Soll das Tastenkürzel trotzdem verwendet und damit von der vorgenannten Aktion entfernt werden? New File - Neue Datei + Neue Datei New Function - Neue Funktion + Neue Funktion New Figure - Neue Abbildung + Neue Abbildung Open File - Datei öffnen + Datei öffnen Load Workspace - Lade Arbeitsumgebung + Arbeitsumgebung laden Save Workspace As - Arbeitsumgebung speichern unter + Arbeitsumgebung speichern unter Exit Octave - Octave beenden + Octave beenden Copy - Kopieren + Kopieren Paste - Einfügen + Einfügen Undo - Rückgängig + Rückgängig Select All - Alles auswählen + Alles auswählen Clear Clipboard - Zwischenablage leeren + Zwischenablage leeren Find in Files - In Dateien suchen + In Dateien suchen Clear Command Window - Befehlsfenster löschen + Befehlsfenster leeren Clear Command History - + Befehlsverlauf leeren Clear Workspace - Arbeitsumgebung löschen + Arbeitsumgebung leeren Preferences - Einstellungen + Einstellungen Step - Einzelschritt + Einzelschritt Step Into - Hineinspringen + Hineinspringen Step Out - Herausspringen + Herausspringen Continue - Fortfahren + Fortfahren Quit Debug Mode - Debug-Modus beenden + Debug-Modus beenden Show Command Window - Befehlsfenster anzeigen + Befehlsfenster anzeigen Show Command History - Befehlshistorie anzeigen + Befehlsverlauf anzeigen Show File Browser - Dateibrowser anzeigen + Dateibrowser anzeigen Show Workspace - Arbeitsumgebung anzeigen + Arbeitsumgebung anzeigen Show Editor - Editor anzeigen + Editor anzeigen Show Documentation - Dokumentation anzeigen + Dokumentation anzeigen Show Variable Editor - + Variableneditor anzeigen Command Window - Befehlsfenster + Befehlsfenster Command History - + Befehlsverlauf File Browser - Dateibrowser + Dateibrowser Workspace - Arbeitsumgebung + Arbeitsumgebung Editor - Editor + Editor Documentation - Dokumentation + Dokumentation Variable Editor - + Variableneditor Reset Default Window Layout - Fensterlayout auf Grundeinstellung zurücksetzen + Fensterlayout auf Grundeinstellung zurücksetzen Show Ondisk Documentation - Lokal installierte Dokumentation anzeigen + Lokal installierte Dokumentation anzeigen Show Online Documentation - Online-Dokumentation anzeigen + Online-Dokumentation anzeigen Report Bug - Fehler melden + Fehler melden Octave Packages - Octave Pakete + Octave Pakete Contribute to Octave - Zu Octave beitragen + Zu Octave beitragen Octave Developer Resources - Ressourcen für Octave Entwickler + Ressourcen für Octave-Entwickler About Octave - Über Octave + Über Octave Release Notes - Versionshinweise + Versionshinweise Community News - Neuigkeiten der Community + Neuigkeiten aus der Community Close Tab - + Tab schließen Close All Tabs - + Alle Tabs schließen Close Other Tabs - + Andere Tabs schließen Switch to Left Tab - Zum Reiter links wechseln + Zum linken Tab wechseln Switch to Right Tab - Zum Reiter rechts wechseln + Zum rechten Tab wechseln Move Tab Left - Reiter links schieben + Tab nach links verschieben Move Tab Right - Reiter rechts schieben + Tab nach rechts verschieben Edit Function - Funktion bearbeiten + Funktion bearbeiten Save File - Datei speichern + Datei speichern Save File As - Datei speichern unter + Datei speichern unter Print - Drucken + Drucken Redo - Wiederherstellen + Wiederherstellen Cut - Ausschneiden + Ausschneiden Find and Replace - Suchen und Ersetzen + Suchen und Ersetzen Find Next - Nächsten suchen + Nächsten suchen Find Previous - Vorherigen suchen + Vorherigen suchen Delete to Start of Word - Bis zum Anfang des Wortes löschen + Bis zum Anfang des Wortes löschen Delete to End of Word - Bis zum Ende des Wortes löschen + Bis zum Ende des Wortes löschen Delete to Start of Line - Bis zum Anfang der Zeile löschen + Bis zum Anfang der Zeile löschen Delete to End of Line - Bis zum Ende der Zeile löschen + Bis zum Ende der Zeile löschen Delete Line - Zeile löschen + Zeile löschen Copy Line - Zeile kopieren + Zeile kopieren Cut Line - Zeile ausschneiden + Zeile ausschneiden Duplicate Selection/Line - Zeile oder Auswahl duplizieren + Zeile oder Auswahl duplizieren Transpose Line - Zeilen tauschen + Zeilen tauschen Show Completion List - Vervollständigungsliste anzeigen + Vervollständigungsliste anzeigen Comment Selection - Kommentieren + Auswahl kommentieren Uncomment Selection - Kommentar entfernen + Kommentar entfernen Comment Selection (Choosing String) - + Auswahl kommentieren (String auswählen) Uppercase Selection - Auswahl zu Großbuchstaben + Auswahl zu Großbuchstaben Lowercase Selection - Auswahl zu Kleinbuchstaben + Auswahl zu Kleinbuchstaben Indent Selection Rigidly - + Auswahl eine Ebene einrücken Unindent Selection Rigidly - + Auswahl eine Ebene ausrücken Indent Code - + Code automatisch einrücken Convert Line Endings to Windows - Zeilenenden für Windows umwandeln + Zeilenenden für Windows umwandeln Convert Line Endings to Unix - Zeilenenden für Linux umwandeln + Zeilenenden für Linux umwandeln Convert Line Endings to Mac - Zeilenenden für Mac umwandeln + Zeilenenden für Mac umwandeln Goto Line - Gehe zu Zeile + Gehe zu Zeile Move to Matching Brace - + Zur zugehörigen Klammer springen Select to Matching Brace - + Bis zur zugehörigen Klammer markieren Toggle Bookmark - Lesezeichen umschalten + Lesezeichen umschalten Next Bookmark - Nächstes Lesezeichen + Nächstes Lesezeichen Previous Bookmark - Vorheriges Lesezeichen + Vorheriges Lesezeichen Remove All Bookmark - Alle Lesezeichen entfernen + Alle Lesezeichen entfernen Styles Preferences - Stil-Einstellungen + Stil-Einstellungen Show Line Numbers - Zeilennummern anzeigen + Zeilennummern anzeigen Show Whitespace Characters - Leerzeichen anzeigen + Leerzeichen anzeigen Show Line Endings - Zeilenenden anzeigen + Zeilenenden anzeigen Show Indentation Guides - Einrückungshinweise anzeigen + Einrückungshinweise anzeigen Show Long Line Marker - Markierung langer Zeilen anzeigen + Markierung für lange Zeilen anzeigen Show Toolbar - Werkzeugleiste anzeigen + Werkzeugleiste anzeigen Show Statusbar - Statusleiste anzeigen + Statusleiste anzeigen Show Horizontal Scrollbar - Horizontale Bildlaufleiste anzeigen + Horizontale Bildlaufleiste anzeigen Zoom In - Vergrößern + Vergrößern Zoom Out - Verkleinern + Verkleinern Zoom Normal - Normale Größe + Normale Größe Toggle Breakpoint - Haltepunkt umschalten + Haltepunkt umschalten Next Breakpoint - Nächster Haltepunkt + Nächster Haltepunkt Previous Breakpoint - Vorheriger Haltepunkt + Vorheriger Haltepunkt Remove All Breakpoints - Alle Haltepunkte entfernen + Alle Haltepunkte entfernen Run File - Datei ausführen + Datei ausführen Run Selection - Auswahl ausführen + Auswahl ausführen Help on Keyword - Hilfe zum Schlüsselwort + Hilfe zum Schlüsselwort Document on Keyword - Dokumentation zum Schlüsselwort + Dokumentation zum Schlüsselwort Global - Global + Global File Menu - + Datei-Menü Edit Menu - + Bearbeiten-Menü Debug Menu - + Debug-Menü Window Menu - + Fenster-Menü Help Menu - + Hilfe-Menü News Menu - + Neuigkeiten-Menü Tab Handling in Dock Widgets - + Tabverhalten in andockbaren Bedienelementen View Menu - + Ansicht-Menü Run Menu - + Ausführen-Menü Import shortcuts from file ... - Tastenkürzel aus Datei importieren ... + Tastenkürzel aus Datei importieren ... Octave Shortcut Files (*.osc);;All Files (*) - Octave Tastenkürzel-Dateien (*.osc);;Alle Dateien (*) + Octave Tastenkürzel-Dateien (*.osc);;Alle Dateien (*) Export shortcuts into file ... - Tastenkürzel in Datei exportieren ... + Tastenkürzel in Datei exportieren... Failed to open %1 as octave shortcut file - Konnte %1 nicht als Octave-Tastenkürzel-Datei öffnen + Konnte %1 nicht als Octave-Tastenkürzel-Datei öffnen Enter new Shortcut - Neuer Tastenkürzel eingeben + Neues Tastenkürzel eingeben Apply the desired shortcut or click on the right button to reset the shortcut to its default. - Das gewünschte Tastenkürzel eingeben oder auf die Schaltfläche rechts klicken, um das Tastenkürzel auf seinen Standardwert zurückzusetzen. + Das gewünschte Tastenkürzel eingeben oder auf die Schaltfläche rechts klicken, um das Tastenkürzel auf seinen Standardwert zurückzusetzen. Enter shortcut directly by performing it - Tastenkürzel direkt durch seine Ausführung eingeben + Tastenkürzel direkt durch seine Ausführung eingeben Actual shortcut - Aktives Tastenkürzel + Aktives Tastenkürzel Default shortcut - Standard-Tastenkürzel + Standard-Tastenkürzel Set to default - Auf Standardwert setzen + Auf Standardwert setzen Overwriting Shortcuts - Tastenkürzel überschreiben + Tastenkürzel überschreiben You are about to overwrite all shortcuts. Would you like to save the current shortcut set or cancel the action? - Dies überschreibt alle Tastenkürzel. + Dies überschreibt alle Tastenkürzel. Die eingestellten Tastenkürzel speichern oder die Aktion abbrechen? Don't save - Nicht speichern + Nicht speichern @@ -3110,7 +3120,7 @@ Command Window - Befehlsfenster + Befehlsfenster @@ -3118,22 +3128,22 @@ Dock widget - Fenster andocken + Bedienelement andocken Undock widget - Fenster lösen + Bedienelement lösen Restore geometry - + Anordnung wiederherstellen Redock - + Wieder andocken @@ -3141,94 +3151,94 @@ Variable Editor - + Variableneditor Edit variables. - + Variablen bearbeiten. Variable Editor Toolbar - + Werkzeugleiste des Variableneditors Save - + Speichern Save variable to a file - + Variable in Datei speichern Cut - Ausschneiden + Ausschneiden Cut data to clipboard - + Daten in Zwischenablage verschieben Copy - Kopieren + Kopieren Copy data to clipboard - + Daten in Zwischenablage kopieren Paste - Einfügen + Einfügen Paste clipboard into variable data - + Daten aus Zwischenablage in Variable einfügen Paste Table - + Tabelle einfügen Another paste clipboard into variable data - + Tabelle aus Zwischenablage in Variabendaten einfügen Plot - + Plotten Plot Selected Data - + Ausgewählte Daten plotten Plot selected data - + Ausgewählte Daten plotten Up - + Hoch Go one level up in variable hierarchy - + In der Variablenhierarchie eine Ebene nach oben gehen @@ -3236,12 +3246,7 @@ Save Variable %1 As - - - - - ./%1.txt - + Variable %1 speichern unter @@ -3249,42 +3254,42 @@ Cut - Ausschneiden + Ausschneiden Copy - Kopieren + Kopieren Paste - Einfügen + Einfügen Paste Table - + Tabelle einfügen Clear - + Leeren Delete - + Löschen Variable from Selection - + Variable aus Auswahl erstellen Transpose - + Transponieren @@ -3292,32 +3297,32 @@ Type here and press 'Return' to search - Suchbegriff eingeben und mit der 'Eingabetaste' die Suche starten + Suchbegriff eingeben und mit der 'Eingabetaste' die Suche starten Global search - Globale Suche + Globale Suche &Close - S&chließen + S&chließen Close &Other Tabs - + &Andere Tabs schließen Error - Fehler + Fehler The info file<p>%1<p>or compressed versions do not exist - Die Info-Datei <p>%1<p>existiert nicht, auch keine komprimierte Version + Die Info-Datei <p>%1<p> existiert nicht, auch keine komprimierte Version @@ -3325,7 +3330,7 @@ Welcome to GNU Octave - Willkommen bei GNU Octave + Willkommen bei GNU Octave @@ -3333,38 +3338,38 @@ Name - Bezeichner + Name Class - Klasse + Klasse Dimension - Dimension + Dimension Value - Wert + Wert Attribute - Attribut + Attribut Right click to copy, rename, or display - Rechtsklick zum Kopieren, Umbenennen oder Anzeigen + Rechtsklick zum Kopieren, Umbenennen oder Anzeigen complex - komplex + komplex @@ -3372,87 +3377,87 @@ Workspace - Arbeitsumgebung + Arbeitsumgebung View the variables in the active workspace. - Variablen einsehen, die sich in der aktiven Arbeitsumgebung befinden. + Variablen einsehen, die sich in der aktiven Arbeitsumgebung befinden. Enter text to filter the workspace - Text eingeben um die Arbeitsumgebung zu filtern + Text eingeben, um die Arbeitsumgebung zu filtern Filter - Filter + Filter View the variables in the active workspace.<br> - Einsehen der Variablen der aktiven Arbeitsumgebung.<br> + Anzeige der Variablen der aktiven Arbeitsumgebung.<br> Colors for variable attributes: - Farben für Variablen-Attribute: + Farben für Variablen-Attribute: Class - Klasse + Klasse Dimension - Dimension + Dimension Value - Wert + Wert Attribute - Attribut + Attribut Open in Variable Editor - + Im Variableneditor öffnen Copy name - Namen kopieren + Namen kopieren Copy value - Wert kopieren + Wert kopieren Rename - Umbenennen + Umbenennen Only top-level symbols may be renamed - Nur Toplevel-Symbole können umbenannt werden + Nur Symbole der obersten Ebene können umbenannt werden Hide filter - Filter ausblenden + Filter ausblenden Show filter - Filter anzeigen + Filter anzeigen @@ -3660,7 +3665,7 @@ History buffer Size - Puffergröße der Befehlshistorie + Puffergröße des Befehlsverlaufs @@ -3841,92 +3846,92 @@ Show complete path in title - + Vollständigen Pfad im Titel anzeigen Number size as difference to editor font - + Differenz zur Schriftgröße der Zeilennummern Highlight all occurrences of a word selected by a double click - + Alle Vorkommnisse eines Wortes nach einem Doppelklick hervorheben Comments (Octave) - + Kommentare (Octave) Strings considered for uncommenting text - + Strings, die beim Entfernen von Kommentaren berücksichtigt werden String used for commenting selected text - + String, der zum Auskommentieren des ausgewählten Texts genutzt wird Long lines - + Lange Zeilen Break long lines at line length - + bei Zeilenlänge umbrechen Break lines only in comments - + nur in Kommentaren Line length - + Zeilenlänge Long line marker - + Markierung langer Zeilen Line - + Linie Background - Hintergrund + Hintergrund - Wrap long lines at curent window border - + Wrap long lines at current window border + Lange Zeilen an Fensterrand umbrechen Auto insert after "if" etc. - + Automatisch nach "if" usw. einfügen Nothing - + Nichts "endif" etc. - + "endif" usw. "end" - + "end" @@ -3936,12 +3941,12 @@ Restore editor tabs from previous session on startup or when editor is shown again after closing - + Editor-Tabs der vorherigen Sitzung oder nach dem Schließen des Editors wiederherstellen Close all files when the editor widget is closed/hidden - + Alle Dateien beim Schließen des Editorfensters schließen @@ -4027,62 +4032,62 @@ Variable Editor - + Variableneditor Default row height - + Standard-Zeilenhöhe 20 - 3D {20?} + 20 Default column width - + Standard-Spaltenbreite Use Terminal Font - + Schriftart des Befehlsfensters verwenden 2 - 3D {2?} + 2 Autofit - + automatisch Plus font height - + plus Schrifthöhe By Column - + Je Spalte Uniform - + Gleichmäßig Variable Editor Colors - + Farben für Variableneditor Use alternating row colors - + Zeilen abwechselnd einfärben diff -r e909207e9ff1 -r 56b26a3376d0 libgui/languages/ja_JP.ts --- a/libgui/languages/ja_JP.ts Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/languages/ja_JP.ts Mon Apr 02 08:58:20 2018 -0700 @@ -56,12 +56,12 @@ Difference to the default size - 既定のサイズとの差 + 既定のサイズとの差 Background color, pink (255, 0, 255) means default - 背景色,ピンク (255,0,255) が既定を意味する {255, 0, 255)?} + 背景色,ピンク (255,0,255) が既定を意味する {255, 0, 255)?} @@ -107,7 +107,7 @@ Edit %1 at line %2 - + %2 行目の %1 を編集 @@ -153,7 +153,7 @@ Single-quoted string - シングルクォートで囲まれた文字列 + シングルクォートで囲まれた文字列 @@ -173,7 +173,7 @@ Parameter expansion - + パラメータの展開 @@ -244,7 +244,7 @@ Inactive default - + 既定をインアクティブ @@ -254,7 +254,7 @@ Inactive C comment - + C のコメントをインアクティブ @@ -264,7 +264,7 @@ Inactive C++ comment - + C++ のコメントをインアクティブ @@ -274,7 +274,7 @@ Inactive JavaDoc style C comment - + JavaDoc スタイル C のコメントをインアクティブ @@ -284,7 +284,7 @@ Inactive number - + 数をインアクティブ @@ -294,7 +294,7 @@ Inactive keyword - + キーワードをインアクティブ @@ -304,7 +304,7 @@ Inactive double-quoted string - + ダブルクォートで囲まれた文字列をインアクティブ @@ -314,7 +314,7 @@ Inactive single-quoted string - + シングルクォートで囲まれた文字列をインアクティブ @@ -334,7 +334,7 @@ Inactive pre-processor block - + @@ -344,7 +344,7 @@ Inactive operator - + 演算子をインアクティブ @@ -359,12 +359,12 @@ Unclosed string - + 閉じられていない文字列 Inactive unclosed string - + 閉じられていない文字列をインアクティブ @@ -384,7 +384,7 @@ Inactive JavaScript regular expression - + JavaScript の正規表現をインアクティブ @@ -394,7 +394,7 @@ Inactive JavaDoc style C++ comment - + JavaDoc スタイルのC++のコメントをインアクティブ @@ -414,7 +414,7 @@ Inactive JavaDoc keyword - + JavaDoc キーワードをインアクティブ @@ -424,7 +424,7 @@ Inactive JavaDoc keyword error - + JavaDoc キーワードエラーをインアクティブ @@ -439,12 +439,12 @@ C++ raw string - + C++ raw 文字列 Inactive C++ raw string - + C++ raw 文字列をインアクティブ @@ -452,7 +452,7 @@ Default - 既定 + 既定 @@ -579,8 +579,7 @@ Single-quoted string シングルクォートで囲まれた文字列 - - + Operator 演算子 @@ -598,12 +597,12 @@ Array - + 配列 Hash - + ハッシ @@ -618,7 +617,7 @@ Substitution - + 置換 @@ -653,27 +652,27 @@ Quoted string (q) - + クォートされた文字列 (q) Quoted string (qq) - + クォートされた文字列 (qq) Quoted string (qx) - + クォートされた文字列 (qx) Quoted string (qr) - + クォートされた文字列 (qr) Quoted string (qw) - + クォートされた文字列 (qw) @@ -683,7 +682,7 @@ Subroutine prototype - + サブルーチンプロトタイプ @@ -693,27 +692,27 @@ Format body - + フォーマットボディ Double-quoted string (interpolated variable) - + ダブルクオートされた文字列(インターポレートされた変数) Translation - + 翻訳 Regular expression (interpolated variable) - + 正規表現(インターポレートされた変数) Substitution (interpolated variable) - + 置換(インターポレートされた変数) @@ -723,7 +722,7 @@ Double-quoted here document (interpolated variable) - + ダブルクォートされたヒヤドキュメント(インターポレートされた変数) @@ -733,17 +732,17 @@ Quoted string (qq, interpolated variable) - + クォートされた文字列(qq, インターポレートされた変数) Quoted string (qx, interpolated variable) - + クォートされた文字列(qx, インターポレートされた変数) Quoted string (qr, interpolated variable) - + クォートされた文字列(qr, インターポレートされた変数) @@ -845,7 +844,7 @@ Octave Figure File (*.ofig);;Vector Image Formats (*.eps *.epsc *.pdf *.svg *.ps *.tikz);;Bitmap Image Formats (*.gif *.jpg *.png *.tiff) - + Octave 図ファイル (*.ofig);;ベクトル イメージ ファオーマット (*.eps *.epsc *.pdf *.svg *.ps *.tikz);;ビットマップ イメージ ファオーマット(*.gif *.jpg *.png *.tiff) @@ -897,28 +896,28 @@ Open Link - + オープンリンク Copy Link Address - + リンクアドレスをコピー Send Email To... - + E メールを...に送信 Copy Email Address - + E メールアドレスをコピー Edit %1 at line %2 - + %2 行目の %1 を編集 @@ -926,7 +925,7 @@ Annotation - + アノテーション @@ -1080,7 +1079,7 @@ Select All - + すべてを選択 @@ -1088,35 +1087,35 @@ Octave Documentation - + Octave ドキュメント Could not setup the data required for the documentation viewer. Only help texts in the Console Widget will be available. - + ドキュメントビューアーに必要なデータをセットアップできません.コンソールウィジェットでのヘルプテキストだけが使用可能です. Contents - + コンテント Enter text to search the indices - + インデックスを検索するテキストを入力 Search - + 検索 Index - + インデックス @@ -1124,12 +1123,12 @@ Documentation - ドキュメント + ドキュメント See the documentation for help. - ヘルプとしてドキュメントを見る + ヘルプとしてドキュメントを見る @@ -1138,20 +1137,20 @@ Octave Editor - Octave エディタ + Octave エディタ Could not start custom file editor %1 - カスタムファイルエディタをスタートできません + カスタムファイルエディタをスタートできません %1 There is no custom editor configured yet. Do you want to open the preferences? - + 設定されたカスタムエディタが存在しません.設定を開きますか? @@ -1163,28 +1162,28 @@ Octave Editor - Octave エディタ + Octave エディタ File not saved! A file with the selected name %1 is already open in the editor - ファイルは保存されていません! + ファイルは保存されていません! %1 同名のファイルがエディタで既に開かれています The associated file editor tab has disappeared. - + 関連づけられたエディタタブが消失しました Could not open file %1 for read: %2. - ファイル + ファイル %1 を開けません: %2 の読み込みのために. @@ -1193,146 +1192,148 @@ File %1 does not exist. Do you want to create it? - + ファイル +%1 +は存在しません.作成しますか? Create - 作成 + 作成 Cancel - + キャンセル Could not open file %1 for write: %2. - ファイル + ファイル %1 が開けません: %2 の書き込みのために. &File - ファイル (&F) + ファイル (&F) &Recent Editor Files - 最近開いたファイル (&R) + 最近開いたファイル (&R) &Edit Function - 関数の編集 (&E) + 関数の編集 (&E) &Save File - ファイルの保存 (&S) + ファイルの保存 (&S) Save File &As... - ファイルを別名で保存 (&A)... + ファイルを別名で保存 (&A)... &Close - 閉じる (&C) + 閉じる (&C) Close All - + Close Other Files - 他のファイルを閉じる + 他のファイルを閉じる Print... - 印刷... + 印刷... &Edit - + 編集 (&E) &Redo - やり直す (&R) + やり直す (&R) Cu&t - 切り取り (&T) + 切り取り (&T) &Find and Replace... - 検索と置換 (&F) ... + 検索と置換 (&F) ... Find &Next... - 次を検索 (&N) + 次を検索 (&N) Find &Previous... - 前を検索 (&N) + 前を検索 (&N) &Commands - コマンド (&C) + コマンド (&C) Delete Line - 行削除 + 行削除 Copy Line - 行のコピー + 行のコピー Cut Line - 行の切り取り + 行の切り取り Delete to Start of Word - 単語の始まりまで削除 + 単語の始まりまで削除 Delete to End of Word - 単語の終わりまで削除 + 単語の終わりまで削除 Delete to Start of Line - 行の始まりまで削除 + 行の始まりまで削除 Delete to End of Line - 行末まで削除 + 行末まで削除 Duplicate Selection/Line - + 選択部/行の複製 @@ -1342,252 +1343,252 @@ &Show Completion List - 補完リストの表示 (&s) + 補完リストの表示 (&S) &Format - フォーマット (&F) + フォーマット (&F) &Uppercase Selection - 大文字を選択(&U) + 大文字を選択(&U) &Lowercase Selection - 小文字を選択(&L) + 小文字を選択(&L) &Comment - コメント (&C) + コメント (&C) &Uncomment - コメントを取り消す (&U) + アンコメント (&U) Comment (Choosing String) - + コメント (文字列を選択) &Indent Selection Rigidly - + リジッドにセクションをインデント &Unindent Selection Rigidly - + リジッドにセクションをアンインデント Indent Code - + コードをインデント convert line endings to &windows (crlf) - + 行末文字を windows 仕様にする (CRLF) (&W) Convert Line Endings to &Unix (LF) - 行末文字を Unix 仕様にする (LF) (&U) + 行末文字を Unix 仕様にする (LF) (&U) Convert Line Endings to &Mac (CR) - 行末文字を Mac 仕様にする (CR) (&U) + 行末文字を Mac 仕様にする (CR) (&M) Navi&gation - ナビゲーション (&g) + ナビゲーション (&G) Go &to Line... - 指定行 (&T) ... + 指定行 (&T) ... へ移動 Move to Matching Brace - 対応する括弧に移動 + 対応する括弧に移動 Select to Matching Brace - 対応する括弧を選択 + 対応する括弧を選択 &Next Bookmark - 次のブックマーク (&N) + 次のブックマーク (&N) Pre&vious Bookmark - 前のブックマーク (&V) + 前のブックマーク (&V) Toggle &Bookmark - ブックマークをトグル (&B) + ブックマークをトグル (&B) &Remove All Bookmarks - 全てのブックマークを取り除く (&R) + 全てのブックマークを取り除く (&R) &Preferences... - 設定 (&P) ... + 設定 (&P) ... &Styles Preferences... - スタイルの設定 (&S) ... + スタイルの設定 (&S) ... &View - 表示 (&V) + 表示 (&V) &Editor - エディタ (&E) + エディタ (&E) Show &Line Numbers - 行番号の表示 (&L) + 行番号の表示 (&L) Show &Whitespace Characters - ホワイトスペースを表示 (&W) + ホワイトスペースを表示 (&W) Show Line &Endings - 行末の表示 (&E) + 行末の表示 (&E) Show &Indentation Guides - インデンテーションガイドの表示 (&I) + インデンテーションガイドの表示 (&I) Show Long Line &Marker - 長い行のマーカーを表示 + 長い行のマーカーを表示 Show &Toolbar - ツールバーの表示(&T) + ツールバーの表示(&T) Show &Statusbar - ステイタスバーの表示 + ステイタスバーの表示 Show &Horizontal Scrollbar - 横スクロールバーの表示 + 横スクロールバーの表示 Zoom &In - ズームイン (&I) + ズームイン (&I) Zoom &Out - ズームアウト (&O) + ズームアウト (&O) &Normal Size - 通常サイズ (&N) + 通常サイズ (&N) &Debug - デバッグ (&D) + デバッグ (&D) Toggle &Breakpoint - ブレークポイントをトグル (&B) + ブレークポイントをトグル (&B) &Next Breakpoint - 次のブレークポイント (&N) + 次のブレークポイント (&N) Pre&vious Breakpoint - 前のブレークポイント (&V) + 前のブレークポイント (&V) &Remove All Breakpoints - 全てのブレークポイントを解除 (&R) + 全てのブレークポイントを解除 (&R) &Run - 実行 (&R) + 実行 (&R) Save File and Run - ファイルを保存して実行 + ファイルを保存して実行 Run &Selection - 選択部を実行 (&S) + 選択部を実行 (&S) &Help - ヘルプ (&H) + ヘルプ (&H) &Help on Keyword - キーワードでヘルプ (&H) + キーワードでヘルプ (&H) &Documentation on Keyword - キーワードでドキュメント (&D) + キーワードでドキュメント (&D) Recent Files - 最近使用したファイル + 最近使用したファイル Editor - エディタ + エディタ &%1 %2 - &%1 %2 + &%1 %2 @@ -1595,27 +1596,27 @@ line: - 行: + 行: col: - 列: + 列: encoding: - エンコード + エンコード eol: - + eol Breakpoint condition - ブレークポイントの状態 + ブレークポイントの状態 @@ -1627,28 +1628,29 @@ Octave Editor - Octave エディタ + Octave エディタ Cannot add breakpoint to modified file. Save and add breakpoint, or cancel? - + 修正されたファイルにブレークポイントを加えることはできません. +保存してブレークポイントをくわえますか,キャンセルしますか? Goto line - 指定行へ行く + 指定行へ行く Line number - 行数 + 行数 Comment selected text - + 選択部をコメントにする @@ -1665,7 +1667,7 @@ Do you want to cancel closing, save or discard the changes? - 閉じるのを中止しますか,変更を無視しますか? + 閉じるのを中止しますか,変更を無視しますか? @@ -1674,47 +1676,47 @@ %1 is about to be closed but has been modified. %2 - ファイル + ファイル %1 が閉じられようとしていますが修正されています.%2 Debug or Save - デバッグまたは保存 + デバッグまたは保存 This file is currently being executed. Quit debugging and save? - このファイルは現在実行中です.デバッグを終了して保存しますか? + このファイルは現在実行中です.デバッグを終了して保存しますか? Could not open file %1 for write: %2. - ファイル %1 を書き込み用として開けません: + ファイル %1 を書き込み用として開けません: %2. Line Endings: - + 行末 File Encoding: - ファイルのエンコード + ファイルのエンコード Octave Files (*.m) - octave のファイル (*.m) + Octave のファイル (*.m) All Files (*) - 全てのファイル (*) + 全てのファイル (*) @@ -1733,7 +1735,8 @@ can not be applied. Please select another one or cancel saving! - + 現在のコーデック %1 +は適用できません.別のもの選択するが保存をキャンセルしてください. @@ -1742,19 +1745,22 @@ Using it will result in data loss! Do you want to chose another codec? - + 現在エディタ上のコンテンツを選択された +コーデック %1 でエンコードできません. +それを使用するとデータを消失します! + It seems that '%1' has been modified by another application. Do you want to reload it? - '%1' は他のアプリケーションで変更されたいます.再読込しますか? + '%1' は他のアプリケーションで変更されたいます.再読込しますか? Warning: The contents in the editor is modified! - + 警告: エディタ内の内容は変更されています @@ -1763,7 +1769,7 @@ It seems that the file %1 has been deleted or renamed. Do you want to save it now?%2 - ファイル + ファイル %1 削除されたか名前が変更されています.ファイルを今保存しますか?%2 @@ -1773,27 +1779,27 @@ File Browser - ファイルブラウザ + ファイルブラウザ Browse your files - ファイルをブラウズする + ファイルをブラウズする File size - ファイルのサイズ + ファイルのサイズ File type - ファイルのタイプ + ファイルのタイプ Date modified - 修正日付 + 修正日付 @@ -1803,70 +1809,70 @@ Alternating row colors - 列の色のオルタネーション + 列の色のオルタネーション Enter the path or filename - パスまたはファイル名の入力 + パスまたはファイル名の入力 One directory up - 一つ上のディレクトリ + 一つ上のディレクトリ Show Octave directory - octave ディレクトリの表示 + Octave ディレクトリの表示 Go to current Octave directory - 現在の Octave ディレクトリへ行く + 現在の Octave ディレクトリへ行く Set Octave directory - Octave ディレクトリの設定 + Octave ディレクトリの設定 Set Octave directory to current browser directory - + Octave ディレクトリを現在のブラウザディレクトリに設定 Actions on current directory - 現在のディレクトリで実行 + 現在のディレクトリで実行 Show Home Directory - ホームディレクトリの表示 + ホームディレクトリの表示 Set Browser Directory... - ブラウザディレクトリを設定 + ブラウザディレクトリを設定 Find Files... - + ファイルを検索... New File... - 新規のファイル... + 新規のファイル... New Directory... - 新規のディレクトリ... + 新規のディレクトリ... @@ -1876,58 +1882,58 @@ Open - 開く + 開く Open in System File Explorer - + システムファイルエクスローラーで開く Open in Text Editor - テキストエディタで開く + テキストエディタで開く Copy Selection to Clipboard - 選択部をクリップボードにコピー + 選択部をクリップボードにコピー Run - 実行 + 実行 Load Data - データのロード + データのロード Set Current Directory - 現在のディレクトリの設定 + 現在のディレクトリの設定 Rename... - 名前の変更 ... + 名前の変更 ... Delete... - 削除 ... + 削除 ... Rename file/directory - ファイル名/ディレクトリ名を変更 + ファイル名/ディレクトリ名を変更 Rename file/directory: - ファイル名/ディレクトリ名を変更: + ファイル名/ディレクトリ名を変更: @@ -1935,35 +1941,35 @@ to: -到: + Delete file/directory - ファイル/ディレクトリの削除 + ファイル/ディレクトリの削除 Are you sure you want to delete - 本当に削除しますか + 本当に削除しますか Can not delete a directory that is not empty - 空のディレクトリでないので削除できません + 空のディレクトリでないので削除できません Set directory of file browser - ディレクトリをファイルブラウザで設定 + ディレクトリをファイルブラウザで設定 Create File - ファイルを開く + ファイルを @@ -1981,7 +1987,7 @@ Create Directory - ディレクトリの作成 + ディレクトリの作成 @@ -1994,7 +2000,7 @@ New Directory - 新しいディレクトリ + 新しいディレクトリ @@ -2002,22 +2008,22 @@ Enjoy! - エンジョイ! + エンジョイ! Previous - + 戻る Finish - 終了 + 終了 Cancel - + キャンセル @@ -2026,7 +2032,7 @@ <p>If you encounter problems, there are a number of ways to get help, including commercial support options, a mailing list, a wiki, and other community-based support channels. You can find more information about each of these by visiting <a href="https://octave.org/support.html">https://octave.org/support.html</a> (opens in external browser).</p> </body></html> - <html><body> + <html><body> <p>Octave が有用なツールであることを願っています.</p> <p>もし問題に遭遇したときは, たくさんの方法のヘルプがあります, 商用サポートのオプション, メーリングリスト, ウィキ, その他のコミュニケーションベースのサポートなど. 詳しい情報は次のウェブサイトから <a href="https://octave.org/support.html">https://octave.org/support.html</a> (外部ブラウザで開く.).</p> @@ -2046,7 +2052,7 @@ <li>Open the documentation browser of the Octave GUI with the help menu</li> </ul> </body></html> - <html><head> + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } </style> @@ -2065,7 +2071,7 @@ Find and Replace - 検索と置換 + 検索と置換 @@ -2075,17 +2081,17 @@ Re&place with: - 以下で置換: (&P) + 以下で置換: (&P) Match &case - 大文字小文字のマッチ (&C) + 大文字小文字のマッチ (&C) Search from &start - 始めから検索 (&S) + 始めから検索 (&S) @@ -2095,22 +2101,22 @@ &Find Next - 次を検索 (&F) + 次を検索 (&F) Find &Previous - 前の検索 (&P) + 前の検索 (&P) &Replace - 置換 (&R) + 置換 (&R) Replace &All - 全てを置換 (&A) + 全てを置換 (&A) @@ -2120,52 +2126,52 @@ &Whole words - + 全体のワード (&W) Regular E&xpressions - 正規表現 (&X) + 正規表現 (&X) Search &backward - 逆方向へ検索 (&B) + 逆方向へ検索 (&B) Search se&lection - 選択部を検索 (&L) + 選択部を検索 (&L) Search from end - ファイルの終わりから検索 + ファイルの終わりから検索 Search from start - 始めから検索 + 始めから検索 Replace Result - + 置換結果 %1 items replaced - %1 が置換されました + %1 が置換されました Find Result - + 検索結果 No more matches found - これ以上マッチする対象はありません + これ以上マッチする対象はありません @@ -2173,67 +2179,67 @@ Find Files - 複数のファイルで検索 + 複数のファイルで検索 Named: - 名称: + 名称: Enter the filename search expression - 検索表現にファイル名を含める + 検索表現にファイル名を含める Start in: - + スタートイン: Enter the start directory - 当初ディレクトリへ設定 + スタートディレクトリへ設定 Browse... - ブラウズ ... + ブラウズ ... Browse for start directory - 当初ディレクトリをブラウズ + スタートディレクトリをブラウズ Search subdirectories - サブディレクトリを検索 + サブディレクトリを検索 Search recursively through directories for matching files - マッチするファイルを再帰的に検索 + マッチするファイルを再帰的に検索 Include directory names - ディレクトリ名を含める + ディレクトリ名を含める Include matching directories in search results - 検索結果にマッチしたディレクトリを含ませる + 検索結果にマッチしたディレクトリを含ませる Name case insensitive - + 名前大文字小文字の区別をしない Set matching name is case insensitive - 検索名で大文字小文字の区別しない + 検索名で大文字小文字の区別しない @@ -2243,77 +2249,77 @@ Enter the file content search expression - 検索表現にファイルの内容を含める + 検索表現にファイルの内容を含める Text to match - + マッチするテキストへ Text case insensitive - + テキスト 大文字小文字の区別をしない Set text content is case insensitive - + テキストの内容の大文字小文字の区別をしないように設定 Search results - 検索結果 + 検索結果 Idle. - アイドル + アイドル Find - 検索 + 検索 Start search for matching files - マッチするファイルの検索を開始 + マッチするファイルの検索を開始 Stop - 停止 + 停止 Stop searching - 検索の停止 + 検索の停止 Filename/location - ファイル名/場所 + ファイル名/場所 File contents - ファイルの内容 + ファイルの内容 Searching... - 検索中 ... + 検索中 ... %1 match (es) - + %1 マッチ Set search directory - 検索ディレクトリを設定 + 検索ディレクトリを設定 @@ -2321,12 +2327,12 @@ Filename - ファイル名 + ファイル名 Directory - ディレクトリ + ディレクトリ @@ -2334,12 +2340,12 @@ Browse and search the command history. - コマンドヒストリのブラウズと検索 + コマンドヒストリのブラウズと検索 Copy - コピー + コピー @@ -2349,37 +2355,37 @@ Create script - スクリプトの作成 + スクリプトの作成 Hide filter - フィルタを隠す + フィルタを隠す Show filter - フィルタを表示 + フィルタを表示 Double-click a command to transfer it to the terminal. - ダブルクリックでコマンドを端末に送る + ダブルクリックでコマンドを端末に送る Enter text to filter the command history - コマンドヒストリをフィルタするためのテキストを入力 + コマンドヒストリをフィルタするためのテキストを入力 Filter - フィルタ + フィルタ Command History - コマンドヒストリ + コマンドヒストリ @@ -2387,17 +2393,17 @@ Welcome to Octave! - Octaveへようこそ! + Octaveへようこそ! Next - + Cancel - + キャンセル @@ -2406,7 +2412,7 @@ Click 'Next' to create a configuration file and launch Octave.</p> <p>The configuration file is stored in<br>%1.</p> </body></html> - <html><body> + <html><body> <p> このコンピュータでの Octave のグラフィカルインターフェースへの初めてのアクセスのようです '次へ' をクリックして,設定ファイルを作成し,Octave を起動してください.</p> <p>設定ファイルは以下に置かれます<br>%1.</p> @@ -2418,12 +2424,12 @@ Undock widget - ウィジェットをアンドック + ウィジェットをアンドック Close widget - + ウィジェットを閉じる @@ -2431,377 +2437,377 @@ Save Workspace As - ワークスペースを別名で保存 + ワークスペースを別名で保存 Load Workspace - + ワークスペースをロード The release notes file '%1' is empty. - リリースノートファイル '%1' が空です. + リリースノートファイル '%1' が空です. The release notes file '%1' cannot be read. - リリースノートファイル '%1' が読み取れません. + リリースノートファイル '%1' が読み取れません. Octave Release Notes - Octave リリースノート + Octave リリースノート Octave Community News - Octave コミュニティーニュース + Octave コミュニティーニュース About Octave - Octave について + Octave について Octave - Octave + Octave Are you sure you want to exit Octave? - 本当に Octave を終了しますか? + 本当に Octave を終了しますか? Browse directories - ディレクトリのブラウズ + ディレクトリのブラウズ Octave Files (*.m);;All Files (*) - Octave ファイル (*.m);;全てのファイル (*) + Octave ファイル (*.m);;全てのファイル (*) File Encoding: - ファイルのエンコード + ファイルのエンコード New Function - + 新しい関数 New function name: - 新しい関数の名前: + 新しい関数の名前: %1 is a built-in function - %1 は組み込み関数です + %1 は組み込み関数です Can not find function %1 - 関数 %1 が見つかりません + 関数 %1 が見つかりません Octave Editor - Octave エディタ + Octave エディタ &File - ファイル (&F) + ファイル (&F) Open... - 開く... + 開く... Open an existing file in editor - エディタに存在するファイルを開く + エディタに存在するファイルを開く Load Workspace... - ワークスペースのロード... + ワークスペースのロード... Save Workspace As... - ワークスペースを別名で保存... + ワークスペースを別名で保存... Exit - 終了 + 終了 New - 新規 + 新規 New Script - 新規のスクリプト + 新規のスクリプト New Function... - 新規の関数 ... + 新規の関数 ... New Figure - 新規のフィギュア + 新規のフィギュア &Edit - + 編集(&E) Undo - 元に戻す + 元に戻す Copy - コピー + コピー Paste - 貼り付け + 貼り付け Select All - + すべてを選択 Clear Clipboard - クリップボードをクリア + クリップボードをクリア Find Files... - + 複数のファイルを検索 Clear Command Window - コマンドウィンドウのクリア + コマンドウィンドウのクリア Clear Command History - コマンドヒストリのクリア + コマンドヒストリのクリア Clear Workspace - ワークスペースのクリア + ワークスペースのクリア Preferences... - 設定 ... + 設定 ... De&bug - デバッグ (&B) + デバッグ (&b) Step - ステップ + ステップ Step In - ステップイン + ステップイン Step Out - ステップアウト + ステップアウト Continue - 継続 + 継続 Quit Debug Mode - + デバッグモードの終了 &Window - ウィンドウ (&W) + ウィンドウ (&W) Show Command Window - + コマンドウィンドウの表示 Show Command History - コマンドヒストリの表示 + コマンドヒストリの表示 Show File Browser - + ファイルブラウザの表示 Show Workspace - ワークスペースの表示 + ワークスペースの表示 Show Editor - エディタの表示 + エディタの表示 Show Documentation - ドキュメントの表示 + ドキュメントの表示 Show Variable Editor - + 変数エディタの表示 Command Window - コマンドウィンドウ + コマンドウィンドウ Command History - コマンドヒストリ + コマンドヒストリ File Browser - ファイルブラウザ + ファイルブラウザ Workspace - ワークスペース + ワークスペース Editor - エディタ + エディタ Documentation - ドキュメント + ドキュメント Variable Editor - + 変数エディタ Reset Default Window Layout - 既定のウィンドウのレイアウト + 既定のウィンドウのレイアウト &Help - ヘルプ (&H) + ヘルプ (&H) Report Bug - バグの報告 + バグの報告 Octave Packages - Octave パッケージ + Octave パッケージ Contribute - 貢献 + 貢献 Donate to Octave - octave への寄付 + octave への寄付 On Disk - ディスク上 + ディスク上 Online - オンライン + オンライン &News - ニュース (&N) + ニュース (&N) Release Notes - リリースノート + リリースノート Community News - コミュニティーニュース + コミュニティーニュース Toolbar - ツールバー + ツールバー Enter directory name - ディレクトリ名を入力 + ディレクトリ名を入力 Current Directory: - 現在のディレクトリ: + 現在のディレクトリ: One directory up - 一つ上のディレクトリ + 一つ上のディレクトリ @@ -2820,7 +2826,7 @@ </p> <p> <small><em>&mdash; The Octave Developers, - <html> + <html> <body> <p> Octaveコミュニティニュースが入手できません。 @@ -2848,7 +2854,7 @@ </p> <p> <small><em>&mdash; The Octave Developers, - <html> + <html> <body> <p> 最新 Octave コミュニティーニュースを得る接続機能がオフになっています. @@ -2867,22 +2873,22 @@ Hide widget - ウィジェットを隠す + ウィジェットを隠す Use <Alt> + <Left Mouse Button> for moving the window - + <Alt> + <左マウスボタンを> ウィンドウの移動に使用 Dock widget - ウィジェットをドック + ウィジェットをドック Undock widget - ウィジェットをアンドック + ウィジェットをアンドック @@ -2900,7 +2906,7 @@ Edit - 編集 + 編集 @@ -2920,50 +2926,52 @@ Create - 作成 + 作成 Cancel - + キャンセル File %1 does not exist. Do you want to create it? - + ファイル +%1 +が存在しません. 作成しますか ? Octave Editor - Octave エディタ + Octave エディタ The file %1 does not exist in the load path. To run or debug the function you are editing, you must either change to the directory %2 or add that directory to the load path. - ファイル %1 がロードパスに存在しません.編集している関数を実行またはデバッグするためには,ディレクトリを変更するかロードパスにディレクトリを加えてください. + ファイル %1 がロードパスに存在しません.編集している関数を実行またはデバッグするためには,ディレクトリを変更するかロードパスにディレクトリを加えてください. The file %1 is shadowed by a file with the same name in the load path. To run or debug the function you are editing, change to the directory %2. - ファイル %1 がロードパスに存在する同名のファイルでシャドウされています.編集している関数を実行またはデバッグするためには,ディレクトリを %2 に変更してください. + ファイル %1 がロードパスに存在する同名のファイルでシャドウされています.編集している関数を実行またはデバッグするためには,ディレクトリを %2 に変更してください. Change Directory or Add Directory to Load Path - ディレクトリの変更またはロードパスへのディレクトリの追加 + ディレクトリの変更またはロードパスへのディレクトリの追加 &Change Directory - + ディレクトリの変更 (&C) &Add Directory to Load Path - + ロードパスにディレクトリを追加 (&A) @@ -2971,7 +2979,7 @@ Default - 既定 + 既定 @@ -2985,7 +2993,7 @@ %2 Octave GUI must be closed now. - 設定ファイル + 設定ファイル %1 が存在せずまた作成もできません. 次に対する読込,書込の許可を確認してください. @@ -2996,7 +3004,7 @@ Octave Critical Error - Octave クリティカルエラー + Octave クリティカルエラー @@ -3004,22 +3012,22 @@ Community News - コミュニティーニュース + コミュニティーニュース Previous - + Next - + Cancel - + キャンセル @@ -3029,7 +3037,12 @@ <p>You may also view the news by selecting the "Community News" item in the "Help" menu, or by visiting <a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a>.</p> </body></html> - + <p>Octave 起動時,Octave コミュニティの現在のニュースや情報をオプションで検索します. +このチェックは一日一回で最後のニュースをみた時点からなにかあたらしいニュースが存在する場合のみ表示されます.</p> +<p>ニュースは "ヘルプ" メニュー内の "コミュニティ ニュース" の項目を選択するかまたは in +<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> を訪問したときに表示されます.</p> +</body></html> + @@ -3040,7 +3053,7 @@ <head/><body> <p>Allow Octave to connect to the Octave web site when it starts to display current news and information about the Octave community.</p> </body></html> - <html><head> + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } </style> @@ -3054,7 +3067,7 @@ Double Shortcut - + ダブルショートカット @@ -3063,7 +3076,7 @@ is already used for the action "%2". Do you want to use the shortcut anyhow removing it from the previous action? - 選択されたショートカット + 選択されたショートカット "%1" はすでにアクション "%2" として使用されています. 以前のアクションショートカットを削除して実行しますか? @@ -3071,259 +3084,259 @@ New File - 新規ファイル + 新規ファイル New Function - + 新規関数 New Figure - 新規のフィギュア + 新規のフィギュア Open File - ファイルを開く + ファイルを開く Load Workspace - + ワークスペースをロード Save Workspace As - ワークスペースを別名で保存 + ワークスペースを別名で保存 Exit Octave - Octave の終了 + Octave の終了 Copy - コピー + コピー Paste - 貼り付け + 貼り付け Undo - 元に戻す + 元に戻す Select All - + すべてを選択 Clear Clipboard - クリップボードをクリア + クリップボードをクリア Find in Files - 複数のファイルで検索 + 複数のファイルで検索 Clear Command Window - コマンドウィンドウのクリア + コマンドウィンドウのクリア Clear Command History - コマンドヒストリのクリア + コマンドヒストリのクリア Clear Workspace - ワークスペースのクリア + ワークスペースのクリア Preferences - 設定 + 設定 Step - ステップ + ステップ Step Into - ステップイン + ステップイン Step Out - ステップアウト + ステップアウト Continue - 継続 + 継続 Quit Debug Mode - + デバッグモードの終了 Show Command Window - + コマンドウィンドウの表示 Show Command History - コマンドヒストリの表示 + コマンドヒストリの表示 Show File Browser - + ファイルブラウザの表示 Show Workspace - ワークスペースの表示 + ワークスペースの表示 Show Editor - エディタの表示 + エディタの表示 Show Documentation - ドキュメントの表示 + ドキュメントの表示 Show Variable Editor - + 変数エディタの表示 Command Window - コマンドウィンドウ + コマンドウィンドウ Command History - コマンドヒストリ + コマンドヒストリ File Browser - ファイルブラウザ + ファイルブラウザ Workspace - ワークスペース + ワークスペース Editor - エディタ + エディタ Documentation - ドキュメント + ドキュメント Variable Editor - + 変数エディタ Reset Default Window Layout - 既定のウィンドウのレイアウト + 既定のウィンドウのレイアウトをリセット Show Ondisk Documentation - ディスク保存のドキュメントの表示 + ディスク保存のドキュメントの表示 Show Online Documentation - オンラインドキュメントの表示 + オンラインドキュメントの表示 Report Bug - バグの報告 + バグの報告 Octave Packages - Octave パッケージ + Octave パッケージ Contribute to Octave - Octave への貢献 + Octave への貢献 Octave Developer Resources - Octave 開発チーム + Octave 開発チーム About Octave - Octave について + Octave について Release Notes - リリースノート + リリースノート Community News - コミュニティーニュース + コミュニティーニュース Close Tab - + タブを閉じる Close All Tabs - + すべてのタブを閉じる Close Other Tabs - + 他のタブを閉じる Switch to Left Tab - 左タブに切替 + 左タブに切替 Switch to Right Tab - 右タブに切替 + 右タブに切替 @@ -3333,385 +3346,385 @@ Move Tab Right - + type="unfinished" Edit Function - 関数の編集 + 関数の編集 Save File - ファイルの保存 + ファイルの保存 Save File As - ファイルを別名で保存 + ファイルを別名で保存 Print - 印刷 + 印刷 Redo - やり直し + やり直し Cut - 切り取り + 切り取り Find and Replace - 検索と置換 + 検索と置換 Find Next - 次を検索 + 次を検索 Find Previous - 前を検索 + 前を検索 Delete to Start of Word - 単語の始まりまで削除 + 単語の始まりまで削除 Delete to End of Word - 単語の終わりまで削除 + 単語の終わりまで削除 Delete to Start of Line - 行の始まりまで削除 + 行の始まりまで削除 Delete to End of Line - 行末まで削除 + 行末まで削除 Delete Line - 行削除 + 行削除 Copy Line - 行のコピー + 行のコピー Cut Line - 行の切り取り + 行の切り取り Duplicate Selection/Line - + 選択部/行の複製 Transpose Line - + 行の入れ替え Show Completion List - 補完リストの表示 + 補完リストの表示 Comment Selection - 選択部をコメントにする + 選択部をコメントにする Uncomment Selection - 選択部をコメントでなくす + 選択部をアンコメントする Comment Selection (Choosing String) - + 選択部をコメントにする(文字列を選ぶ) Uppercase Selection - 選択部を大文字にする + 選択部を大文字にする Lowercase Selection - 選択部を小文字にする + 選択部を小文字にする Indent Selection Rigidly - + リジッドにセクションをインデント Unindent Selection Rigidly - + リジッドにセクションをアンインデント Indent Code - + インデントのコード Convert Line Endings to Windows - 行末を Windows 形式に変換 + 行末を Windows 形式に変換 Convert Line Endings to Unix - 行末を Unix 形式に変換 + 行末を Unix 形式に変換 Convert Line Endings to Mac - 行末を Mac 形式に変換 + 行末を Mac 形式に変換 Goto Line - 指定行に行く + 指定行に移動 Move to Matching Brace - 対応する括弧に移動 + 対応する括弧に移動 Select to Matching Brace - 対応する括弧を選択 + 対応する括弧を選択 Toggle Bookmark - ブックマークをトグル + ブックマークをトグル Next Bookmark - 次のブックマーク + 次のブックマーク Previous Bookmark - 前のブックマーク + 前のブックマーク Remove All Bookmark - すべてのブックマークの削除 + すべてのブックマークの削除 Styles Preferences - + スタイルの設定 Show Line Numbers - 行番号の表示 + 行番号の表示 Show Whitespace Characters - ホワイトスペースの表示 + ホワイトスペースキャラクタの表示 Show Line Endings - 行末の表示 + 行末の表示 Show Indentation Guides - インデントガイドの表示 + インデントガイドの表示 Show Long Line Marker - 長い行のマーカーを表示 + 長い行のマーカーを表示 Show Toolbar - ツールバーの表示 + ツールバーの表示 Show Statusbar - ステータスバーの表示 + ステータスバーの表示 Show Horizontal Scrollbar - 縦スクロールバーの表示 + 縦スクロールバーの表示 Zoom In - ズームイン + ズームイン Zoom Out - ズームアウト + ズームアウト Zoom Normal - + ズームノーマル Toggle Breakpoint - ブレークポイントをトグル + ブレークポイントをトグル Next Breakpoint - 次のブレークポイント + 次のブレークポイント Previous Breakpoint - 前のブレークポイント + 前のブレークポイント Remove All Breakpoints - 全てのブレークポイントを解除 + 全てのブレークポイントを解除 Run File - ファイルを実行 + ファイルを実行 Run Selection - 選択部を実行 + 選択部を実行 Help on Keyword - キーワードでヘルプ + キーワードでヘルプ Document on Keyword - キーワードでドキュメント + キーワードでドキュメント Global - + グローバル File Menu - + ファイルメニュー Edit Menu - + エディトメニュー Debug Menu - + デバッグメニュー Window Menu - + ウィンドウメニュー Help Menu - + ヘルプメニュー News Menu - + 新しいメニュー Tab Handling in Dock Widgets - + ドックウィジェットでタブの操作 View Menu - + ビューメニュー Run Menu - + 実行メニュー Import shortcuts from file ... - ショートカットのファイルからのインポート ... + ショートカットのファイルからのインポート ... Octave Shortcut Files (*.osc);;All Files (*) - Octave ショートカットファイル (*.osc);;全てのファイル (*) + Octave ショートカットファイル (*.osc);;全てのファイル (*) Export shortcuts into file ... - ショートカットのファイルへのエクスポート ... + ショートカットのファイルへのエクスポート ... Failed to open %1 as octave shortcut file - %1 を Octave ショートカットファイルとして開くのに失敗しました + %1 を Octave ショートカットファイルとして開くのに失敗しました Enter new Shortcut - 新しいショートカットの入力 + 新しいショートカットの入力 Apply the desired shortcut or click on the right button to reset the shortcut to its default. - ショートカットの適用または右クリックでショートカットを既定に戻す + ショートカットの適用または右クリックでショートカットを既定に戻す Enter shortcut directly by performing it - 実行により直接ショートカットの入力 + 実行により直接ショートカットの入力 @@ -3721,29 +3734,29 @@ Default shortcut - 既定のショートカット + 既定のショートカット Set to default - 既定に設定 + 既定に設定 Overwriting Shortcuts - ショートカットの上書き + ショートカットの上書き You are about to overwrite all shortcuts. Would you like to save the current shortcut set or cancel the action? - すべてのショートカットを上書きしようとしています. + すべてのショートカットを上書きしようとしています. 現在のショートカットを保存しますか,キャンセルしますか? Don't save - 保存しない + 保存しない @@ -3751,7 +3764,7 @@ Command Window - コマンドウィンドウ + コマンドウィンドウ @@ -3759,22 +3772,22 @@ Dock widget - ウィジェットをドック + ウィジェットをドック Undock widget - ウィジェットをアンドック + ウィジェットをアンドック Restore geometry - + ジオメトリをリストア Redock - + リドック @@ -3782,62 +3795,62 @@ Variable Editor - + 変数エディタ Edit variables. - + 変数の編集 Variable Editor Toolbar - + 変数エディタのツールバー Save - + 保存 Save variable to a file - + 変数をファイルに保存 Cut - 切り取り + 切り取り Cut data to clipboard - + データを切り取ってクリップボードへ Copy - コピー + コピー Copy data to clipboard - + クリップボードにデータをコピー Paste - 貼り付け + 貼り付け Paste clipboard into variable data - + クリップボードを変数データに貼り付け Paste Table - + 貼り付けテーブル @@ -3849,27 +3862,27 @@ Plot - + プロット Plot Selected Data - + 選択されたデータをプロット Plot selected data - + 選択されたデータをプロット Up - + アップ Go one level up in variable hierarchy - + 変数の階層を1レベルアップする @@ -3877,7 +3890,7 @@ Save Variable %1 As - + 変数 %1 を別名で保存 @@ -3890,32 +3903,32 @@ Cut - 切り取り + 切り取り Copy - コピー + コピー Paste - 貼り付け + 貼り付け Paste Table - + 貼り付けテーブル Clear - + クリア Delete - 削除 + 削除 @@ -3933,32 +3946,32 @@ Type here and press 'Return' to search - ここでタイプして'リターンキー'を押して検索 + ここでタイプして'リターンキー'を押して検索 Global search - グローバル検索 + グローバル検索 &Close - 閉じる (&C) + 閉じる (&C) Close &Other Tabs - + 他のタブを閉じる (&O) Error - エラー + エラー The info file<p>%1<p>or compressed versions do not exist - info ファイル <p>%1<p> またはその圧縮されたファイルが存在しません + info ファイル <p>%1<p> またはその圧縮されたファイルが存在しません @@ -3966,7 +3979,7 @@ Welcome to GNU Octave - GNU Octave へようこそ + GNU Octave へようこそ @@ -3974,38 +3987,38 @@ Name - 名前 + 名前 Class - クラス + クラス Dimension - 次元 + 次元 Value - + Attribute - 属性 + 属性 Right click to copy, rename, or display - 右クリックでコピー,名前の変更,または表示 + 右クリックでコピー,名前の変更,または表示 complex - 複素数 + 複素数 @@ -4013,87 +4026,87 @@ Workspace - ワークスペース + ワークスペース View the variables in the active workspace. - アクティブなワークスペースの表示. + アクティブなワークスペースの表示. Enter text to filter the workspace - ワークスペースをフィルタするためにテキストを入力 + ワークスペースをフィルタするためにテキストを入力 Filter - フィルタ + フィルタ View the variables in the active workspace.<br> - アクティブワークスペースの変数の表示<br> + アクティブワークスペースの変数の表示<br> Colors for variable attributes: - 変数の属性のための色 + 変数の属性のための色 Class - クラス + クラス Dimension - 次元 + 次元 Value - + Attribute - 属性 + 属性 Open in Variable Editor - + 変数エディタで開く Copy name - 名前のコピー + 名前のコピー Copy value - 値のコピー + 値のコピー Rename - 名前の変更 + 名前の変更 Only top-level symbols may be renamed - トップレベルのシンボルのみの名前の変更 + トップレベルのシンボルのみの名前の変更 Hide filter - フィルタを隠す + フィルタを隠す Show filter - フィルタを表示 + フィルタを表示 @@ -4112,7 +4125,7 @@ Interface - + インターフェイス @@ -4143,13 +4156,13 @@ Text inactive - + テキストをインアクティブ Active - + アクティブ @@ -4222,7 +4235,7 @@ Enable Code Folding - + コードの折りたたみを有効化 @@ -4362,7 +4375,7 @@ Set focus to terminal when running a command from within another widget - + 他のウィジェットないでコマンド実行時,端末にフォーカスする @@ -4393,7 +4406,7 @@ Graphic icons - + グラフィクアイコン @@ -4428,12 +4441,12 @@ Number of characters before list is shown: - + リストが表示される前の文字数 Create nonexistent files without prompting - + プロンプトなしに現在存在しないファイルを作成 @@ -4463,12 +4476,12 @@ Show complete path in title - + 完全なパスを表示 Number size as difference to editor font - + エディタのフォントとのサイズの違い @@ -4478,7 +4491,7 @@ Comments (Octave) - + コメント (Octave) @@ -4493,47 +4506,47 @@ Long lines - + 長い行 Break long lines at line length - + 長い行を行の長さで分断 Break lines only in comments - + コメント内でのみ行の分断 Line length - + 行の長さ Long line marker - + 長い行のマーカー Line - + Background - 背景 + 背景 Wrap long lines at curent window border - + 現在のウィンドウの境界で長い行をラップ Auto insert after "if" etc. - + "if" などの後に自動挿入 @@ -4553,12 +4566,12 @@ Restore editor tabs from previous session on startup or when editor is shown again after closing - + 起動時またはエディタが閉じられ再び起動された際一つ前のセッションからエディタのタブをリストアする Close all files when the editor widget is closed/hidden - + エディタウィジェットが閉じられるまたは隠されたらすべてのファイルを閉じる @@ -4584,7 +4597,7 @@ Colors for variable attributes - + 変数の属性の色 @@ -4610,7 +4623,7 @@ Default - 既定 + 既定 @@ -4640,27 +4653,27 @@ Variable Editor - + 変数エディタ Default row height - + 既定の行の幅 20 - + 20 Default column width - + 既定の列の幅 Use Terminal Font - + 端末のフォントを使用する @@ -4675,7 +4688,7 @@ Plus font height - + フォントの高さをプラス @@ -4690,7 +4703,7 @@ Variable Editor Colors - + 変数エディタの色 @@ -4700,11 +4713,12 @@ HttpProxy - HTTP Proxy + HTTP プロキシ Icon set for dock widgets + Dock widgets のためのアイコンセット @@ -4725,7 +4739,7 @@ File handling - + ファイル操作 diff -r e909207e9ff1 -r 56b26a3376d0 libgui/languages/zh_CN.ts --- a/libgui/languages/zh_CN.ts Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/languages/zh_CN.ts Mon Apr 02 08:58:20 2018 -0700 @@ -2,6 +2,14 @@ + ListDialog + + + Select All + 全选 + + + QObject @@ -61,7 +69,7 @@ Background color, pink (255, 0, 255) means default - 背景颜色,粉红色 (255,0,255) 代表默认值 {255, 0, 255)?} + 背景颜色,粉红色 (255, 0, 255) 代表默认值 {255, 0, 255)?} @@ -102,12 +110,12 @@ Clear Window - + 清空窗口 Edit %1 at line %2 - + 在 %2 行编辑 %1 @@ -123,72 +131,72 @@ Default - + 默认 Error - + 错误 Comment - + 注释 Number - + 数字 Keyword - + 关键字 Double-quoted string - + 双引号字符串 Single-quoted string - + 单引号字符串 Operator - + 操作符 Identifier - + 标识符 Scalar - + 标量 Parameter expansion - + 参数展开 Backticks - + 反引号 Here document delimiter - + 此处文档分隔符 Single-quoted here document - + 此处单引号文档 @@ -196,42 +204,42 @@ Default - + 默认 Comment - + 注释 Keyword - + 关键字 Label - + 标签 Hide command character - + 隐藏命令字符 External command - + 外部命令 Variable - + 变量 Operator - + 操作符 @@ -239,212 +247,212 @@ Default - + 默认 Inactive default - + 不活动的默认 C comment - + C 注释 Inactive C comment - + 不活动的 C 注释 C++ comment - + C++ 注释 Inactive C++ comment - + 不活动的 C++ 注释 JavaDoc style C comment - + JavaDoc 风格的 C 注释 Inactive JavaDoc style C comment - + 不活动的 JavaDoc 风格的 C 注释 Number - + 数字 Inactive number - + 不活动的数字 Keyword - + 关键字 Inactive keyword - + 不活动的关键字 Double-quoted string - + 双引号字符串 Inactive double-quoted string - + 不活动的双引号字符串 Single-quoted string - + 单引号字符串 Inactive single-quoted string - + 不活动的单引号字符串 IDL UUID - + IDL UUID Inactive IDL UUID - + 不活动的 IDL UUID Pre-processor block - + 预处理块 Inactive pre-processor block - + 不活动的预处理块 Operator - + 操作符 Inactive operator - + 不活动的操作符 Identifier - + 标识符 Inactive identifier - + 不活动的标识符 Unclosed string - + 未闭合的字符串 Inactive unclosed string - + 不活动的未闭合字符串 C# verbatim string - + C# verbatim string Inactive C# verbatim string - + 不活动的 C# verbatim string JavaScript regular expression - + JavaScript 正则表达式 Inactive JavaScript regular expression - + 不活动的 JavaScript 正则表达式 JavaDoc style C++ comment - + JavaDoc 风格 C++ 注释 Inactive JavaDoc style C++ comment - + 不活动的 JavaDoc 风格 C++ 注释 Secondary keywords and identifiers - + 次要关键字和标识符 Inactive secondary keywords and identifiers - + 不活动的次要关键字和标识符 JavaDoc keyword - + JavaDoc 关键字 Inactive JavaDoc keyword - + 不活动的 JavaDoc 关键字 JavaDoc keyword error - + JavaDoc 关键字错误 Inactive JavaDoc keyword error - + 不活动的 JavaDoc 关键字错误 Global classes and typedefs - + 全局的 classes 和 typedefs Inactive global classes and typedefs - + 不活动的全局 classes 和 typedefs C++ raw string - + C++ raw string Inactive C++ raw string - + 不活动的 C++ raw string @@ -452,42 +460,42 @@ Default - + 默认 Comment - + 注释 Command - + 命令 Header - + 标头 Position - + 位置 Removed line - + 移除的行 Added line - + 添加的行 Changed line - + 改变的行 @@ -495,47 +503,47 @@ Default - + 默认 Comment - + 注释 Command - + 命令 Number - + 数字 Keyword - + 关键字 Single-quoted string - + 单引号字符串 Operator - + 操作符 Identifier - + 标识符 Double-quoted string - + 双引号字符串 @@ -543,207 +551,207 @@ Default - + 默认 Error - + 错误 Comment - + 注释 POD - + POD Number - + 数字 Keyword - + 关键字 Double-quoted string - + 双引号字符串 Single-quoted string - + 单引号字符串 Operator - + 操作符 Identifier - + 标识符 Scalar - + 标量 Array - + 数组 Hash - + 哈希 Symbol table - + 符号表 Regular expression - + 正则表达式 Substitution - + 替换 Backticks - + 反引号 Data section - + 数据段 Here document delimiter - + 此处文档分隔符 Single-quoted here document - + 此处单引号文档 Double-quoted here document - + 此处双引号文档 Backtick here document - + 此处反引号文档 Quoted string (q) - + 引用的字符串 (q) Quoted string (qq) - + 引用的字符串 (qq) Quoted string (qx) - + 引用的字符串 (qx) Quoted string (qr) - + 引用的字符串 (qr) Quoted string (qw) - + 引用的字符串 (qw) POD verbatim - + POD verbatim Subroutine prototype - + 子程序原型 Format identifier - + 格式标识符 Format body - + 格式正文 Double-quoted string (interpolated variable) - + 双引号字符串 (插值的变量) Translation - + 翻译 Regular expression (interpolated variable) - + 正则表达式 (插值的变量) Substitution (interpolated variable) - + 替换 (插值的变量) Backticks (interpolated variable) - + 反引号 (插值的变量) Double-quoted here document (interpolated variable) - + 此处双引号文档 (插值的变量) Backtick here document (interpolated variable) - + 此处反引号文档 (插值的变量) Quoted string (qq, interpolated variable) - + 引用的字符串 (qq, 插值的变量) Quoted string (qx, interpolated variable) - + 引用的字符串 (qx, 插值的变量) Quoted string (qr, interpolated variable) - + 引用的字符串 (qr, 插值的变量) @@ -771,7 +779,7 @@ &Paste - + 粘贴 @@ -787,24 +795,24 @@ QtHandles::Figure - + Figure ToolBar - + 图表工具栏 Axes - + Grid - + 网格 Autoscale - + 自动缩放 @@ -814,17 +822,17 @@ &Save - + 保存 (&S) Save &As - + 另存为 (&A) &Close Figure - + 关闭图表 (&C) @@ -834,29 +842,24 @@ Cop&y - + 复制 (&y) - + About Octave 关于 Octave - - Octave Figure File (*.ofig);;Vector Image Formats (*.eps *.epsc *.pdf *.svg *.ps *.tikz);;Bitmap Image Formats (*.gif *.jpg *.png *.tiff) - - - - + &Help 帮助 (&H) - - + + Save Figure As - + 另存图表为 @@ -864,61 +867,32 @@ Rotate - + 旋转 Zoom In - + 放大 Zoom Out - + 缩小 Pan - + 拖动 Insert Text - + 插入文本 Select - - - - - UrlFilter - - - Open Link - - - - - Copy Link Address - - - - - Send Email To... - - - - - Copy Email Address - - - - - - Edit %1 at line %2 - + 选择 @@ -926,17 +900,17 @@ Annotation - + 注释 Text - + 文本 String - + 字符串 @@ -946,7 +920,7 @@ bold - + 粗体 @@ -956,7 +930,7 @@ italic - + 斜体 @@ -966,224 +940,545 @@ color - + 颜色 Horz alignment - + 水平对齐 left - + middle - + right - + Vert alignment - + 垂直对齐 top - + bottom - + Position - + 位置 X - + X Y - + Y Width - + Height - + units - + 单位 normalized - + 归一化 Fit to box - + 适应方框大小 Box - + 方框 Background - + 背景 Edge - + Line style - + 线条样式 none - + Line width - - - - - octave::ListDialog - - - Select All - 全选 + 线条宽度 - octave::documentation - - - Octave Documentation - - - - - Could not setup the data required for the -documentation viewer. Only help texts in -the Console Widget will be available. - - - - - Contents - - - - - Enter text to search the indices - - - - - - Search - - - - - Index - - - - - octave::documentation_dock_widget - - + documentation_dock_widget + + Documentation - 文档 + 文档 See the documentation for help. - 阅读文档以获取帮助。 - - - - octave::external_editor_interface - - - - Octave Editor - Octave 编辑器 - - - - Could not start custom file editor -%1 - - - - - There is no custom editor configured yet. -Do you want to open the preferences? - + 阅读文档以获取帮助。 - octave::file_editor - - - - + file_editor + + + + + + Octave Editor - Octave 编辑器 - - - + Octave 编辑器 + + + + Octave Files (*.m);;All Files (*) + Octave 文件 (*.m);;所有文件 (*) + + + + New Function + 新建函数 + + + + New function name: + + 新建函数的名称: + + + + File not saved! A file with the selected name %1 is already open in the editor - 文件未保存!一个带有相同名称 + 文件未保存!一个带有相同名称 %1 的文件在编辑器中被打开 - - The associated file editor tab has disappeared. - 关联文件的编辑标签消失了。 - - - + + &%1 %2 + &%1 %2 + + + + &Save File + 保存文件 (&S) + + + + Save File &As... + 文件另存为 (&A)... + + + + Print... + 打印... + + + + &Redo + 重做 (&R) + + + + Cu&t + 剪切 (&T) + + + + &Next Bookmark + 下一个书签 (&N) + + + + Pre&vious Bookmark + 上一个书签 (&V) + + + + Toggle &Bookmark + 打开/关闭书签 (&B) + + + + &Remove All Bookmarks + 移除所有书签 (&R) + + + + &Next Breakpoint + 下一个断点 (&N) + + + + Pre&vious Breakpoint + 上一个断点 (&V) + + + + Toggle &Breakpoint + 打开/关闭断点 (&B) + + + + &Remove All Breakpoints + 移除所有断点 (&R) + + + + &Comment + 注释 (&C) + + + + &Uncomment + 取消注释 (&U) + + + + &Find and Replace... + 查找并替换 (&F) ... + + + + Save File and Run + 保存文件并运行 + + + + Go &to Line... + 跳至行 (&T) ... + + + + Could not start custom file editor +%1 + 无法启动自定义文件编辑器 +%1 + + + + Create + 创建 + + + + Cancel + 取消 + + + + &Recent Editor Files + 最近编辑器文件 (&R) + + + + &Edit Function + 编辑函数 (&E) + + + + &Close + 关闭 (&C) + + + + Close All + 关闭全部 + + + + Close Other Files + 关闭其他文件 + + + + &Commands + 命令 (&C) + + + + Delete Line + 删除行 + + + + Copy Line + 复制行 + + + + Cut Line + 剪切行 + + + + Delete to Start of Word + 删除到单词起始处 + + + + Delete to End of Word + 删除到单词结尾处 + + + + Delete to Start of Line + 删除到一行开头 + + + + Delete to End of Line + 删除到一行结尾 + + + + Duplicate Selection/Line + 重复选择/行 + + + + Transpose Line + 交换行 + + + + &Show Completion List + 显示完成列表 + + + + &Format + 格式 + + + + &Uppercase Selection + 选择文本转大写 (&U) + + + + &Lowercase Selection + 选择文本转小写 (&L) + + + + &Indent + 向右缩进 (&I) + + + + &Unindent + 向左缩进 (&U) + + + + Convert Line Endings to &Windows (CRLF) + 将行尾转为 &Windows 风格 (CRLF) + + + + Convert Line Endings to &Unix (LF) + 将行尾转为 &Unix 风格 (LF) + + + + Convert Line Endings to &Mac (CR) + 将行尾转为 &Mac 风格 (CR) + + + + Navi&gation + 转到 (&g) + + + + Move to Matching Brace + 移至匹配的括号 + + + + Select to Matching Brace + 选择匹配的括号间的内容 + + + + &Preferences... + 首选项 (&P) ... + + + + &Styles Preferences... + 风格首选项 (&S) ... + + + + &View + 视图 (&V) + + + + &Editor + 编辑器 (&E) + + + + Show &Line Numbers + 显示行数 (&L) + + + + Show &Toolbar + 显示工具栏 (&T) + + + + Show &Statusbar + 显示状态栏 (&S) + + + + Show &Horizontal Scrollbar + 显示垂直滚动条 (&H) + + + + Recent Files + 最近文件 + + + + Editor + 编辑器 + + + + Show Line &Endings + 显示行尾 (&E) + + + + File Encoding: + 文件编码: + + + + %1 is a built-in function + %1 是内置函数 + + + + Can not find function %1 + 找不到函数 %1 + + + + Find &Next... + 下一个匹配 (&N) + + + + Find &Previous... + 上一个匹配 (&P) + + + + Show &Indentation Guides + 显示缩进对齐线 (&I) + + + + Show Long Line &Marker + 显示长线标记 (&M) + + + + Zoom &In + 放大 (&I) + + + + Zoom &Out + 缩小 (&O) + + + + &Normal Size + 正常大小 (&N) + + + + Run &Selection + 运行选定部分 (&S) + + + + &Help + 帮助 (&H) + + + + &Help on Keyword + 帮助关键字 (&H) + + + + &Documentation on Keyword + 文档关键字 (&D) + + + Could not open file %1 for read: %2. - 数据文件 + 数据文件 %1 无法打开/读取: %2. @@ -1192,529 +1487,163 @@ File %1 does not exist. Do you want to create it? - - - - - Create - - - - - Cancel - 取消 - - - + 数据文件 +%1 +不存在。你希望创建它么? + + + Could not open file %1 for write: %2. - 数据文件 + 数据文件 %1 无法打开/写入: %2. - + + The associated file editor tab has disappeared. + 关联文件的编辑标签消失了。 + + + &File - 文件 (&F) - - - - &Recent Editor Files - 最近编辑器文件 (&R) - - - - &Edit Function - 编辑函数 (&E) - - - - &Save File - 保存文件 (&S) - - - - Save File &As... - 文件另存为 (&A)... - - - - &Close - 关闭 (&C) - - - - Close All - 关闭全部 - - - - Close Other Files - 关闭其他文件 - - - - Print... - 打印... - - - + 文件 (&F) + + + &Edit - 编辑 (&E) - - - - &Redo - 重做 (&R) - - - - Cu&t - 剪切 (&T) - - - - &Find and Replace... - 查找并替换 (&F) ... - - - - Find &Next... - - - - - Find &Previous... - - - - - &Commands - - - - - Delete Line - - - - - Copy Line - - - - - Cut Line - - - - - Delete to Start of Word - - - - - Delete to End of Word - - - - - Delete to Start of Line - - - - - Delete to End of Line - - - - - Duplicate Selection/Line - - - - - Transpose Line - - - - - &Show Completion List - - - - - &Format - - - - - &Uppercase Selection - - - - - &Lowercase Selection - - - - - &Comment - 注释 (&C) - - - - &Uncomment - 取消注释 (&U) - - - - Comment (Choosing String) - - - - - &Indent Selection Rigidly - - - - - &Unindent Selection Rigidly - - - - - Indent Code - - - - - convert line endings to &windows (crlf) - - - - - Convert Line Endings to &Unix (LF) - - - - - Convert Line Endings to &Mac (CR) - - - - - Navi&gation - - - - - Go &to Line... - 跳至行 (&T) ... - - - - Move to Matching Brace - - - - - Select to Matching Brace - - - - - &Next Bookmark - 下一个书签 (&N) - - - - Pre&vious Bookmark - 上一个书签 (&V) - - - - Toggle &Bookmark - 打开/关闭书签 (&B) - - - - &Remove All Bookmarks - 移除所有书签 (&R) - - - - &Preferences... - 首选项 (&P) ... - - - - &Styles Preferences... - 风格首选项 (&S) ... - - - - &View - - - - - &Editor - - - - - Show &Line Numbers - - - - + 编辑 (&E) + + + Show &Whitespace Characters - - - - - Show Line &Endings - - - - - Show &Indentation Guides - - - - - Show Long Line &Marker - - - - - Show &Toolbar - - - - - Show &Statusbar - - - - - Show &Horizontal Scrollbar - - - - - Zoom &In - - - - - Zoom &Out - - - - - &Normal Size - - - - + 显示空白字符 (&W) + + + &Debug - 除错 (&D) - - - - Toggle &Breakpoint - 打开/关闭断点 (&B) - - - - &Next Breakpoint - 下一个断点 (&N) - - - - Pre&vious Breakpoint - 上一个断点 (&V) - - - - &Remove All Breakpoints - 移除所有断点 (&R) - - - + 调试 (&D) + + + &Run - 运行 (&R) - - - - Save File and Run - 保存文件并运行 - - - - Run &Selection - 运行选定部分 (&S) - - - - &Help - 帮助 (&H) - - - - &Help on Keyword - 帮助关键字 (&H) - - - - &Documentation on Keyword - 文档关键字 (&D) - - - - Recent Files - - - - - Editor - - - - - &%1 %2 - &%1 %2 + 运行 (&R) - octave::file_editor_tab - - + file_editor_tab + + + eol: + 行尾: + + + line: - + 行数: col: - - - - - encoding: - - - - - eol: - - - - - Breakpoint condition - - - - - - - - - - - - Octave Editor - Octave 编辑器 - - - - Cannot add breakpoint to modified file. -Save and add breakpoint, or cancel? - - - - + 列数: + + + Goto line - 前往行 + 前往行 Line number - 行数 - - - - Comment selected text - - - - - Comment string to use: - - - - - - + 行数 + + + + <unnamed> - <未命名> - - - - Do you want to cancel closing, save or discard the changes? - 你希望关闭,保存还是丢弃更改? - - - + <未命名> + + + The file %1 is about to be closed but has been modified. %2 - - - - + 文件 + + %1 + +发生改动且将被关闭. %2 + + + Debug or Save - + 调试或保存 This file is currently being executed. Quit debugging and save? - - - - - Could not open file %1 for write: -%2. - 无法打开文件 %1 以写入: -%2. - - - + 此文件正在运行, +是否推出调试并保存? + + + Line Endings: - + 行尾: File Encoding: - + 文件编码: Octave Files (*.m) - + Octave 文件 (*.m) All Files (*) - - - - + 所有文件 (*) + + + + Do you want to cancel closing, save or discard the changes? + 你希望关闭,保存还是丢弃更改? + + + + + + + + + + Octave Editor + Octave 编辑器 + + + + encoding: + 编码: + + + + Breakpoint condition + 条件断点 + + + + Cannot add breakpoint to modified file. +Save and add breakpoint, or canel? + 无法在已修改的文件中添加断点, +保存并添加断点或者取消? + + + "%1" is not a valid identifier. @@ -1722,36 +1651,32 @@ call your script using its name as an Octave command. Do you want to choose another name? - - - - - The current codec %1 -can not be applied. + "%1" +不是有效的标识符。 + +如果使用此文件名,您将无法将这个名字当作 Octave 命令来调用。 -Please select another one or cancel saving! - - - - +是否选择其他文件名? + + + The current editor contents can not be encoded with the selected codec %1. Using it will result in data loss! Do you want to chose another codec? - - - - - It seems that '%1' has been modified by another application. Do you want to reload it? - 看起来 '%1' 已经被其他应用修改。你希望重新载入这个文件吗? - - - + 当前编辑器内容无法使用 +选择的编解码器 %1 编码。 +继续使用它将导致数据丢失! + +是否选择其他的编解码器? + + + Warning: The contents in the editor is modified! - + 警告: 编辑器中内容已经被修改! @@ -1760,270 +1685,311 @@ It seems that the file %1 has been deleted or renamed. Do you want to save it now?%2 - 数据文件 + 数据文件 %1 已经被修改或重命名。你希望现在保存这个文件吗?%2 + + + Could not open file %1 for write: +%2. + 无法打开文件 %1 以写入: +%2. + + + + It seems that '%1' has been modified by another application. Do you want to reload it? + 看起来 '%1' 已经被其他应用修改。你希望重新载入这个文件吗? + - octave::files_dock_widget - - + files_dock_widget + + File Browser - 文件浏览器 - - - - Browse your files - - - - - File size - 文件大小 - - - - File type - 文件类型 - - - - Date modified - 修改日期 - - - - Show hidden - 显示隐藏文件 - - - - Alternating row colors - 备选列颜色 - - - + 文件浏览器 + + + Enter the path or filename - 输入路径或文件名 - - - - One directory up - 向上一级 - - - - Show Octave directory - 显示 Octave 目录 - - - - Go to current Octave directory - 前往当前的 Octave 目录 - - - - Set Octave directory - 设置 Octave 目录 - - - + 输入路径或文件名 + + + Set Octave directory to current browser directory - + 设置 Octave 目录到当前浏览器目录 Actions on current directory - 在当前目录的操作 - - - - Show Home Directory - 显示主目录 - - - + 在当前目录的操作 + + + Set Browser Directory... - + 设置浏览器目录... - + Find Files... - 查找文件... - - - - - New File... - 新建文件... - - - - - New Directory... - 新建目录... - - - - Activate to open in editor, right click for alternatives - - - - - Open - 打开 - - - + 查找文件... + + + Open in System File Explorer - + 在系统文件浏览器中打开 Open in Text Editor - + 在文本编辑器中打开 + + + + New Directory + 新建目录 + + + + Show Octave directory + 显示 Octave 目录 + + + + Browse your files + 浏览文件 + + + + Alternating row colors + 备选列颜色 + filesdockwidget/showFileSize + 文件可停靠组件/显示文件大小 + + + + filesdockwidget/showFileType + 文件可停靠组件/显示文件类型 + + + + filesdockwidget/showLastModified + 文件可停靠组件/显示最近修改 + + + + filesdockwidget/showHiddenFiles + 文件可停靠组件/显示隐藏的文件 + + + + filesdockwidget/useAlternatingRowColors + 文件可停靠组件/使用可选的行颜色 + + + + One directory up + 向上一级 + + + + Go to current Octave directory + 前往当前的 Octave 目录 + + + + Set Octave directory + 设置 Octave 目录 + + + + Show Home Directory + 显示主目录 + + + + + New File... + 新建文件... + + + + + New Directory... + 新建目录... + + + + Activate to open in editor, right click for alternatives + 激活以在编辑器中打开,右击选择 + + + + File size + 文件大小 + + + + File type + 文件类型 + + + + Date modified + 修改日期 + + + + Show hidden + 显示隐藏文件 + + + + Open + 打开 + + + Copy Selection to Clipboard - 复制选中到剪贴板 + 复制选中到剪贴板 Run - 运行 + 运行 Load Data - 载入数据 + 载入数据 Set Current Directory - 设置当前目录 + 设置当前目录 Rename... - + 重命名... Delete... - - - - + 删除... + + + Rename file/directory - 重命名文件/目录 + 重命名文件/目录 Rename file/directory: - 重命名文件/目录: + 重命名文件/目录: to: - + 到: - + Delete file/directory - 删除文件/目录 + 删除文件/目录 Are you sure you want to delete - 你确实希望删除 + 你确实希望删除 Can not delete a directory that is not empty - 不能删除一个非空目录 + 不能删除一个非空目录 Set directory of file browser - 设置目录到文件浏览器 - - - + 设置目录到文件浏览器 + + + Create File - 创建文件 + 创建文件 Create file in String ends with \n! - 创建文件于 + 创建文件于 New File.txt - - - - + 新建文件.txt + + + Create Directory - 创建目录 + 创建目录 Create folder in String ends with \n! - 创建目录于 + 创建目录于 - - - New Directory - 新建目录 - - octave::final_page - - + final_page + + Enjoy! - 尽情享受吧! + 尽情享受吧! Previous - 上一个 + 上一个 Finish - 完成 + 完成 Cancel - 取消 + 取消 <html><body> <p>We hope you find Octave to be a useful tool.</p> <p>If you encounter problems, there are a number of ways to get help, including commercial support options, a mailing list, a wiki, and other community-based support channels. -You can find more information about each of these by visiting <a href="https://octave.org/support.html">https://octave.org/support.html</a> (opens in external browser).</p> +You can find more information about each of these by visiting <a href="http://octave.org/support.html">http://octave.org/support.html</a> (opens in external browser).</p> </body></html> - + <html><body> +<p>我们希望你发现Octave是一个有用的工具。</p> +<p>如果遇到问题,可以通过多种方式获得帮助,包括商业支持选项,邮件列表,wiki以及其他基于社区的支持渠道。 +你可以通过访问 <a href="http://octave.org/support.html">http://octave.org/support.html</a> 找到更多信息(在外部浏览器中打开).</p> +</body></html> @@ -2034,363 +2000,363 @@ <head/><body> <p>For more information about Octave:</p> <ul> -<li>Visit <a href="https://octave.org">https://octave.org</a> (opens in external browser)</li> -<li>Get the documentation online as <a href="https://www.gnu.org/software/octave/doc/interpreter/index.html">html</a>- or <a href="https://www.gnu.org/software/octave/octave.pdf">pdf</span></a>-document (opens in external browser)</li> +<li>Visit <a href="http://octave.org">http://octave.org</a> (opens in external browser)</li> +<li>Get the documentation online as <a href="http://www.gnu.org/software/octave/doc/interpreter/index.html">html</a>- or <a href="http://www.gnu.org/software/octave/octave.pdf">pdf</span></a>-document (opens in external browser)</li> <li>Open the documentation browser of the Octave GUI with the help menu</li> </ul> </body></html> - <html><head> + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } </style> <head/><body> <p>欲了解更多关于 Octave 的信息: </p> <ul> -<li>访问 <a href="https://octave.org">https://octave.org</a> (在外部浏览器打开)</li> -<li>从 <a href="https://www.gnu.org/software/octave/doc/interpreter/index.html">html</a>- 或 <a href="https://www.gnu.org/software/octave/octave.pdf">获取 PDF 格式的</span></a>-文档 (在外部浏览器打开)</li> +<li>访问 <a href="http://octave.org">http://octave.org</a> (在外部浏览器打开)</li> +<li>从 <a href="http://www.gnu.org/software/octave/doc/interpreter/index.html">html</a>- 或 <a href="http://www.gnu.org/software/octave/octave.pdf">获取 PDF 格式的</span></a>-文档 (在外部浏览器打开)</li> <li>在 Octave GUI 的帮助菜单打开帮助文档。</li> </ul> </body></html> - octave::find_dialog - - + find_dialog + + Find and Replace - + 查找并替换 Find &what: - 搜索 (&W) : + 搜索 (&W) : Re&place with: - 替换为 (&P) : + 替换为 (&P) : Match &case - 匹配大小写 (&C) + 匹配大小写 (&C) Search from &start - 从开头搜索 (&S) + 从开头搜索 (&S) &Wrap while searching - 搜索时循环 (&W) + 搜索时循环 (&W) &Find Next - 查找下一个 (&F) + 查找下一个 (&F) Find &Previous - 查找上一个 (&P) + 查找上一个 (&P) &Replace - 替换 (&R) + 替换 (&R) Replace &All - 替换全部 (&A) + 替换全部 (&A) &More... - 更多 (&M) ... + 更多 (&M) ... &Whole words - 整个单词 (&W) + 整个单词 (&W) Regular E&xpressions - 常规表达式 (&X) + 正则表达式 (&X) Search &backward - 反向搜索 (&B) + 反向搜索 (&B) Search se&lection - 搜索选中 (&L) - - - + 搜索选中 (&L) + + + Search from end - 从尾部搜索 + 从尾部搜索 Search from start - 从开头搜索 - - - + 从开头搜索 + + + Replace Result - 替换结果 + 替换结果 %1 items replaced - %1 项已替换 - - - + %1 项已替换 + + + Find Result - 查找结果 + 查找结果 No more matches found - 没有更多匹配项 + 没有更多匹配项 - octave::find_files_dialog - - + find_files_dialog + + Find Files - 查找文件 - - - + 查找文件 + + + Named: - 名称: - - - - Enter the filename search expression - - - - + 名称: + + + Start in: - 从: + 从: Enter the start directory - 进入初始目录 + 进入初始目录 Browse... - 浏览... + 浏览... Browse for start directory - 从初始目录浏览 - - - - Search subdirectories - - - - + 从初始目录浏览 + + + Search recursively through directories for matching files - 递归搜索目录以查找匹配文件 - - - - Include directory names - - - - + 递归搜索目录以查找匹配文件 + + + Include matching directories in search results - 在搜索结果中包含匹配目录 + 在搜索结果中包含匹配目录 Name case insensitive - 名称大小写敏感 + 名称大小写敏感 Set matching name is case insensitive - 设置匹配名称大小写敏感 + 设置匹配名称大小写敏感 Contains text: - 包含文字: - - - + 包含文字: + + + + Enter the filename search expression + 输入文件名搜索表达式 + + + + Search subdirectories + 搜索子目录 + + + + Include directory names + 包含的目录名 + + + Enter the file content search expression - + 输入文件内容搜索表达式 Text to match - 要匹配的文字 + 要匹配的文字 Text case insensitive - 文字大小写敏感 + 文字大小写敏感 Set text content is case insensitive - 设置文字内容大小写敏感 + 设置文字内容大小写敏感 Search results - 搜索结果 - - - + 搜索结果 + + + Idle. - 空闲。 + 空闲。 Find - 查找 + 查找 Start search for matching files - 开始查找匹配文件 - - - + 开始查找匹配文件 + + + Stop - 停止 + 停止 Stop searching - 停止搜索 + 停止搜索 Filename/location - + 文件名/位置 File contents - 文件内容 - - - + 文件内容 + + + Searching... - 正在搜索... - - - - %1 match (es) - - - - + 正在搜索... + + + + %1 match(es) + %1 个匹配 + + + Set search directory - 设置搜索目录 + 设置搜索目录 - octave::find_files_model - - + find_files_model + + Filename - 文件名 + 文件名 Directory - 目录 + 目录 - octave::history_dock_widget - - + history_dock_widget + + Browse and search the command history. - 浏览并搜索命令历史。 - - - + 浏览并搜索命令历史。 + + + + Double-click a command to transfer it to the terminal. + 双击一个命令以传递到终端。 + + + + Enter text to filter the command history + 输入文本以过滤命令历史记录 + + + + Filter + 过滤器 + + + + Command History + 命令历史 + + + Copy - 复制 + 复制 Evaluate - 评估 + 评估 Create script - 创建脚本 + 创建脚本 Hide filter - + 隐藏过滤器 Show filter - - - - - Double-click a command to transfer it to the terminal. - 双击一个命令以传递到终端。 - - - - Enter text to filter the command history - - - - - Filter - - - - - Command History - 命令历史 + 显示过滤器 - octave::initial_page - - + initial_page + + Welcome to Octave! - 欢迎来到 Octave! + 欢迎来到 Octave! Next - 下一个 + 下一个 Cancel - 取消 + 取消 @@ -2399,7 +2365,7 @@ Click 'Next' to create a configuration file and launch Octave.</p> <p>The configuration file is stored in<br>%1.</p> </body></html> - <html><body> + <html><body> <p>看起来这是你第一次在这台电脑上使用 Octave 图形界面。 点击 '下一步' 以创建一个配置文件并启动 Octave .</p> <p>配置文件存放于<br>%1.</p> @@ -2407,400 +2373,345 @@ - octave::label_dock_widget - - - Undock widget - 移动挂件 - - - - Close widget - - - - - octave::main_window - - + main_window + + + Load Workspace + 载入工作空间 + + + + + About Octave + 关于 Octave + + + + &File + 文件 (&F) + + + + New + 新建 + + + + Open... + 打开... + + + + Preferences... + 首选项... + + + + Exit + 退出 + + + + &Edit + 编辑 (&E) + + + + Undo + 撤销 + + + + Copy + 复制 + + + + Paste + 粘贴 + + + Save Workspace As - 工作空间另存为 - - - - Load Workspace - 载入工作空间 - - - + 工作空间另存为 + + + The release notes file '%1' is empty. - 发行注记文件 '%1' 是空的。 + 发行注记文件 '%1' 是空的。 The release notes file '%1' cannot be read. - 发行注记文件 '%1' 无法读取。 + 发行注记文件 '%1' 无法读取。 Octave Release Notes - Octave 发行注记 - - - + Octave 发行注记 + + + Octave Community News - Octave 社区新闻 - - - - - About Octave - 关于 Octave - - - - Octave - - - - - Are you sure you want to exit Octave? - - - - - - Browse directories - 浏览目录 - - - - Octave Files (*.m);;All Files (*) - Octave 文件 (*.m);;所有文件 (*) - - - - File Encoding: - - - - - New Function - 新建函数 - - - - New function name: - - 新建函数的名称: - - - - - %1 is a built-in function - - - - - Can not find function %1 - - - - - Octave Editor - Octave 编辑器 - - - - &File - 文件 (&F) - - - - Open... - 打开... - - - - Open an existing file in editor - - - - - Load Workspace... - 载入工作空间... - - - - Save Workspace As... - 工作空间另存为... - - - - Exit - 退出 - - - - New - 新建 - - - - New Script - - - - - New Function... - - - - - New Figure - - - - - &Edit - 编辑 (&E) - - - - Undo - 撤销 - - - - Copy - 复制 - - - - Paste - 粘贴 - - - - Select All - 全选 - - - + Octave 社区新闻 + + + Clear Clipboard - 清空剪贴板 + 清空剪贴板 Find Files... - 查找文件... + 查找文件... Clear Command Window - 清空命令窗口 + 清空命令窗口 Clear Command History - 清空命令历史 + 清空命令历史 Clear Workspace - 清空工作空间 - - - - Preferences... - 首选项... + 清空工作空间 De&bug - 除错 (&B) + 调试 (&B) Step - 步骤 - - - + 步骤 + + + + Continue + 继续 + + + + Show File Browser + 显示文件浏览器 + + + + File Browser + 文件浏览器 + + + Step In - 步进 + 步进 + + + + Load Workspace... + 载入工作空间... + + + + Save Workspace As... + 工作空间另存为... + + + + Step Out + 步出 + + + + Reset Default Window Layout + 复位为默认窗口布局 + + + + Octave Packages + Octave 软件包 + + + + Share Code + 共享代码 + + + + On Disk + 磁盘上 + + + + Online + 在线 + + + + &News + 新闻 (&N) + + + + Release Notes + 发行注记 + + + + Community News + 社区新闻 + + + + Toolbar + 工具栏 + + + + Enter directory name + 输入目录名 + + + + Current Directory: + 当前目录: - Step Out - 步出 + One directory up + 向上一级 + + + + + Browse directories + 浏览目录 + + + + Octave + Octave + + + + Are you sure you want to exit Octave? + 确定要退出 Octave 吗? + + + + Open an existing file in editor + 在编辑器中打开一个已存在的文件 + + + + New Script + 新建脚本 + + + + New Function... + 新建函数 - Continue - 继续 - - - + New Figure + 新建图表 + + + + Select All + 全选 + + + Quit Debug Mode - + 退出调试 &Window - 窗口 (&W) + 窗口 (&W) Show Command Window - 显示命令窗口 + 显示命令窗口 Show Command History - 显示命令历史 - - - - Show File Browser - 显示文件浏览器 - - - + 显示命令历史 + + + Show Workspace - 显示工作空间 + 显示工作空间 Show Editor - 显示编辑器 + 显示编辑器 Show Documentation - 显示文档 - - - - Show Variable Editor - + 显示文档 Command Window - 命令窗口 + 命令窗口 Command History - 命令历史 - - - - File Browser - 文件浏览器 - - - + 命令历史 + + + Workspace - + 工作空间 Editor - + 编辑器 - + Documentation - 文档 - - - - Variable Editor - - - - - Reset Default Window Layout - 复位为默认窗口布局 - - - + 文档 + + + &Help - 帮助 (&H) + 帮助 (&H) Report Bug - 报告问题 - - - - Octave Packages - Octave 软件包 - - - + 报告问题 + + + Contribute - + 参与 Octave Donate to Octave - - - - - On Disk - 磁盘上 - - - - Online - 在线 - - - - &News - 新闻 (&N) - - - - Release Notes - 发行注记 - - - - Community News - 社区新闻 - - - - Toolbar - - - - - Enter directory name - 输入目录名 - - - - Current Directory: - 当前目录: - - - - One directory up - 向上一级 + 捐赠 Octave - octave::news_reader - - + news_reader + + <html> <body> <p> @@ -2808,19 +2719,19 @@ </p> <p> For the latest news, please check -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> +<a href="http://octave.org/community-news.html">http://octave.org/community-news.html</a> when you have a connection to the web (link opens in an external browser). </p> <p> <small><em>&mdash; The Octave Developers, - <html> + <html> <body> <p> Octave 的社区新闻来源似乎不可用。 </p> <p> 当你的网络连接可用时,要获取最新新闻,请查阅 -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> +<a href="http://octave.org/community-news.html">http://octave.org/community-news.html</a> (将在外部浏览器打开) . </p> <p> @@ -2835,20 +2746,20 @@ </p> <p> For the latest news, please check -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> +<a href="http://octave.org/community-news.html">http://octave.org/community-news.html</a> when you have a connection to the web (link opens in an external browser) or enable web connections for news in Octave's network settings dialog. </p> <p> <small><em>&mdash; The Octave Developers, - <html> + <html> <body> <p> 连接到互联网以获取 Octave 社区新闻的选项已经被禁用。 </p> <p> 在网络连接可用时,要获取最新新闻,请查阅 -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a> +<a href="http://octave.org/community-news.html">http://octave.org/community-news.html</a> (将在外部浏览器打开链接)。 或者在 Octave 网络设置对话框打开网络连接。 </p> @@ -2857,121 +2768,114 @@ - octave::octave_dock_widget - - + octave_dock_widget + + + + Undock widget + 取消组件停靠 + + + Hide widget - 隐藏挂件 - - - - Use <Alt> + <Left Mouse Button> for moving the window - - - - + 隐藏组件 + + + Dock widget - 停靠挂件 - - - - Undock widget - 移动挂件 + 停靠组件 - octave::octave_qscintilla - - + octave_qscintilla + + Help on - 开启帮助 + 开启帮助 Documentation on - 开启文档 + 开启文档 Edit - 编辑 + 编辑 dbstop if ... - - - - - Press '%1' to replace all occurrences of '%2' with '%3'. - + dbstop 如果 ... - octave::octave_qt_link - - - - - Create - - - - - - Cancel - 取消 - - - + octave_qt_link + + File %1 does not exist. Do you want to create it? - + 文件 +%1 +不存在。你希望创建它吗? Octave Editor - Octave 编辑器 - - - + Octave 编辑器 + + + + + + Create + 创建 + + + The file %1 does not exist in the load path. To run or debug the function you are editing, you must either change to the directory %2 or add that directory to the load path. - + 加载路径中文件 %1 不存在。如要运行或调试正在编辑的函数,请转到目录 %2 或添加其至加载路径。 The file %1 is shadowed by a file with the same name in the load path. To run or debug the function you are editing, change to the directory %2. - + 文件 %1 被加载路径中同名文件隐藏。 如要运行或调试正在编辑的函数,请切换到目录 %2 。 Change Directory or Add Directory to Load Path - 切换目录或添加目录到载入路径 + 切换目录或添加目录到载入路径 - &Change Directory - + Change Directory + 切换目录 - &Add Directory to Load Path - + Add Directory to Load Path + 添加目录到载入路径 + + + + + Cancel + 取消 - octave::octave_txt_lexer - - + octave_txt_lexer + + Default - + 默认 - octave::resource_manager - - + resource_manager + + The settings file %1 does not exist and can not be created. @@ -2979,7 +2883,7 @@ %2 Octave GUI must be closed now. - 配置文件 + 配置文件 %1 不存在且不能被创建。 请确定你在如下目录有写入权限。 @@ -2990,43 +2894,659 @@ Octave Critical Error - Octave 严重错误 + Octave 严重错误 - octave::setup_community_news + settings_dialog + + + Settings + 设置 + + + + + General + 常规 + + + + Interface + 接口 + + + + Dock widget title bar + 停靠组件标题栏 + + + + Confirm before exiting + 退出前确认 + + + + Octave logo only + 仅 Octave 徽标 + + + + Letter icons + 字母图标 + + + + + Show status bar + 显示状态栏 + + + + Text inactive + 不活动的文本 + + + + + Active + 活动 + + + + Small + + + + + Large + + + + + Custom style + 自定义样式 + + + + Background inactive + 不活动的背景 + + + + 3D + 3D + + + + Octave Startup + Octave 启动 + + + + + Startup path + 启动路径 + + + + + Browse + 浏览 + + + + Editor + 编辑器 + + + + After Column + 列后 + + + + Color + 颜色 + + + + Tab width min. + Tab 最小宽度. + + + + max. + 最大. + + + + This works well for monospaced fonts. The line is drawn at a position based on the width of a space character in the default font. It may not work very well if styles use proportional fonts or if varied font sizes or bold, italic and normal texts are used. + 这适用于等宽字体。 该线根据默认字体中空格字符的宽度绘制。 如果样式使用比例字体,或者使用不同的字体大小或粗体,斜体和普通文本,它可能无法很好地工作。 + + + + Enable Code Folding + 启用代码折叠 + + + + Windows (CRLF) + Windows (CRLF) + + + + Mac (CR) + Mac (CR) + + + + Unix (LF) + Unix (LF) + + + + Show horizontal scroll bar + 显示水平滚动条 + + + + Show tool bar + 显示工具栏 + + + + Indentation + 缩进 + + + + Indent width + 缩进宽度 + + + + Tab indents line + Tab 键缩进行 + + + + Auto indentation + 自动缩进 + + + + Tab width + Tab 键宽度 + + + + Show indentation guides + 显示缩进参考线 + + + + Backspace unindents line + 退格键删除缩进符 + + + + Indentation uses tabs + 使用 tabs 缩进 + + + + Auto completion + 自动补全 + + + + Match keywords + 匹配关键字 + + + + Case sensitive + 大小写敏感 + + + + Replace word by suggested one + 使用建议的单词替换原有的 + + + + Match words in document + 在文档中匹配单词 + + + + With Octave builtins + Octave 内建 + + + + With Octave functions + Octave 函数 + + + + Show completion list automatically + 自动显示补全列表 + + + + Restore editor tabs from previous session on startup + 在启动时恢复上次会话的编辑器标签 + + + + Reload externally changed files without prompt + 无需提示即可重新加载外部更改的文件 + + + + Use custom file editor + 使用自定义文件编辑器 + + + + Text encoding used for loading and saving + 文本编码用于加载和保存 + + + + Editor Styles + 编辑器风格 + + + + (Changing buffer size clears history) + (更改缓冲区大小清除历史记录) + + + + History buffer Size + 历史缓冲区大小 + + + + Set focus to terminal when running a command from within another widget + 从另一个组件中运行命令时,将焦点设置为终端 + + + + Print debug location in terminal window in addition to the marker in the editor + 除了编辑器中的标记之外,还可以在终端窗口中打印调试位置 + + + + Terminal Colors + 终端颜色 + + + + Font + 字体 + + + + Show line numbers + 显示行数 + + + + Highlight current line + 高亮当前行 + + + + Show complete path in window title + 在窗口标题显示完整路径 + + + + Graphic icons + 图形图标 + + + + These preferences are applied after any .octaverc startup files. + 这些首选项在任何.octaverc启动文件之后应用。 + + + + Restore working directory of previous session + 恢复前一个会话的工作目录 + + + + Show whitespace + 显示空白 + + + + Do not show whitespace used for indentation + 不要显示缩进的空白空间 + + + + Draw a long line marker + 画长线标记 + + + + Show EOL characters + 显示 EOL 字符 + + + + Default EOL mode + 默认 EOL 模式 + + + + Number of characters before list is shown: + 显示列表前的字符数: + + + + Create nonexistent files without prompting + 在创建不存在的文件时不提示 + + + + command line (%f=file, %l=line): + 命令行 (%f=文件, %l=行数): + + + + <html><head/><body><p>Select font, font size (as a difference from the default size), font style (<b>b</b>old, <b>i</b>talic, <b>u</b>nderline), text color, and background color (for the latter, the color magenta (255,0,255) is a placeholder for the default background color).</p></body></html> + <html><head/><body><p>选择字体, 字体大小 (作为与默认大小的差异), 字体样式 (<b>b</b>old, <b>i</b>talic, <b>u</b>nderline), 文本颜色, 和背景颜色 (对于后者,颜色洋红色(255,0,255)是默认背景颜色的占位符).</p></body></html> + + + + Terminal + 终端 + + + + Cursor type: + 光标类型: + + + + Cursor blinking + 光标闪烁 + + + + Use foreground color + 使用前景色 + + + + Font size + 字体大小 + + + + File Browser + 文件浏览器 + + + + Workspace + 工作空间 + + + + Colors for variable attributes + 变量属性的颜色 + + + + Hide tool tips + 隐藏工具提示 + + + + Import shortcut set + 导入快捷键设置 + + + + Export current shortcut set + 导出当前快捷键设置 + + + + Reset shortcuts to their defaults + 将快捷方式重置为其默认值 + + + + + Default + 默认 + + + + Edit a shortcut by double-clicking in a cell + 通过双击单元格编辑快捷方式 + + + + Actual + 当前 + + + + Network + 网络 + + + + Allow Octave to connect to the Octave web site to display current news and information + 允许 Octave 连接到 Octave 站点以显示当前新闻和信息 + + + + Use proxy server + 使用代理服务器 + + + + HttpProxy + HTTP Proxy + + + + Icon set for dock widgets + 挂件的图标集 + + + + Language (requires restart) + 语言 (需要重启) + + + + Icon size + 图标大小 + + + + Normal + 正常 + + + + File handling + 文件处理 + + + + Behavior + 行为 + + + + Synchronize Octave working directory with file browser + 使用文件浏览器同步 Octave 工作目录 + + + + Restore last directory of previous session + 恢复前一个会话的最后一个目录 + + + + Shortcuts + 快捷键 + + + + Select this option to prevent conflicts with readline shortcuts + 选择此选项可防止与readline快捷方式冲突 + + + + Disable global shortcuts when terminal window has focus + 当终端窗口获得焦点时禁用全局快捷方式 + + + + Export + 导出 + + + + Import + 导入 + + + + Action + 动作 + + + + Socks5Proxy + Socks5Proxy + + + + Hostname: + 主机名: + + + + Extensions of files to be opened in the default text editor (separated by ";"): + 要在默认文本编辑器中打开的文件的扩展名 (以 ";" 分隔): + + + + Proxy type: + 代理类型: + + + + Port: + 端口: + + + + Username: + 用户名: + + + + Password: + 密码: + + + + Octave Settings + Octave 设置 + + + + Unable to save settings. Missing settings file or unknown directory. + 无法保存设置,缺少设置文件或未知目录。 + + + + + + System setting + 系统设置 + + + + IBeam Cursor + IBeam 光标 + + + + Block Cursor + 块状光标 + + + + Underline Cursor + 给光标添加下划线 + + + + Set Octave Startup Directory + 设置 Octave 启动目录 + + + + Set File Browser Startup Directory + 设置文件浏览器启动目录 + + + + setup_community_news Community News - 社区新闻 + 社区新闻 Previous - 上一个 + 上一个 Next - 下一个 + 下一个 Cancel - 取消 + 取消 <html><body> -<p>When Octave starts, it will optionally check the Octave web site for current news and information about the Octave community. +<p>When the Octave GUI starts, it will check the Octave web site for current news and information about the Octave community. The check will happen at most once each day and news will only be displayed if there is something new since the last time you viewed the news.</p> -<p>You may also view the news by selecting the "Community News" item in the "Help" menu, or by visiting -<a href="https://octave.org/community-news.html">https://octave.org/community-news.html</a>.</p> +<p>You may also view the news by selecting the "Community News" item in the "Help" menu in the GUI, or by visiting +<a href="http://octave.org/community-news.html">http://octave.org/community-news.html</a>.</p> </body></html> - - - - + <html><body> +<p>当 Octave GUI 启动的时候,它会检查 Octave 站点上关于 Octave 社区的新闻和信息。 +每天会检查一次新闻消息,而只有在你上次阅读新闻起有新的新闻出现时才会弹出。</p> +<p>你也可以点选 GUI 上的 "社区新闻" 以直接阅读新闻,或直接访问: +<a href="http://octave.org/community-news.html">http://octave.org/community-news.html</a>.</p> +</body></html> + + + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } @@ -3034,7 +3554,7 @@ <head/><body> <p>Allow Octave to connect to the Octave web site when it starts to display current news and information about the Octave community.</p> </body></html> - <html><head> + <html><head> <style> a:link { text-decoration: underline; color: #0000ff; } </style> @@ -3044,23 +3564,9 @@ - octave::shortcut_manager - - - Double Shortcut - - - - - The chosen shortcut - "%1" -is already used for the action - "%2". -Do you want to use the shortcut anyhow removing it from the previous action? - - - - + shortcut_manager + + New File 新建文件 @@ -3072,12 +3578,12 @@ New Figure - + 新建图表 Open File - + 打开文件 @@ -3090,9 +3596,15 @@ 工作空间另存为 - + + + Preferences + 首选项 + + + Exit Octave - + 退出 Octave @@ -3122,7 +3634,7 @@ Find in Files - + 在文件中查找 @@ -3140,20 +3652,9 @@ 清空工作空间 - - - Preferences - - - - - Step - 步骤 - - - + Step Into - + 步入 @@ -3168,7 +3669,7 @@ Quit Debug Mode - + 退出调试 @@ -3202,11 +3703,6 @@ - Show Variable Editor - - - - Command Window 命令窗口 @@ -3223,48 +3719,38 @@ Workspace - + 工作空间 - + Editor - - - - + 编辑器 + + + Documentation 文档 - - Variable Editor - - - - - Reset Default Window Layout - 复位为默认窗口布局 - - - + Show Ondisk Documentation - + 显示本地文档 Show Online Documentation - - - - - Report Bug - 报告问题 + 显示在线文档 + + + + Octave Packages + Octave 软件包 - Octave Packages - Octave 软件包 + Share Code + 共享代码 @@ -3293,745 +3779,605 @@ - Close Tab - - - - - Close All Tabs - - - - - Close Other Tabs - - - - - Switch to Left Tab - - - - - Switch to Right Tab - - - - - Move Tab Left - - - - - Move Tab Right - - - - Edit Function - + 编辑函数 Save File - + 保存文件 Save File As - + 另存文件为 + Close + 关闭 + + + + Close All + 关闭全部 + + + Print - + 打印 Redo - + 撤销 Cut - + 剪切 Find and Replace - + 查找并替换 Find Next - + 查找下一个 Find Previous - + 查找上一个 Delete to Start of Word - + 删除到单词开始 Delete to End of Word - + 删除到单词结束 Delete to Start of Line - + 删除到行的开始 Delete to End of Line - + 删除到行的结束 Delete Line - + 删除行 Copy Line - + 复制行 Cut Line - + 剪切行 Duplicate Selection/Line - + 重复选择的文本/行 Transpose Line - - - - - Show Completion List - - - - + 交换行 + + + Comment Selection - + 注释选择的文本 Uncomment Selection - - - - - Comment Selection (Choosing String) - + 取消选择的文本的注释 Uppercase Selection - + 将选择的文本大写 Lowercase Selection - + 将选择的文本小写 - Indent Selection Rigidly - + Indent Selection + 向右缩进选择的文本 - Unindent Selection Rigidly - - - - - Indent Code - - - - - Convert Line Endings to Windows - - - - - Convert Line Endings to Unix - - - - - Convert Line Endings to Mac - - - - + Unindent Selection + 向左缩进选择的文本 + + + Goto Line - + 转到行 Move to Matching Brace - + 移至匹配的括号 Select to Matching Brace - + 选择匹配的括号间的文本 Toggle Bookmark - + 切换书签 Next Bookmark - + 下一个书签 Previous Bookmark - + 上一个书签 Remove All Bookmark - + 移除所有书签 Styles Preferences - + 样式首选项 Show Line Numbers - + 显示行号 + + + + Switch to Left Tab + 切换到左侧标签页 + + + + Switch to Right Tab + 切换到右侧标签页 + + + + Move Tab Left + 向左移动标签页 + + + + Move Tab Right + 向右移动标签页 + + + + Global + 全局 + + + + Tabs + 标签页 + + + + Enter new Shortcut + 输入一个新的快捷键 + + + + Overwriting Shortcuts + 覆盖快捷键 + You are about to overwrite all shortcuts. +Would you like to save the current shortcut set or cancel the action? + 您即将覆盖所有快捷键。 +你想保存当前的快捷键设置还是取消操作? + + + + Don't save + 不保存 ('t) + + + + Import shortcuts from file ... + 从文件导入快捷键 ... + + + + Export shortcuts into file ... + 导出快捷键到文件 ... + + + + Step + 步骤 + + + + Reset Default Window Layout + 复位为默认窗口布局 + + + + Report Bug + 报告问题 + + + + Close Other Files + 关闭其他文件 + + + + Show Completion List + 显示补全列表 + + + + Convert Line Endings to Windows + 将行结束符转换为Windows样式 + + + + Convert Line Endings to Unix + 将行结束符转换为Unix样式 + + + + Convert Line Endings to Mac + 将行结束符转换为Mac样式 + + + Show Whitespace Characters - + 显示空白字符 Show Line Endings - + 显示行结束符 Show Indentation Guides - + 显示缩进对齐线 Show Long Line Marker - + 显示长线标记 Show Toolbar - + 显示工具栏 Show Statusbar - + 显示状态栏 Show Horizontal Scrollbar - + 显示水平滚动条 Zoom In - + 放大 Zoom Out - + 缩小 Zoom Normal - + 缩放正常 Toggle Breakpoint - + 切换断点 Next Breakpoint - + 下一个断点 Previous Breakpoint - + 上一个断点 Remove All Breakpoints - + 移除所有断点 Run File - + 运行文件 Run Selection - + 运行所选 Help on Keyword - + 关键字帮助 Document on Keyword - + 关键字文档 - Global - - - - - - File Menu - - - - - - Edit Menu - - - - - - Debug Menu - - - - - Window Menu - - - - - - Help Menu - - - - - News Menu - + + File + 文件 + + + + + Edit + 编辑 + + + + + Debug + 调试 + + + + Window + 窗口 - Tab Handling in Dock Widgets - - - - - View Menu - + + Help + 帮助 + + + + News + 新闻 + + + + View + 视图 - Run Menu - - - - - Import shortcuts from file ... - - - - - - Octave Shortcut Files (*.osc);;All Files (*) - - - - - Export shortcuts into file ... - - - - - Failed to open %1 as octave shortcut file - - - - - Enter new Shortcut - - - - + Run + 运行 + + + Apply the desired shortcut or click on the right button to reset the shortcut to its default. - + 应用所需的快捷方式或单击右键以将快捷方式重置为其默认值。 Enter shortcut directly by performing it - + 通过执行直接输入快捷方式 Actual shortcut - + 当前快捷键 Default shortcut - + 默认快捷键 Set to default - - - - - Overwriting Shortcuts - - - - - You are about to overwrite all shortcuts. -Would you like to save the current shortcut set or cancel the action? - - - - - Don't save - - - - - octave::terminal_dock_widget - - - Command Window - 命令窗口 - - - - octave::variable_dock_widget - - - Dock widget - 停靠挂件 - - - - Undock widget - 移动挂件 - - - - Restore geometry - - - - - Redock - - - - - octave::variable_editor - - - Variable Editor - - - - - Edit variables. - - - - - Variable Editor Toolbar - - - - - Save - - - - - Save variable to a file - - - - - Cut - - - - - Cut data to clipboard - - - - - Copy - 复制 - - - - Copy data to clipboard - - - - - Paste - 粘贴 + 设为默认值 + + + + Double Shortcut + 双快捷键 - Paste clipboard into variable data - - - - - Paste Table - - - - - Another paste clipboard into variable data - - - - + The chosen shortcut + "%1" +is already used for the action + "%2". +Do you want to use the shortcut anyhow removing it from the previous action? + 选择的快捷键 + "%1" +已经被动作 + "%2"使用。 +您是否想要使用快捷方式并将其从前一个动作中删除? + + + - - Plot - - - - - Plot Selected Data - - - - - Plot selected data - - - - - Up - - - - - Go one level up in variable hierarchy - + Octave Shortcut Files (*.osc);;All Files (*) + Octave 快捷键文件 (*.osc);;全部文件 (*) + + + + Failed to open %1 as octave shortcut file + 无法将 %1 作为 Octave 快捷键文件打开 - octave::variable_editor_stack - - - Save Variable %1 As - - - - - ./%1.txt - + terminal_dock_widget + + + Command Window + 命令窗口 - octave::variable_editor_view - - - Cut - - - - - Copy - 复制 - - - - Paste - 粘贴 - - - - Paste Table - - - - - Clear - - - - - Delete - 删除 - - - - Variable from Selection - - - - - Transpose - - - - - octave::webinfo - - + webinfo + + Type here and press 'Return' to search - 在这里输入并按下回车以搜索 + 在这里输入并按下回车以搜索 Global search - 全局搜索 - - - - &Close - 关闭 (&C) - - - - Close &Other Tabs - - - - + 全局搜索 + + + Error - + 错误 The info file<p>%1<p>or compressed versions do not exist - + 信息文件<p>%1<p>或者压缩版本不存在 - octave::welcome_wizard - - + welcome_wizard + + Welcome to GNU Octave - 欢迎来到 GNU Octave + 欢迎来到 GNU Octave - octave::workspace_model + workspace_model Name - 名称 + 名称 Class - + Dimension - 维度 + 维度 Value - + Attribute - + 属性 Right click to copy, rename, or display - 右击以复制,重命名或显示 + 右击以复制,重命名或显示 complex - 复杂度 + 复杂度 - octave::workspace_view - - + workspace_view + + Workspace - + 工作区 View the variables in the active workspace. - 显示当前活动工作区的变量。 + 显示当前活动工作区的变量。 Enter text to filter the workspace - + 输入文本以过滤工作区 + + + + Filter + 过滤器 + + + + Copy name + 复制变量名 + + + + Copy value + 复制变量值 + + + + Rename + 重命名 - Filter - - - - - View the variables in the active workspace.<br> - 显示当前活动工作区的变量。<br> - - - - Colors for variable attributes: - - - - + Only top-level symbols may be renamed + 只有顶级符号可能会被重命名 + + + + Hide filter + 隐藏过滤器 + + + + Show filter + 显示过滤器 + + + Class @@ -4048,796 +4394,17 @@ Attribute - - - - - Open in Variable Editor - - - - - Copy name - - - - - Copy value - - - - - Rename - 重命名 - - - - Only top-level symbols may be renamed - - - - - Hide filter - - - - - Show filter - - - - - settings_dialog - - - Settings - 设置 - - - - - General - 常规 - - - - Interface - - - - - Dock widget title bar - - - - - Confirm before exiting - - - - - Octave logo only - 仅 Octave 徽标 - - - - Letter icons - 字母图标 - - - - - Show status bar - - - - - Text inactive - - - - - - Active - - - - - Small - - - - - Large - - - - - Custom style - - - - - Background inactive - - - - - 3D - - - - - Octave Startup - - - - - - Startup path - - - - - - Browse - - - - - Editor - 编辑器 - - - - Color - 颜色 - - - - Tab width min. - - - - - max. - - - - - - This works well for monospaced fonts. The line is drawn at a position based on the width of a space character in the default font. It may not work very well if styles use proportional fonts or if varied font sizes or bold, italic and normal texts are used. - - - - - Enable Code Folding - - - - - Windows (CRLF) - - - - - Mac (CR) - - - - - Unix (LF) - - - - - Show horizontal scroll bar - - - - - Show tool bar - - - - - Indentation - - - - - Indent width - 缩进宽度 - - - - Tab indents line - Tab 键缩进行 - - - - Auto indentation - 自动缩进 - - - - Tab width - Tab 键宽度 - - - - Show indentation guides - 显示缩进参考线 - - - - Backspace unindents line - 退格键删除缩进符 - - - - Indentation uses tabs - - - - - Auto completion - - - - - Match keywords - 匹配关键字 - - - - Case sensitive - 大小写敏感 - - - - Replace word by suggested one - 使用建议的单词替换原有的 - - - - Match words in document - 在文档中匹配单词 - - - - With Octave builtins - - - - - With Octave functions - - - - - Show completion list automatically - - - - - Reload externally changed files without prompt - - - - - Use custom file editor - 使用自定义文件编辑器 - - - - Text encoding used for loading and saving - - - - - Editor Styles - 编辑器风格 - - - - (Changing buffer size clears history) - - - - - History buffer Size - - - - - Set focus to terminal when running a command from within another widget - - - - - Print debug location in terminal window in addition to the marker in the editor - - - - - Terminal Colors - 终端颜色 - - - - - Font - 字体 - - - - Show line numbers - 显示行数 - - - - Highlight current line - 高亮当前行 - - - - Graphic icons - 图形图标 - - - - These preferences are applied after any .octaverc startup files. - - - - - Restore working directory of previous session - - - - - Show whitespace - 显示空白 - - - - Do not show whitespace used for indentation - 不要显示缩进的空白空间 - - - - Show EOL characters - - - - - Default EOL mode - - - - - Number of characters before list is shown: - - - - - Create nonexistent files without prompting - 在创建不存在的文件时不提示 - - - - command line (%f=file, %l=line): - 命令行 (%f=文件, %l=行数): - - - - <html><head/><body><p>Select font, font size (as a difference from the default size), font style (<b>b</b>old, <b>i</b>talic, <b>u</b>nderline), text color, and background color (for the latter, the color magenta (255,0,255) is a placeholder for the default background color).</p></body></html> - - - - - Terminal - 终端 - - - - Cursor type: - 光标类型: - - - - Cursor blinking - 光标闪烁 - - - - Show complete path in title - - - - - Number size as difference to editor font - - - - - Highlight all occurrences of a word selected by a double click - - - - - Comments (Octave) - - - - - Strings considered for uncommenting text - - - - - String used for commenting selected text - - - - - Long lines - - - - - Break long lines at line length - - - - - Break lines only in comments - - - - - Line length - - - - - Long line marker - - - - - Line - - - - - Background - - - - - Wrap long lines at curent window border - - - - - Auto insert after "if" etc. - - - - - Nothing - - - - - "endif" etc. - - - - - "end" - - - - - Restore editor tabs from previous session on startup or when editor is shown again after closing - - - - - Close all files when the editor widget is closed/hidden - - - - - Use foreground color - 使用前景色 - - - - - Font size - 字体大小 - - - - File Browser - 文件浏览器 - - - - Workspace - 工作空间 - - - - Colors for variable attributes - - - - - Hide tool tips - - - - - Import shortcut set - - - - - Export current shortcut set - - - - - Reset shortcuts to their defaults - - - - - - Default - - - - - Edit a shortcut by double-clicking in a cell - - - - - Actual - - - - - Network - 网络 - - - - Allow Octave to connect to the Octave web site to display current news and information - 允许 Octave 连接到 Octave 站点以显示当前新闻和信息 - - - - Use proxy server - 使用代理服务器 - - - - Variable Editor - - - - - Default row height - - - - - 20 - - - - - Default column width - - - - - Use Terminal Font - - - - - 2 - - - - - Autofit - - - - - Plus font height - - - - - By Column - - - - - Uniform - - - - - Variable Editor Colors - - - - - Use alternating row colors - - - - - HttpProxy - HTTP Proxy - - - - Icon set for dock widgets - 挂件的图标集 - - - - Language (requires restart) - 语言 (需要重启) + 属性 - Icon size - 图标大小 - - - - Normal - - - - - File handling - - - - - Behavior - - - - - Synchronize Octave working directory with file browser - 使用文件浏览器同步 Octave 工作目录 - - - - Restore last directory of previous session - - - - - Shortcuts - - - - - Select this option to prevent conflicts with readline shortcuts - - - - - Disable global shortcuts when terminal window has focus - - - - - Export - - - - - Import - - - - - Action - - - - - Socks5Proxy - Socks5Proxy - - - - Hostname: - 主机名: - - - - Extensions of files to be opened in the default text editor (separated by ";"): - - - - - Proxy type: - 代理类型: - - - - Port: - 端口: - - - - Username: - 用户名: - - - - Password: - 密码: - - - - Octave Settings - + View the variables in the active workspace.<br> + 显示当前活动工作区的变量。<br> - Unable to save settings. Missing settings file or unknown directory. - - - - - - - System setting - 系统设置 - - - - IBeam Cursor - IBeam 光标 - - - - Block Cursor - 块状光标 - - - - Underline Cursor - 给光标添加下划线 - - - - Set Octave Startup Directory - - - - - Set File Browser Startup Directory - + Colors for variable attributes: + 变量属性的颜色: diff -r e909207e9ff1 -r 56b26a3376d0 libgui/src/m-editor/file-editor-tab.cc --- a/libgui/src/m-editor/file-editor-tab.cc Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/src/m-editor/file-editor-tab.cc Mon Apr 02 08:58:20 2018 -0700 @@ -2256,7 +2256,7 @@ tr ("The current editor contents can not be encoded\n" "with the selected encoding %1.\n" "Using it will result in data loss!\n\n" - "Do you want to chose another encoding?").arg (_encoding), + "Do you want to choose another encoding?").arg (_encoding), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes); if (ans == QMessageBox::Yes) diff -r e909207e9ff1 -r 56b26a3376d0 libgui/src/settings-dialog.cc --- a/libgui/src/settings-dialog.cc Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/src/settings-dialog.cc Mon Apr 02 08:58:20 2018 -0700 @@ -568,10 +568,10 @@ read_terminal_colors (settings); // variable editor - ui->varedit_columnWidth->setText (settings->value ("variable_editor/column_width", "100").toString ()); + ui->varedit_columnWidth->setValue (settings->value ("variable_editor/column_width", 100).toInt ()); ui->varedit_autoFitColumnWidth->setChecked (settings->value ("variable_editor/autofit_column_width", false).toBool ()); ui->varedit_autofitType->setCurrentIndex (settings->value ("autofit_type", 0).toInt ()); - ui->varedit_rowHeight->setText (settings->value ("variable_editor/row_height", "2").toString ()); + ui->varedit_rowHeight->setValue (settings->value ("variable_editor/row_height", 10).toInt ()); ui->varedit_rowAutofit->setChecked (settings->value ("variable_editor/autofit_row_height", true).toBool ()); ui->varedit_font->setCurrentFont (QFont (settings->value ("variable_editor/font_name", settings->value ("terminal/fontName", "Courier New")).toString ())); @@ -961,8 +961,8 @@ // Variable editor settings->setValue ("variable_editor/autofit_column_width", ui->varedit_autoFitColumnWidth->isChecked ()); settings->setValue ("variable_editor/autofit_type", ui->varedit_autofitType->currentIndex ()); - settings->setValue ("variable_editor/column_width", ui->varedit_columnWidth->text ()); - settings->setValue ("variable_editor/row_height", ui->varedit_rowHeight->text ()); + settings->setValue ("variable_editor/column_width", ui->varedit_columnWidth->value ()); + settings->setValue ("variable_editor/row_height", ui->varedit_rowHeight->value ()); settings->setValue ("variable_editor/autofit_row_height", ui->varedit_rowAutofit->isChecked ()); settings->setValue ("variable_editor/use_terminal_font", ui->varedit_useTerminalFont->isChecked ()); settings->setValue ("variable_editor/alternate_rows", ui->varedit_alternate->isChecked ()); diff -r e909207e9ff1 -r 56b26a3376d0 libgui/src/settings-dialog.ui --- a/libgui/src/settings-dialog.ui Fri Mar 30 17:47:12 2018 -0400 +++ b/libgui/src/settings-dialog.ui Mon Apr 02 08:58:20 2018 -0700 @@ -32,7 +32,7 @@ - 1 + 8 @@ -509,7 +509,7 @@ 0 0 - 642 + 645 1012 @@ -1823,8 +1823,8 @@ 0 0 - 481 - 230 + 658 + 573 @@ -2104,8 +2104,8 @@ 0 0 - 474 - 196 + 658 + 573 @@ -2248,8 +2248,8 @@ 0 0 - 200 - 77 + 658 + 573 @@ -2317,8 +2317,8 @@ 0 0 - 364 - 210 + 658 + 573 @@ -2516,8 +2516,8 @@ 0 0 - 529 - 199 + 658 + 573 @@ -2675,8 +2675,8 @@ 0 0 - 615 - 169 + 658 + 573 @@ -2692,6 +2692,26 @@ + + + + Font size + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + Plus font height + + + true + + + @@ -2709,13 +2729,6 @@ - - - - 20 - - - @@ -2743,23 +2756,6 @@ - - - - Font size - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - 2 - - - @@ -2776,16 +2772,6 @@ - - - - Plus font height - - - true - - - @@ -2819,6 +2805,23 @@ + + + + 10 + + + + + + + 500 + + + 100 + + + diff -r e909207e9ff1 -r 56b26a3376d0 libinterp/corefcn/mappers.cc --- a/libinterp/corefcn/mappers.cc Fri Mar 30 17:47:12 2018 -0400 +++ b/libinterp/corefcn/mappers.cc Mon Apr 02 08:58:20 2018 -0700 @@ -126,14 +126,14 @@ ## Test large magnitude arguments (bug #45507) ## Test fails with older versions of libm, solution is to upgrade. -%!testif ; ! ismac () <*45507> +%!testif ; ! ismac () && ! ispc () <*45507> %! x = [1, -1, i, -i] .* 1e150; %! v = [0, pi, pi/2, pi/2]; %! assert (real (acos (x)), v); %!xtest <52627> -%! ## Same test code as above, but intended only for test statistics on Mac. -%! ## Mac trig/hyperbolic functions have huge tolerances. +%! ## Same test code as above, but intended only for test statistics on Mac and +%! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac ()), return; endif %! x = [1, -1, i, -i] .* 1e150; %! v = [0, pi, pi/2, pi/2]; @@ -201,14 +201,14 @@ ## Test large magnitude arguments (bug #45507) ## Test fails with older versions of libm, solution is to upgrade. -%!testif ; ! ismac () <*45507> +%!testif ; ! ismac () && ! ispc () <*45507> %! x = [1, -1, i, -i] .* 1e150; %! v = [0, pi, pi/2, -pi/2]; %! assert (imag (acosh (x)), v); %!xtest <52627> -%! ## Same test code as above, but intended only for test statistics on Mac. -%! ## Mac trig/hyperbolic functions have huge tolerances. +%! ## Same test code as above, but intended only for test statistics on Mac and +%! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac ()), return; endif %! x = [1, -1, i, -i] .* 1e150; %! v = [0, pi, pi/2, -pi/2]; @@ -329,14 +329,14 @@ ## Test large magnitude arguments (bug #45507) ## Test fails with older versions of libm, solution is to upgrade. -%!testif ; ! ismac () <*45507> +%!testif ; ! ismac () && ! ispc () <*45507> %! x = [1, -1, i, -i] .* 1e150; %! v = [pi/2, -pi/2, 0, -0]; %! assert (real (asin (x)), v); %!xtest <52627> -%! ## Same test code as above, but intended only for test statistics on Mac. -%! ## Mac trig/hyperbolic functions have huge tolerances. +%! ## Same test code as above, but intended only for test statistics on Mac and +%! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac ()), return; endif %! x = [1, -1, i, -i] .* 1e150; %! v = [pi/2, -pi/2, 0, -0]; @@ -372,14 +372,14 @@ ## Test large magnitude arguments (bug #45507) ## Test fails with older versions of libm, solution is to upgrade. -%!testif ; ! ismac () <*45507> +%!testif ; ! ismac () && ! ispc () <*45507> %! x = [1, -1, i, -i] .* 1e150; %! v = [0, 0, pi/2, -pi/2]; %! assert (imag (asinh (x)), v); %!xtest <52627> -%! ## Same test code as above, but intended only for test statistics on Mac. -%! ## Mac trig/hyperbolic functions have huge tolerances. +%! ## Same test code as above, but intended only for test statistics on Mac and +%! ## Windows. Their trig/hyperbolic functions have huge tolerances. %! if (! ismac ()), return; endif %! x = [1, -1, i, -i] .* 1e150; %! v = [0, 0, pi/2, -pi/2]; diff -r e909207e9ff1 -r 56b26a3376d0 libinterp/corefcn/quad.cc --- a/libinterp/corefcn/quad.cc Fri Mar 30 17:47:12 2018 -0400 +++ b/libinterp/corefcn/quad.cc Mon Apr 02 08:58:20 2018 -0700 @@ -270,6 +270,7 @@ default: error ("quad: TOL must be a 1 or 2-element vector"); } + OCTAVE_FALLTHROUGH; case 3: if (indefinite) @@ -365,6 +366,7 @@ default: error ("quad: TOL must be a 1 or 2-element vector"); } + OCTAVE_FALLTHROUGH; case 3: if (indefinite) diff -r e909207e9ff1 -r 56b26a3376d0 scripts/specfun/gammainc.m --- a/scripts/specfun/gammainc.m Fri Mar 30 17:47:12 2018 -0400 +++ b/scripts/specfun/gammainc.m Mon Apr 02 08:58:20 2018 -0700 @@ -296,7 +296,11 @@ ## a == 1. function y = gammainc_a1 (x, tail) if (strcmp (tail, "lower")) - y = 1 - exp (-x); + if (abs (x) < 1/2) + y = - expm1 (-x); + else + y = 1 - exp (-x); + endif elseif (strcmp (tail, "upper")) y = exp (-x); elseif (strcmp (tail, "scaledlower")) @@ -511,6 +515,10 @@ %! [0.0000496679133402659, 4.99666791633340e-7, 4.99996666679167e-11, ... %! 4.99999999666667e-19, 4.99999999999997e-29], -1e-12); +%!test <*53543> +%! y_exp = 9.995001666250085e-04; +%! assert (gammainc (1/1000, 1), y_exp, -eps); + ## FIXME: should this be tagged with a bug report number? %!xtest %! assert (gammainc (-20, 1.1, "upper"), ... diff -r e909207e9ff1 -r 56b26a3376d0 src/main.in.cc --- a/src/main.in.cc Fri Mar 30 17:47:12 2018 -0400 +++ b/src/main.in.cc Mon Apr 02 08:58:20 2018 -0700 @@ -243,7 +243,6 @@ // require less memory. Don't pass the --no-gui-libs option // on as that option is not recognized by Octave. - start_gui = false; gui_libs = false; file = octave_cli; } @@ -303,6 +302,25 @@ new_argv[k++] = argv[i]; } + // At this point, gui_libs and start_gui are just about options, not + // the environment. Exit if they don't make sense. + + if (start_gui) + { + if (! gui_libs) + { + std::cerr << "octave: conflicting options: --no-gui-libs and --gui" + << std::endl; + return 1; + } + +#if ! defined (HAVE_OCTAVE_QT_GUI) + std::cerr << "octave: GUI features missing or disabled in this build" + << std::endl; + return 1; +#endif + } + new_argv[k] = nullptr; if (no_display)