Added missing locales to --lang help and make uninstall

This commit is contained in:
William Kendrick 2004-03-24 04:29:27 +00:00
parent 3095127d6a
commit 778b74a7d9
2 changed files with 42 additions and 39 deletions

View file

@ -6,7 +6,7 @@
# bill@newbreedsoftware.com # bill@newbreedsoftware.com
# http://www.newbreedsoftware.com/tuxpaint/ # http://www.newbreedsoftware.com/tuxpaint/
# June 14, 2002 - March 17, 2004 # June 14, 2002 - March 23, 2004
# Where to install things: # Where to install things:
@ -228,6 +228,7 @@ uninstall:
-rm $(LOCALE_PREFIX)lt/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)lt/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)ms/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)ms/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)nl/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)nl/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)nb/LC_LESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)nn/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)nn/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)pl/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)pl/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)pt/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)pt/LC_MESSAGES/tuxpaint.mo
@ -235,6 +236,7 @@ uninstall:
-rm $(LOCALE_PREFIX)ro/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)ro/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)ru/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)ru/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)sk/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)sk/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)sl/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)sr/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)sr/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)sv/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)sv/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)ta/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)ta/LC_MESSAGES/tuxpaint.mo

View file

@ -21,12 +21,12 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
June 14, 2002 - March 4, 2004 June 14, 2002 - March 23, 2004
*/ */
#define VER_VERSION "0.9.14" #define VER_VERSION "0.9.14"
#define VER_DATE "2004.03.17" #define VER_DATE "2004.03.23"
/* #define DEBUG */ /* #define DEBUG */
@ -3784,42 +3784,43 @@ void show_lang_usage(FILE * f, char * prg)
"Usage: %s [--lang LANGUAGE]\n" "Usage: %s [--lang LANGUAGE]\n"
"\n" "\n"
"LANGUAGE may be one of:\n" "LANGUAGE may be one of:\n"
" english american-english\n" /* C */ " english american-english\n"
" afrikaans\n" /* af */ " afrikaans\n"
" basque euskara\n" /* eu */ " basque euskara\n"
" bokmal\n" /* nb */ " bokmal\n"
" brazilian brazilian-portuguese portugues-brazilian\n" /* pt_BR */ " brazilian brazilian-portuguese portugues-brazilian\n"
" british british-english\n" /* en_GB */ " british british-english\n"
" catalan catala\n" /* ca */ " catalan catala\n"
" chinese\n" /* zh_CN */ " chinese\n"
" czech cesky\n" /* cs */ " czech cesky\n"
" danish dansk\n" /* da */ " danish dansk\n"
" dutch\n" /* nl */ " dutch\n"
" finnish suomi\n" /* fi */ " finnish suomi\n"
" french francais\n" /* fr */ " french francais\n"
" german deutsch\n" /* de */ " german deutsch\n"
" greek\n" /* el */ " greek\n"
" hebrew\n" /* he */ " hebrew\n"
" hungarian magyar\n" /* hu */ " hungarian magyar\n"
" icelandic islenska\n" /* is */ " icelandic islenska\n"
" indonesian bahasa-indonesia\n" /* id */ " indonesian bahasa-indonesia\n"
" italian italiano\n" /* it */ " italian italiano\n"
" japanese\n" /* ja */ " japanese\n"
" korean\n" /* ko */ " korean\n"
" malay\n" /* lt */ " lithuanian lietuviu\n"
" lithuanian lietuviu\n" /* ms */ " malay\n"
" norwegian nynorsk norsk\n" /* nn */ " norwegian nynorsk norsk\n"
" polish polski\n" /* pl */ " polish polski\n"
" portuguese portugues\n" /* pt */ " portuguese portugues\n"
" romanian\n" /* ro */ " romanian\n"
" russian russkiy\n" /* ru */ " russian russkiy\n"
" slovak\n" /* sr */ " serbian\n"
" slovenian\n" /* sk */ " slovak\n"
" spanish espanol\n" /* sl */ " slovenian\n"
" swedish svenska\n" /* es */ " spanish espanol\n"
" tamil\n" /* sv */ " swedish svenska\n"
" turkish\n" /* ta */ " tamil\n"
" walloon\n" /* tr */ " turkish\n"
/* zh */ " walloon\n"
"\n", "\n",
prg); prg);
} }