www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

editMenuOverlay.dtd (1315B)


      1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      2    - License, v. 2.0. If a copy of the MPL was not distributed with this
      3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 
      5 <!ENTITY editMenu.label			"編集">
      6 <!ENTITY editMenu.accesskey		"e">
      7 <!ENTITY undoCmd.label			"元に戻す">
      8 <!ENTITY undoCmd.key			"Z">
      9 <!ENTITY undoCmd.accesskey		"u">
     10 <!ENTITY redoCmd.label			"やり直し">
     11 <!ENTITY redoCmd.key			"Y">
     12 <!ENTITY redoCmd.accesskey		"r">
     13 <!ENTITY cutCmd.label			"切り取り">
     14 <!ENTITY cutCmd.key			"X">
     15 <!ENTITY cutCmd.accesskey		"t">
     16 <!ENTITY copyCmd.label			"コピー">
     17 <!ENTITY copyCmd.key			"C">
     18 <!ENTITY copyCmd.accesskey		"c">
     19 <!ENTITY pasteCmd.label			"貼り付け">
     20 <!ENTITY pasteCmd.key			"V">
     21 <!ENTITY pasteCmd.accesskey		"p">
     22 <!ENTITY deleteCmd.label		"削除">
     23 <!ENTITY deleteCmd.accesskey		"d">
     24 <!ENTITY selectAllCmd.label		"すべて選択">
     25 <!ENTITY selectAllCmd.key		"A">
     26 <!ENTITY selectAllCmd.accesskey		"a">
     27 <!ENTITY findCmd.label			"検索">
     28 <!ENTITY findCmd.key			"F">
     29 <!ENTITY findCmd.accesskey		"F">
     30 <!ENTITY findAgainCmd.label		"次を検索">
     31 <!ENTITY findAgainCmd.key		"G">
     32 <!ENTITY findAgainCmd.key2		"VK_F3">
     33 <!ENTITY findAgainCmd.accesskey		"g">
     34 <!ENTITY findPreviousCmd.label		"前を検索">
     35 <!ENTITY findPreviousCmd.accesskey	"v">