summaryrefslogtreecommitdiff
path: root/luapatch-languages.h
diff options
context:
space:
mode:
authorpixel <pixel>2004-12-21 22:41:02 +0000
committerpixel <pixel>2004-12-21 22:41:02 +0000
commit4cae523df9e58e55f8598618abc43ea4fd6cd6a5 (patch)
tree320276e77af307c8ece19cd9c8b4f35d0b577936 /luapatch-languages.h
parentd5022a82eb21beb49034b94f84c5d6f466562d5e (diff)
Updating LuaPatch.
Diffstat (limited to 'luapatch-languages.h')
-rw-r--r--luapatch-languages.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/luapatch-languages.h b/luapatch-languages.h
index 1e85a09..99063f6 100644
--- a/luapatch-languages.h
+++ b/luapatch-languages.h
@@ -17,9 +17,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: luapatch-languages.h,v 1.3 2004-12-21 11:14:16 pixel Exp $ */
+/* $Id: luapatch-languages.h,v 1.4 2004-12-21 22:41:02 pixel Exp $ */
enum strings_e {
+ ISOFILEPATCH,
ISOFILE,
CDDRIVE,
ISOSOURCE,
@@ -29,6 +30,7 @@ enum strings_e {
NO_SOURCE,
NO_PATCH,
MSGERROR,
+ LOAD_ERROR,
PARASITE_EVE,
VERBOSE_CFG_ERROR,
CFG_ERROR,
@@ -44,6 +46,7 @@ struct texts_t {
struct texts_t t_english[] = {
{-1, IDD_ABOUT, "About..."},
+ {-1, IDD_OPTIONS, "Options"},
{IDC_ABOUTTEXT, IDD_ABOUT,
"LuaPatch version 0.4.0\n"
"Hand made special MFC version\n\n"
@@ -52,6 +55,7 @@ struct texts_t t_english[] = {
"http://www.nobis-crew.org/luapatch/\n"
"http://www.nobis-crew.org/"},
{IDOK, IDD_ABOUT, "OK"},
+ {IDOK, IDD_OPTIONS, "OK"},
{IDOK, IDD_FILESELECT, "OK"},
{IDCANCEL, IDD_FILESELECT, "Quit"},
{IDC_ABOUT, IDD_FILESELECT, "About"},
@@ -61,6 +65,7 @@ struct texts_t t_english[] = {
{IDC_ST_DEST, IDD_FILESELECT, "Destination file:"},
{IDC_ST_PATCH, IDD_FILESELECT, "Patch file:"},
+ {ISOFILEPATCH, 0, "Iso file to patch:"},
{ISOFILE, 0, "Iso file"},
{CDDRIVE, 0, "CD drive"},
{ISODEST, 0, "2352-raw image (*.bin)\0*.BIN\0\0\0"},
@@ -70,6 +75,7 @@ struct texts_t t_english[] = {
{NO_DESTINATION, 0, "No destination file."},
{NO_SOURCE, 0, "No source file."},
{NO_PATCH, 0, "No patch file."},
+ {LOAD_ERROR, 0, "Error loading patch file."},
{PARASITE_EVE, 0, "Error loading configuration file, switching to old Parasite Eve behavior.\n"},
{VERBOSE_CFG_ERROR, 0, "Something's wrong with that patch: no valid configuration file.\n"},
{CFG_ERROR, 0, "No valid configuration file found."},
@@ -94,6 +100,7 @@ struct texts_t t_french[] = {
{IDC_ST_DEST, IDD_FILESELECT, "Fichier de destination:"},
{IDC_ST_PATCH, IDD_FILESELECT, "Fichier de patch:"},
+ {ISOFILEPATCH, 0, "Fichier ISO à patcher:"},
{ISOFILE, 0, "Fichier ISO"},
{CDDRIVE, 0, "Lecteur CD"},
{ISODEST, 0, "Image ISO 2352-raw (*.bin)\0*.BIN\0\0\0"},
@@ -103,6 +110,7 @@ struct texts_t t_french[] = {
{NO_DESTINATION, 0, "Pas de fichier de destination."},
{NO_SOURCE, 0, "Pas de fichier source."},
{NO_PATCH, 0, "Pas de fichier patch."},
+ {LOAD_ERROR, 0, "Erreur au chargement du patch."},
{PARASITE_EVE, 0, "Erreur au chargement du fichier de configuration, compatibilité descendante avec Parasite Eve activée.\n" },
{VERBOSE_CFG_ERROR, 0, "Quelque chose ne va pas avec ce patch: pas de fichier de configuration valide.\n"},
{CFG_ERROR, 0, "Aucun fichier de configuration valide trouvé."},