Subversion Repositories filter_foundry

Rev

Rev 536 | Rev 543 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 536 Rev 537
Line 16... Line 16...
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
21
// Attention: Please save this file as UTF-8 without BOM!
-
 
22
 
-
 
23
#ifndef LANGUAGE_H_
21
#ifndef LANGUAGE_H_
24
#define LANGUAGE_H_
22
#define LANGUAGE_H_
25
 
23
 
-
 
24
// Attention: Please save this file as UTF-8 without BOM!
-
 
25
// Also, if you extend this, please also extend language_win.rc!
-
 
26
 
26
#define MSG_PREMIERE_COMPAT_ID 1
27
#define MSG_PREMIERE_COMPAT_ID 1
27
#define MSG_PREMIERE_COMPAT_ENUS "This version of Filter Foundry is not compatible with Adobe Premiere!";
28
#define MSG_PREMIERE_COMPAT_ENUS "This version of Filter Foundry is not compatible with Adobe Premiere!";
28
#define MSG_PREMIERE_COMPAT_DEDE "Diese Version von Filter Foundry ist mit Adobe Premiere nicht kompatibel!"
29
#define MSG_PREMIERE_COMPAT_DEDE "Diese Version von Filter Foundry ist mit Adobe Premiere nicht kompatibel!"
29
 
30
 
30
#define MSG_RUNDLL_ERR_ID 2
31
#define MSG_RUNDLL_ERR_ID 2
Line 249... Line 250...
249
 
250
 
250
#define MSG_ABOUT_CONTACT_AUTHOR_ID 57
251
#define MSG_ABOUT_CONTACT_AUTHOR_ID 57
251
#define MSG_ABOUT_CONTACT_AUTHOR_ENUS "Please contact the author with any bug reports,\nsuggestions or comments.\nIf you use this program and like it, please consider\nmaking a donation."
252
#define MSG_ABOUT_CONTACT_AUTHOR_ENUS "Please contact the author with any bug reports,\nsuggestions or comments.\nIf you use this program and like it, please consider\nmaking a donation."
252
#define MSG_ABOUT_CONTACT_AUTHOR_DEDE "Bitte kontaktieren Sie den Autor für Fehlerberichte,\nAnregungen und Kommentare.\nWenn Sie dieses Programm mögen,\nerwägen Sie bitte eine kleine Spende."
253
#define MSG_ABOUT_CONTACT_AUTHOR_DEDE "Bitte kontaktieren Sie den Autor für Fehlerberichte,\nAnregungen und Kommentare.\nWenn Sie dieses Programm mögen,\nerwägen Sie bitte eine kleine Spende."
253
 
254
 
-
 
255
#define MSG_OPEN_GUF_ID 58
-
 
256
#define MSG_OPEN_GUF_ENUS """GIMP UserFilter"" filter"
-
 
257
#define MSG_OPEN_GUF_DEDE """GIMP UserFilter"" Filter"
-
 
258
 
-
 
259
#define MSG_SAVE_GUF_ID 59
-
 
260
#define MSG_SAVE_GUF_ENUS """GIMP UserFilter"" filter"
-
 
261
#define MSG_SAVE_GUF_DEDE """GIMP UserFilter"" Filter"
-
 
262
 
-
 
263
#define MSG_INCOMPATIBLE_GUF_FILE_ID 60
-
 
264
#define MSG_INCOMPATIBLE_GUF_FILE_ENUS "Incompatible GIMP UserFilter File"
-
 
265
#define MSG_INCOMPATIBLE_GUF_FILE_DEDE "Inkompatible GIMP UserFilter Datei"
254
 
266
 
255
void strcpy_advance_id(TCHAR** str, int msgid);
267
void strcpy_advance_id(TCHAR** str, int msgid);
256
int FF_GetMsg(TCHAR* ret, int MsgId);
268
int FF_GetMsg(TCHAR* ret, int MsgId);
257
TCHAR* FF_GetMsg_Cpy(int MsgId);
269
TCHAR* FF_GetMsg_Cpy(int MsgId);
258
void FF_GetMsg_Free(TCHAR* str);
270
void FF_GetMsg_Free(TCHAR* str);