mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 02:14:12 +01:00
Fix some message key names.
This commit is contained in:
@@ -32,7 +32,7 @@ command.commands = commands
|
|||||||
command.cantDelete = Cannot delete non-user commands
|
command.cantDelete = Cannot delete non-user commands
|
||||||
command.cantReplace-1 = E182: Can't replace non-user command: %S
|
command.cantReplace-1 = E182: Can't replace non-user command: %S
|
||||||
command.wontReplace-1 = Not replacing command: %S
|
command.wontReplace-1 = Not replacing command: %S
|
||||||
command.eof = Unexpected end of file waiting for %S
|
command.eof-1 = Unexpected end of file waiting for %S
|
||||||
command.noSuch = No such command
|
command.noSuch = No such command
|
||||||
command.noSuch-1 = No such command: %S
|
command.noSuch-1 = No such command: %S
|
||||||
command.noSuchUser-1 = No such user-defined command: %S
|
command.noSuchUser-1 = No such user-defined command: %S
|
||||||
@@ -49,10 +49,10 @@ command.noPrevious = E30: No previous command line
|
|||||||
command.noRange = E481: No range allowed
|
command.noRange = E481: No range allowed
|
||||||
command.noRange = E477: No ! allowed
|
command.noRange = E477: No ! allowed
|
||||||
|
|
||||||
command.colorscheme.notFound = E185: Cannot find color scheme %S
|
command.colorscheme.notFound-1 = E185: Cannot find color scheme %S
|
||||||
command.conditional.illegal = Invalid use of conditional
|
command.conditional.illegal = Invalid use of conditional
|
||||||
command.finish.illegal = E168: :finish used outside of a sourced file
|
command.finish.illegal = E168: :finish used outside of a sourced file
|
||||||
commmand.let.noSuch-1 = E108: No such variable: %S
|
command.let.noSuch-1 = E108: No such variable: %S
|
||||||
command.let.unexpectedChar = E18: Unexpected characters in :let
|
command.let.unexpectedChar = E18: Unexpected characters in :let
|
||||||
command.let.illegalVar-1 = E461: Illegal variable name: %S
|
command.let.illegalVar-1 = E461: Illegal variable name: %S
|
||||||
command.let.undefinedVar-1 = E121: Undefined variable: %S
|
command.let.undefinedVar-1 = E121: Undefined variable: %S
|
||||||
@@ -63,10 +63,10 @@ dactyl.notCommand-2 = E492: Not a %S command: %S
|
|||||||
|
|
||||||
dialog.notAvailable-1 = Dialog %S not available
|
dialog.notAvailable-1 = Dialog %S not available
|
||||||
|
|
||||||
group.cantChangeBuiltin = Cannot change %S in the builtin group
|
group.cantChangeBuiltin-1 = Cannot change %S in the builtin group
|
||||||
group.cantModifyBuiltin = Cannot modify builtin group
|
group.cantModifyBuiltin = Cannot modify builtin group
|
||||||
group.cantRemoveBuiltin = Cannot remove builtin group
|
group.cantRemoveBuiltin = Cannot remove builtin group
|
||||||
group.noSuch = No such group: %S
|
group.noSuch-1 = No such group: %S
|
||||||
group.invalidName-1 = Invalid group name: %S
|
group.invalidName-1 = Invalid group name: %S
|
||||||
group.noCurrent = No current group
|
group.noCurrent = No current group
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ history.noMatching-1 = No history matching %S
|
|||||||
history.none = No history set
|
history.none = No history set
|
||||||
history.noURL = URL not found in history
|
history.noURL = URL not found in history
|
||||||
|
|
||||||
io.noSuchDir = E344: Can't find directory %S
|
io.noSuchDir-1 = E344: Can't find directory %S
|
||||||
io.noPrevDir = E186: No previous directory
|
io.noPrevDir = E186: No previous directory
|
||||||
io.notReadable-1 = Can't open file %S
|
io.notReadable-1 = Can't open file %S
|
||||||
io.notWriteable-1 = Can't open file %S for writing
|
io.notWriteable-1 = Can't open file %S for writing
|
||||||
@@ -129,7 +129,7 @@ mow.noPreviousOutput = No previous command output
|
|||||||
|
|
||||||
option.noSuch = No such option
|
option.noSuch = No such option
|
||||||
option.noSuch-1 = No such option: %S
|
option.noSuch-1 = No such option: %S
|
||||||
option.replaceExisting = Warning: %S already exists: replacing existing option.
|
option.replaceExisting-1 = Warning: %S already exists: replacing existing option.
|
||||||
|
|
||||||
plugin.searchingFor-1 = Searching for %S
|
plugin.searchingFor-1 = Searching for %S
|
||||||
plugin.searchingForIn-2 = Searching for %S in %S
|
plugin.searchingForIn-2 = Searching for %S in %S
|
||||||
@@ -150,7 +150,7 @@ status.link-1 = Link: %S
|
|||||||
|
|
||||||
style.none = No style found
|
style.none = No style found
|
||||||
|
|
||||||
time.total = Total time: %S
|
time.total-1 = Total time: %S
|
||||||
|
|
||||||
variable.none = No variables found
|
variable.none = No variables found
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user