Files
magic-set-editor-fork/data/en.mse-locale/locale
GenevensiS 240c1532ee Bump to 2 5 8 (#141)
* Bump to 2.5.8

- Hard code exception for word "plains" in english_singular and english_plural functions
- Add font preloading by TomTkacz
- Add import_image function by TomTkacz
- Fix freeze when loading a set with missing templates

* add locale entries

* include localized keywords and statistics

* Add slider fields and get_mse_path

* Allow "Default" in slider fields

* better fix for print bug

* don't draw checkerboard when image field has default

this allows an image field to be transparent before an image has been selected by the user

* allow additional individual choices in slider fields

* Add CSV / TSV importer

* Update README.md

* move game scripts to separate file

* add json import

* format english locale

* format foreign locales

* localize

* finish locales

* cleanup

* minor tweaks

* fix bug in import csv

* optimize card counts display

* tighten conditions on drop down menu closing

* widen welcome window buttons

* Update changelog.txt

* tweaks

* update cli

* add locale entries, add changelog entries

* make some values scriptable, rewrite print layout logic

* fix "referencing nonexistant file" internal error

the error would happen when an image or set symbol file was changed or deleted, then the set was saved, then the change or deletion was undone

* add add_card_to_set script function

am I crazy or was there no way to do this from the CLI?

* fix symbol font bug

* add global_script statistics dimension property

this script is ran once at the start, and its result is stored in the 'global_value' variable, which is accessible to the regular script.

with this we can get rid of the set.global_variable_average_opening_hand field, and make sure its script is ran only once, when the user clicks on the relevant statistics dimension

* Add to_json and from_json script functions

* Update changelog.txt

* bump wxWidgets to 3.3.1

* Update changelog.txt

typos and today's prs

---------

Co-authored-by: cajun <kajunkittyavenger@gmail.com>
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2025-09-23 14:53:19 -05:00

1340 lines
46 KiB
Plaintext

mse version: 2.5.8
installer group: translations/english
full name: English
version: 2025-06-18
icon: usgb.png
############################################################## Menu items
menu:
## app menus
# file menu
file: &File
new set: &New... Ctrl+N
open set: &Open... Ctrl+O
save set: &Save Ctrl+S
save set as: Save &As... F12
save set as directory: Save As Directory...
export: &Export
export html: &HTML...
export image: Card &Image...
export images: All Card I&mages...
export apprentice: &Apprentice...
export mws: Magic &Workstation...
check updates: Check &Updates...
print preview: Print Pre&view...
print: &Print... Ctrl+P
reload data: Reload Data Ctrl+F5
show profiler: Show Profiler Ctrl+F6
exit: E&xit Alt+F4
# edit menu
edit: &Edit
undo: &Undo%s Ctrl+Z
redo: &Redo%s Ctrl+Y
cut: Cu&t Ctrl+X
cut card: Cu&t Ctrl+X
cut keyword: Cu&t Ctrl+X
copy: &Copy Ctrl+C
copy card: &Copy Ctrl+C
copy keyword: &Copy Ctrl+C
paste: &Paste Ctrl+V
paste card: &Paste Ctrl+V
paste keyword: &Paste Ctrl+V
select all: Select &All Ctrl+A
find: &Find Ctrl+F
find next: Find &Next F3
replace: R&eplace Ctrl+H
auto replace: Auto Rep&lace...
preferences: &Preferences...
# cards menu
cards: &Cards
previous card: Select &Previous Card PgUp
next card: Select &Next Card PgDn
search cards: &Search Cards Ctrl+K
add card: &Add Card Ctrl+Enter
add cards: Add &Multiple Cards...
remove card: &Delete Selected Card
add card csv: Add Cards from CSV or TSV...
add card json: Add Cards from JSON...
link card: &Link Cards To Selected Card...
copy card and links: Copy Selected Cards And Their Linked Cards Ctrl+Shift+C
bulk modify: &Modify Multiple Cards...
orientation: &Orientation
rotate 0: &Normal
rotate 270: Rotated 90° &Clockwise
rotate 90: Rotated 90° C&ounter Clockwise
rotate 180: Rotated 180°, &Up Side Down
card list columns: C&ard List Columns...
# keywords menu
keywords: &Keywords
previous keyword: Select &Previous Keyword PgUp
next keyword: Select &Next Keyword PgDn
search keywords: &Search Keywords Ctrl+K
add keyword: &Add Keyword Ctrl+Enter
remove keyword: &Remove Select Keyword Del
# format menu
format: F&ormat
bold: &Bold Ctrl+B
italic: &Italic Ctrl+I
underline: &Underline Ctrl+U
symbols: &Symbols Ctrl+M
reminder text: &Reminder Text Ctrl+R
insert symbol: I&nsert Symbol
# spelling
no spelling suggestions: (no suggestions)
# graph menu
graph: &Graph
pie: &Pie 1
bar: &Bar 2
stack: &Stacked Bars 3
scatter: S&catter Plot 4
scatter pie: Sc&atter-Pie 5
# console menu
console: Console
clear console: &Clear Console Ctrl+L
# window menu
window: &Window
new window: &New Window
cards tab: &Cards Alt+1
style tab: St&yle Alt+2
set info tab: &Set Information Alt+3
keywords tab: &Keywords Alt+4
stats tab: S&tatistics Alt+5
random pack tab: &Random Packs Alt+6
console tab: C&onsole Alt+7
# help menu
help: &Help
index: &Index... F1
website: &Website...
about: &About Magic Set Editor...
## symbol editor menus
# file menu
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
# edit menu
duplicate: &Duplicate Ctrl+D
group: &Group Ctrl+G
ungroup: &Ungroup Ctrl+U
# tool menu
tool: &Tool
select: &Select F5
rotate: &Rotate F6
points: &Points F7
basic shapes: &Basic Shapes F8
symmetry: S&ymmetry F9
paint: P&aint F10
############################################################## Menu help texts
help:
## app menus
welcome: Welcome to Magic Set Editor
# file menu
new set: Create a new set
open set: Open an existing set
last opened set: Open '%s'
save set: Save the set
save set as: Save the set with a new name
save set as directory: Save the set as a directory with separate files for each card
export: Export the set...
export html: Export the set to a web page
export image: Export the selected card to an image file
export images: Export images for all cards
export apprentice: Export the set so it can be played with in Apprentice
export mws: Export the set so it can be played with in Magic Workstation
add card csv: Add cards from a Comma Separated Values or Tab Separated Values file
add card json: Add cards from a JSON file
check updates: Install/update packages.
print preview: Shows cards as they will be printed
print: Print cards from this set
reload data: Reload all template files (game and style) as well as the set.
show profiler: Show the profiler window, with timings of (script) functions. Used for optimization.
exit: Quits Magic Set Editor; prompts to save the set
# edit menu
undo: Undoes the last action
redo: Redoes the last action
cut: Move the selected text to the clipboard
cut card: Move the selected card to the clipboard
cut keyword: Move the selected keyword to the clipboard
copy: Place the selected text on the clipboard
copy card: Place the selected card on the clipboard
copy keyword: Place the selected keyword on the clipboard
paste: Inserts the text from the clipboard
paste card: Inserts the card from the clipboard
paste keyword: Inserts the keyword from the clipboard
select all: Select all text
find: Search the card texts
find next: Find the next match
replace: Replace in the card texts
auto replace: What text should automatically be replaced?
preferences: Change the configuration of Magic Set Editor
# cards menu
previous card: Selects the previous card in the list
next card: Selects the next card in the list
search cards: Filter the card list using search terms
add card: Add a new, blank, card to this set
add cards: Add multiple cards to the set
remove card: Delete the selected card from this set
link card: Link one or more cards to the selected card
copy card and links: Copy the selected cards and all their linked cards
bulk modify: Modify a lot of cards at once
orientation: Orientation of the displayed card
rotate card: Rotate the card display 90° clockwise
rotate 0: Display the card with the right side up
rotate 270: Display the card rotated clockwise
rotate 90: Display the card rotated counter-clockwise (anti-clockwise for the British)
rotate 180: Display the card up side down
card list columns: Select what columns should be shown and in what order.
# keywords menu
previous keyword: Selects the previous keyword in the list
next keyword: Selects the next keyword in the list
search keywords: Filter the keyword list using search terms
add keyword: Add a new keyword to this set
remove keyword: Delete the selected keyword from this set
# format menu
bold: Makes the selected text bold
italic: Makes the selected text italic
underline: Makes the selected text underlined
symbols: Draws the selected text with symbols
reminder text: Show reminder text for the selected keyword
# spelling
no spelling suggestions: There are no suggestions for correcting this error
# graph menu
pie: A pie graph, the size of the slice indicates the number of cards
bar: A bar graph, the height of the bar indicates the number of cards
stack: A bar graph with stacked bars
scatter: A scatter plot, the size indicates the number of cards
scatter pie: A scatter plot where each item is a small pie graph
# console menu
clear console: Clear the console
# window menu
new window: Creates another window to edit the same set
cards tab: Edit the cards in the set
set info tab: Edit information about the set, its creator, etc.
style tab: Change the style of cards
keywords tab: Define extra keywords for this set
stats tab: Show statistics about the cards in the set
random pack tab: Try how the set works out in practice by generating random booster packs.
console tab: Shows error messages and allows executing script commands.
# help menu
index: Open the index
website: Open the MSE website
about: Show information about this app
# new set window
search game list control: Filter the game list. Use - to exclude games. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
search stylesheet list control: Filter the stylesheet list. Use - to exclude styles. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# card select / image export
filename format: (Use {card.name} for the name of the card ; The filetype is determined based on the extension)
# cards panel
collapse notes: Hide the card notes box
expand notes: Show the card notes box
search cards control: Filter the card list. Use - to exclude cards. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# keywords panel
search keywords control: Filter the keyword list. Use - to exclude keywords. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# random pack panel
random seed: Different packs will be generated each time.
fixed seed: Using the same seed number gives the same 'random' packs.
seed: Seed number for the random generator. Using the same seed number gives the same 'random' packs.
edit pack type: Double click to edit pack type
number of packs: The number of %ss to generate
# preferences
app language:
Note: You must restart MSE
for the changes to take effect.
zoom export:
(When off, the cards are
exported and copied at 100%
size and normal rotation)
# apprentice export
set code: A set code is a two character code that is used by Apprentice to refer to a set.
## symbol editor menus
# file menu
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
# edit menu
duplicate: Duplicates the selected shapes
group: Group the selected shapes together
ungroup: Break up the selected group
#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
symmetry: Add symmetries to the symbol
paint: Paint on the shape using a paintbrush
# toolbar
grid: Show gridlines
snap: Snap shapes and points to gridlines
merge: Merges this shape with those below it
subtract: Subtracts this shape from shapes below it, leaves only the area in that shape that is not in this shape
intersect: Intersects this shape with shapes below it, leaves only the area in both shapes
difference: Differs this shape from the shapes below it, leaves only the area not in any other shape
overlap: Place this shape, and its border above shapes below it
border: Draws this shape as a border
# shape manipulation
drag to shear: Drag to shear selected %s
drag to rotate: Drag to rotate selected %s, Ctrl constrains angle to multiples of 15 degrees
drag to resize: Drag to resize selected %s, Ctrl constrains size
click to select shape: Click to select shape, drag to move shape, double click to edit shape
ellipse: Draw circles and ellipses
rectangle: Draw squares and rectangles
polygon: Draw triangles, pentagons and other regular polygons
star: Draw stars
sides: The number of sides of the polygon or points of the star
drag to draw shape: Drag to resize shape, Ctrl constrains shape, Shift centers shape
draw ellipse: Click and drag to draw a ellipse, hold Ctrl for a circle
draw rectangle: Click and drag to draw a rectangle, hold Ctrl for a square
draw polygon: Click and drag to draw a polygon
draw star: Click and drag to draw a star
line segment: Makes the selected line segment straight
curve segment: Makes the selected line segment curved
free point: Allows the two control points of the point to be moved freely
smooth point: Makes the selected point smooth by placing the two control points opposite each other
symmetric point: Makes the selected point symetric
drag to move curve: Drag to move curve
drag to move line: Alt + drag to move curve; double click to add a point on this line
drag to move point: Click and drag to move control point; double click to remove the point
rotation: Rotational symmetry (wheel)
reflection: Reflectional symmetry (mirror)
add symmetry: Add symmetries to the symbol
remove symmetry: Remove this symmetry
copies: Number of reflections (including the original)
############################################################## Toolbar
tool:
## app toolbars
# tabs
cards tab: Cards
set info tab: Set info
style tab: Style
keywords tab: Keywords
stats tab: Statistics
random pack tab: Random
console tab: Console
# cards toolbar
search cards: Search cards (Ctrl+K)
card counts 2: %s Selected, %s Total
card counts 3: %s Selected, %s Filtered, %s Total
# edit toolbar
undo: Undo
redo: Redo
# console toolbar
clear console: Clear Console
## symbol editor toolbars
store symbol: Store
grid: Grid
snap: Snap
select: Select
rotate: Rotate
points: Points
basic shapes: Basic Shapes
symmetry: Symmetry
paint: Paint
merge: Merge
subtract: Subtract
intersect: Intersect
difference: Difference
overlap: Overlap
border: Border
ellipse: Ellipse
rectangle: Rectangle
polygon: Polygon
star: Star
rotation: Rotation
reflection: Reflection
add symmetry: Add
remove symmetry: Remove
line segment: Line
curve segment: Curve
free point: Free
smooth point: Smooth
symmetric point: Symmetric
############################################################## Toolbar help text
tooltip:
## app popup tooltips
# tabs
cards tab: Cards list
set info tab: Set information
style tab: Styling options
keywords tab: Keywords
stats tab: Statistics
random pack tab: Random pack generation
console tab: Errors and Warnings
# file toolbar
new set: New set
open set: Open set
save set: Save set
export: Export set
# edit toolbar
cut: Cut
copy: Copy
paste: Paste
undo: Undo%s
redo: Redo%s
# cards toolbar
add card: Add card
remove card: Remove selected card
link card: Link cards to selected card
copy card and links: Copy selected cards and linked cards
rotate card: Rotate card
# keywords toolbar
add keyword: Add keyword
remove keyword: Remove selected keyword
# format toolbar
bold: Bold
italic: Italic
underline: Underline
symbols: Symbols
reminder text: Reminder Text
# graph toolbar
pie: Pie Graph
bar: Bar Graph
stack: Stacked Bar Graph
scatter: Scatter Plot
scatter pie: Scatter-Pie plot
# console toolbar
clear console: Clear Console
## symbol editor popup tooltips
store symbol: Store symbol in set
grid: Show grid
snap: Snap to grid
select: Select (F5)
rotate: Rotate (F6)
points: Points (F7)
basic shapes: Basic Shapes (F8)
symmetry: Symmetry (F9)
paint: Paint on Shape (F10)
merge: Merge with shapes below
subtract: Subtract from shapes below
intersect: Intersect with shapes below
difference: Differ from shapes below
overlap: Place above other shapes
border: Draw as a border
ellipse: Circle / Ellipse
rectangle: Square / Rectangle
polygon: Polygon
star: Star
rotation: Rotational symmetry (wheel)
reflection: Reflectional symmetry (mirror)
add symmetry: Add symmetry to selected parts
remove symmetry: Remove this symmetry
line segment: To straigt line
curve segment: To curve
free point: Unlock point
smooth point: Make point smooth
symmetric point: Make point symmetric
############################################################## Labels in the GUI
label:
## app window items labels
# cards panel
card notes: Card notes:
# keywords panel
search keywords: Search keywords (Ctrl+K)
keyword: Keyword
match: Matches
mode: Mode
uses: Uses
reminder: Reminder text
rules: Additional rules
standard keyword:
This is a standard %s keyword, you can not edit it.
If you make a copy of the keyword your copy will take precedent.
# style panel
styling options: Styling options
# random pack panel
pack selection: Pack selection
pack totals: Totals
pack name: Pack name
seed: Seed
total cards: Total
# link cards dialog
custom link: Custom...
custom link selected: Generator, Front Face, Meld Component, etc...
custom link linked: Token, Back Face, Meld Result, etc...
custom link undefined: Undefined
linked cards relation: Choose the type of relation between the selected card and the linked cards:
selected card: Selected Card:
linked cards: Linked Cards:
select linked cards: Choose up to 4 cards to link:
# bulk modification dialog
bulk modify selection: Which cards must be modified:
bulk modify all: All cards
bulk modify filtered: Currently filtered cards
bulk modify selected: Currently selected cards
bulk modify predicate: Cards that satisfy a criteria
bulk modify predicate description: What criteria must cards satisfy to be modified:
bulk modify predicate example: Example (tiny M:tG creatures):
bulk modify field: What value must be modified:
bulk modify mod description: What must the new value be:
# open dialogs
all files: All Files
# other set window dialogs
save changes:
The set '%s' has changed.
Do you want to save the changes?
# new set dialog
game type: &Game type:
style type: &Card style:
search game list: Filter Games
search stylesheet list: Filter Stylesheets
# stylesheet not found dialog
stylesheet not found:
The set you are trying to open uses the stylesheet "%s".
This stylesheet is not found on your system, please select an alternative.
# preferences dialog
language: Language
windows: Open sets
app language: Language of the user interface:
card display: Card Display
storage: Storage
zoom: &Zoom:
export: &Export:
scale: &Internal Scale:
use export scale: Use Export Scale
export around 300: Around 300 DPI
export force 300: Force 300 DPI
export force 150: Force 150 DPI
percent of normal: % of normal size
external programs: External programs
apprentice: &Apprentice:
apprentice exe: Apprentice Executable
internal scale desc:
Scale to internally store card images at.
Changing this may impact how Sharpening looks.
Does not retroactively apply to existing images.
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 dialog
select columns: Select the columns you want to display
columns: Columns:
# card select / image export dialogs
select cards: Cards to export
select cards print: Select cards to print
selected card count: %s cards will be exported.
filename format: &Format:
filename conflicts: &Handle duplicating filenames:
export filenames: Filenames
filename is ignored: (filename is ignored)
# apprentice export dialog
set code: Set &Code:
apprentice export cancelled: Export to Apprentice is cancelled
# html export dialog
html template: Template:
html export options: Export options
# CSV import dialog
add card csv sep: Separator:
add card csv tab: Tab
add card csv comma: Comma
add card csv semicolon: Semicolon
add card csv file: CSV or TSV file path:
# JSON import dialog
add card json type: Type of JSON file:
add card json custom: Custom JSON file
add card json path: Path of the card array within the file:
add card json file: Path of the file:
# image slicer dialog
original: Original:
result: Result:
original with dimensions: Original (%s x %s):
result with dimensions: Result (%s x %s):
size: Size
original size: &Original Size
size to fit: Size to &Fit
force to fit: F&orce to Fit
custom size: &Custom Size
selection: Selection
selection left: &Left
selection top: &Top
selection width: &Width
selection height: &Height
selection center: Center
selection center vertically: Center Vertically
selection center horizontally: Center Horizontally
selection center both: Center Both
fix aspect ratio: Fix aspect ratio (width/height)
zoom amount: Zoom
zoom amount x: Zoom &X
zoom amount y: Zoom &Y
zoom %: %
filter: Filter
sharpen filter: &Sharpen filter
grid: Grid
grid halves: Halves
grid thirds: Thirds
grid fourths: Fourths
grid fifths: Fifths
none: None
# auto replace dialog
auto match: Match
auto replace: Replace
# packages dialog
package name: Package
package status: Status
package action: Action
package conflicts: conflicting modifications
package modified: local modifications
package updates: updates available
package installed: installed
package installable: not installed
install package: install
reinstall package: reinstall
upgrade package: update
remove package: remove
installed version: Installed version:
installable version: Latest version:
installer size: Size:
installer status: Status:
no version: -
# print dialog
put space between cards: Put space between cards?
spacing print: Spacing between cards in millimeters
cutter lines print: Add cutter guide lines?
cutter lines all: All
cutter lines no intersect: If they don't intersect a card
cutter lines none: None
## symbol editor
sides: sides
############################################################## Buttons/checkboxes/choices in the GUI
button:
# cards panel
unlink: Unlink
link select: Select
# style panel
use for all cards: Use for &all cards
use custom styling options: Options &specific to this card
# set info panel
edit symbol: Edit
symbol gallery: Gallery
# keywords panel
insert parameter: Insert Parameter...
refer parameter: Use Parameter...
# random pack panel
generate pack: &Generate Pack
random seed: &Random Seed
fixed seed: &Fixed Seed
add custom pack: Add &Custom Pack...
# console panel
evaluate: &Evaluate
clear: &Clear
# welcome
new set: New set
open set: Open set
check updates: Check updates
last opened set: Last opened set
# preferences
open sets in new window: Open all sets in a new &window
select: &Select...
browse: &Browse...
high quality: &High quality rendering
show lines: Show &lines around fields
show editing hints: Show boxes and hints for &editing
zoom export:
Use Viewer zoom and rotation
settings when e&xporting
rotation export:
Use Viewer rotation
setting when e&xporting
spellcheck enabled: Show &spelling errors on cards
check now: Check &Now
always: Always
if internet connection exists: If internet connection exists
never: Never
internal image extension: Store images internally with file extension
# column select
move up: Move &Up
move down: Move &Down
show: &Show
hide: &Hide
# card select / image export
export entire set: Entire set
export generated packs: Generated packs
export custom cards selection: Custom selection
select cards: &Select Cards...
select all: Select &All
select none: Select &None
overwrite: Overwrite old files
keep old: Keep old files
number: Add a number to the filename
number overwrite: Add a number to the filename, overwrite previous exports
# auto replace
use auto replace: Use auto replace
add item: &Add
remove item: &Remove
defaults: Reset to &Defaults
enabled: Enabled
whole word: Match whole word only
# old style update checker (NOTE: this will be removed in a feature version)
close: &Close
# packages window
keep package: &Don't change
don't install package: &Don't install
install package: &Install
upgrade package: &Update
reinstall package: Re&install
remove package: &Remove
install group: &Install All
upgrade group: &Upgrade All
remove group: &Remove All
############################################################## Titles in the GUI
title:
# window titles
magic set editor: Magic Set Editor
%s - magic set editor: %s - Magic Set Editor
untitled: Untitled
about: About Magic Set Editor
symbol editor: Symbol Editor
# dialog titles
new set: New Set
open set: Open Set
save set: Save Set As
save set as directory: Save Set As Directory
save image: Save Image
updates available: Updates Available
save changes: Save Changes?
select stylesheet: Select Stylesheet
link cards: Link Cards To Selected Card
bulk modify: Bulk Card Modification
#preferences
preferences: Preferences
global: Global
display: Display
directories: Directories
internal: Internal
updates: Updates
update check: Update Check
locate apprentice: Locate Apprentice
# select
select columns: Select Columns
select cards: Select Cards
select cards export: Select Cards to Export
select cards print: Select the cards you want to print
# slice
slice image: Slice Image
# pack
custom pack: Custom Pack Type
# print
print preview: Print Preview
settings: Settings
# export
export images: Export Images
export cancelled: Export Cancelled
export html: Export to HTML
save html: Export to HTML
# import
add card csv: Add Cards from CSV or TSV file
add card csv file: Open CSV or TSV file
add card json: Add Cards from JSON file
add card json file: Open JSON file
# auto replace
auto replaces: Auto Replace
# package update
packages window: Package Manager
installing updates: Installing updates
cannot create file: Cannot create file
############################################################## Action (undo/redo) names
action:
# list boxes
add item: Add %s
remove item: Remove %s
# text editor
typing: Typing
enter: Enter
soft line break: Soft line break
insert symbol: Insert symbol
backspace: Backspace
delete: Delete
cut: Cut
paste: Paste
auto replace: Auto Replace
correct: Spelling Correction
bulk: in Bulk
# choice/color editors
change: Change %s
# symbol actions
move: Move %s
rotate: Rotate %s
shear: Shear %s
scale: Resize %s
duplicate: Duplicate %s
reorder parts: Reorder
change combine mode: Change combine mode
change shape name: Change shape name
group parts: Group
ungroup parts: Ungroup
# symbol part actions
convert to line: Convert to line
convert to curve: Convert to curve
lock point: Lock point
move handle: Move handle
move curve: Move curve
add control point: Add control point
delete point: Delete point
delete points: Delete points
# symmetry
add symmetry: Add symmetry
remove symmetry: Remove symmetry
move symmetry center: Move symmetry center
move symmetry handle: Change symmetry orientation
change symmetry type: Change symmetry type
change symmetry copies: Number of reflections
############################################################## Error messages
error:
# file related
file not found: File not found: '%s' in package '%s'
file not found package like:
File not found: '%s' in package '%s'
If you are trying to open a file from another package, use "/package/filename"
file parse error:
Error while parsing file: '%s'
%s
package not found: Package not found: '%s'
package out of date: The package '%s' (version %s) is out of date, version %s is required.
package too new: The package '%s' (version %s) is not compatible with version %s, required by '%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
dependency not given:
The package '%s' uses files from the package '%s', but it does not list a dependency.
To resolve this, add:
depends on: %s %s
# image import
import not found: File not found: '%s'
can't import image without set: Must first save or load a set file before importing file: '%s'
can't create file stream: Failed to create file stream: '%s'
can't write image to set: Failed to write image to set: '%s'
can't import image: Failed to import image: '%s'
# card creation
no field with name: Could not find %s field named '%s'
styling data not map: Given value for '%s_data' is not a map
styling data without stylesheet: Given value for '%s_data' before a stylesheet was set
cant set value: Can not set card value '%s', it is not of the right type
cant set image value: Can only set image value with a relative filename from within the package, or with the import_image function, in field named '%s'
cant set symbol value: Can only set symbol value with a relative filename from within the package, in field named '%s'
add card csv file not found: Could not find or load the CSV or TSV file
add card csv file malformed: CSV or TSV file malformed, row '%s' does not have the same number of entries as the first row
add card json failed to parse: Failed to parse JSON file
add card json path not valid: Path within the JSON file is not valid
add card json empty array: Card array in JSON file is empty
add card json file not found: Could not find or load the JSON file
json set without game: Can't create set from JSON without game
json set without stylesheet: Can't create set from JSON without stylesheet
json unknown type: JSON value of unknown type found
json unknown script type: Can't convert script value to JSON
json cant parse: Failed to parse JSON file
json cant convert: Input must be a string when importing from JSON
json cant concat: Can't merge map with array
import empty file: %s file is empty
import missing fields:
The %s file contains the following entries that could not
be imported, because no corresponding card field was found: %s
# script stuff
has no member: %s has no member '%s'
can't convert: Can't convert from %s to %s
has no member value: String "%s" has no member '%s'
can't convert value: Can't convert "%s" from %s to %s
unsupported format: Invalid string format: '%s'
in function:
%s
in function %s
in parameter:
Parameter %s: %s
in keyword reminder:
%s
in reminder text of keyword '%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: No game specified for the %s
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 field type: Unsupported field type: '%s'
unsupported fill type: Unsupported fill type: '%s'
unrecognized value: Unrecognized value: '%s', defaulting to %s
expected key: Expected key: '%s'
aborting parsing: Fatal errors encountered, aborting reading.
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 https://magicseteditor.boards.net/page/downloads
word list type not found: The word list type "%s" was not found (from a <word-list> tag)
pack type not found: The pack type "%s" was not found (from a pack type)
# printing
h margin too small for cutter: Horizontal margin too small to add cutter lines
v margin too small for cutter: Vertical margin too small to add cutter lines
# update checking
checking updates failed: Checking updates failed.
no updates: There are no available updates.
# card linking
not enough free links: Card does not have enough free links available. Can only link up to 4 cards.
not enough free links for copy: Card does not have enough free links available for copy. Can only link up to 4 cards.
could not link: The following cards could not be linked, as they already have 4 links:
# bulk modification
bulk modify script type unknown: Could not determine return type of modification script
bulk modify predicate is not bool: Criteria does not evaluate to a boolean
bulk modify mod is not string: Modification does not evaluate to a string
bulk modify no cards: No cards to modify
# stats panel
dimension not found: There is no statistics dimension '%s'
# random packs
pack type duplicate name:
There is already a pack type named '%s'.
Please choose a different name.
# package update window
checking updates: Checking for updates.
can't download installer:
Unable to download installer for package %s from %s.
Nothing has been installed.
downloading updates: Downloading updates (%d of %d)
installing updates: Updating packages (%d of %d)
remove packages:
This will remove %s packages, do you want to continue?
remove packages modified:
This will remove %s packages, %s of those have been modified after installing.
Removing them can not be undone.
Do you want to continue?
install packages successful: %s package(s) were successfully installed.
remove packages successful: %s package(s) were successfully removed.
change packages successful: %s package(s) were successfully changed.
cannot create file: Can not create file '%s', continue installation?
############################################################## Types used in scripts / shape names
type:
function: function
collection: collection
collection of: collection of %ss
object: object
double: real number
integer: integer number
string: string
boolean: boolean
color: color
image: image
date: date
nil: nothing
# object types
package: package
locale: translation
game: game
set: set
stylesheet: stylesheet
export template: export template
symbol: symbol
card: card
cards: cards
extra card: extra card
field: field
style: style
styling: styling
value: value
keyword: keyword
keywords: keywords
pack: pack type
card region: card region
card regions: card regions
# symbol editor shapes
shape: shape
shapes: shapes
circle: circle
ellipse: ellipse
square: square
rectangle: rectangle
triangle: triangle
rhombus: rhombus
pentagon: pentagon
hexagon: hexagon
polygon: polygon
star: star
rotation: rotation
reflection: reflection
group: group
point: point
points: points
############################################################## Magic
package:
magic.mse-game:
# card fields
name: Name
cc: CC
type: Type
p/t: P/T
rarity: Rarity
card name: Card Name
# set info
# descriptions/help text
magic-mana-*.mse-symbol-font:
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut
# so typing T *anywhere* would insert a symbol (which would be bad)
menu item T: &Tap T
menu item Q: &Untap Q
menu item E: &Energy E
menu item J: Pawprint J
menu item TK: Ticket TK
menu item A: Chaos A
menu item W: &White mana W
menu item U: Bl&ue mana U
menu item B: &Black mana B
menu item R: &Red mana R
menu item G: &Green mana G
menu item P: &Purple mana P
menu item C: &Colorless mana C
menu item S: &Snow mana S
menu item X: Variable mana &X X
menu item Y: Variable mana &Y Y
menu item Z: Variable mana &Z Z
menu item ∞: &Infinite mana ∞
menu item colorless: &Generic mana...
title colorless: Generic mana
message colorless: Enter amount of generic mana:
menu item generic: &Generic mana...
title generic: Generic mana
message generic: Enter amount of generic mana:
menu item custom symbols: Custom Symbols
menu item half: &Half mana
menu item half mana: &Half mana
menu item |W: Half &White mana |W
menu item |U: Half Bl&ue mana |U
menu item |B: Half &Black mana |B
menu item |R: Half &Red mana |R
menu item |G: Half &Green mana |G
menu item |P: Half &Purple mana |P
menu item |C: Half &Colorless mana |C
menu item |S: Half &Snow mana |S
menu item 1/2: Half &Generic mana 1/2
menu item |1: Half &Generic mana |1
menu item |.5: Half &Generic mana |.5
menu item hybrid: H&ybrid mana (two colors)
menu item W/U: White/Blue mana W/U
menu item U/B: Blue/Black mana U/B
menu item B/R: Black/Red mana B/R
menu item R/G: Red/Green mana R/G
menu item G/W: Green/White mana G/W
menu item W/B: White/Black mana W/B
menu item U/R: Blue/Red mana U/R
menu item B/G: Black/Green mana B/G
menu item R/W: Red/White mana R/W
menu item G/U: Green/Blue mana G/U
menu item P/W: Purple/White P/W
menu item P/U: Purple/Blue P/U
menu item P/B: Purple/Black P/B
menu item P/R: Purple/Red P/R
menu item P/G: Purple/Green P/G
menu item colorless hybrid: Colorless hybrid mana
menu item C/W: Colorless/White mana C/W
menu item C/U: Colorless/Blue mana C/U
menu item C/B: Colorless/Black mana C/B
menu item C/R: Colorless/Red mana C/R
menu item C/G: Colorless/Green mana C/G
menu item C/P: Colorless/Purple C/P
menu item C/S: Colorless/Snow C/S
menu item snow hybrid: Snow hybrid mana
menu item S/W: Snow/White S/W
menu item S/U: Snow/Blue S/U
menu item S/B: Snow/Black S/B
menu item S/R: Snow/Red S/R
menu item S/G: Snow/Green S/G
menu item S/P: Snow/Purple S/P
menu item S/C: Snow/Colorless S/C
menu item number hybrid: Number Hybrid
menu item number hybrids: Number Hybrid
menu item 2/W: 2 Generic/White mana 2/W
menu item 2/U: 2 Generic/Blue mana 2/U
menu item 2/B: 2 Generic/Black mana 2/B
menu item 2/R: 2 Generic/Red mana 2/R
menu item 2/G: 2 Generic/Green mana 2/G
menu item 2/P: 2 Generic/Purple mana 2/P
menu item 2/C: 2 Generic/Colorless mana 2/C
menu item 2/S: 2 Generic/Snow mana 2/S
menu item 3/W: 3 Generic/White mana 3/W
menu item 3/U: 3 Generic/Blue mana 3/U
menu item 3/B: 3 Generic/Black mana 3/B
menu item 3/R: 3 Generic/Red mana 3/R
menu item 3/G: 3 Generic/Green mana 3/G
menu item 3/P: 3 Generic/Purple mana 3/P
menu item 3/C: 3 Generic/Colorless mana 3/C
menu item 3/S: 3 Generic/Snow mana 3/S
menu item hybrid 3: Hybrid mana (three colors)
menu item tri-hybrid mana: Hybrid mana (three colors)
menu item W/U/B: White/Blue/Black mana W/U/B
menu item U/B/R: Blue/Black/Red mana U/B/R
menu item B/R/G: Black/Red/Green mana B/R/G
menu item R/G/W: Red/Green/White mana R/G/W
menu item G/W/U: Green/White/Blue mana G/W/U
menu item W/B/R: White/Black/Red mana W/B/R
menu item U/R/G: Blue/Red/Green mana U/R/G
menu item B/G/W: Black/Green/White mana B/G/W
menu item R/W/U: Red/White/Blue mana R/W/U
menu item G/U/B: Green/Blue/Black mana G/U/B
menu item W/U/B/R/G: Prismatic (five colors) W/U/B/R/G
menu item prismatic: Prismatic mana
menu item phyrexian: Phyrexian Mana
menu item H: Phyrexian Generic mana H
menu item H/W: Phyrexian White mana H/W
menu item H/U: Phyrexian Blue mana H/U
menu item H/B: Phyrexian Black mana H/B
menu item H/R: Phyrexian Red mana H/R
menu item H/G: Phyrexian Green mana H/G
menu item H/P: Phyrexian Purple mana H/P
menu item H/C: Phyrexian Colorless mana H/C
menu item H/W/U: Phyrexian White/Blue mana H/W/U
menu item H/W/B: Phyrexian White/Black mana H/W/B
menu item H/U/B: Phyrexian Blue/Black mana H/U/B
menu item H/U/R: Phyrexian Blue/Red mana H/U/R
menu item H/B/R: Phyrexian Black/Red mana H/B/R
menu item H/B/G: Phyrexian Black/Green mana H/B/G
menu item H/R/G: Phyrexian Red/Green mana H/R/G
menu item H/R/W: Phyrexian Red/White mana H/R/W
menu item H/G/W: Phyrexian Green/White mana H/G/W
menu item H/G/U: Phyrexian Green/Blue mana H/G/U
menu item D0: 0 Defense D0
menu item D1: 1 Defense D1
menu item D2: 2 Defense D2
menu item D3: 3 Defense D3
menu item D4: 4 Defense D4
menu item D5: 5 Defense D5
menu item D6: 6 Defense D6
menu item D7: 7 Defense D7
menu item D8: 8 Defense D8
menu item D9: 9 Defense D9
menu item DX: X Defense DX
menu item r10: Chapter 10 r10
menu item r1: Chapter 1 r1
menu item r2: Chapter 2 r2
menu item r3: Chapter 3 r3
menu item r4: Chapter 4 r4
menu item r5: Chapter 5 r5
menu item r6: Chapter 6 r6
menu item r7: Chapter 7 r7
menu item r8: Chapter 8 r8
menu item r9: Chapter 9 r9
menu item loyalty: Loyalty
menu item loyalty changes: Loyalty
menu item +10: Add 10 Loyalty +10
menu item +1: Add 1 Loyalty +1
menu item +2: Add 2 Loyalty +2
menu item +3: Add 3 Loyalty +3
menu item +4: Add 4 Loyalty +4
menu item +5: Add 5 Loyalty +5
menu item +6: Add 6 Loyalty +6
menu item +7: Add 7 Loyalty +7
menu item +8: Add 8 Loyalty +8
menu item +9: Add 9 Loyalty +9
menu item +X: Add X Loyalty +X
menu item -10: Remove 10 Loyalty -10
menu item -1: Remove 1 Loyalty -1
menu item -2: Remove 2 Loyalty -2
menu item -3: Remove 3 Loyalty -3
menu item -4: Remove 4 Loyalty -4
menu item -5: Remove 5 Loyalty -5
menu item -6: Remove 6 Loyalty -6
menu item -7: Remove 7 Loyalty -7
menu item -8: Remove 8 Loyalty -8
menu item -9: Remove 9 Loyalty -9
menu item -X: Remove X Loyalty -X
menu item =10: Set to 10 Loyalty =10
menu item =0: Set to 0 Loyalty =0
menu item =1: Set to 1 Loyalty =1
menu item =2: Set to 2 Loyalty =2
menu item =3: Set to 3 Loyalty =3
menu item =4: Set to 4 Loyalty =4
menu item =5: Set to 5 Loyalty =5
menu item =6: Set to 6 Loyalty =6
menu item =7: Set to 7 Loyalty =7
menu item =8: Set to 8 Loyalty =8
menu item =9: Set to 9 Loyalty =9
menu item =X: Set to X Loyalty =X
menu item L/+0: +0 Loyalty L/+0
menu item L/+1: +1 Loyalty L/+1
menu item L/+2: +2 Loyalty L/+2
menu item L/+3: +3 Loyalty L/+3
menu item L/+4: +4 Loyalty L/+4
menu item L/+5: +5 Loyalty L/+5
menu item L/+6: +6 Loyalty L/+6
menu item L/+7: +7 Loyalty L/+7
menu item L/+8: +8 Loyalty L/+8
menu item L/+9: +9 Loyalty L/+9
menu item L/+X: +X Loyalty L/+X
menu item L/+Y: +Y Loyalty L/+Y
menu item L/+Z: +Z Loyalty L/+Z
menu item L/-0: -0 Loyalty L/-0
menu item L/-1: -1 Loyalty L/-1
menu item L/-2: -2 Loyalty L/-2
menu item L/-3: -3 Loyalty L/-3
menu item L/-4: -4 Loyalty L/-4
menu item L/-5: -5 Loyalty L/-5
menu item L/-6: -6 Loyalty L/-6
menu item L/-7: -7 Loyalty L/-7
menu item L/-8: -8 Loyalty L/-8
menu item L/-9: -9 Loyalty L/-9
menu item L/-X: -X Loyalty L/-X
menu item L/-Y: -Y Loyalty L/-Y
menu item L/-Z: -Z Loyalty L/-Z
menu item L/0: 0 Loyalty L/0
menu item L/1: 1 Loyalty L/1
menu item L/2: 2 Loyalty L/2
menu item L/3: 3 Loyalty L/3
menu item L/4: 4 Loyalty L/4
menu item L/5: 5 Loyalty L/5
menu item L/6: 6 Loyalty L/6
menu item L/7: 7 Loyalty L/7
menu item L/8: 8 Loyalty L/8
menu item L/9: 9 Loyalty L/9
menu item L/X: X Loyalty L/X
menu item L/Y: Y Loyalty L/Y
menu item L/Z: Z Loyalty L/Z