﻿full name: English

############################################################## Menu items
menu:
	file:			&File
	new set:			&New...	Ctrl+N
	open set:			&Open...	Ctrl+O
	save set:			&Save	Ctrl+S
	save set as:		Save &As...	F12
	export:				&Export
	print preview:		Print Pre&view...
	print:				&Print...	Ctrl+P
	exit:				E&xit	Alt+F4
	
	edit:			&Edit
	undo:				&Undo%s	Ctrl+Z
	redo:				&Redo%s	Ctrl+Y
	cut:				Cu&t	Ctrl+X
	copy:				&Copy	Ctrl+C
	paste:				&Paste	Ctrl+V
	find:				&Find	Ctrl+F
	find next:			Find &Next	F3
	replace:			R&eplace	Ctrl+H
	preferences:		&Preferences...
	
	cards:			&Cards
	rotate 270:			Rotated 90° &Clockwise
	
	format:			&Format
	bold:				&Bold	Ctrl+B
	italic:				&Italic	Ctrl+I
	symbols:			&Symbols	Ctrl+M
	reminder text:		&Reminder Text	Ctrl+R
	
	window:			&Window
	new window:			&New Window
	cards tab:			&Cards
	
	help:			&Help
	about:				&About Not Quite Magic Set Editor...
	
	# symbol editor
	
	new symbol:			&New...	Ctrl+N
	open symbol:		&Open...	Ctrl+O
	save symbol:		&Save	Ctrl+S
	save symbol as:		Save &As...	F12
	store symbol:		S&tore	Ctrl+Enter
	close symbol editor:Close	Alt+F4
	
	duplicate:			Duplicate	Ctrl+D
	
	tool:			&Tool
	select:				&Select	F5
	rotate:				&Rotate	F6
	points:				&Points	F7
	basic shapes:		&Basic Shapes	F8
	paint:				P&aint	F9

############################################################## Menu help texts
help:
	file:
	new set:			Create a new set
	open set:			Open an existing set
	save set:			Save the set
	save set as:		Save the set with a new name
	print preview:		Shows cards as they will be printed
	print:				Print cards from this set
	exit:				Quits Not Quite Magic Set Editor; prompts to save the set
	
	edit:
	undo:				Undoes the last action
	redo:				Redoes the last action
	cut:				Move the selected text to the clipboard
	copy:				Place the selected text on the clipboard
	paste:				Inserts the text from the clipboard
	preferences:		Change the configuration of Not Quite Magic Set Editor
	
	format:
	bold:				Makes the selected text bold
	italic:				Makes the selected text italic
	
	window:
	new window:			Creates another window to edit the same set
	
	help:
	
	# symbol editor
	
	new symbol:			Create a new symbol
	open symbol:		Open a symbol
	save symbol:		Save the symbol
	save symbol as:		Save the symbol under a diferent filename
	store symbol:		Stores the symbol in the set
	close symbol editor:Closes the symbol editor
	
	duplicate:			Duplicates the selected shapes
	
	tool:
	select:				Select and move shapes
	rotate:				Rotate and shear shapes
	points:				Edit control points for a shape in the symbol
	basic shapes:		Draw basic shapes, such as rectangles and circles
	paint:				Paint on the shape using a paintbrush

############################################################## Toolbar
tool:
	cards tab:		Cards
	set info tab:	Set info
	
	new set:		New set
	open set:		Open set
	save set:		Save set
	
	cut:			Cut
	copy:			Copy
	paste:			Paste
	undo:			Undo%s
	redo:			Redo%s
	
	add card:		Add card
	remove card:	Remove selected card
	rotate card:	Rotate card
	
	bold:			Bold
	italic:			Italic
	symbols:		Symbols
	reminder text:	Reminder Text
	
	# symbol editor
	store symbol:		Store symbol in set
	
	select:				Select (F5)
	rotate:				Rotate (F6)
	points:				Points (F7)
	basic shapes:		Basic Shapes (F8)
	paint:				Paint on Shape (F9)

############################################################## Labels in the GUI
label:
	card notes:			Card notes:
	
	# Preferences
	zoom:				&Zoom:
	external programs:	External programs
	apprentice:			&Apprentice:
	check at startup:	Check for new versions at startup
	checking requires internet:
		Checking for updates requires an internet connection.
		When no internet connection is found upates are not checked.
		
		No information is collected when checking for updates.
	
	# Column select
	select columns:		Select the columns you want to display
	columns:			Columns:
	
	# Card select
	select cards print:		Select the cards you want to print
	
	# Image slicer
	original:			Original:
	result:				Result:
	size:				Size
	selection:			Selection
	zoom:				Zoom
	filter:				Filter

############################################################## Buttons/checkboxes/choices in the GUI
button:
	# Set window
	use for all cards:	Use for &all cards
	
	# Welcome
	new set:			New set
	open set:			Open set
	last opened set:	Last opened set
	
	# Preferences
	select:				&Select...
	browse:				&Browse...
	high quality:		&High quality rendering
	show lines:			Show &lines around fields
	zoom export:		Use zoom and rotation settings when e&xporting
	check now:			Check &Now
	always:							Always
	if internet connection exists:	If internet connection exists
	never:							Never
	
	# Column select
	move up:			Move &Up
	move down:			Move &Down
	show:				&Show
	hide:				&Hide
	
	# Card select
	select all:			Select &All
	select none:		Select &None
	
	# Update checker
	close:				&Close

############################################################## Titles in the GUI
title:
	magic set editor:	Not Quite Magic Set Editor
	about:				About Not Quite Magic Set Editor
	symbol editor:		Symbol Editor
	# dialogs
	open set:			Open Set
	save set:			Save Set As
	save image:			Save Image
	updates availible:	Updates Availible
	#preferences
	preferences:		Preferences
	display:				Display
	directories:			Directories
	updates:				Updates
	update check:			Update Check
	locate apprentice:		Locate Apprentice
	# select
	select columns:		Select Columns
	select cards:		Select Cards
	# slice
	slice image:		Slice Image
	# print
	print preview:		Print Preview

############################################################## Action (undo/redo) names
action:
	typing:			Typing
	backspace:		Backspace
	delete:			Delete
	change:			Change %s

############################################################## Error messages
error:
	# General
	internal error:
		An internal error occured:
		
		%s
		
		Please save your work (use 'save as' to so you don't overwrite things)
		and restart Magic Set Editor.
		
		You should leave a bug report on http://magicseteditor.sourceforge.net/
	
	# File related
	file not found:				File not found: '%s' in package '%s'
	file parse error:
		Error while parsing file: '%s'
		%s
	package not found:			Package not found: '%s'
	unable to open output file:	Error while saving, unable to open output file
	unable to store file:		Error while saving, unable to store file
	
	# Script stuff
	collection has no member:	Collection has no member '%s'
	object has no member:		Object has no member '%s'
	
	# Image stuff
	coordinates for blending overlap:					Coordinates for blending overlap
	images used for blending must have the same size:	Images used for blending must have the same size
	
	# Error from files
	no game specified for the set:						No game specified for the set
	no stylesheet specified for the set:				No stylesheet specified for the set
	stylesheet and set refer to different game:
		stylesheet and set don't refer to the same game, this is an error in the stylesheet file
	unsupported fill type:								Unsupported fill type: '%s'
	unrecognized value:									Unrecognized value: '%s'
	newer version:
		%s
		This file is made with a newer version of Magic Set Editor (%s)
		When you open it, some aspects of the file may be lost.
		It is recommended that you upgrade to the latest version.
		Visit http:://magicseteditor.sourceforge.net/
	
	# Update checking
	checking updates failed:			Checking updates failed.
	no updates:							There are no available updates.

############################################################## Types used in scripts
type:
	real:			Real number
	integer:		Integer number
	string:			String

############################################################## Magic
game:
	magic:
		# Card fields
		name:		Name
		cc:			CC
		type:		Type
		p/t:		P/T
		rarity:		Rarity
		card name:	Card Name
		
		# Set info
		
		# descriptions/help text
#stylesheet:
#	magic-new:
#		