~ubuntu-branches/ubuntu/trusty/grfcodec/trusty

« back to all changes in this revision

Viewing changes to src/lang/message_english.h

  • Committer: Package Import Robot
  • Author(s): Matthijs Kooijman
  • Date: 2011-12-06 14:43:46 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111206144346-0mzy2iu6wdro48he
Tags: 5.1.2-1
* [36684f3] New upstream release 5.1.2.
* [14174a4] Remove fix-action-14-big-endian.patch, which is included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * GNU General Public License for more details.
17
17
 *
18
18
 * You should have received a copy of the GNU General Public License
19
 
 * along with this program; if not, write to the Free Software
20
 
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
19
 * along with this program; if not, write to the Free Software Foundation, Inc.
 
20
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
 */
22
22
 
23
23
// Only the properties for messages in English are relevant.
274
274
NFO_MESSAGE(INDIRECT_VAR_START,"The first accessed variable may not be 7B.\n",USE_PREFIX|HAS_OFFSET)
275
275
NFO_MESSAGE(MISSING_PALETTE_INFO,"There was no Action 14 specifying the palette.\n",USE_PREFIX)
276
276
NFO_MESSAGE(INVALID_PALETTE_INFO,"Palette information must be 1 byte (\"D\", \"W\" or \"A\").\n",USE_PREFIX|HAS_OFFSET)
 
277
NFO_MESSAGE(INVALID_ACT2_FLAGS,"Unknown flag set (offset %d) in advanced action2.\n",USE_PREFIX|HAS_OFFSET)
277
278
 
278
279
/* Insert new NFO_MESSAGEs above this line unless a MESSAGE_UNUSED appears in a logical location. */
279
280