Update locale strings from Mozilla language packs
This commit is contained in:
parent
e9065654f7
commit
da529d0d39
6 changed files with 29 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
<!ENTITY preferencesCmd2.label "Options">
|
||||
<!ENTITY preferencesCmd2.label "Opcións">
|
||||
<!ENTITY preferencesCmd2.accesskey "O">
|
||||
<!ENTITY preferencesCmdUnix.label "Preferences">
|
||||
<!ENTITY preferencesCmdUnix.label "Preferencias">
|
||||
<!ENTITY preferencesCmdUnix.accesskey "n">
|
||||
|
|
|
@ -2,34 +2,34 @@
|
|||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!ENTITY editMenu.label "Edit">
|
||||
<!ENTITY editMenu.accesskey "e">
|
||||
<!ENTITY undoCmd.label "Undo">
|
||||
<!ENTITY editMenu.label "Editar">
|
||||
<!ENTITY editMenu.accesskey "E">
|
||||
<!ENTITY undoCmd.label "Desfacer">
|
||||
<!ENTITY undoCmd.key "Z">
|
||||
<!ENTITY undoCmd.accesskey "u">
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY undoCmd.accesskey "D">
|
||||
<!ENTITY redoCmd.label "Refacer">
|
||||
<!ENTITY redoCmd.key "Y">
|
||||
<!ENTITY redoCmd.accesskey "r">
|
||||
<!ENTITY cutCmd.label "Cut">
|
||||
<!ENTITY redoCmd.accesskey "R">
|
||||
<!ENTITY cutCmd.label "Cortar">
|
||||
<!ENTITY cutCmd.key "X">
|
||||
<!ENTITY cutCmd.accesskey "t">
|
||||
<!ENTITY copyCmd.label "Copy">
|
||||
<!ENTITY cutCmd.accesskey "o">
|
||||
<!ENTITY copyCmd.label "Copiar">
|
||||
<!ENTITY copyCmd.key "C">
|
||||
<!ENTITY copyCmd.accesskey "c">
|
||||
<!ENTITY pasteCmd.label "Paste">
|
||||
<!ENTITY copyCmd.accesskey "C">
|
||||
<!ENTITY pasteCmd.label "Pegar">
|
||||
<!ENTITY pasteCmd.key "V">
|
||||
<!ENTITY pasteCmd.accesskey "p">
|
||||
<!ENTITY deleteCmd.label "Delete">
|
||||
<!ENTITY deleteCmd.accesskey "d">
|
||||
<!ENTITY selectAllCmd.label "Select All">
|
||||
<!ENTITY pasteCmd.accesskey "P">
|
||||
<!ENTITY deleteCmd.label "Eliminar">
|
||||
<!ENTITY deleteCmd.accesskey "E">
|
||||
<!ENTITY selectAllCmd.label "Seleccionar todo">
|
||||
<!ENTITY selectAllCmd.key "A">
|
||||
<!ENTITY selectAllCmd.accesskey "a">
|
||||
<!ENTITY findCmd.label "Find">
|
||||
<!ENTITY selectAllCmd.accesskey "S">
|
||||
<!ENTITY findCmd.label "Localizar">
|
||||
<!ENTITY findCmd.key "F">
|
||||
<!ENTITY findCmd.accesskey "F">
|
||||
<!ENTITY findAgainCmd.label "Find Again">
|
||||
<!ENTITY findCmd.accesskey "L">
|
||||
<!ENTITY findAgainCmd.label "Localizar de novo">
|
||||
<!ENTITY findAgainCmd.key "G">
|
||||
<!ENTITY findAgainCmd.key2 "VK_F3">
|
||||
<!ENTITY findAgainCmd.accesskey "g">
|
||||
<!ENTITY findPreviousCmd.label "Find Previous">
|
||||
<!ENTITY findPreviousCmd.accesskey "v">
|
||||
<!ENTITY findAgainCmd.accesskey "n">
|
||||
<!ENTITY findPreviousCmd.label "Localizar anterior">
|
||||
<!ENTITY findPreviousCmd.accesskey "a">
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
intl.accept_languages=en-US, en
|
||||
intl.accept_languages=gl-gl, gl, en-us, en
|
||||
pluralRule=1
|
||||
|
|
|
@ -24,10 +24,11 @@
|
|||
<!ENTITY selectAllCmd.label "Označi sve">
|
||||
<!ENTITY selectAllCmd.key "A">
|
||||
<!ENTITY selectAllCmd.accesskey "a">
|
||||
|
||||
<!ENTITY findCmd.label "Traži">
|
||||
<!ENTITY findCmd.key "F">
|
||||
<!ENTITY findCmd.accesskey "T">
|
||||
<!ENTITY findAgainCmd.label "Ponovno pronađi">
|
||||
<!ENTITY findAgainCmd.label "Ponovo pronađi">
|
||||
<!ENTITY findAgainCmd.key "G">
|
||||
<!ENTITY findAgainCmd.key2 "VK_F3">
|
||||
<!ENTITY findAgainCmd.accesskey "P">
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
intl.accept_languages=hr-hr, hr, en-us, en
|
||||
intl.accept_languages=hr, hr-HR, en-US, en
|
||||
pluralRule=19
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<!ENTITY undoCmd.label "실행 취소">
|
||||
<!ENTITY undoCmd.key "Z">
|
||||
<!ENTITY undoCmd.accesskey "u">
|
||||
<!ENTITY redoCmd.label "재실행">
|
||||
<!ENTITY redoCmd.label "다시 실행">
|
||||
<!ENTITY redoCmd.key "Y">
|
||||
<!ENTITY redoCmd.accesskey "r">
|
||||
<!ENTITY cutCmd.label "잘라내기">
|
||||
|
|
Loading…
Reference in a new issue