mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 21:05:47 +01:00
Move some messages to properties file. Local and modules directories still to be done.
This commit is contained in:
107
common/locale/en-US/messages.properties
Normal file
107
common/locale/en-US/messages.properties
Normal file
@@ -0,0 +1,107 @@
|
||||
abbrev.noSuch = No such abbreviation
|
||||
abbrev.none = No abbreviations found
|
||||
|
||||
autocmd.executing- = Executing %S Auto commands for %S
|
||||
autocmd.autocommand- = autocommand %S
|
||||
autocmd.noMatching = No matching autocommands
|
||||
autocmd.noGroup- = No such group or event: %S
|
||||
autocmd.cantExecuteAll = Can't execute autocommands for ALL events
|
||||
|
||||
bookmark.noMatching- = No bookmarks matching tags %S and string %S
|
||||
bookmark.noMatchingTags- = No bookmarks matching tags %S
|
||||
bookmark.noMatchingString- = No bookmarks matching string %S
|
||||
bookmark.none = No bookmarks set
|
||||
bookmark.cantAdd- = Could not add bookmark %S
|
||||
bookmark.allGone = All bookmarks deleted
|
||||
|
||||
buffer.fewer- = %S fewer tab%S
|
||||
buffer.cantDetatchLast = Can't detach the last tab
|
||||
buffer.noMatching- = No matching buffer for %S
|
||||
buffer.multipleMatching- = More than one match for %S
|
||||
buffer.noClosed = No matching closed tab
|
||||
buffer.noAlternate = No alternate page
|
||||
|
||||
dactyl.parsingCommandLine = Parsing command line options: %S
|
||||
|
||||
dialog.notAvailable = Dialog %S not available
|
||||
|
||||
editor.noEditor = No editor specified
|
||||
|
||||
emenu.notFound = Menu not found: %S
|
||||
|
||||
event.error = Processing %S event: %S
|
||||
event.nothingToPass = No events to pass
|
||||
|
||||
help.dontPanic = E478: Don't panic!
|
||||
help.noFile = Sorry, help file %S not found
|
||||
help.noTopic = Sorry, no help for %S
|
||||
|
||||
hints.noMatcher = Invalid hintmatching type: %S
|
||||
|
||||
history.noMatching- = No history matching %S
|
||||
history.none = No history set
|
||||
history.noURL = URL not found in history
|
||||
|
||||
io.notReadable- = Can't open file %S
|
||||
io.notWriteable- = %S: Can't open file for writing
|
||||
io.exists = File exists (add ! to override)
|
||||
|
||||
macro.canceled- = Canceled playback of macro '%S'
|
||||
macro.recorded- = Recorded macro '%S'
|
||||
macro.loadFailed- = Page did not load completely in %S seconds.
|
||||
macro.loadWaiting = Waiting for page to load...
|
||||
macro.noSuch- = Macro '%S' not set
|
||||
macro.noPrevious = No previous macro
|
||||
macro.invalid- = Invalid macro name: '%S'
|
||||
|
||||
map.builtinImmutable = Cannot change mappings in the builtin group
|
||||
map.none = No mapping found
|
||||
map.noSuch- = No such mapping: %S
|
||||
map.recursive = Attempt to execute mapping recursively: %S
|
||||
|
||||
mark.none = No marks set
|
||||
mark.invalid = Invalid mark
|
||||
mark.unset- = Mark not set: %S
|
||||
mark.noMatching = E283: No marks matching %S
|
||||
|
||||
mow.noPreviousOutput = No previous command output
|
||||
|
||||
plugin.searchingFor = Searching for %S
|
||||
plugin.searchingForIn = Searching for %S in %S
|
||||
|
||||
print.toFile = Printing to file: %S
|
||||
print.sending = Sending to printer...
|
||||
print.sent = Print job sent.
|
||||
print.printed = Printed: %S
|
||||
|
||||
quickmark.none = No QuickMarks set
|
||||
quickmark.noMatching = No QuickMarks matching %S
|
||||
quickmark.notSet = QuickMark not set
|
||||
quickmark.invalid = Argument must be an ASCII letter or digit
|
||||
|
||||
save.invalidDestination = Invalid destination: %S
|
||||
|
||||
status.link- = Link: %S
|
||||
|
||||
time.total = Total time: %S
|
||||
|
||||
window.cantAttachSame = Can't reattach to the same window
|
||||
window.noIndex = Window %S does not exist
|
||||
|
||||
zoom.outOfRange = Zoom value out of range (%S - %S%%)
|
||||
zoom.illegal = Illegal zoom value
|
||||
|
||||
error.clipboardEmpty = No clipboard data
|
||||
error.countRequired- = Count required for %S
|
||||
error.cantOpen- = Error opening %S: %S
|
||||
error.interrupted = Interrupted
|
||||
error.invalidSort- = Invalid sort order: %S
|
||||
error.argRequired = Argument required
|
||||
|
||||
error.trailing = Trailing characters
|
||||
error.invalidArgument = Invalid argument
|
||||
error.invalidArgument- = Invalid argument: %S
|
||||
error.argumentRequired = Argument required
|
||||
error.argumentOrBang = Argument or ! required
|
||||
|
||||
# vim:se ft=jproperties tw=0:
|
||||
Reference in New Issue
Block a user