From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/ruby/ext/tk/sample/msgs_rb2/README | 5 ++ jni/ruby/ext/tk/sample/msgs_rb2/de.msg | 88 ++++++++++++++++++++++++++++++++++ jni/ruby/ext/tk/sample/msgs_rb2/ja.msg | 85 ++++++++++++++++++++++++++++++++ 3 files changed, 178 insertions(+) create mode 100644 jni/ruby/ext/tk/sample/msgs_rb2/README create mode 100644 jni/ruby/ext/tk/sample/msgs_rb2/de.msg create mode 100644 jni/ruby/ext/tk/sample/msgs_rb2/ja.msg (limited to 'jni/ruby/ext/tk/sample/msgs_rb2') diff --git a/jni/ruby/ext/tk/sample/msgs_rb2/README b/jni/ruby/ext/tk/sample/msgs_rb2/README new file mode 100644 index 0000000..f6a904b --- /dev/null +++ b/jni/ruby/ext/tk/sample/msgs_rb2/README @@ -0,0 +1,5 @@ +Message catalogs in this directory are written in encodings except +UTF-8. As if you have a trouble to edit UTF-8 text, you can write +message catalogs in your familier encoding. + +Please see '../msgs_rb/README' too. diff --git a/jni/ruby/ext/tk/sample/msgs_rb2/de.msg b/jni/ruby/ext/tk/sample/msgs_rb2/de.msg new file mode 100644 index 0000000..0d6c82d --- /dev/null +++ b/jni/ruby/ext/tk/sample/msgs_rb2/de.msg @@ -0,0 +1,88 @@ +TkMsgCatalog.new('::tkmsgcat_demo') { + de 'Application Error', 'Applikationsfehler' + de 'Blue', 'Blau' + de 'Color', 'Farbe' + de 'Delete', 'Lschen', 'iso8859-1' + de 'Error', 'Fehler' + de 'Exit', 'Ende' + de 'Green', 'Grn', 'iso8859-1' + de 'Red', 'Rot' + de 'blue', 'blau' + de 'green', 'grn', 'iso8859-1' + de 'red', 'rot' +} + +TkMsgCatalog.new('::tk') { + de "&Abort", "&Abbruch" + de "&About...", "&ber...", 'iso8859-1' + de "All Files", "Alle Dateien" + de "Application Error", "Applikationsfehler" + de "&Blue", "&Blau" + de "&Cancel", "&Abbruch" + de "Cannot change to the directory \"%1\$s\".\nPermission denied.", "Kann nicht in das Verzeichnis \"%1\$s\" wechseln.\nKeine Rechte vorhanden." + de "Choose Directory", "Whle Verzeichnis", 'iso8859-1' + de "&Clear", "&Rcksetzen", 'iso8859-1' + de "&Clear Console", "&Konsole lschen", 'iso8859-1' + de "Color", "Farbe" + de "Console", "Konsole" + de "&Copy", "&Kopieren" + de "Cu&t", "Aus&schneiden" + de '&Delete', '&Lschen', 'iso8859-1' + de "Details >>" + de "Directory \"%1\$s\" does not exist.", "Das Verzeichnis \"%1\$s\" existiert nicht." + de "&Directory:", "&Verzeichnis:" + de "&Edit", "&Bearbieten" + de "Error: %1\$s", "Fehler: %1\$s" + de "E&xit", "&Ende" + de "&File", "&Datei" + de "File \"%1\$s\" already exists.\nDo you want to overwrite it?", "Die Datei \"%1\$s\" ist bereits vorhanden.\nWollen sie diese Datei berschreiben ?", 'iso8859-1' + de "File \"%1\$s\" already exists.\n\n", "Die Datei \"%1\$s\" ist bereits vorhanden.\n\n" + de "File \"%1\$s\" does not exist.", "Die Datei \"%1\$s\" existiert nicht." + de "File &name:", "Datei&name:" + de "File &names:", "Datei&namen:" + de "Files of &type:", "Dateien des &Typs:" + de "Fi&les:", "Dat&eien:" + de "&Filter" + de "Fil&ter:" + de '&Green', '&Grn', 'iso8859-1' + de "&Help", "&Hilfe" + de "Hi", "Hallo" + de "&Hide Console", "&Konsole unsichtbar machen" + de "&Ignore", "&Ignorieren" + de "Invalid file name \"%1\$s\".", "Ungltiger Dateiname \"%1\$s\".", 'iso8859-1' + de "Log Files", "Protokolldatei" + de "&No", "&Nein" + de "OK" + de "Ok" + de "Open", "ffnen", 'iso8859-1' + de "&Open", "&ffnen", 'iso8859-1' + de "Open Multiple Files" + de "P&aste", "E&infgen", 'iso8859-1' + de "&Quit", "&Beenden" + de "&Red", "&Rot" + de "Replace existing file?", "Existierende Datei ersetzen?" + de "&Retry", "&Wiederholen" + de "&Save", "&Speichern" + de "Save As", "Speichern unter" + de "Save To Log", "In Protokoll speichern" + de "Select Log File", "Protokolldatei auswhlen", 'iso8859-1' + de "Select a file to source", "Auszufhrende Datei auswhlen", 'iso8859-1' + de "&Selection:", "Auswah&l:" + de "Skip Messages", "Weitere Nachrichten berspringen", 'iso8859-1' + de "&Source...", "&Ausfhren...", 'iso8859-1' + de "Tcl Scripts", "Tcl-Skripte" + de "Tcl for Windows", "Tcl fr Windows", 'iso8859-1' + de "Text Files", "Textdateien" + de "&Yes", "&Ja" + de "abort", "abbrechen" + de "blue", "blau" + de "cancel", "abbrechen" + de "extension", "Erweiterung" + de "extensions", "Erweiterungen" + de 'green', 'grn', 'iso8859-1' + de "ignore", "ignorieren" + de "ok" + de "red", "rot" + de "retry", "wiederholen" + de "yes", "ja" +} diff --git a/jni/ruby/ext/tk/sample/msgs_rb2/ja.msg b/jni/ruby/ext/tk/sample/msgs_rb2/ja.msg new file mode 100644 index 0000000..54a105b --- /dev/null +++ b/jni/ruby/ext/tk/sample/msgs_rb2/ja.msg @@ -0,0 +1,85 @@ +TkMsgCatalog.new('::tkmsgcat_demo') { + ja 'Application Error', 'アプリケーションエラー', 'utf-8' + ja 'Blue', '青', 'utf-8' + ja 'Color', '色選択', 'utf-8' + ja 'Delete', '消去', 'utf-8' + ja 'Error', 'エラー', 'utf-8' + ja 'Exit', '終了', 'utf-8' + ja 'Green', '緑', 'utf-8' + ja 'Red', '赤', 'utf-8' + ja 'blue', '青', 'utf-8' + ja 'green', '緑', 'utf-8' + ja 'red', '赤', 'utf-8' +} + +TkMsgCatalog.new('::tk') { + ja "&Abort", '中止', 'utf-8' + ja "About..." + ja "All Files", 'すべてのファイル', 'utf-8' + ja "Application Error", 'アプリケーションエラー', 'utf-8' + ja "&Blue", '青', 'utf-8' + ja "&Cancel", '取り消し', 'utf-8' + ja "Cannot change to the directory \"%1\$s\".\nPermission denied.", "ディレクトリ \"%1\$s\" に変更できません.\n許可がありません.", 'utf-8' + ja "Choose Directory", 'ディレクトリを選択', 'utf-8' + ja "Clear", '消去', 'utf-8' + ja "Color", '色', 'utf-8' + ja "Console", 'コンソール', 'utf-8' + ja "Copy", 'コピー', 'utf-8' + ja "Cut", '切り取り', 'utf-8' + ja "Delete", '消去', 'utf-8' + ja "Details >>", '詳細 >>', 'utf-8' + ja "Directory \"%1\$s\" does not exist.", '"%1$s" というディレクトリは存在しません.', 'utf-8' + ja "&Directory:", 'ディレクトリ', 'utf-8' + ja "Error: %1\$s" + ja "Exit", '終了', 'utf-8' + ja "File \"%1\$s\" already exists.\nDo you want to overwrite it?", "\"%1\$s\" というファイルは既に存在しています.\n書き換えますか?", 'utf-8' + ja "File \"%1\$s\" already exists.\n\n", "\"%1\$s\" というファイルは既に存在しています.\n\n", 'utf-8' + ja "File \"%1\$s\" does not exist.", '"%1$s" というファイルは存在しません.', 'utf-8' + ja "File &name:", 'ファイル名', 'utf-8' + ja "File &names:", 'ファイル名', 'utf-8' + ja "Files of &type:", 'ファイル形式', 'utf-8' + ja "Fi&les:", 'ファイル', 'utf-8' + ja "&Filter", 'フィルター', 'utf-8' + ja "Fil&ter:", 'フィルター', 'utf-8' + ja "&Green", '緑', 'utf-8' + ja "Hi", 'こんにちは', 'utf-8' + ja "Hide Console", 'コンソールを隠す', 'utf-8' + ja "&Ignore", '無視', 'utf-8' + ja "Invalid file name \"%1\$s\".", '"%1$s" は不正なファイル名です.', 'utf-8' + ja "Log Files", 'ログファイル', 'utf-8' + ja "&No", 'いいえ', 'utf-8' + ja "&OK", '了解', 'utf-8' + ja "OK", '了解', 'utf-8' + ja "Ok", '了解', 'utf-8' + ja "Open", '開く', 'utf-8' + ja "&Open", '開く', 'utf-8' + ja "Open Multiple Files", '複数のファイルを開く', 'utf-8' + ja "Paste", '貼り付け', 'utf-8' + ja "Quit", '終了', 'utf-8' + ja "&Red", '赤', 'utf-8' + ja "Replace existing file?", '既存のファイルを置き換えますか?', 'utf-8' + ja "&Retry", '再実行', 'utf-8' + ja "&Save", '保存', 'utf-8' + ja "Save As", '名前を付けて保存', 'utf-8' + ja "Save To Log", 'ログを保存', 'utf-8' + ja "Select Log File", 'ログファイルを選択', 'utf-8' + ja "Select a file to source", 'ソースファイルを選択', 'utf-8' + ja "&Selection:", '選択', 'utf-8' + ja "Skip Messages", 'メッセージをとばす', 'utf-8' + ja "Source...", 'ソース...', 'utf-8' + ja "Tcl Scripts", 'Tcl スクリプト', 'utf-8' + ja "Tcl for Windows" + ja "Text Files", 'テキストファイル', 'utf-8' + ja "&Yes", 'はい', 'utf-8' + ja "abort", '中止', 'utf-8' + ja "blue", '青', 'utf-8' + ja "cancel", '取り消し', 'utf-8' + ja "extension", '拡張子', 'utf-8' + ja "extensions", '拡張子', 'utf-8' + ja "green", '緑', 'utf-8' + ja "ignore", '無視', 'utf-8' + ja "ok", '了解', 'utf-8' + ja "red", '赤', 'utf-8' + ja "retry", '再実行', 'utf-8' + ja "yes", 'はい', 'utf-8' +} -- cgit v1.2.3