Subversion Repositories filter_foundry

Rev

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

/*
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
    Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.net
    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
    }
}