summaryrefslogtreecommitdiff
path: root/common/locale/en-US/messages.properties
blob: 1c8ecc010475bec7db84ccc0004a9cb85d8d1cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
abbrev.noSuch = No such abbreviation
abbrev.none = No abbreviations found

autocmd.executing-2 = Executing %S Auto commands for %S
autocmd.autocommand-1 = autocommand %S
autocmd.noMatching = No matching autocommands
autocmd.noGroup-1 = No such group or event: %S
autocmd.cantExecuteAll = Can't execute autocommands for ALL events

bookmark.noMatching-2 = No bookmarks matching tags %S and string %S
bookmark.noMatchingTags-1 = No bookmarks matching tags %S
bookmark.noMatchingString-1 = No bookmarks matching string %S
bookmark.none = No bookmarks set
bookmark.cantAdd-1 = Could not add bookmark %S
bookmark.allGone = All bookmarks deleted

buffer.fewer-2 = %S fewer tab%S
buffer.cantDetatchLast = Can't detach the last tab
buffer.noMatching-1 = No matching buffer for %S
buffer.multipleMatching-1 = More than one match for %S
buffer.noClosed = No matching closed tab
buffer.noAlternate = No alternate page

command.commands = commands

command.cantDelete = Cannot delete non-user commands
command.cantReplace-1 = E182: Can't replace non-user command: %S
command.wontReplace-1 = Not replacing command: %S
command.eof = Unexpected end of file waiting for %S
command.noSuch = No such command
command.noSuch-1 = No such command: %S
command.noSuchUser-1 = No such user-defined command: %S
command.notUseful-1 = This command is not useful in this version of %S
command.invalidName-1 = Invalid command name: %S
command.invalidOpt-1 = Invalid option: %S
command.invalidOptArg-2 = Invalid argument for option %S: %S
command.invalidOptTypeArg-3 = Invalid argument for %S option %S: %S
command.parsing-1 = Error parsing arguments: %S

command.colorscheme.notFound = E185: Cannot find color scheme %S
command.conditional.illegal = Invalid use of conditional
command.finish.illegal = E168: :finish used outside of a sourced file

dactyl.parsingCommandLine-1 = Parsing command line options: %S

dialog.notAvailable-1 = Dialog %S not available

group.cantChangeBuiltin = Cannot change %S in the builtin group
group.cantModifyBuiltin = Cannot modify builtin group
group.cantRemoveBuiltin = Cannot remove builtin group
group.noSuch = No such group: %S
group.invalidName-1 = Invalid group name: %S
group.noCurrent = No current group

editor.noEditor = No editor specified

emenu.notFound-1 = Menu not found: %S

event.error-2 = Processing %S event: %S
event.nothingToPass = No events to pass

help.dontPanic = E478: Don't panic!
help.noFile-1 = Sorry, help file %S not found
help.noTopic-1 = Sorry, no help for %S

hints.noMatcher-1 = Invalid hintmatching type: %S

history.noMatching-1 = No history matching %S
history.none = No history set
history.noURL = URL not found in history

io.noSuchDir = E344: Can't find directory %S
io.noPrevDir = E186: No previous directory
io.notReadable-1 = Can't open file %S
io.notWriteable-1 = %S: Can't open file for writing
io.exists = File exists (add ! to override)

macro.canceled-1 = Canceled playback of macro '%S'
macro.recorded-1 = Recorded macro '%S'
macro.loadFailed-1 = Page did not load completely in %S seconds.
macro.loadWaiting = Waiting for page to load...
macro.noSuch-1 = Macro '%S' not set
macro.noPrevious = No previous macro
macro.invalid-1 = Invalid macro name: '%S'

map.builtinImmutable = Cannot change mappings in the builtin group
map.none = No mapping found
map.noSuch-1 = No such mapping: %S
map.recursive-1 = Attempt to execute mapping recursively: %S

mark.none = No marks set
mark.invalid = Invalid mark
mark.unset-1 = Mark not set: %S
mark.noMatching-1 = E283: No marks matching %S

mow.noPreviousOutput = No previous command output

option.noSuch = No such option
option.noSuch-1 = No such option: %S

plugin.searchingFor-1 = Searching for %S
plugin.searchingForIn-2 = Searching for %S in %S

print.toFile-1 = Printing to file: %S
print.sending = Sending to printer...
print.sent = Print job sent.
print.printed-1 = Printed: %S

quickmark.none = No QuickMarks set
quickmark.noMatching-1 = No QuickMarks matching %S
quickmark.notSet = QuickMark not set
quickmark.invalid = Argument must be an ASCII letter or digit

save.invalidDestination-1 = Invalid destination: %S

status.link-1 = Link: %S

time.total = Total time: %S

window.cantAttachSame = Can't reattach to the same window
window.noIndex-1 = Window %S does not exist

zoom.outOfRange-2 = Zoom value out of range (%S - %S%%)
zoom.illegal = Illegal zoom value

error.clipboardEmpty = No clipboard data
error.countRequired-1 = Count required for %S
error.cantOpen-2 = Error opening %S: %S
error.interrupted = Interrupted
error.invalidSort-1 = Invalid sort order: %S
error.argRequired = Argument required

error.trailing = Trailing characters
error.invalid-1 = Invalid %S
error.invalidArgument = Invalid argument
error.invalidArgument-1 = Invalid argument: %S
error.unavailable-2 = Not available on %S %S
error.argumentRequired = Argument required
error.argumentOrBang = Argument or ! required
error.invalidOperation = Invalid operation

# vim:se ft=jproperties tw=0: