# HG changeset patch # User thomas_-_s # Date 1302642570 0 # Node ID c6d54610983b7b51af8856321eb848f7f1716691 # Parent 49839f3eed83e9158afb682f68d478f80ef0df4b Renamed the language mnemonic for Japanese from ja_jp to ja only, since this is how Qt treats it as of Qt 4.7.0 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1038 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 49839f3eed83 -r c6d54610983b UniversalIndentGUI.pro --- a/UniversalIndentGUI.pro Tue Apr 12 20:49:04 2011 +0000 +++ b/UniversalIndentGUI.pro Tue Apr 12 21:09:30 2011 +0000 @@ -46,8 +46,8 @@ system($${lupdate} src -ts ./translations/universalindent_de.ts -silent) message ( Updating universalindent_fr.ts ) system($${lupdate} src -ts ./translations/universalindent_fr.ts -silent) -message ( Updating universalindent_ja_jp.ts ) -system($${lupdate} src -ts ./translations/universalindent_ja_jp.ts -silent) +message ( Updating universalindent_ja.ts ) +system($${lupdate} src -ts ./translations/universalindent_ja.ts -silent) message ( Updating universalindent_ru.ts ) system($${lupdate} src -ts ./translations/universalindent_ru.ts -silent) message ( Updating universalindent_uk.ts ) @@ -60,7 +60,7 @@ message ( Creating translation binaries ) system($${lrelease} ./translations/universalindent_de.ts -qm ./translations/universalindent_de.qm -silent) system($${lrelease} ./translations/universalindent_fr.ts -qm ./translations/universalindent_fr.qm -silent) -system($${lrelease} ./translations/universalindent_ja_jp.ts -qm ./translations/universalindent_ja_jp.qm -silent) +system($${lrelease} ./translations/universalindent_ja.ts -qm ./translations/universalindent_ja.qm -silent) system($${lrelease} ./translations/universalindent_ru.ts -qm ./translations/universalindent_ru.qm -silent) system($${lrelease} ./translations/universalindent_uk.ts -qm ./translations/universalindent_uk.qm -silent) system($${lrelease} ./translations/universalindent_zh_TW.ts -qm ./translations/universalindent_zh_TW.qm -silent) @@ -71,13 +71,13 @@ win32:qtTranslationInstallDir = $$replace(qtTranslationInstallDir, /, \) unix:system(cp $${qtTranslationInstallDir}/qt_de.qm ./translations/ $$pipe2nul) unix:system(cp $${qtTranslationInstallDir}/qt_fr.qm ./translations/ $$pipe2nul) -unix:system(cp $${qtTranslationInstallDir}/qt_ja_jp.qm ./translations/ $$pipe2nul) +unix:system(cp $${qtTranslationInstallDir}/qt_ja.qm ./translations/ $$pipe2nul) unix:system(cp $${qtTranslationInstallDir}/qt_ru.qm ./translations/ $$pipe2nul) unix:system(cp $${qtTranslationInstallDir}/qt_uk.qm ./translations/ $$pipe2nul) unix:system(cp $${qtTranslationInstallDir}/qt_zh_TW.qm ./translations/ $$pipe2nul) win32:system(copy $${qtTranslationInstallDir}\qt_de.qm .\translations\ /Y $$pipe2nul) win32:system(copy $${qtTranslationInstallDir}\qt_fr.qm .\translations\ /Y $$pipe2nul) -win32:system(copy $${qtTranslationInstallDir}\qt_ja_jp.qm .\translations\ /Y $$pipe2nul) +win32:system(copy $${qtTranslationInstallDir}\qt_ja.qm .\translations\ /Y $$pipe2nul) win32:system(copy $${qtTranslationInstallDir}\qt_ru.qm .\translations\ /Y $$pipe2nul) win32:system(copy $${qtTranslationInstallDir}\qt_uk.qm .\translations\ /Y $$pipe2nul) win32:system(copy $${qtTranslationInstallDir}\qt_zh_TW.qm .\translations\ /Y $$pipe2nul) diff -r 49839f3eed83 -r c6d54610983b resources/Icons.qrc --- a/resources/Icons.qrc Tue Apr 12 20:49:04 2011 +0000 +++ b/resources/Icons.qrc Tue Apr 12 21:09:30 2011 +0000 @@ -1,48 +1,48 @@ - - qt_logo.png - banner.png - - - language-de.png - language-en.png - language-fr.png - language-ru.png - language-uk.png - language-ja_jp.png - language-zh_CN.png - language-zh_TW.png - - - document-properties.png - Icon1.png - universalIndentGUI.svg - document-open.png - document-save-as.png - document-save.png - edit-clear.png - exporthtml.png - exportpdf.png - format-justify-left.png - help.png - icon2.png - icon3.png - info.png - live-preview.png - load_indent_cfg.png - preferences-system.png - save_indent_cfg.png - shell.png - syntax-highlight.png - system-log-out.png - system-software-update.png - tooltip.png - view-refresh.png - - - accessories-text-editor.png - applications-system.png - icon3.png - syntax-highlight.png - + + qt_logo.png + banner.png + + + language-de.png + language-en.png + language-fr.png + language-ru.png + language-uk.png + language-zh_CN.png + language-zh_TW.png + language-ja.png + + + document-properties.png + Icon1.png + universalIndentGUI.svg + document-open.png + document-save-as.png + document-save.png + edit-clear.png + exporthtml.png + exportpdf.png + format-justify-left.png + help.png + icon2.png + icon3.png + info.png + live-preview.png + load_indent_cfg.png + preferences-system.png + save_indent_cfg.png + shell.png + syntax-highlight.png + system-log-out.png + system-software-update.png + tooltip.png + view-refresh.png + + + accessories-text-editor.png + applications-system.png + icon3.png + syntax-highlight.png + diff -r 49839f3eed83 -r c6d54610983b resources/language-ja.png Binary file resources/language-ja.png has changed diff -r 49839f3eed83 -r c6d54610983b resources/language-ja_jp.png Binary file resources/language-ja_jp.png has changed diff -r 49839f3eed83 -r c6d54610983b src/UiGuiSettingsDialog.cpp --- a/src/UiGuiSettingsDialog.cpp Tue Apr 12 20:49:04 2011 +0000 +++ b/src/UiGuiSettingsDialog.cpp Tue Apr 12 21:09:30 2011 +0000 @@ -76,7 +76,7 @@ else if ( languageShort == "zh_TW" ) { _settingsDialogForm->languageSelectionComboBox->addItem( QIcon(QString(":/language/language-"+languageShort+".png")), tr("Chinese (Taiwan)") ); } - else if ( languageShort == "ja_jp" ) { + else if ( languageShort == "ja" ) { _settingsDialogForm->languageSelectionComboBox->addItem( QIcon(QString(":/language/language-"+languageShort+".png")), tr("Japanese") ); } else if ( languageShort == "ru" ) { @@ -149,7 +149,7 @@ else if ( languageShort == "zh_TW" ) { _settingsDialogForm->languageSelectionComboBox->setItemText( i, tr("Chinese (Taiwan)") ); } - else if ( languageShort == "ja_jp" ) { + else if ( languageShort == "ja" ) { _settingsDialogForm->languageSelectionComboBox->setItemText( i, tr("Japanese") ); } else if ( languageShort == "ru" ) { diff -r 49839f3eed83 -r c6d54610983b translations/universalindent_ja.ts --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/translations/universalindent_ja.ts Tue Apr 12 21:09:30 2011 +0000 @@ -0,0 +1,1095 @@ + + + + + AboutDialog + + + About UniversalIndentGUI + UniversalIndentGUI について + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'sans-serif'; font-size:large;">Version %1 rev.%2, %3</span></p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;">... is a cross platform compatible GUI for several code formatter, beautifier and indenter like GreatCode, AStyle (Artistic Styler), GNU Indent, BCPP and so on. Main feature is a live preview to directly see how the selected formatting option affects the source code.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;"><br />Written by : </span><a href="http://www.thomas-schweitzer.de"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium; text-decoration: underline; color:#0000ff;">Thomas Schweitzer</span></a></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;">Project Homepage : </span><a href="http://universalindent.sourceforge.net"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium; text-decoration: underline; color:#0000ff;">http://universalindent.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;">License: UniversalIndentGui is released under the GPL 2. For details read the included file LICENSE.GPL visit </span><a href="http://www.gnu.org/licenses/gpl.html"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium; text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;">.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Trebuchet MS,Helvetica,sans-serif'; font-size:medium;">Credits:</span></p></body></html> + + + + + OK + + + + + FindDialog + + + Find + + + + + Find what: + + + + + Find options + + + + + Match case + + + + + Match whole word + + + + + Search forward + + + + + Use Regular Expressions + + + + + Find Next + + + + + Close + + + + + IndentHandler + + + No indenter executable + インデントツールの実行ファイルがありません + + + + wine not installed + wine がインストールされていません + + + + There exists only a win32 executable of the indenter and wine does not seem to be installed. Please install wine to be able to run the indenter. + インデントツールの実行ファイルは win32 形式のものしか存在しません。インデントツールを実行するために wine をインストールしてください。 + + + + <b>Returned error message:</b> + + + + + <b>Reason could be:</b> + + + + + Error calling Indenter + + + + + <b>Indenter returned with exit code:</b> + + + + + <b>Indent console output was:</b> + + + + + + <br><b>Callstring was:</b> + + + + + No indenter ini files + + + + + There exists no indenter ini files in the directory " + + + + + There exists no indenter executable with the name "%1" in the directory "%2" nor in the global environment. + + + + + <br><br><b>Indenter output was:</b><pre> + + + + + Indenter returned error + + + + + Indenter ini file header error + + + + + The loaded indenter ini file "%1"has a faulty header. At least the indenters file name is not set. + + + + + Interpreter needed + + + + + To use the selected indenter the program "%1" needs to be available in the global environment. You should add an entry to your path settings. + + + + + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows the currently chosen indenters name and lets you choose other available indenters</p></body></html> + + + + + Brings you to the online manual of the currently selected indenter, where you can get further help on the possible parameters. + + + + + + Create a shell script that calls the current selected indenter for formatting an as parameter given file with the current indent settings. + + + + + Choose indenter config file + + + + + + All files + + + + + Save indent config file + + + + + Shell Script + + + + + Save shell script + + + + + Load Indenter Config File + インデントツールの設定ファイルを開く + + + + Opens a file dialog to load the original config file of the indenter. + インデントツールの設定ファイルの読み込みダイアログを開きます。 + + + + Alt+O + + + + + Save Indenter Config File + インデントツールの設定ファイルを保存 + + + + Opens a dialog to save the current indenter configuration to a file. + 現在のインデントツールの設定をファイルに保存するためのダイアログを開きます。 + + + + Alt+S + + + + + Create Indenter Call Shell Script + + + + + Reset indenter parameters + + + + + + Resets all indenter parameters to the default values. + + + + + Really reset parameters? + + + + + Do you really want to reset the indenter parameters to the default values? + + + + + MainWindow + + + + Error opening file + ファイルの読み込みエラーが発生しました + + + + + Cannot read the file + 次のファイルを開けませんでした。: + + + + + Supported by indenter + + + + + + All files + + + + + Choose source code file + + + + + Save source code file + + + + + PDF Document + + + + + + Export source code file + + + + + HTML Document + + + + + Modified code + + + + + The source code has been modified. +Do you want to save your changes? + + + + + + Reopen the currently opened source code file by using the text encoding scheme + + + + + + Set the syntax highlightning to + + + + + File no longer exists + + + + + The file %1 in the list of recently opened files does no longer exist. + + + + + + Save the currently opened source code file by using the text encoding scheme + + + + + + Line %1, Column %2 + + + + + MainWindowUi + + + UniversalIndentGUI + + + + + Indenter + インデントツール + + + + File + ファイル + + + + Export + エクスポート + + + + Recently Opened Files + + + + + Reopen File with other Encoding + + + + + Save Source File As with other Encoding + + + + + + + Settings + 設定 + + + + Set Syntax Highlighter + + + + + Help + ヘルプ + + + + Main Toolbar + + + + + Open Source File + ソースファイルを開く + + + + Opens a dialog for selecting a source code file. + ソースコードファイルを選択するためのダイアログを開きます + + + + Ctrl+O + + + + + Save Source File + ソースファイルを保存 + + + + Saves the currently shown source code to the last opened or saved source file. + 現在開いているソースコードを最後に開いたファイルまたは保存したファイルに保存します。 + + + + Ctrl+S + + + + + Opens a file dialog to save the currently shown source code. + 現在開いているソースコードを保存するためのダイアログを開きます。 + + + + About UniversalIndentGUI + UniversalIndentGUI について + + + + Shows info about UniversalIndentGUI. + UniversalIndentGUI についての情報を表示します。 + + + + Exit + 終了 + + + + Quits the UniversalIndentGUI. + UniversalIndentGUI を終了します。 + + + + Ctrl+Q + + + + + PDF + + + + + Export the currently visible source code as PDF document + 表示されているソースコードを PDF ファイルとして出力します。 + + + + HTML + + + + + Export the currently visible source code as HTML document + 表示されているソースコードを HTML として出力します。 + + + + Parameter Tooltips + パラメータ ツールチップ + + + + If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while. + チェックすると、インデントツールのパラメータの上にしばらくマウスカーソルを置くとツールチップを表示するようにします。 + + + + DONOTTRANSLATE:indenterParameterTooltipsEnabled + + + + + Live Indent Preview + インデントの即時プレビュー + + + + Ctrl+L + + + + + + Syntax Highlighting + + + + + Enables or disables syntax highlighting for the source code. + + + + + By enabling special key words of the source code are highlighted. + + + + + DONOTTRANSLATE:SyntaxHighlightingEnabled + + + + + + White Space Visible + + + + + Set white space visible + + + + + Enables or disables diplaying of white space characters in the editor. + + + + + DONOTTRANSLATE:whiteSpaceIsVisible + + + + + Auto Open Last File + + + + + Auto open last source file on startup + + + + + If selected opens last source code file on startup + + + + + DONOTTRANSLATE:loadLastSourceCodeFileOnStartup + + + + + Opens the settings dialog + + + + + Opens the settings dialog, to set language etc. + + + + + Check for update + + + + + + Checks online whether a new version of UniversalIndentGUI is available. + + + + + Clear Recently Opened List + + + + + Show Log + + + + + Displays logging information. + + + + + Displays logging info about the currently running UiGUI application. + + + + + Indenter Settings + + + + + + + Save Source File As... + 名前を付けてソースファイルを保存... + + + + Ctrl+Shift+S + + + + + Ctrl+H + + + + + SettingsDialog + + + Common + + + + + Settings + 設定 + + + + Automatically open last file on startup + + + + + Enable Parameter Tooltips + + + + + Editor + + + + + Highlighter settings + + + + + Set Font + + + + + Set Color + + + + + + Displays all available translations for UniversalIndentGui and lets you choose one. + + + + + Application language + + + + + If selected opens the source code file on startup that was opened last time. + + + + + If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while. + チェックすると、インデントツールのパラメータの上にしばらくマウスカーソルを置くとツールチップを表示するようにします。 + + + + + Sets how many files should be remembered in the list of recently opened files. + + + + + Enables or disables displaying of white space characters in the editor. + + + + + Display white space character (tabs, spaces, etc.) + + + + + Defines how many spaces should be displayed in the editor for one tab character. + + + + + Sets width in single spaces used for tabs + + + + + Defines how many spaces should be displayed in the editor for one tab. + + + + + Displayed width of tabs + + + + + Network + + + + + If checked, the made proxy settings will be applied for all network connections. Type of the used proxy is SOCKS5. + + + + + Enable proxy + + + + + Host name: + + + + + Host name of the to be used proxy. E.g.: proxy.example.com + + + + + Port: + + + + + Port number to connect to the before named proxy. + + + + + User name: + + + + + If the proxy needs authentification, enter the login name here. + + + + + Password: + + + + + If the proxy needs authentification, enter the password here. + + + + + Syntax Highlighting + + + + + By enabling special key words of the source code are highlighted. + + + + + Enable syntax highlighting + + + + + Lets you make settings for all properties of the available syntax highlighters, like font and color. + + + + + Set the font for the current selected highlighter property. + + + + + Set the color for the current selected highlighter property. + + + + + Number of files in recently opened list + + + + + Checks whether a new version of UniversalIndentGUI exists on program start, but only once a day. + + + + + Check online for update on program start + + + + + TSLoggerDialog + + + Log + + + + + Logged messages + + + + + Clear log + + + + + ... + + + + + + Open folder containing log file. + + + + + ToolBarWidget + + + Form + + + + + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Opens a dialog for selecting a source code file.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">This file will be used to show what the indent tool changes.</p></body></html> + + + + + Open Source File + ソースファイルを開く + + + + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Turns the preview of the reformatted source code on and off.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">In other words it switches between formatted and nonformatted code. (Ctrl+L)</p></body></html> + + + + + Live Indent Preview + インデントの即時プレビュー + + + + Ctrl+L + + + + + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Enables and disables the highlightning of the source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">code shown below. (Still needs some performance improvements) (Ctrl+H)</p></body></html> + + + + + Syntax Highlight + + + + + Ctrl+H + + + + + DONOTTRANSLATE:SyntaxHighlightingEnabled + + + + + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows info about UniversalIndentGUI</p></body></html> + + + + + About + + + + + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Quits the UniversalIndentGUI</p></body></html> + + + + + Exit + 終了 + + + + UiGuiErrorMessage + + + Show this message again + + + + + UiGuiIndentServer + + + UiGUI Server + + + + + Unable to start the server: %1. + + + + + UiGuiSettingsDialog + + + + English + + + + + + French + + + + + + German + + + + + + Chinese (Taiwan) + + + + + + Japanese + + + + + + Russian + + + + + + Ukrainian + + + + + + Unknown language mnemonic + + + + + UpdateCheckDialog + + + + Checking for update... + + + + + + Checking whether a newer version is available + + + + + + Update check error + + + + + There was an error while trying to check for an update! The retrieved file did not contain expected content. + + + + + There was an error while trying to check for an update! Error was : %1 + + + + + Update available + + + + + A newer version of UniversalIndentGUI is available. +Your version is %1. New version is %2. +Do you want to go to the download website? + + + + + No new update available + + + + + You already have the latest version of UniversalIndentGUI. + + + + diff -r 49839f3eed83 -r c6d54610983b translations/universalindent_ja_jp.ts --- a/translations/universalindent_ja_jp.ts Tue Apr 12 20:49:04 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1064 +0,0 @@ - - - - - AboutDialog - - - About UniversalIndentGUI - UniversalIndentGUI について - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Version %1 rev.%2, %3 </span></p></body></html> - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">... is a cross platform compatible GUI for several code formatter, beautifier and indenter like GreatCode, AStyle (Artistic Styler), GNU Indent, BCPP and so on. Main feature is a live preview to directly see how the selected formatting option affects the source code.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;"><br />Written by : </span><a href="http://www.thomas-schweitzer.de"><span style=" font-size:9pt; text-decoration: underline; color:#0000ff;">Thomas Schweitzer</span></a></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Project Homepage : </span><a href="http://universalindent.sourceforge.net"><span style=" font-size:9pt; text-decoration: underline; color:#0000ff;">http://universalindent.sourceforge.net</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">License: UniversalIndentGui is released under the GPL 2. For details read the included file LICENSE.GPL visit </span><a href="http://www.gnu.org/licenses/gpl.html"><span style=" font-size:9pt; text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a><span style=" font-size:9pt;">.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Credits:</span></p></body></html> - - - - - OK - - - - - FindDialog - - - Find - - - - - Find what: - - - - - Find options - - - - - Match case - - - - - Match whole word - - - - - Search forward - - - - - Use Regular Expressions - - - - - Find Next - - - - - Close - - - - - IndentHandler - - - No indenter executable - インデントツールの実行ファイルがありません - - - - wine not installed - wine がインストールされていません - - - - There exists only a win32 executable of the indenter and wine does not seem to be installed. Please install wine to be able to run the indenter. - インデントツールの実行ファイルは win32 形式のものしか存在しません。インデントツールを実行するために wine をインストールしてください。 - - - - <b>Returned error message:</b> - - - - - <b>Reason could be:</b> - - - - - Error calling Indenter - - - - - <b>Indenter returned with exit code:</b> - - - - - <b>Indent console output was:</b> - - - - - - <br><b>Callstring was:</b> - - - - - No indenter ini files - - - - - There exists no indenter ini files in the directory " - - - - - There exists no indenter executable with the name "%1" in the directory "%2" nor in the global environment. - - - - - <br><br><b>Indenter output was:</b><pre> - - - - - Indenter returned error - - - - - Indenter ini file header error - - - - - The loaded indenter ini file "%1"has a faulty header. At least the indenters file name is not set. - - - - - Interpreter needed - - - - - To use the selected indenter the program "%1" needs to be available in the global environment. You should add an entry to your path settings. - - - - - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows the currently chosen indenters name and lets you choose other available indenters</p></body></html> - - - - - Brings you to the online manual of the currently selected indenter, where you can get further help on the possible parameters. - - - - - - Create a shell script that calls the current selected indenter for formatting an as parameter given file with the current indent settings. - - - - - Choose indenter config file - - - - - - All files - - - - - Save indent config file - - - - - Shell Script - - - - - Save shell script - - - - - Load Indenter Config File - インデントツールの設定ファイルを開く - - - - Opens a file dialog to load the original config file of the indenter. - インデントツールの設定ファイルの読み込みダイアログを開きます。 - - - - Alt+O - - - - - Save Indenter Config File - インデントツールの設定ファイルを保存 - - - - Opens a dialog to save the current indenter configuration to a file. - 現在のインデントツールの設定をファイルに保存するためのダイアログを開きます。 - - - - Alt+S - - - - - Create Indenter Call Shell Script - - - - - Reset indenter parameters - - - - - - Resets all indenter parameters to the default values. - - - - - Really reset parameters? - - - - - Do you really want to reset the indenter parameters to the default values? - - - - - MainWindow - - - - Error opening file - ファイルの読み込みエラーが発生しました - - - - - Cannot read the file - 次のファイルを開けませんでした。: - - - - - Supported by indenter - - - - - - All files - - - - - Choose source code file - - - - - Save source code file - - - - - PDF Document - - - - - - Export source code file - - - - - HTML Document - - - - - Modified code - - - - - The source code has been modified. -Do you want to save your changes? - - - - - - Reopen the currently opened source code file by using the text encoding scheme - - - - - - Set the syntax highlightning to - - - - - File no longer exists - - - - - The file %1 in the list of recently opened files does no longer exist. - - - - - - Save the currently opened source code file by using the text encoding scheme - - - - - - Line %1, Column %2 - - - - - MainWindowUi - - - UniversalIndentGUI - - - - - Indenter - インデントツール - - - - File - ファイル - - - - Export - エクスポート - - - - Recently Opened Files - - - - - Reopen File with other Encoding - - - - - Save Source File As with other Encoding - - - - - - - Settings - 設定 - - - - Set Syntax Highlighter - - - - - Help - ヘルプ - - - - Main Toolbar - - - - - Open Source File - ソースファイルを開く - - - - Opens a dialog for selecting a source code file. - ソースコードファイルを選択するためのダイアログを開きます - - - - Ctrl+O - - - - - Save Source File - ソースファイルを保存 - - - - Saves the currently shown source code to the last opened or saved source file. - 現在開いているソースコードを最後に開いたファイルまたは保存したファイルに保存します。 - - - - Ctrl+S - - - - - Opens a file dialog to save the currently shown source code. - 現在開いているソースコードを保存するためのダイアログを開きます。 - - - - About UniversalIndentGUI - UniversalIndentGUI について - - - - Shows info about UniversalIndentGUI. - UniversalIndentGUI についての情報を表示します。 - - - - Exit - 終了 - - - - Quits the UniversalIndentGUI. - UniversalIndentGUI を終了します。 - - - - Ctrl+Q - - - - - PDF - - - - - Export the currently visible source code as PDF document - 表示されているソースコードを PDF ファイルとして出力します。 - - - - HTML - - - - - Export the currently visible source code as HTML document - 表示されているソースコードを HTML として出力します。 - - - - Parameter Tooltips - パラメータ ツールチップ - - - - If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while. - チェックすると、インデントツールのパラメータの上にしばらくマウスカーソルを置くとツールチップを表示するようにします。 - - - - Live Indent Preview - インデントの即時プレビュー - - - - Ctrl+L - - - - - - Syntax Highlighting - - - - - Enables or disables syntax highlighting for the source code. - - - - - By enabling special key words of the source code are highlighted. - - - - - - White Space Visible - - - - - Set white space visible - - - - - Enables or disables diplaying of white space characters in the editor. - - - - - Auto Open Last File - - - - - Auto open last source file on startup - - - - - If selected opens last source code file on startup - - - - - Opens the settings dialog - - - - - Opens the settings dialog, to set language etc. - - - - - Check for update - - - - - - Checks online whether a new version of UniversalIndentGUI is available. - - - - - Clear Recently Opened List - - - - - Show Log - - - - - Displays logging information. - - - - - Displays logging info about the currently running UiGUI application. - - - - - Indenter Settings - - - - - - - Save Source File As... - 名前を付けてソースファイルを保存... - - - - DONOTTRANSLATE:IndenterParameterTooltipsEnabled - - - - - DONOTTRANSLATE:SyntaxHighlightningEnabled - - - - - DONOTTRANSLATE:WhiteSpaceIsVisible - - - - - DONOTTRANSLATE:LoadLastOpenedFileOnStartup - - - - - Ctrl+Shift+S - - - - - Ctrl+H - - - - - SettingsDialog - - - Common - - - - - Settings - 設定 - - - - Automatically open last file on startup - - - - - Enable Parameter Tooltips - - - - - Editor - - - - - Highlighter settings - - - - - Set Font - - - - - Set Color - - - - - - Displays all available translations for UniversalIndentGui and lets you choose one. - - - - - Application language - - - - - If selected opens the source code file on startup that was opened last time. - - - - - If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while. - チェックすると、インデントツールのパラメータの上にしばらくマウスカーソルを置くとツールチップを表示するようにします。 - - - - - Sets how many files should be remembered in the list of recently opened files. - - - - - Enables or disables displaying of white space characters in the editor. - - - - - Display white space character (tabs, spaces, etc.) - - - - - Defines how many spaces should be displayed in the editor for one tab character. - - - - - Sets width in single spaces used for tabs - - - - - Defines how many spaces should be displayed in the editor for one tab. - - - - - Displayed width of tabs - - - - - Syntax Highlighting - - - - - By enabling special key words of the source code are highlighted. - - - - - Enable syntax highlighting - - - - - Lets you make settings for all properties of the available syntax highlighters, like font and color. - - - - - Set the font for the current selected highlighter property. - - - - - Set the color for the current selected highlighter property. - - - - - Number of files in recently opened list - - - - - Checks whether a new version of UniversalIndentGUI exists on program start, but only once a day. - - - - - Check online for update on program start - - - - - DONOTTRANSLATE:Language - - - - - DONOTTRANSLATE:LoadLastOpenedFileOnStartup - - - - - DONOTTRANSLATE:IndenterParameterTooltipsEnabled - - - - - DONOTTRANSLATE:RecentlyOpenedListSize - - - - - DONOTTRANSLATE:CheckForUpdate - - - - - DONOTTRANSLATE:WhiteSpaceIsVisible - - - - - DONOTTRANSLATE:TabWidth - - - - - DONOTTRANSLATE:SyntaxHighlightningEnabled - - - - - ToolBarWidget - - - Form - - - - - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Opens a dialog for selecting a source code file.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">This file will be used to show what the indent tool changes.</p></body></html> - - - - - Open Source File - ソースファイルを開く - - - - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Turns the preview of the reformatted source code on and off.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">In other words it switches between formatted and nonformatted code. (Ctrl+L)</p></body></html> - - - - - Live Indent Preview - インデントの即時プレビュー - - - - Ctrl+L - - - - - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Enables and disables the highlightning of the source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">code shown below. (Still needs some performance improvements) (Ctrl+H)</p></body></html> - - - - - Syntax Highlight - - - - - Ctrl+H - - - - - DONOTTRANSLATE:SyntaxHighlightningEnabled - - - - - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows info about UniversalIndentGUI</p></body></html> - - - - - About - - - - - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Quits the UniversalIndentGUI</p></body></html> - - - - - Exit - 終了 - - - - UiGuiErrorMessage - - - Show this message again - - - - - UiGuiIndentServer - - - UiGUI Server - - - - - Unable to start the server: %1. - - - - - UiGuiLoggerDialog - - - Log - - - - - Logged messages - - - - - Clear log - - - - - ... - - - - - - Open folder containing log file. - - - - - UiGuiSettingsDialog - - - - English - - - - - - French - - - - - - German - - - - - - Chinese (Taiwan) - - - - - - Japanese - - - - - - Russian - - - - - - Ukrainian - - - - - - Unknown language mnemonic - - - - - UpdateCheckDialog - - - - Checking for update... - - - - - - Checking whether a newer version is available - - - - - Update available - - - - - A newer version of UniversalIndentGUI is available. -Your version is %1. New version is %2. -Do you want to go to the download website? - - - - - No new update available - - - - - You already have the latest version of UniversalIndentGUI. - - - -