[haiku-commits] r35703 - in haiku/trunk: data/catalogs/preferences/keymap src/preferences/keymap

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Mar 2010 19:22:20 +0100 (CET)

Author: pulkomandy
Date: 2010-03-01 19:22:20 +0100 (Mon, 01 Mar 2010)
New Revision: 35703
Changeset: http://dev.haiku-os.org/changeset/35703/haiku

Added:
   haiku/trunk/data/catalogs/preferences/keymap/ja.catkeys
Modified:
   haiku/trunk/src/preferences/keymap/Jamfile
Log:
Add japanese catalog for keymap preference panel.


Added: haiku/trunk/data/catalogs/preferences/keymap/ja.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/keymap/ja.catkeys                     
        (rev 0)
+++ haiku/trunk/data/catalogs/preferences/keymap/ja.catkeys     2010-03-01 
18:22:20 UTC (rev 35703)
@@ -0,0 +1,22 @@
+1      japanese        x-vnd.Haiku-Keymap      4175672673
+Tilde trigger  Keymap window           チルダのトリガー
+Grave trigger  Keymap window           グレイヴアクセントのトリガー
+Select dead keys       Keymap window           デッドキーの選択
+Quit   Keymap window           終了
+Switch shortcut keys to Haiku mode     Keymap window           ショートカットキースイッチを 
Haiku モードにする
+Circumflex trigger     Keymap window           サーカムフレックスのトリガー
+Diaeresis trigger      Keymap window           ウムラウトのトリガー
+Open…  Keymap window           開く…
+System:        Keymap window           システム:
+Switch shortcut keys   Keymap window           ショートカットキーのスイッチ
+User:  Keymap window           ユーザー:
+Keymap Keymap window           キーマップ
+Sample and clipboard:  Keymap window           サンプル&クリップボード
+Layout Keymap window           レイアウト
+Switch shortcut keys to Windows/Linux mode     Keymap window           
ショートカットキースイッチを Windows/Linux モードにする
+Revert Keymap window           元に戻す
+Save as…       Keymap window           名前をつけて保存…
+File   Keymap window           ファイル
+(Current)      Keymap window           (使用中キーマップ)
+Font   Keymap window           フォント
+Acute trigger  Keymap window           アキュートアクセントのトリガー

Modified: haiku/trunk/src/preferences/keymap/Jamfile
===================================================================
--- haiku/trunk/src/preferences/keymap/Jamfile  2010-03-01 16:35:17 UTC (rev 
35702)
+++ haiku/trunk/src/preferences/keymap/Jamfile  2010-03-01 18:22:20 UTC (rev 
35703)
@@ -21,6 +21,6 @@
        : KeymapWindow.cpp
        : en.catalog
        :
-       pt_br.catkeys eo.catkeys fr.catkeys hu.catkeys lt.catkeys pl.catkeys
-       pt.catkeys ru.catkeys uk.catkeys
+       pt_br.catkeys eo.catkeys fr.catkeys hu.catkeys ja.catkeys lt.catkeys
+       pl.catkeys pt.catkeys ru.catkeys uk.catkeys
        ;


Other related posts:

  • » [haiku-commits] r35703 - in haiku/trunk: data/catalogs/preferences/keymap src/preferences/keymap - pulkomandy