Bug 426501 - "ZoomIn/ZoomOut/ZoomReset should have alternative accel keys for localized builds" (string changes only for source viewer) [p=dev-null@hotmail.co.jp (Atsushi Sakai) pending-ui-r=beltzner pending-a1.9=string-freeze]

This commit is contained in:
reed@reedloden.com 2008-04-04 02:26:44 -07:00
parent 5225046a2f
commit a0f5ad4bb4

View File

@ -24,10 +24,19 @@
<!ENTITY closeCmd.accesskey "C">
<!ENTITY closeCmd.commandkey "W">
<!-- LOCALIZATION NOTE :
textEnlarge.commandkey3, textReduce.commandkey2 and
textReset.commandkey2 are alternative acceleration keys for zoom.
If shift key is needed with your locale popular keyboard for them,
you can use these alternative items. Otherwise, their values should be empty. -->
<!ENTITY textEnlarge.commandkey "+">
<!ENTITY textEnlarge.commandkey2 "=">
<!ENTITY textEnlarge.commandkey3 "">
<!ENTITY textReduce.commandkey "-">
<!ENTITY textReduce.commandkey2 "">
<!ENTITY textReset.commandkey "0">
<!ENTITY textReset.commandkey2 "">
<!ENTITY goToLineCmd.label "Go to Line…">
<!ENTITY goToLineCmd.accesskey "G">