mirror of
				https://github.com/chylex/IntelliJ-IdeaVim.git
				synced 2025-11-04 01:40:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			127 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			127 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
#
 | 
						|
# IdeaVim - Vim emulator for IDEs based on the IntelliJ platform
 | 
						|
# Copyright (C) 2003-2021 The IdeaVim authors
 | 
						|
#
 | 
						|
# This program is free software: you can redistribute it and/or modify
 | 
						|
# it under the terms of the GNU General Public License as published by
 | 
						|
# the Free Software Foundation, either version 2 of the License, or
 | 
						|
# (at your option) any later version.
 | 
						|
#
 | 
						|
# This program is distributed in the hope that it will be useful,
 | 
						|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
						|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 | 
						|
# GNU General Public License for more details.
 | 
						|
#
 | 
						|
# You should have received a copy of the GNU General Public License
 | 
						|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
 | 
						|
#
 | 
						|
 | 
						|
notexcmd=Not an editor command: {0}
 | 
						|
intbadcmd=Internal error - invalid command: {0}
 | 
						|
e_backslash=E10: \\ should be followed by /, ? or &
 | 
						|
e_badrange=Unexpected character ''{0}'' in range
 | 
						|
e_norange=No range allowed
 | 
						|
e_rangereq=Range required
 | 
						|
e_argreq=Argument required
 | 
						|
e_argforb=Argument forbidden
 | 
						|
e_noprev=E34: No previous command
 | 
						|
e_nopresub=E33: No previous substitute regular expression
 | 
						|
E191=E191: Argument must be a letter or forward/backward quote
 | 
						|
e_backrange=Backwards range given
 | 
						|
E146=E146: Regular expressions can''t be delimited by letters
 | 
						|
e_zerocount=Zero count
 | 
						|
e_trailing=Trailing characters
 | 
						|
e_invcmd=Invalid command
 | 
						|
e_null=Null argument
 | 
						|
E50=E50: Too many \\z(
 | 
						|
E51=E51: Too many {0}(
 | 
						|
E52=E52: Unmatched \\z(
 | 
						|
E53=E53: Unmatched {0}%(
 | 
						|
E54=E54: Unmatched {0}(
 | 
						|
E55=E55: Unmatched {0})
 | 
						|
E56=E56: {0}* operand could be empty
 | 
						|
E57=E57: {0}+ operand could be empty
 | 
						|
E58=E58: {0}{ operand could be empty
 | 
						|
E59=E59: invalid character after {0}@
 | 
						|
E60=E60: Too many complex {0}{...}s
 | 
						|
E61=E61: Nested {0}*
 | 
						|
E62=E62: Nested {0}{1}
 | 
						|
E63=E63: invalid use of \\_
 | 
						|
E64=E64: {0}{1} follows nothing
 | 
						|
E65=E65: Illegal back reference
 | 
						|
E66=E66: \\z( not allowed here
 | 
						|
E67=E67: \\z1 et al. not allowed here
 | 
						|
E68=E68: Invalid character after \\z
 | 
						|
E69=E69: Missing ] after {0}%[
 | 
						|
E70=E70: Empty {0}%[]
 | 
						|
E71=E71: Invalid character after {0}%
 | 
						|
e_invrange=E16: Invalid range
 | 
						|
e_toomsbra=E76: Too many [
 | 
						|
e_internal=Internal error
 | 
						|
synerror=Syntax error in {0}{...}
 | 
						|
E363=E363: pattern caused out-of-stack error
 | 
						|
e_re_corr=E44: Currupted regexp program
 | 
						|
e_re_damg=E43: Damaged match string
 | 
						|
E369=E369: invalid item in {0}%[]
 | 
						|
E384=E384: search hit TOP without match for: {0}
 | 
						|
E385=E385: search hit BOTTOM without match for: {0}
 | 
						|
e_patnotf2=Pattern not found: {0}
 | 
						|
unkopt=Unknown option: {0}
 | 
						|
e_invarg=Invalid argument: {0}
 | 
						|
E475=E475: Invalid argument: {0}
 | 
						|
E774=E774: 'operatorfunc' is empty
 | 
						|
 | 
						|
action.VimPluginToggle.text=Vim Emulator
 | 
						|
action.VimPluginToggle.description=Toggle the vim plugin On/Off
 | 
						|
action.VimPluginToggle.enabled=Enabled
 | 
						|
action.VimPluginToggle.enable=Enable
 | 
						|
 | 
						|
action.VimShortcutKeyAction.text=Shortcuts
 | 
						|
 | 
						|
action.VimActions.text=Vim Actions
 | 
						|
action.not.found.0=Action not found: {0}
 | 
						|
 | 
						|
action.VimFindActionIdAction.text=IdeaVim: Track Action Ids
 | 
						|
action.VimFindActionIdAction.description=Starts tracking ids of executed actions
 | 
						|
 | 
						|
ex.show.all.actions.0.1=--- Actions ---{0}{1}
 | 
						|
e471.argument.required=E471: Argument required
 | 
						|
 | 
						|
buffer.0.does.not.exist=Buffer {0} does not exist
 | 
						|
no.matching.buffer.for.0=No matching buffer for {0}
 | 
						|
no.write.since.last.change.add.to.override=No write since last change (add ! to override)
 | 
						|
more.than.one.match.for.0=More than one match for {0}
 | 
						|
e176.invalid.number.of.arguments=E176: Invalid number of arguments
 | 
						|
e183.user.defined.commands.must.start.with.an.uppercase.letter=E183: User defined commands must start with an uppercase letter
 | 
						|
e841.reserved.name.cannot.be.used.for.user.defined.command=E841: Reserved name, cannot be used for user defined command
 | 
						|
e174.command.already.exists.add.to.replace.it=E174: Command already exists: add ! to replace it
 | 
						|
recursion.detected.maximum.alias.depth.reached=Recursion detected, maximum alias depth reached.
 | 
						|
show.mode.recording=recording
 | 
						|
e184.no.such.user.defined.command.0=E184: No such user-defined command: {0}
 | 
						|
unable.to.find.0=Unable to find {0}
 | 
						|
more.ret.line.space.page.d.half.page.q.quit=-- MORE -- (RET: line, SPACE: page, d: half page, q: quit)
 | 
						|
hit.enter.or.type.command.to.continue=Hit ENTER or type command to continue
 | 
						|
ex.output.panel.more=-- MORE --
 | 
						|
command.name.vim.macro.playback=Vim Macro Playback
 | 
						|
action.no.changes.text=No Changes
 | 
						|
action.reload.text=Reload
 | 
						|
replace.with.0=Replace with {0} (y/n/a/q/l)?
 | 
						|
error.invalid.command.argument=Error: invalid command argument
 | 
						|
argtextobj.invalid.value.of.g.argtextobj.pairs.0=argtextobj: Invalid value of g:argtextobj_pairs -- {0}
 | 
						|
highlightedyank.invalid.value.of.0.1=highlightedyank: Invalid value of {0} -- {1}
 | 
						|
could.not.find.file.0=Could not find file: {0}
 | 
						|
popup.advertisement.version=Version {0}
 | 
						|
action.eap.choice.active.text=EAP{0, choice, 0# (Active)|1#}
 | 
						|
action.about.eap.text=About EAP...
 | 
						|
action.contacts.help.text=Contacts \\&\\& Help
 | 
						|
action.contact.on.twitter.text=Contact on Twitter
 | 
						|
action.create.issue.text=Create an Issue
 | 
						|
action.contribute.on.github.text=Contribute on GitHub
 | 
						|
action.settings.text=Settings...
 | 
						|
action.finish.eap.text=Finish EAP
 | 
						|
action.subscribe.to.eap.text=Subscribe to EAP
 | 
						|
configurable.name.vim.emulation=Vim Emulation
 | 
						|
border.title.shortcut.conflicts.for.active.keymap=Shortcut Conflicts for Active Keymap
 | 
						|
message.no.more.matches=No more matches
 | 
						|
E223=E223: recursive mapping
 |