Subversion Repositories filter_foundry

Rev

Rev 544 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
492 daniel-mar 1
/*
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
536 daniel-mar 3
    Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.net
492 daniel-mar 4
    Copyright (C) 2018-2022 Daniel Marschall, ViaThinkSoft
5
 
6
    This program is free software; you can redistribute it and/or modify
7
    it under the terms of the GNU General Public License as published by
8
    the Free Software Foundation; either version 2 of the License, or
9
    (at your option) any later version.
10
 
11
    This program is distributed in the hope that it will be useful,
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
    GNU General Public License for more details.
15
 
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
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
20
 
21
#include "language.h"
22
 
23
resource 'STR#' (1000, purgeable)
24
{
25
    {
26
        MSG_PREMIERE_COMPAT_ENUS,
27
        MSG_RUNDLL_ERR_ENUS,
28
        MSG_INCOMPATIBLE_OBFUSCATION_ENUS,
29
        MSG_FILTER_PROTECTED_ENUS,
30
        MSG_LOADFILE_UNKNOWN_FORMAT_ENUS,
31
        MSG_INVALID_PARAMETER_DATA_ENUS,
555 daniel-mar 32
        MSG_OUT_OF_MEMORY_ENUS,
492 daniel-mar 33
        MSG_CANNOT_ZOOM_MEMFULL_ENUS,
34
        MSG_BUILT32_ENUS,
35
        MSG_BUILT64_ENUS,
36
        MSG_CANNOT_OPEN_FILE_ENUS,
37
        MSG_CANNOT_CREATE_FILE_ENUS,
38
        MSG_EXPRESSION1024_FOUND_ENUS,
39
        MSG_EXPRESSION_OOM_ENUS,
40
        MSG_FILTERS_UNLIMITED_WARNING_ENUS,
41
        MSG_FORMULA_IR_1023_TRUNCATED_ENUS,
42
        MSG_FORMULA_R_1023_TRUNCATED_ENUS,
43
        MSG_FORMULA_G_1023_TRUNCATED_ENUS,
44
        MSG_FORMULA_B_1023_TRUNCATED_ENUS,
45
        MSG_FORMULA_A_1023_TRUNCATED_ENUS,
46
        MSG_CANNOT_CREATE_32BIT_FILTER_ENUS,
47
        MSG_CANNOT_CREATE_64BIT_FILTER_ENUS,
48
        MSG_CANNOT_SAVE_SETTINGS_ENUS,
49
        MSG_CANNOT_LOAD_SETTINGS_ENUS,
50
        MSG_SAVED_EXPR_ERR_ENUS,
51
        MSG_CATEGORY_EMPTY_ERR_ENUS,
52
        MSG_TITLE_EMPTY_ERR_ENUS,
53
        MSG_UNICODE_DATA_WARNING_ENUS,
54
        MSG_EXTCHARSET_DATA_WARNING_ENUS,
55
        MSG_SLIDER_UNAVAILABLE_ENUS,
56
        MSG_PICO_SAVED_ENUS,
57
        MSG_PLEASE_EDIT_MANUALLY_ENUS,
58
        MSG_FIND_DOKU_HERE_ENUS,
59
        MSG_ERROR_IN_EXPRESSION_CLICK_DETAILS_ENUS,
60
        MSG_ZOOM_IN_ENUS,
61
        MSG_ZOOM_OUT_ENUS,
493 daniel-mar 62
        MSG_FULLY_ZOOM_INOUT_ENUS,
63
        MSG_LOAD_FILTER_SETTINGS_TITLE_ENUS,
64
        MSG_SAVE_FILTER_SETTINGS_TITLE_ENUS,
65
        MSG_MAKE_FILTER_SETTINGS_TITLE_ENUS,
66
        MSG_ALL_SUPPORTED_FILES_ENUS,
67
        MSG_ALL_FILES_ENUS,
68
        MSG_OPEN_AFS_ENUS,
69
        MSG_OPEN_TXT_ENUS,
70
        MSG_OPEN_8BF_ENUS,
71
        MSG_OPEN_PFF_ENUS,
72
        MSG_OPEN_PRM_ENUS,
73
        MSG_OPEN_RSRC_ENUS,
74
        MSG_OPEN_FFX_ENUS,
75
        MSG_SAVE_AFS_ENUS,
76
        MSG_SAVE_PFF_ENUS,
77
        MSG_SAVE_TXT_ENUS,
78
        MSG_MAKE_8BF_ENUS,
79
        MSG_LOAD_FILTER_SETTINGS_TITLE_ENUS,
80
        MSG_SAVE_FILTER_SETTINGS_TITLE_ENUS,
81
        MSG_MAKE_FILTER_SETTINGS_TITLE_ENUS,
82
        MSG_ALL_SUPPORTED_FILES_ENUS,
83
        MSG_ALL_FILES_ENUS,
84
        MSG_OPEN_AFS_ENUS,
85
        MSG_OPEN_TXT_ENUS,
86
        MSG_OPEN_8BF_ENUS,
87
        MSG_OPEN_PFF_ENUS,
88
        MSG_OPEN_PRM_ENUS,
89
        MSG_OPEN_RSRC_ENUS,
90
        MSG_OPEN_FFX_ENUS,
91
        MSG_SAVE_AFS_ENUS,
92
        MSG_SAVE_PFF_ENUS,
93
        MSG_SAVE_TXT_ENUS,
94
        MSG_MAKE_8BF_ENUS,
95
        MSG_ABOUT_BY_ENUS,
96
        MSG_ABOUT_BUILT_USING_ENUS,
97
        MSG_ABOUT_LATEST_VERSION_FROM_ENUS,
543 daniel-mar 98
        MSG_ABOUT_CONTACT_AUTHOR_ENUS,
99
        MSG_OPEN_GUF_ENUS,
100
        MSG_SAVE_GUF_ENUS,
544 daniel-mar 101
        MSG_INCOMPATIBLE_GUF_FILE_ENUS,
102
        MSG_OPEN_FFL_ENUS,
555 daniel-mar 103
        MSG_FFL_CONVERTED_ENUS,
104
        MSG_INVALID_FILE_SIGNATURE_ENUS,
105
        MSG_FFL_NO_FILTERS_DETECTED_ENUS,
106
        MSG_ERROR_GENERATING_DATA_ENUS,
107
        MSG_UNSUPPORTED_FILE_FORMAT_ENUS
492 daniel-mar 108
    }
109
}