Simple test for asyncio.library.
[AROS-Contrib.git] / gfx / mysticview / src / Mystic_Texts.h
blob98c1eccad3d41d910866150ca0aff7dede8c9d13
1 /*********************************************************************
2 ----------------------------------------------------------------------
4 MysticView
5 texts
7 ----------------------------------------------------------------------
8 *********************************************************************/
10 #ifndef MYSTIC_TEXTS_H
11 #define MYSTIC_TEXTS_H 1
14 #include "Mystic_Global.h"
17 #define MVTEXT_SAVELISTAS "Save List as..."
19 //#define MVTEXT_SELECTNEXTPICTORESUME "select 'Next Picture' to resume"
20 #define MVTEXT_SELECTNEXTPICTORESUME "end of list"
21 #define MVTEXT_OPENLISTFILE "Open List File..."
22 #define MVTEXT_APPENDLISTFILE "Add List File..."
23 #define MVTEXT_SELECTSCREENMODE "Select Screenmode..."
24 #define MVTEXT_SELECTSTARTPIC "Select Startup Picture..."
25 #define MVTEXT_SAVEPRESETAS "Save Preset as..."
26 #define MVTEXT_LOADPRESET "Load Preset..."
27 #define MVTEXT_SELECTPICTURES "Open Picture(s)..."
28 #define MVTEXT_ADDPICTURES "Add Picture(s)..."
30 #define MVTEXT_STAT_NOPIX "no pictures"
31 #define MVTEXT_STAT_NORMAL "%s "
32 #define MVTEXT_STAT_NORMALLOADING "%s *"
33 #define MVTEXT_STAT_NORMAL_DIR "<%s> "
34 #define MVTEXT_STAT_NORMALLOADING_DIR "<%s> *"
35 #define MVTEXT_STAT_SCANNING "(%ld pictures) "
36 #define MVTEXT_STAT_SCANNINGLOADING "(%ld pictures) *"
37 #define MVTEXT_STAT_MULTI "(%d of %d) %s "
38 #define MVTEXT_STAT_MULTILOADING "(%d of %d) %s *"
39 #define MVTEXT_STAT_MULTI_DIR "(%d of %d) <%s> "
40 #define MVTEXT_STAT_MULTILOADING_DIR "(%d of %d) <%s> *"
41 #define MVTEXT_STAT_SLIDESHOW "slideshow - (%d of %d) %s "
42 #define MVTEXT_STAT_SLIDESHOWLOADING "slideshow - (%d of %d) %s *"
43 #define MVTEXT_STAT_SLIDESHOW_DIR "slideshow - (%d of %d) <%s> "
44 #define MVTEXT_STAT_SLIDESHOWLOADING_DIR "slideshow - (%d of %d) <%s> *"
45 #define MVTEXT_STAT_LOADING_ONE "loading"
46 #define MVTEXT_PALETTE "8"
47 #define MVTEXT_TRUECOLOR "24"
49 #define MVTEXT_ERROR_LOADING "error loading %s"
50 #define MVTEXT_ERROR_LOADING2 "error loading"
51 #define MVTEXT_STAT_ERROR "%s - %s"
53 #define MVTEXT_SELECTPRESET "Select Preset..."
54 #define MVTEXT_SELECTDESTINATION "Select Destination..."
55 #define MVTEXT_SAVEPICTUREAS "Save Picture as..."
56 #define MVTEXT_RENAMEAS "Rename Picture as..."
58 #define MVTEXT_REQUEST PROGNAME " Request"
59 #define MVTEXT_PROBLEM PROGNAME " Problem"
60 #define MVTEXT_LIMITATION PROGNAME " Limitation"
61 #define MVTEXT_ABOUT "About " PROGNAME
62 #define MVTEXT_NOTE PROGNAME " Note"
64 #define MVREQ_OVERWRITE "the file %s\n" \
65 "already exists. are you sure\n" \
66 "you want to overwrite it?"
68 #define MVREQ_ERROR_COPYING "error copying\n" \
69 "%s to\n" \
70 "%s."
72 #define MVREQ_ERROR_DELETING "error deleting\n" \
73 "%s."
75 #define MVREQ_ERROR_RENAMING "error renaming\n" \
76 "%s."
78 #define MVREQ_ERROR_COPYSAMEFILE "Cannot copy a file over itself."
80 #define MVREQ_ERROR_RENAMESAMEFILE "Cannot rename a file over itself."
82 #define MVREQ_ERROR_CREATING_THUMBNAIL "Could not create thumbnail.\n\n" \
83 "This feature requires newicon.library."
85 #define MVREQ_ERROR_NO_NEWICON_LIB "This feature requires newicon.library."
87 #define MVREQ_ERROR_SAVING "An error occured.\n" \
88 "The image was not saved."
90 #define MVREQ_NOPICTURE "No picture loaded."
92 #define MVREQ_ERROR_CREATING_BUTTONS "MysticView failed to\nsetup the button bar."
93 #define MVREQ_ERROR_CREATING_VIEW "MysticView failed to initialize\nthe viewing and layout engine."
94 #define MVREQ_ERROR_CREATING_PICHANDLER "MysticView failed to create\nits picture management tasks."
97 #define MVREQ_ABOUT_UNREGISTERED PROGNAME PROGVERSION "\n\n" \
98 "written by bifat\n" \
99 "©1997-2001 TEK neoscientists\n\n" \
100 "this program is freeware. please\n" \
101 "send a donation to the author if\n" \
102 "you use it frequently.\n\n" \
103 "visit our homepage:\n" \
104 "www.neoscientists.org"
106 #define MVREQ_ABOUT_REGISTERED PROGNAME PROGVERSION "\n\n" \
107 "written by bifat\n" \
108 "©1997-2001 TEK neoscientists\n\n" \
109 "registered to:\n" \
110 "%s\n" \
111 "thank you for your support.\n\n" \
112 "visit our homepage:\n" \
113 "www.neoscientists.org"
116 #define MVREQ_OKAY "Okay"
117 #define MVREQ_RETRYCANCEL "Retry|Cancel"
118 #define MVREQ_DELETECANCEL "Delete|Cancel"
120 #define MVREQ_RETRYCHANGECANCEL "Retry|Change...|Cancel"
121 #define MVREQ_OVERWRITECHANGECANCEL "Overwrite|Change...|Cancel"
123 #define MVREQ_SURE_DELETING "Are you sure you want to delete\n" \
124 "%s?"
126 #define MVREQ_ERROR_NONEURALLIB "neuralnet.library not found.\n" \
127 "artificial intelligence is disabled."
129 #define MVREQ_ERROR_SAVINGLIST "error saving list.\n"
132 #endif