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