mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
The 'Big Whine' patch:
Any use of a file from another package without a declared dependency will give a warning; Also added some more _LOCALE_123_ macros so we need less format_string calls git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@753 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -622,14 +622,24 @@ error:
|
||||
You should leave a bug report on http://magicseteditor.sourceforge.net/
|
||||
|
||||
# File related
|
||||
file not found: File not found: '%s' in package '%s'
|
||||
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:
|
||||
package: %s
|
||||
version: %s
|
||||
|
||||
# Script stuff
|
||||
has no member: %s has no member '%s'
|
||||
|
||||
Reference in New Issue
Block a user