Subversion Repositories filter_foundry

Rev

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

Rev 492 Rev 493
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
// TODO: Search for more things to translate, e.g. in *_mac.*
-
 
22
// TODO: Translate "TODO: Translate" in *.c
-
 
23
// TODO: Translate dialogs
-
 
24
 
-
 
25
// TODO: Deutsche Umlaute sind kaputt (UTF8 Zeichen werden gezeigt)
21
// TODO: Deutsche Umlaute sind kaputt (UTF8 Zeichen werden gezeigt)
26
// Hiermit geht es aber...
22
// Hiermit geht es aber...
27
// Meldung "Unbekanntes Pragma" (trotzdem bringt es was?!)
23
// Meldung "Unbekanntes Pragma" (trotzdem bringt es was?!)
28
#pragma code_page(65001)
24
#pragma code_page(65001)
29
 
25
 
Line 173... Line 169...
173
 
169
 
174
#define MSG_FULLY_ZOOM_INOUT_ID 37
170
#define MSG_FULLY_ZOOM_INOUT_ID 37
175
#define MSG_FULLY_ZOOM_INOUT_ENUS "Fully zoom in/out"
171
#define MSG_FULLY_ZOOM_INOUT_ENUS "Fully zoom in/out"
176
#define MSG_FULLY_ZOOM_INOUT_DEDE "Vollständig rein/raus-zoomen"
172
#define MSG_FULLY_ZOOM_INOUT_DEDE "Vollständig rein/raus-zoomen"
177
 
173
 
-
 
174
#define MSG_LOAD_FILTER_SETTINGS_TITLE_ID 38
-
 
175
#define MSG_LOAD_FILTER_SETTINGS_TITLE_ENUS "Load filter settings"
-
 
176
#define MSG_LOAD_FILTER_SETTINGS_TITLE_DEDE "Filter-Einstellungen laden"
-
 
177
 
-
 
178
#define MSG_SAVE_FILTER_SETTINGS_TITLE_ID 39
-
 
179
#define MSG_SAVE_FILTER_SETTINGS_TITLE_ENUS "Save filter settings"
-
 
180
#define MSG_SAVE_FILTER_SETTINGS_TITLE_DEDE "Filter-Einstellungen speichern"
-
 
181
 
-
 
182
#define MSG_MAKE_FILTER_SETTINGS_TITLE_ID 40
-
 
183
#define MSG_MAKE_FILTER_SETTINGS_TITLE_ENUS "Create standalone filter"
-
 
184
#define MSG_MAKE_FILTER_SETTINGS_TITLE_DEDE "Eigenständigen Filter erzeugen"
-
 
185
 
-
 
186
#define MSG_ALL_SUPPORTED_FILES_ID 41
-
 
187
#define MSG_ALL_SUPPORTED_FILES_ENUS "All supported files"
-
 
188
#define MSG_ALL_SUPPORTED_FILES_DEDE "Alle unterstützten Dateien"
-
 
189
 
-
 
190
#define MSG_ALL_FILES_ID 42
-
 
191
#define MSG_ALL_FILES_ENUS "All files"
-
 
192
#define MSG_ALL_FILES_DEDE "Alle Dateien"
-
 
193
 
-
 
194
#define MSG_OPEN_AFS_ID 43
-
 
195
#define MSG_OPEN_AFS_ENUS "Filter Factory Settings"
-
 
196
#define MSG_OPEN_AFS_DEDE "Filter Factory Einstellungen"
-
 
197
 
-
 
198
#define MSG_OPEN_TXT_ID 44
-
 
199
#define MSG_OPEN_TXT_ENUS "PluginCommander or FFDecomp TXT file"
-
 
200
#define MSG_OPEN_TXT_DEDE "PluginCommander oder FFDecomp Text-Datei"
-
 
201
 
-
 
202
#define MSG_OPEN_8BF_ID 45
-
 
203
#define MSG_OPEN_8BF_ENUS "Filter Factory for Windows, Standalone Filter"
-
 
204
#define MSG_OPEN_8BF_DEDE "Filter Factory für Windows, Eigenständiger Filter"
-
 
205
 
-
 
206
#define MSG_OPEN_PFF_ID 46
-
 
207
#define MSG_OPEN_PFF_ENUS "Premiere TF / FF Settings"
-
 
208
#define MSG_OPEN_PFF_DEDE "Premiere TF / FF Einstellungen"
-
 
209
 
-
 
210
#define MSG_OPEN_PRM_ID 47
-
 
211
#define MSG_OPEN_PRM_ENUS "Premiere TF/FF for Windows, Standalone Filter"
-
 
212
#define MSG_OPEN_PRM_DEDE "Premiere TF/FF für Windows, Eigenständiger Filter"
-
 
213
 
-
 
214
#define MSG_OPEN_RSRC_ID 48
-
 
215
#define MSG_OPEN_RSRC_ENUS "FilterFactory for MacOS, Standalone Filter"
-
 
216
#define MSG_OPEN_RSRC_DEDE "FilterFactory für MacOS, Eigenständiger Filter"
-
 
217
 
-
 
218
#define MSG_OPEN_FFX_ID 49
-
 
219
#define MSG_OPEN_FFX_ENUS """Filters Unlimited"" filter"
-
 
220
#define MSG_OPEN_FFX_DEDE """Filters Unlimited"" Filter"
-
 
221
 
-
 
222
#define MSG_SAVE_AFS_ID 50
-
 
223
#define MSG_SAVE_AFS_ENUS "Filter Factory Settings"
-
 
224
#define MSG_SAVE_AFS_DEDE "Filter Factory Einstellungen"
-
 
225
 
-
 
226
#define MSG_SAVE_PFF_ID 51
-
 
227
#define MSG_SAVE_PFF_ENUS "Premiere TF / FF Settings"
-
 
228
#define MSG_SAVE_PFF_DEDE "Premiere TF / FF Einstellungen"
-
 
229
 
-
 
230
#define MSG_SAVE_TXT_ID 52
-
 
231
#define MSG_SAVE_TXT_ENUS "PluginCommander TXT file"
-
 
232
#define MSG_SAVE_TXT_DEDE "PluginCommander Text-Datei"
-
 
233
 
-
 
234
#define MSG_MAKE_8BF_ID 53
-
 
235
#define MSG_MAKE_8BF_ENUS "Filter plugin file"
-
 
236
#define MSG_MAKE_8BF_DEDE "Eigenständiger Filter"
-
 
237
 
-
 
238
#define MSG_ABOUT_BY_ID 54
-
 
239
#define MSG_ABOUT_BY_ENUS " by "
-
 
240
#define MSG_ABOUT_BY_DEDE " von "
-
 
241
 
-
 
242
#define MSG_ABOUT_BUILT_USING_ID 55
-
 
243
#define MSG_ABOUT_BUILT_USING_ENUS "This plugin was built using Filter Foundry "
-
 
244
#define MSG_ABOUT_BUILT_USING_DEDE "Dieses Plugin wurde erstellt mit Filter Foundry "
-
 
245
 
-
 
246
#define MSG_ABOUT_LATEST_VERSION_FROM_ID 56
-
 
247
#define MSG_ABOUT_LATEST_VERSION_FROM_ENUS "Latest version available from:"
-
 
248
#define MSG_ABOUT_LATEST_VERSION_FROM_DEDE "Aktuelle Version herunterladen:"
-
 
249
 
-
 
250
#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_DEDE "Bitte kontaktieren Sie den Autor für Fehlerberichte,\nAnregungen und Kommentare.\nWenn Sie dieses Programm mögen,\nerwägen Sie bitte eine Spende."
-
 
253
 
-
 
254
 
178
void FF_GetMsg(TCHAR* ret, int MsgId);
255
void FF_GetMsg(TCHAR* ret, int MsgId);
179
TCHAR* FF_GetMsg_Cpy(int MsgId);
256
TCHAR* FF_GetMsg_Cpy(int MsgId);