Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 491 → Rev 492

/trunk/language_mac.r
0,0 → 1,64
/*
This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.com.au
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_CANNOT_ZOOM_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
}
}