Bug 1281502 - Improve localization comments for Source Editor shortcuts. r=past

--HG--
extra : rebase_source : d07f9cef1f4dd269597b4bb20f88e587b03963be
This commit is contained in:
Francesco Lodolo (:flod) 2016-06-23 05:25:00 -04:00
Родитель 677c201d49
Коммит e5a7c8e40c
1 изменённых файлов: 16 добавлений и 8 удалений

Просмотреть файл

@ -84,20 +84,28 @@ indentLess.commandkey=[
# DO NOT translate this key without proper synchronization with toolbox.dtd.
indentMore.commandkey=]
# LOCALIZATION NOTE (moveLineUp.commandkey): This is the key to use to move
# the selected lines up.
# LOCALIZATION NOTE (moveLineUp.commandkey): This is the combination of keys
# used to move the current line up.
# Do not localize "Alt", "Up", or change the format of the string. These are key
# identifiers, not messages displayed to the user.
moveLineUp.commandkey=Alt-Up
# LOCALIZATION NOTE (moveLineDown.commandkey): This is the key to use to move
# the selected lines down.
# LOCALIZATION NOTE (moveLineDown.commandkey): This is the combination of keys
# used to move the current line up.
# Do not localize "Alt", "Down", or change the format of the string. These are
# key identifiers, not messages displayed to the user.
moveLineDown.commandkey=Alt-Down
# LOCALIZATION NOTE (autocomplete.commandkey): This is the key to use
# in conjunction with Ctrl for autocompletion.
# LOCALIZATION NOTE (autocompletion.commandkey): This is the key, used with
# Ctrl, for code autocompletion.
# Do not localize "Space", it's the key identifier, not a message displayed to
# the user.
autocompletion.commandkey=Space
# LOCALIZATION NOTE (showInformation2.commandkey): This is the key to use to
# show more information, like type inference.
# LOCALIZATION NOTE (showInformation2.commandkey): This is the combination of
# keys used to display more information, like type inference.
# Do not localize "Shift", "Ctrl", "Space", or change the format of the string.
# These are key identifiers, not messages displayed to the user.
showInformation2.commandkey=Shift-Ctrl-Space
# LOCALIZATION NOTE (find.commandkey): This is the key to use in