www

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

editMenuOverlay.dtd (1282B)


      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 "Upraviť">
      6 <!ENTITY editMenu.accesskey "U">
      7 <!ENTITY undoCmd.label "Späť">
      8 <!ENTITY undoCmd.key "Z">
      9 <!ENTITY undoCmd.accesskey "S">
     10 <!ENTITY redoCmd.label "Znova">
     11 <!ENTITY redoCmd.key "Y">
     12 <!ENTITY redoCmd.accesskey "Z">
     13 <!ENTITY cutCmd.label "Vystrihnúť">
     14 <!ENTITY cutCmd.key "X">
     15 <!ENTITY cutCmd.accesskey "V">
     16 <!ENTITY copyCmd.label "Kopírovať">
     17 <!ENTITY copyCmd.key "C">
     18 <!ENTITY copyCmd.accesskey "K">
     19 <!ENTITY pasteCmd.label "Prilepiť">
     20 <!ENTITY pasteCmd.key "V">
     21 <!ENTITY pasteCmd.accesskey "P">
     22 <!ENTITY deleteCmd.label "Odstrániť">
     23 <!ENTITY deleteCmd.accesskey "O">
     24 <!ENTITY selectAllCmd.label "Vybrať všetko">
     25 <!ENTITY selectAllCmd.key "A">
     26 <!ENTITY selectAllCmd.accesskey "a">
     27 <!ENTITY findCmd.label "Hľadať">
     28 <!ENTITY findCmd.key "F">
     29 <!ENTITY findCmd.accesskey "H">
     30 <!ENTITY findAgainCmd.label "Hľadať znova">
     31 <!ENTITY findAgainCmd.key "G">
     32 <!ENTITY findAgainCmd.key2 "VK_F3">
     33 <!ENTITY findAgainCmd.accesskey "n">
     34 <!ENTITY findPreviousCmd.label "Hľadať predchádzajúci">
     35 <!ENTITY findPreviousCmd.accesskey "r">