view scripts/strings/module.mk @ 15982:131d40cd805b

gui: cleanup some string constants for translations * file-editor.h: deleted constants for file filters and name for new files * file-editor.cc (request_open_file): translate file filter in open dialog * file-editor.cc (request_new_file): create new edit tab with empty title because the title is updated later * file-editor-tab.cc (update_window_title): translate unnamed title * file-editor-tab.cc (save_file_as): translate file filter, shorter warning message when new file name is the same as the current one
author Torsten <ttl@justmail.de>
date Sun, 27 Jan 2013 22:22:19 +0100
parents 965766039d93
children 424463a80134
line wrap: on
line source

FCN_FILE_DIRS += strings

strings_FCN_FILES = \
  strings/base2dec.m \
  strings/bin2dec.m \
  strings/blanks.m \
  strings/deblank.m \
  strings/dec2base.m \
  strings/dec2bin.m \
  strings/dec2hex.m \
  strings/findstr.m \
  strings/hex2dec.m \
  strings/index.m \
  strings/isletter.m \
  strings/isstrprop.m \
  strings/mat2str.m \
  strings/regexptranslate.m \
  strings/rindex.m \
  strings/strsplit.m \
  strings/str2num.m \
  strings/strcat.m \
  strings/cstrcat.m \
  strings/strchr.m \
  strings/strjust.m \
  strings/strmatch.m \
  strings/strtok.m \
  strings/strtrim.m \
  strings/strtrunc.m \
  strings/substr.m \
  strings/untabify.m \
  strings/validatestring.m

FCN_FILES += $(strings_FCN_FILES)

PKG_ADD_FILES += strings/PKG_ADD

DIRSTAMP_FILES += strings/$(octave_dirstamp)