summaryrefslogtreecommitdiff
path: root/source3/po
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-15 05:11:31 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-15 05:11:31 +0000
commit30bcb1151d8059d6520b698b1abf7a1b881e856a (patch)
treef7432d3d034e5d5d0c315cc1d35dd61a1dacc0ef /source3/po
parent179cf90db7e0f4ade34d71f6f9f004d8841fde36 (diff)
downloadsamba-30bcb1151d8059d6520b698b1abf7a1b881e856a.tar.gz
samba-30bcb1151d8059d6520b698b1abf7a1b881e856a.tar.bz2
samba-30bcb1151d8059d6520b698b1abf7a1b881e856a.zip
removed unused gettext code
(This used to be commit aaa1e9315e5c8cc6ef4517aa9ec4f22fd2f0eb5c)
Diffstat (limited to 'source3/po')
-rw-r--r--source3/po/Makefile.in252
-rw-r--r--source3/po/Makefile.in.in252
-rw-r--r--source3/po/POTFILES.in7
-rw-r--r--source3/po/cat-id-tbl.c435
-rw-r--r--source3/po/en.gmobin339 -> 0 bytes
-rw-r--r--source3/po/i18n_swat.pot1711
-rw-r--r--source3/po/ja.gmobin19937 -> 0 bytes
-rw-r--r--source3/po/pl.gmobin5684 -> 0 bytes
-rw-r--r--source3/po/stamp-cat-id1
-rw-r--r--source3/po/tr.gmobin22830 -> 0 bytes
-rw-r--r--source3/po/zh_CN.gmobin62 -> 0 bytes
11 files changed, 0 insertions, 2658 deletions
diff --git a/source3/po/Makefile.in b/source3/po/Makefile.in
deleted file mode 100644
index ee04c02ef2..0000000000
--- a/source3/po/Makefile.in
+++ /dev/null
@@ -1,252 +0,0 @@
-# Generated automatically from Makefile.in.in by configure.
-# Makefile for program source directory in GNU NLS utilities package.
-# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-#
-# This file file be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU Public License
-# but which still want to provide support for the GNU gettext functionality.
-# Please note that the actual code is *not* freely available.
-
-PACKAGE = i18n_swat
-VERSION = @VERSION@
-
-SHELL = /bin/sh
-
-
-srcdir = .
-top_srcdir = ..
-
-prefix = /home/tridge/prefix
-exec_prefix = ${prefix}
-datadir = $(prefix)/share
-localedir = $(datadir)/locale
-gnulocaledir = $(prefix)/share/locale
-gettextsrcdir = $(prefix)/share/gettext/po
-subdir = po
-
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-MKINSTALLDIRS = $(top_srcdir)/script/./mkinstalldirs
-
-CC = gcc
-GENCAT =
-GMSGFMT = PATH=../src:$$PATH /usr/bin/msgfmt
-MSGFMT = /usr/bin/msgfmt
-XGETTEXT = PATH=../src:$$PATH /usr/bin/xgettext
-MSGMERGE = PATH=../src:$$PATH msgmerge
-
-DEFS = -DHAVE_CONFIG_H
-CFLAGS = -O -g -Wall -I/usr/local/include
-CPPFLAGS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-
-INCLUDES = -I.. -I$(top_srcdir)/intl -I$(top_srcdir)/include
-
-COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
-
-SOURCES = cat-id-tbl.c
-POFILES = en.po ja.po pl.po tr.po
-GMOFILES = en.gmo ja.gmo pl.gmo tr.gmo
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
-stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
-
-POTFILES = \
-
-CATALOGS = en.gmo ja.gmo pl.gmo tr.gmo
-CATOBJEXT = .gmo
-INSTOBJEXT = .mo
-
-.SUFFIXES:
-.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
-
-.c.o:
- $(COMPILE) $<
-
-.po.pox:
- $(MAKE) $(PACKAGE).pot
- $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
-
-.po.mo:
- $(MSGFMT) -o $@ $<
-
-.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
-
-.po.msg:
- sed -f ../intl/po2msg.sed < $< > $*.msg
-
-.msg.cat:
- rm -f $@ && $(GENCAT) $@ $*.msg
-
-
-all: all-yes
-
-all-yes: cat-id-tbl.c $(CATALOGS)
-all-no:
-
-$(srcdir)/$(PACKAGE).pot: $(POTFILES)
- $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
- --add-comments --keyword=_ --keyword=N_ \
- --files-from=$(srcdir)/POTFILES.in \
- && test ! -f $(PACKAGE).po \
- || ( rm -f $(srcdir)/$(PACKAGE).pot \
- && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
-
-$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
-$(srcdir)/stamp-cat-id: $(PACKAGE).pot
- rm -f cat-id-tbl.tmp
- sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
- | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
- if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
- rm cat-id-tbl.tmp; \
- else \
- echo cat-id-tbl.c changed; \
- rm -f $(srcdir)/cat-id-tbl.c; \
- mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
- fi
- cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
-
-
-install: install-exec install-data
-install-exec:
-install-data: install-data-yes
-install-data-no: all
-install-data-yes: all install-data-basic
-install-data-basic:
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(datadir); \
- else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
- fi
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
- esac; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $$dir; \
- else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
- fi; \
- if test -r $$cat; then \
- $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
- echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
- else \
- $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
- echo "installing $(srcdir)/$$cat as" \
- "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
- fi; \
- if test -r $$cat.m; then \
- $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
- echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
- else \
- if test -r $(srcdir)/$$cat.m ; then \
- $(INSTALL_DATA) $(srcdir)/$$cat.m \
- $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
- echo "installing $(srcdir)/$$cat as" \
- "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
- else \
- true; \
- fi; \
- fi; \
- done
- if test "$(PACKAGE)" = "gettext"; then \
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(gettextsrcdir); \
- else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
- fi; \
- $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
- $(gettextsrcdir)/Makefile.in.in; \
- else \
- : ; \
- fi
-
-# Define this as empty until I found a useful application.
-installcheck:
-
-uninstall:
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
- done
- rm -f $(gettextsrcdir)/po-Makefile.in.in
-
-check: all
-
-cat-id-tbl.o: ../intl/libgettext.h
-
-dvi info tags TAGS ID:
-
-mostlyclean:
- rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
- rm -fr *.o
- rm -f *~
-
-clean: mostlyclean
-
-distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo *.cat *.cat.m
-
-maintainer-clean: distclean
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
- rm -f $(GMOFILES)
-
-distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: update-po $(DISTFILES)
- dists="$(DISTFILES)"; \
- for file in $$dists; do \
- ln $(srcdir)/$$file $(distdir) 2> /dev/null \
- || cp -p $(srcdir)/$$file $(distdir); \
- done
-
-update-po: Makefile
- $(MAKE) $(PACKAGE).pot
- PATH=`pwd`/../src:$$PATH; \
- cd $(srcdir); \
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- mv $$lang.po $$lang.old.po; \
- echo "$$lang:"; \
- if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
- rm -f $$lang.old.po; \
- else \
- echo "msgmerge for $$cat failed!"; \
- rm -f $$lang.po; \
- mv $$lang.old.po $$lang.po; \
- fi; \
- done
-
-POTFILES: POTFILES.in
- ( if test 'x$(srcdir)' != 'x.'; then \
- posrcprefix='$(top_srcdir)/'; \
- else \
- posrcprefix="../"; \
- fi; \
- rm -f $@-t $@ \
- && (sed -e '/^#/d' -e '/^[ ]*$$/d' \
- -e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
- | sed -e '$$s/\\$$//') > $@-t \
- && chmod a-w $@-t \
- && mv $@-t $@ )
-
-Makefile: Makefile.in.in ../config.status POTFILES
- cd .. \
- && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
- $(SHELL) ./config.status
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/source3/po/Makefile.in.in b/source3/po/Makefile.in.in
deleted file mode 100644
index 26d5bd29d5..0000000000
--- a/source3/po/Makefile.in.in
+++ /dev/null
@@ -1,252 +0,0 @@
-# Makefile for program source directory in GNU NLS utilities package.
-# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-#
-# This file file be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU Public License
-# but which still want to provide support for the GNU gettext functionality.
-# Please note that the actual code is *not* freely available.
-
-PACKAGE = @PACKAGE@
-VERSION = @VERSION@
-
-SHELL = /bin/sh
-@SET_MAKE@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
-gnulocaledir = $(prefix)/share/locale
-gettextsrcdir = $(prefix)/share/gettext/po
-subdir = po
-
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = $(top_srcdir)/script/@MKINSTALLDIRS@
-
-CC = @CC@
-GENCAT = @GENCAT@
-GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
-MSGFMT = @MSGFMT@
-XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
-MSGMERGE = PATH=../src:$$PATH msgmerge
-
-DEFS = @DEFS@
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
-
-INCLUDES = -I.. -I$(top_srcdir)/intl -I$(top_srcdir)/include
-
-COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
-
-SOURCES = cat-id-tbl.c
-POFILES = @POFILES@
-GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
-stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
-
-POTFILES = \
-
-CATALOGS = @CATALOGS@
-CATOBJEXT = @CATOBJEXT@
-INSTOBJEXT = @INSTOBJEXT@
-
-.SUFFIXES:
-.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
-
-.c.o:
- $(COMPILE) $<
-
-.po.pox:
- $(MAKE) $(PACKAGE).pot
- $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
-
-.po.mo:
- $(MSGFMT) -o $@ $<
-
-.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
-
-.po.msg:
- sed -f ../intl/po2msg.sed < $< > $*.msg
-
-.msg.cat:
- rm -f $@ && $(GENCAT) $@ $*.msg
-
-
-all: all-@USE_NLS@
-
-all-yes: cat-id-tbl.c $(CATALOGS)
-all-no:
-
-$(srcdir)/$(PACKAGE).pot: $(POTFILES)
- $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
- --add-comments --keyword=_ --keyword=N_ \
- --files-from=$(srcdir)/POTFILES.in \
- && test ! -f $(PACKAGE).po \
- || ( rm -f $(srcdir)/$(PACKAGE).pot \
- && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
-
-$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
-$(srcdir)/stamp-cat-id: $(PACKAGE).pot
- rm -f cat-id-tbl.tmp
- sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
- | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
- if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
- rm cat-id-tbl.tmp; \
- else \
- echo cat-id-tbl.c changed; \
- rm -f $(srcdir)/cat-id-tbl.c; \
- mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
- fi
- cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
-
-
-install: install-exec install-data
-install-exec:
-install-data: install-data-@USE_NLS@
-install-data-no: all
-install-data-yes: all install-data-basic
-install-data-basic:
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(datadir); \
- else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
- fi
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
- esac; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $$dir; \
- else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
- fi; \
- if test -r $$cat; then \
- $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
- echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
- else \
- $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
- echo "installing $(srcdir)/$$cat as" \
- "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
- fi; \
- if test -r $$cat.m; then \
- $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
- echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
- else \
- if test -r $(srcdir)/$$cat.m ; then \
- $(INSTALL_DATA) $(srcdir)/$$cat.m \
- $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
- echo "installing $(srcdir)/$$cat as" \
- "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
- else \
- true; \
- fi; \
- fi; \
- done
- if test "$(PACKAGE)" = "gettext"; then \
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(gettextsrcdir); \
- else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
- fi; \
- $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
- $(gettextsrcdir)/Makefile.in.in; \
- else \
- : ; \
- fi
-
-# Define this as empty until I found a useful application.
-installcheck:
-
-uninstall:
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
- done
- rm -f $(gettextsrcdir)/po-Makefile.in.in
-
-check: all
-
-cat-id-tbl.o: ../intl/libgettext.h
-
-dvi info tags TAGS ID:
-
-mostlyclean:
- rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
- rm -fr *.o
- rm -f *~
-
-clean: mostlyclean
-
-distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo *.cat *.cat.m
-
-maintainer-clean: distclean
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
- rm -f $(GMOFILES)
-
-distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: update-po $(DISTFILES)
- dists="$(DISTFILES)"; \
- for file in $$dists; do \
- ln $(srcdir)/$$file $(distdir) 2> /dev/null \
- || cp -p $(srcdir)/$$file $(distdir); \
- done
-
-update-po: Makefile
- $(MAKE) $(PACKAGE).pot
- PATH=`pwd`/../src:$$PATH; \
- cd $(srcdir); \
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- mv $$lang.po $$lang.old.po; \
- echo "$$lang:"; \
- if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
- rm -f $$lang.old.po; \
- else \
- echo "msgmerge for $$cat failed!"; \
- rm -f $$lang.po; \
- mv $$lang.old.po $$lang.po; \
- fi; \
- done
-
-POTFILES: POTFILES.in
- ( if test 'x$(srcdir)' != 'x.'; then \
- posrcprefix='$(top_srcdir)/'; \
- else \
- posrcprefix="../"; \
- fi; \
- rm -f $@-t $@ \
- && (sed -e '/^#/d' -e '/^[ ]*$$/d' \
- -e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
- | sed -e '$$s/\\$$//') > $@-t \
- && chmod a-w $@-t \
- && mv $@-t $@ )
-
-Makefile: Makefile.in.in ../config.status POTFILES
- cd .. \
- && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
- $(SHELL) ./config.status
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/source3/po/POTFILES.in b/source3/po/POTFILES.in
deleted file mode 100644
index 56eb3a6b77..0000000000
--- a/source3/po/POTFILES.in
+++ /dev/null
@@ -1,7 +0,0 @@
-# List of source files containing translatable strings.
-# (written by rkawa).
-
-web/swat.c
-# web/cgi.c
-web/statuspage.c
-param/loadparm.c
diff --git a/source3/po/cat-id-tbl.c b/source3/po/cat-id-tbl.c
deleted file mode 100644
index 043bcfb93a..0000000000
--- a/source3/po/cat-id-tbl.c
+++ /dev/null
@@ -1,435 +0,0 @@
-/* Automatically generated by po2tbl.sed from i18n_swat.pot. */
-
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include "libgettext.h"
-
-const struct _msg_ent _msg_tbl[] = {
- {"", 1},
- {"ERROR: Can't open %s\n", 2},
- {"Help", 3},
- {"Set Default", 4},
- {"Logged in as <b>%s</b><p>\n", 5},
- {"Home", 6},
- {"Globals", 7},
- {"Shares", 8},
- {"Printers", 9},
- {"Status", 10},
- {"View Config", 11},
- {"Password Management", 12},
- {"Current Config", 13},
- {"Normal View", 14},
- {"Full View", 15},
- {"Global Variables", 16},
- {"Commit Changes", 17},
- {"Reset Values", 18},
- {"Advanced View", 19},
- {"Basic View", 20},
- {"Share Parameters", 21},
- {"Choose Share", 22},
- {"Delete Share", 23},
- {"Create Share", 24},
- {"password change in demo mode rejected\n", 25},
- {" Must specify \"User Name\" \n", 26},
- {" Must specify \"Old Password\" \n", 27},
- {" Must specify \"Remote Machine\" \n", 28},
- {" Must specify \"New, and Re-typed Passwords\" \n", 29},
- {" Re-typed password didn't match new password\n", 30},
- {" The passwd for '%s' has been changed. \n", 31},
- {" The passwd for '%s' has NOT been changed. \n", 32},
- {"Server Password Management", 33},
- {" User Name : ", 34},
- {" Old Password : ", 35},
- {" New Password : ", 36},
- {" Re-type New Password : ", 37},
- {"Change Password", 38},
- {"Add New User", 39},
- {"Delete User", 40},
- {"Disable User", 41},
- {"Enable User", 42},
- {"Client/Server Password Management", 43},
- {" Remote Machine : ", 44},
- {"Printer Parameters", 45},
- {"Important Note:", 46},
- {"Printer names marked with [*] in the Choose Printer drop-down box ", 47},
- {"are autoloaded printers from ", 48},
- {"Printcap Name", 49},
- {"Attempting to delete these printers from SWAT will have no effect.\n", 50},
- {"Choose Printer", 51},
- {"Delete Printer", 52},
- {"Create Printer", 53},
- {"DENY_NONE", 54},
- {"DENY_ALL ", 55},
- {"DENY_DOS ", 56},
- {"DENY_READ ", 57},
- {"DENY_WRITE ", 58},
- {"RDONLY ", 59},
- {"WRONLY ", 60},
- {"RDWR ", 61},
- {"EXCLUSIVE+BATCH ", 62},
- {"EXCLUSIVE ", 63},
- {"BATCH ", 64},
- {"LEVEL_II ", 65},
- {"NONE ", 66},
- {"Server Status", 67},
- {"Auto Refresh", 68},
- {"Refresh Interval: ", 69},
- {"Stop Refreshing", 70},
- {"version:", 71},
- {"smbd:", 72},
- {"running", 73},
- {"not running", 74},
- {"Stop smbd", 75},
- {"Start smbd", 76},
- {"Restart smbd", 77},
- {"nmbd:", 78},
- {"Stop nmbd", 79},
- {"Start nmbd", 80},
- {"Restart nmbd", 81},
- {"Active Connections", 82},
- {"PID", 83},
- {"Client", 84},
- {"IP address", 85},
- {"Date", 86},
- {"Kill", 87},
- {"Active Shares", 88},
- {"Share", 89},
- {"User", 90},
- {"Group", 91},
- {"Open Files", 92},
- {"Sharing", 93},
- {"R/W", 94},
- {"Oplock", 95},
- {"File", 96},
- {"Base Options", 97},
- {"dos charset", 98},
- {"unix charset", 99},
- {"display charset", 100},
- {"comment", 101},
- {"path", 102},
- {"directory", 103},
- {"workgroup", 104},
- {"netbios name", 105},
- {"netbios aliases", 106},
- {"netbios scope", 107},
- {"server string", 108},
- {"interfaces", 109},
- {"bind interfaces only", 110},
- {"Security Options", 111},
- {"security", 112},
- {"encrypt passwords", 113},
- {"update encrypted", 114},
- {"allow trusted domains", 115},
- {"alternate permissions", 116},
- {"hosts equiv", 117},
- {"min passwd length", 118},
- {"min password length", 119},
- {"map to guest", 120},
- {"null passwords", 121},
- {"obey pam restrictions", 122},
- {"password server", 123},
- {"smb passwd file", 124},
- {"private dir", 125},
- {"passdb module path", 126},
- {"root directory", 127},
- {"root dir", 128},
- {"root", 129},
- {"pam password change", 130},
- {"passwd program", 131},
- {"passwd chat", 132},
- {"passwd chat debug", 133},
- {"username map", 134},
- {"password level", 135},
- {"username level", 136},
- {"unix password sync", 137},
- {"restrict anonymous", 138},
- {"lanman auth", 139},
- {"ntlm auth", 140},
- {"plaintext to smbpasswd", 141},
- {"use rhosts", 142},
- {"username", 143},
- {"user", 144},
- {"users", 145},
- {"guest account", 146},
- {"invalid users", 147},
- {"valid users", 148},
- {"admin users", 149},
- {"read list", 150},
- {"write list", 151},
- {"printer admin", 152},
- {"force user", 153},
- {"force group", 154},
- {"group", 155},
- {"read only", 156},
- {"write ok", 157},
- {"writeable", 158},
- {"writable", 159},
- {"create mask", 160},
- {"create mode", 161},
- {"force create mode", 162},
- {"security mask", 163},
- {"force security mode", 164},
- {"directory mask", 165},
- {"directory mode", 166},
- {"force directory mode", 167},
- {"directory security mask", 168},
- {"force directory security mode", 169},
- {"inherit permissions", 170},
- {"guest only", 171},
- {"only guest", 172},
- {"guest ok", 173},
- {"public", 174},
- {"only user", 175},
- {"hosts allow", 176},
- {"allow hosts", 177},
- {"hosts deny", 178},
- {"deny hosts", 179},
- {"Secure Socket Layer Options", 180},
- {"ssl", 181},
- {"ssl hosts", 182},
- {"ssl hosts resign", 183},
- {"ssl CA certDir", 184},
- {"ssl CA certFile", 185},
- {"ssl server cert", 186},
- {"ssl server key", 187},
- {"ssl client cert", 188},
- {"ssl client key", 189},
- {"ssl egd socket", 190},
- {"ssl entropy file", 191},
- {"ssl entropy bytes", 192},
- {"ssl require clientcert", 193},
- {"ssl require servercert", 194},
- {"ssl ciphers", 195},
- {"ssl version", 196},
- {"ssl compatibility", 197},
- {"Logging Options", 198},
- {"log level", 199},
- {"debuglevel", 200},
- {"syslog", 201},
- {"syslog only", 202},
- {"log file", 203},
- {"max log size", 204},
- {"timestamp logs", 205},
- {"debug timestamp", 206},
- {"debug hires timestamp", 207},
- {"debug pid", 208},
- {"debug uid", 209},
- {"Protocol Options", 210},
- {"protocol", 211},
- {"large readwrite", 212},
- {"max protocol", 213},
- {"min protocol", 214},
- {"unicode", 215},
- {"read bmpx", 216},
- {"read raw", 217},
- {"write raw", 218},
- {"nt pipe support", 219},
- {"nt acl support", 220},
- {"announce version", 221},
- {"announce as", 222},
- {"max mux", 223},
- {"max xmit", 224},
- {"name resolve order", 225},
- {"max packet", 226},
- {"packet size", 227},
- {"max ttl", 228},
- {"max wins ttl", 229},
- {"min wins ttl", 230},
- {"time server", 231},
- {"Tuning Options", 232},
- {"change notify timeout", 233},
- {"deadtime", 234},
- {"getwd cache", 235},
- {"keepalive", 236},
- {"lpq cache time", 237},
- {"max smbd processes", 238},
- {"max connections", 239},
- {"paranoid server security", 240},
- {"max disk size", 241},
- {"max open files", 242},
- {"min print space", 243},
- {"read size", 244},
- {"socket options", 245},
- {"stat cache size", 246},
- {"strict allocate", 247},
- {"strict sync", 248},
- {"sync always", 249},
- {"use mmap", 250},
- {"hostname lookups", 251},
- {"write cache size", 252},
- {"Printing Options", 253},
- {"total print jobs", 254},
- {"max print jobs", 255},
- {"load printers", 256},
- {"printcap name", 257},
- {"printcap", 258},
- {"printable", 259},
- {"print ok", 260},
- {"postscript", 261},
- {"printing", 262},
- {"print command", 263},
- {"disable spoolss", 264},
- {"lpq command", 265},
- {"lprm command", 266},
- {"lppause command", 267},
- {"lpresume command", 268},
- {"queuepause command", 269},
- {"queueresume command", 270},
- {"enumports command", 271},
- {"addprinter command", 272},
- {"deleteprinter command", 273},
- {"show add printer wizard", 274},
- {"os2 driver map", 275},
- {"printer name", 276},
- {"printer", 277},
- {"use client driver", 278},
- {"printer driver", 279},
- {"printer driver file", 280},
- {"printer driver location", 281},
- {"Filename Handling", 282},
- {"strip dot", 283},
- {"mangled stack", 284},
- {"default case", 285},
- {"case sensitive", 286},
- {"casesignames", 287},
- {"preserve case", 288},
- {"short preserve case", 289},
- {"mangle case", 290},
- {"mangling char", 291},
- {"hide dot files", 292},
- {"hide unreadable", 293},
- {"delete veto files", 294},
- {"veto files", 295},
- {"hide files", 296},
- {"veto oplock files", 297},
- {"map system", 298},
- {"map hidden", 299},
- {"map archive", 300},
- {"mangled names", 301},
- {"mangled map", 302},
- {"stat cache", 303},
- {"Domain Options", 304},
- {"domain admin group", 305},
- {"domain guest group", 306},
- {"groupname map", 307},
- {"machine password timeout", 308},
- {"Logon Options", 309},
- {"add user script", 310},
- {"delete user script", 311},
- {"add group script", 312},
- {"delete group script", 313},
- {"add user to group script", 314},
- {"delete user from group script", 315},
- {"add machine script", 316},
- {"shutdown script", 317},
- {"abort shutdown script", 318},
- {"logon script", 319},
- {"logon path", 320},
- {"logon drive", 321},
- {"logon home", 322},
- {"domain logons", 323},
- {"Browse Options", 324},
- {"os level", 325},
- {"lm announce", 326},
- {"lm interval", 327},
- {"preferred master", 328},
- {"prefered master", 329},
- {"local master", 330},
- {"domain master", 331},
- {"browse list", 332},
- {"browseable", 333},
- {"browsable", 334},
- {"enhanced browsing", 335},
- {"WINS Options", 336},
- {"dns proxy", 337},
- {"wins proxy", 338},
- {"wins server", 339},
- {"wins support", 340},
- {"wins hook", 341},
- {"Locking Options", 342},
- {"blocking locks", 343},
- {"fake oplocks", 344},
- {"kernel oplocks", 345},
- {"locking", 346},
- {"oplocks", 347},
- {"level2 oplocks", 348},
- {"oplock break wait time", 349},
- {"oplock contention limit", 350},
- {"posix locking", 351},
- {"strict locking", 352},
- {"share modes", 353},
- {"Ldap Options", 354},
- {"ldap server", 355},
- {"ldap port", 356},
- {"ldap suffix", 357},
- {"ldap filter", 358},
- {"ldap root", 359},
- {"ldap root passwd", 360},
- {"Miscellaneous Options", 361},
- {"add share command", 362},
- {"change share command", 363},
- {"delete share command", 364},
- {"config file", 365},
- {"preload", 366},
- {"auto services", 367},
- {"lock dir", 368},
- {"lock directory", 369},
- {"utmp directory", 370},
- {"wtmp directory", 371},
- {"utmp", 372},
- {"default service", 373},
- {"default", 374},
- {"message command", 375},
- {"dfree command", 376},
- {"remote announce", 377},
- {"remote browse sync", 378},
- {"socket address", 379},
- {"homedir map", 380},
- {"time offset", 381},
- {"NIS homedir", 382},
- {"-valid", 383},
- {"copy", 384},
- {"include", 385},
- {"exec", 386},
- {"preexec", 387},
- {"preexec close", 388},
- {"postexec", 389},
- {"root preexec", 390},
- {"root preexec close", 391},
- {"root postexec", 392},
- {"available", 393},
- {"volume", 394},
- {"fstype", 395},
- {"set directory", 396},
- {"source environment", 397},
- {"wide links", 398},
- {"follow symlinks", 399},
- {"dont descend", 400},
- {"magic script", 401},
- {"magic output", 402},
- {"delete readonly", 403},
- {"dos filemode", 404},
- {"dos filetimes", 405},
- {"dos filetime resolution", 406},
- {"fake directory create times", 407},
- {"panic action", 408},
- {"hide local users", 409},
- {"VFS options", 410},
- {"vfs object", 411},
- {"vfs options", 412},
- {"msdfs root", 413},
- {"host msdfs", 414},
- {"Winbind options", 415},
- {"winbind uid", 416},
- {"winbind gid", 417},
- {"template homedir", 418},
- {"template shell", 419},
- {"winbind separator", 420},
- {"winbind cache time", 421},
- {"winbind enum users", 422},
- {"winbind enum groups", 423},
-};
-
-int _msg_tbl_length = 423;
diff --git a/source3/po/en.gmo b/source3/po/en.gmo
deleted file mode 100644
index 4818a4a3a8..0000000000
--- a/source3/po/en.gmo
+++ /dev/null
Binary files differ
diff --git a/source3/po/i18n_swat.pot b/source3/po/i18n_swat.pot
deleted file mode 100644
index 5723a815df..0000000000
--- a/source3/po/i18n_swat.pot
+++ /dev/null
@@ -1,1711 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-10-01 23:40-0700\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: ENCODING\n"
-
-#: web/swat.c:120
-#, c-format
-msgid "ERROR: Can't open %s\n"
-msgstr ""
-
-#: web/swat.c:204
-msgid "Help"
-msgstr ""
-
-#: web/swat.c:210 web/swat.c:224 web/swat.c:239 web/swat.c:247 web/swat.c:256
-#: web/swat.c:265 web/swat.c:271 web/swat.c:277 web/swat.c:290
-msgid "Set Default"
-msgstr ""
-
-#: web/swat.c:493
-#, c-format
-msgid "Logged in as <b>%s</b><p>\n"
-msgstr ""
-
-#: web/swat.c:496
-msgid "Home"
-msgstr ""
-
-#: web/swat.c:498
-msgid "Globals"
-msgstr ""
-
-#: web/swat.c:499
-msgid "Shares"
-msgstr ""
-
-#: web/swat.c:500
-msgid "Printers"
-msgstr ""
-
-#: web/swat.c:503
-msgid "Status"
-msgstr ""
-
-#: web/swat.c:504
-msgid "View Config"
-msgstr ""
-
-#: web/swat.c:506
-msgid "Password Management"
-msgstr ""
-
-#: web/swat.c:530
-msgid "Current Config"
-msgstr ""
-
-#: web/swat.c:534
-msgid "Normal View"
-msgstr ""
-
-#: web/swat.c:536
-msgid "Full View"
-msgstr ""
-
-#: web/swat.c:552
-msgid "Global Variables"
-msgstr ""
-
-#: web/swat.c:566 web/swat.c:662 web/swat.c:1004
-msgid "Commit Changes"
-msgstr ""
-
-#: web/swat.c:570 web/swat.c:665 web/swat.c:1006
-msgid "Reset Values"
-msgstr ""
-
-#: web/swat.c:572 web/swat.c:667 web/swat.c:1008
-msgid "Advanced View"
-msgstr ""
-
-#: web/swat.c:574 web/swat.c:669 web/swat.c:1010
-msgid "Basic View"
-msgstr ""
-
-#: web/swat.c:604
-msgid "Share Parameters"
-msgstr ""
-
-#: web/swat.c:633
-msgid "Choose Share"
-msgstr ""
-
-#: web/swat.c:647
-msgid "Delete Share"
-msgstr ""
-
-#: web/swat.c:654
-msgid "Create Share"
-msgstr ""
-
-#: web/swat.c:699
-msgid "password change in demo mode rejected\n"
-msgstr ""
-
-#: web/swat.c:738
-msgid " Must specify \"User Name\" \n"
-msgstr ""
-
-#: web/swat.c:754
-msgid " Must specify \"Old Password\" \n"
-msgstr ""
-
-#: web/swat.c:760
-msgid " Must specify \"Remote Machine\" \n"
-msgstr ""
-
-#: web/swat.c:767
-msgid " Must specify \"New, and Re-typed Passwords\" \n"
-msgstr ""
-
-#: web/swat.c:773
-msgid " Re-typed password didn't match new password\n"
-msgstr ""
-
-#: web/swat.c:803
-#, c-format
-msgid " The passwd for '%s' has been changed. \n"
-msgstr ""
-
-#: web/swat.c:805
-#, c-format
-msgid " The passwd for '%s' has NOT been changed. \n"
-msgstr ""
-
-#: web/swat.c:829
-msgid "Server Password Management"
-msgstr ""
-
-#.
-#. * Create all the dialog boxes for data collection
-#.
-#: web/swat.c:838 web/swat.c:885
-msgid " User Name : "
-msgstr ""
-
-#: web/swat.c:841 web/swat.c:887
-msgid " Old Password : "
-msgstr ""
-
-#: web/swat.c:844 web/swat.c:889
-msgid " New Password : "
-msgstr ""
-
-#: web/swat.c:846 web/swat.c:891
-msgid " Re-type New Password : "
-msgstr ""
-
-#: web/swat.c:854 web/swat.c:902
-msgid "Change Password"
-msgstr ""
-
-#: web/swat.c:857
-msgid "Add New User"
-msgstr ""
-
-#: web/swat.c:859
-msgid "Delete User"
-msgstr ""
-
-#: web/swat.c:861
-msgid "Disable User"
-msgstr ""
-
-#: web/swat.c:863
-msgid "Enable User"
-msgstr ""
-
-#: web/swat.c:876
-msgid "Client/Server Password Management"
-msgstr ""
-
-#: web/swat.c:893
-msgid " Remote Machine : "
-msgstr ""
-
-#: web/swat.c:931
-msgid "Printer Parameters"
-msgstr ""
-
-#: web/swat.c:933
-msgid "Important Note:"
-msgstr ""
-
-#: web/swat.c:934
-msgid "Printer names marked with [*] in the Choose Printer drop-down box "
-msgstr ""
-
-#: web/swat.c:935
-msgid "are autoloaded printers from "
-msgstr ""
-
-#: web/swat.c:936
-msgid "Printcap Name"
-msgstr ""
-
-#: web/swat.c:937
-msgid "Attempting to delete these printers from SWAT will have no effect.\n"
-msgstr ""
-
-#: web/swat.c:970
-msgid "Choose Printer"
-msgstr ""
-
-#: web/swat.c:989
-msgid "Delete Printer"
-msgstr ""
-
-#: web/swat.c:996
-msgid "Create Printer"
-msgstr ""
-
-#: web/statuspage.c:40
-msgid "DENY_NONE"
-msgstr ""
-
-#: web/statuspage.c:41
-msgid "DENY_ALL "
-msgstr ""
-
-#: web/statuspage.c:42
-msgid "DENY_DOS "
-msgstr ""
-
-#: web/statuspage.c:43
-msgid "DENY_READ "
-msgstr ""
-
-#: web/statuspage.c:44
-msgid "DENY_WRITE "
-msgstr ""
-
-#: web/statuspage.c:50
-msgid "RDONLY "
-msgstr ""
-
-#: web/statuspage.c:51
-msgid "WRONLY "
-msgstr ""
-
-#: web/statuspage.c:52
-msgid "RDWR "
-msgstr ""
-
-#: web/statuspage.c:60
-msgid "EXCLUSIVE+BATCH "
-msgstr ""
-
-#: web/statuspage.c:62
-msgid "EXCLUSIVE "
-msgstr ""
-
-#: web/statuspage.c:64
-msgid "BATCH "
-msgstr ""
-
-#: web/statuspage.c:66
-msgid "LEVEL_II "
-msgstr ""
-
-#: web/statuspage.c:68
-msgid "NONE "
-msgstr ""
-
-#: web/statuspage.c:194
-msgid "Server Status"
-msgstr ""
-
-#: web/statuspage.c:199
-msgid "Auto Refresh"
-msgstr ""
-
-#: web/statuspage.c:200 web/statuspage.c:205
-msgid "Refresh Interval: "
-msgstr ""
-
-#: web/statuspage.c:204
-msgid "Stop Refreshing"
-msgstr ""
-
-#: web/statuspage.c:219
-msgid "version:"
-msgstr ""
-
-#: web/statuspage.c:222
-msgid "smbd:"
-msgstr ""
-
-#: web/statuspage.c:222 web/statuspage.c:234
-msgid "running"
-msgstr ""
-
-#: web/statuspage.c:222 web/statuspage.c:234
-msgid "not running"
-msgstr ""
-
-#: web/statuspage.c:225
-msgid "Stop smbd"
-msgstr ""
-
-#: web/statuspage.c:227
-msgid "Start smbd"
-msgstr ""
-
-#: web/statuspage.c:229
-msgid "Restart smbd"
-msgstr ""
-
-#: web/statuspage.c:234
-msgid "nmbd:"
-msgstr ""
-
-#: web/statuspage.c:237
-msgid "Stop nmbd"
-msgstr ""
-
-#: web/statuspage.c:239
-msgid "Start nmbd"
-msgstr ""
-
-#: web/statuspage.c:241
-msgid "Restart nmbd"
-msgstr ""
-
-#: web/statuspage.c:248
-msgid "Active Connections"
-msgstr ""
-
-#: web/statuspage.c:250 web/statuspage.c:263 web/statuspage.c:271
-msgid "PID"
-msgstr ""
-
-#: web/statuspage.c:250 web/statuspage.c:263
-msgid "Client"
-msgstr ""
-
-#: web/statuspage.c:250
-msgid "IP address"
-msgstr ""
-
-#: web/statuspage.c:250 web/statuspage.c:263 web/statuspage.c:271
-msgid "Date"
-msgstr ""
-
-#: web/statuspage.c:252
-msgid "Kill"
-msgstr ""
-
-#: web/statuspage.c:260
-msgid "Active Shares"
-msgstr ""
-
-#: web/statuspage.c:263
-msgid "Share"
-msgstr ""
-
-#: web/statuspage.c:263
-msgid "User"
-msgstr ""
-
-#: web/statuspage.c:263
-msgid "Group"
-msgstr ""
-
-#: web/statuspage.c:269
-msgid "Open Files"
-msgstr ""
-
-#: web/statuspage.c:271
-msgid "Sharing"
-msgstr ""
-
-#: web/statuspage.c:271
-msgid "R/W"
-msgstr ""
-
-#: web/statuspage.c:271
-msgid "Oplock"
-msgstr ""
-
-#: web/statuspage.c:271
-msgid "File"
-msgstr ""
-
-#: param/loadparm.c:644
-msgid "Base Options"
-msgstr ""
-
-#: param/loadparm.c:646
-msgid "dos charset"
-msgstr ""
-
-#: param/loadparm.c:647
-msgid "unix charset"
-msgstr ""
-
-#: param/loadparm.c:648
-msgid "display charset"
-msgstr ""
-
-#: param/loadparm.c:649
-msgid "comment"
-msgstr ""
-
-#: param/loadparm.c:650
-msgid "path"
-msgstr ""
-
-#: param/loadparm.c:651
-msgid "directory"
-msgstr ""
-
-#: param/loadparm.c:652
-msgid "workgroup"
-msgstr ""
-
-#: param/loadparm.c:653
-msgid "netbios name"
-msgstr ""
-
-#: param/loadparm.c:654
-msgid "netbios aliases"
-msgstr ""
-
-#: param/loadparm.c:655
-msgid "netbios scope"
-msgstr ""
-
-#: param/loadparm.c:656
-msgid "server string"
-msgstr ""
-
-#: param/loadparm.c:657
-msgid "interfaces"
-msgstr ""
-
-#: param/loadparm.c:658
-msgid "bind interfaces only"
-msgstr ""
-
-#: param/loadparm.c:660
-msgid "Security Options"
-msgstr ""
-
-#: param/loadparm.c:662
-msgid "security"
-msgstr ""
-
-#: param/loadparm.c:663
-msgid "encrypt passwords"
-msgstr ""
-
-#: param/loadparm.c:664
-msgid "update encrypted"
-msgstr ""
-
-#: param/loadparm.c:665
-msgid "allow trusted domains"
-msgstr ""
-
-#: param/loadparm.c:666
-msgid "alternate permissions"
-msgstr ""
-
-#: param/loadparm.c:667
-msgid "hosts equiv"
-msgstr ""
-
-#: param/loadparm.c:668
-msgid "min passwd length"
-msgstr ""
-
-#: param/loadparm.c:669
-msgid "min password length"
-msgstr ""
-
-#: param/loadparm.c:670
-msgid "map to guest"
-msgstr ""
-
-#: param/loadparm.c:671
-msgid "null passwords"
-msgstr ""
-
-#: param/loadparm.c:672
-msgid "obey pam restrictions"
-msgstr ""
-
-#: param/loadparm.c:673
-msgid "password server"
-msgstr ""
-
-#: param/loadparm.c:674
-msgid "smb passwd file"
-msgstr ""
-
-#: param/loadparm.c:675
-msgid "private dir"
-msgstr ""
-
-#: param/loadparm.c:676
-msgid "passdb module path"
-msgstr ""
-
-#: param/loadparm.c:677
-msgid "root directory"
-msgstr ""
-
-#: param/loadparm.c:678
-msgid "root dir"
-msgstr ""
-
-#: param/loadparm.c:679
-msgid "root"
-msgstr ""
-
-#: param/loadparm.c:681
-msgid "pam password change"
-msgstr ""
-
-#: param/loadparm.c:682
-msgid "passwd program"
-msgstr ""
-
-#: param/loadparm.c:683
-msgid "passwd chat"
-msgstr ""
-
-#: param/loadparm.c:684
-msgid "passwd chat debug"
-msgstr ""
-
-#: param/loadparm.c:685
-msgid "username map"
-msgstr ""
-
-#: param/loadparm.c:686
-msgid "password level"
-msgstr ""
-
-#: param/loadparm.c:687
-msgid "username level"
-msgstr ""
-
-#: param/loadparm.c:688
-msgid "unix password sync"
-msgstr ""
-
-#: param/loadparm.c:689
-msgid "restrict anonymous"
-msgstr ""
-
-#: param/loadparm.c:690
-msgid "lanman auth"
-msgstr ""
-
-#: param/loadparm.c:691
-msgid "ntlm auth"
-msgstr ""
-
-#: param/loadparm.c:692
-msgid "plaintext to smbpasswd"
-msgstr ""
-
-#: param/loadparm.c:693
-msgid "use rhosts"
-msgstr ""
-
-#: param/loadparm.c:695
-msgid "username"
-msgstr ""
-
-#: param/loadparm.c:696
-msgid "user"
-msgstr ""
-
-#: param/loadparm.c:697
-msgid "users"
-msgstr ""
-
-#: param/loadparm.c:699
-msgid "guest account"
-msgstr ""
-
-#: param/loadparm.c:700
-msgid "invalid users"
-msgstr ""
-
-#: param/loadparm.c:701
-msgid "valid users"
-msgstr ""
-
-#: param/loadparm.c:702
-msgid "admin users"
-msgstr ""
-
-#: param/loadparm.c:703
-msgid "read list"
-msgstr ""
-
-#: param/loadparm.c:704
-msgid "write list"
-msgstr ""
-
-#: param/loadparm.c:705
-msgid "printer admin"
-msgstr ""
-
-#: param/loadparm.c:706
-msgid "force user"
-msgstr ""
-
-#: param/loadparm.c:707
-msgid "force group"
-msgstr ""
-
-#: param/loadparm.c:708
-msgid "group"
-msgstr ""
-
-#: param/loadparm.c:710
-msgid "read only"
-msgstr ""
-
-#: param/loadparm.c:711
-msgid "write ok"
-msgstr ""
-
-#: param/loadparm.c:712
-msgid "writeable"
-msgstr ""
-
-#: param/loadparm.c:713
-msgid "writable"
-msgstr ""
-
-#: param/loadparm.c:715
-msgid "create mask"
-msgstr ""
-
-#: param/loadparm.c:716
-msgid "create mode"
-msgstr ""
-
-#: param/loadparm.c:717
-msgid "force create mode"
-msgstr ""
-
-#: param/loadparm.c:718
-msgid "security mask"
-msgstr ""
-
-#: param/loadparm.c:719
-msgid "force security mode"
-msgstr ""
-
-#: param/loadparm.c:720
-msgid "directory mask"
-msgstr ""
-
-#: param/loadparm.c:721
-msgid "directory mode"
-msgstr ""
-
-#: param/loadparm.c:722
-msgid "force directory mode"
-msgstr ""
-
-#: param/loadparm.c:723
-msgid "directory security mask"
-msgstr ""
-
-#: param/loadparm.c:724
-msgid "force directory security mode"
-msgstr ""
-
-#: param/loadparm.c:725
-msgid "inherit permissions"
-msgstr ""
-
-#: param/loadparm.c:726
-msgid "guest only"
-msgstr ""
-
-#: param/loadparm.c:727
-msgid "only guest"
-msgstr ""
-
-#: param/loadparm.c:729
-msgid "guest ok"
-msgstr ""
-
-#: param/loadparm.c:730
-msgid "public"
-msgstr ""
-
-#: param/loadparm.c:732
-msgid "only user"
-msgstr ""
-
-#: param/loadparm.c:733
-msgid "hosts allow"
-msgstr ""
-
-#: param/loadparm.c:734
-msgid "allow hosts"
-msgstr ""
-
-#: param/loadparm.c:735
-msgid "hosts deny"
-msgstr ""
-
-#: param/loadparm.c:736
-msgid "deny hosts"
-msgstr ""
-
-#: param/loadparm.c:739
-msgid "Secure Socket Layer Options"
-msgstr ""
-
-#: param/loadparm.c:740
-msgid "ssl"
-msgstr ""
-
-#: param/loadparm.c:742
-msgid "ssl hosts"
-msgstr ""
-
-#: param/loadparm.c:743
-msgid "ssl hosts resign"
-msgstr ""
-
-#: param/loadparm.c:744
-msgid "ssl CA certDir"
-msgstr ""
-
-#: param/loadparm.c:745
-msgid "ssl CA certFile"
-msgstr ""
-
-#: param/loadparm.c:746
-msgid "ssl server cert"
-msgstr ""
-
-#: param/loadparm.c:747
-msgid "ssl server key"
-msgstr ""
-
-#: param/loadparm.c:748
-msgid "ssl client cert"
-msgstr ""
-
-#: param/loadparm.c:749
-msgid "ssl client key"
-msgstr ""
-
-#: param/loadparm.c:750
-msgid "ssl egd socket"
-msgstr ""
-
-#: param/loadparm.c:751
-msgid "ssl entropy file"
-msgstr ""
-
-#: param/loadparm.c:752
-msgid "ssl entropy bytes"
-msgstr ""
-
-#: param/loadparm.c:753
-msgid "ssl require clientcert"
-msgstr ""
-
-#: param/loadparm.c:754
-msgid "ssl require servercert"
-msgstr ""
-
-#: param/loadparm.c:755
-msgid "ssl ciphers"
-msgstr ""
-
-#: param/loadparm.c:756
-msgid "ssl version"
-msgstr ""
-
-#: param/loadparm.c:757
-msgid "ssl compatibility"
-msgstr ""
-
-#: param/loadparm.c:760
-msgid "Logging Options"
-msgstr ""
-
-#: param/loadparm.c:761
-msgid "log level"
-msgstr ""
-
-#: param/loadparm.c:762
-msgid "debuglevel"
-msgstr ""
-
-#: param/loadparm.c:763
-msgid "syslog"
-msgstr ""
-
-#: param/loadparm.c:764
-msgid "syslog only"
-msgstr ""
-
-#: param/loadparm.c:765
-msgid "log file"
-msgstr ""
-
-#: param/loadparm.c:767
-msgid "max log size"
-msgstr ""
-
-#: param/loadparm.c:768
-msgid "timestamp logs"
-msgstr ""
-
-#: param/loadparm.c:769
-msgid "debug timestamp"
-msgstr ""
-
-#: param/loadparm.c:770
-msgid "debug hires timestamp"
-msgstr ""
-
-#: param/loadparm.c:771
-msgid "debug pid"
-msgstr ""
-
-#: param/loadparm.c:772
-msgid "debug uid"
-msgstr ""
-
-#: param/loadparm.c:774
-msgid "Protocol Options"
-msgstr ""
-
-#: param/loadparm.c:776
-msgid "protocol"
-msgstr ""
-
-#: param/loadparm.c:777
-msgid "large readwrite"
-msgstr ""
-
-#: param/loadparm.c:778
-msgid "max protocol"
-msgstr ""
-
-#: param/loadparm.c:779
-msgid "min protocol"
-msgstr ""
-
-#: param/loadparm.c:780
-msgid "unicode"
-msgstr ""
-
-#: param/loadparm.c:781
-msgid "read bmpx"
-msgstr ""
-
-#: param/loadparm.c:782
-msgid "read raw"
-msgstr ""
-
-#: param/loadparm.c:783
-msgid "write raw"
-msgstr ""
-
-#: param/loadparm.c:785
-msgid "nt pipe support"
-msgstr ""
-
-#: param/loadparm.c:786
-msgid "nt acl support"
-msgstr ""
-
-#: param/loadparm.c:787
-msgid "announce version"
-msgstr ""
-
-#: param/loadparm.c:788
-msgid "announce as"
-msgstr ""
-
-#: param/loadparm.c:789
-msgid "max mux"
-msgstr ""
-
-#: param/loadparm.c:790
-msgid "max xmit"
-msgstr ""
-
-#: param/loadparm.c:792
-msgid "name resolve order"
-msgstr ""
-
-#: param/loadparm.c:793
-msgid "max packet"
-msgstr ""
-
-#: param/loadparm.c:794
-msgid "packet size"
-msgstr ""
-
-#: param/loadparm.c:795
-msgid "max ttl"
-msgstr ""
-
-#: param/loadparm.c:796
-msgid "max wins ttl"
-msgstr ""
-
-#: param/loadparm.c:797
-msgid "min wins ttl"
-msgstr ""
-
-#: param/loadparm.c:798
-msgid "time server"
-msgstr ""
-
-#: param/loadparm.c:800
-msgid "Tuning Options"
-msgstr ""
-
-#: param/loadparm.c:802
-msgid "change notify timeout"
-msgstr ""
-
-#: param/loadparm.c:803
-msgid "deadtime"
-msgstr ""
-
-#: param/loadparm.c:804
-msgid "getwd cache"
-msgstr ""
-
-#: param/loadparm.c:805
-msgid "keepalive"
-msgstr ""
-
-#: param/loadparm.c:807
-msgid "lpq cache time"
-msgstr ""
-
-#: param/loadparm.c:808
-msgid "max smbd processes"
-msgstr ""
-
-#: param/loadparm.c:809
-msgid "max connections"
-msgstr ""
-
-#: param/loadparm.c:810
-msgid "paranoid server security"
-msgstr ""
-
-#: param/loadparm.c:811
-msgid "max disk size"
-msgstr ""
-
-#: param/loadparm.c:812
-msgid "max open files"
-msgstr ""
-
-#: param/loadparm.c:813
-msgid "min print space"
-msgstr ""
-
-#: param/loadparm.c:814
-msgid "read size"
-msgstr ""
-
-#: param/loadparm.c:816
-msgid "socket options"
-msgstr ""
-
-#: param/loadparm.c:817
-msgid "stat cache size"
-msgstr ""
-
-#: param/loadparm.c:818
-msgid "strict allocate"
-msgstr ""
-
-#: param/loadparm.c:819
-msgid "strict sync"
-msgstr ""
-
-#: param/loadparm.c:820
-msgid "sync always"
-msgstr ""
-
-#: param/loadparm.c:821
-msgid "use mmap"
-msgstr ""
-
-#: param/loadparm.c:822
-msgid "hostname lookups"
-msgstr ""
-
-#: param/loadparm.c:823
-msgid "write cache size"
-msgstr ""
-
-#: param/loadparm.c:825
-msgid "Printing Options"
-msgstr ""
-
-#: param/loadparm.c:827
-msgid "total print jobs"
-msgstr ""
-
-#: param/loadparm.c:828
-msgid "max print jobs"
-msgstr ""
-
-#: param/loadparm.c:829
-msgid "load printers"
-msgstr ""
-
-#: param/loadparm.c:830
-msgid "printcap name"
-msgstr ""
-
-#: param/loadparm.c:831
-msgid "printcap"
-msgstr ""
-
-#: param/loadparm.c:832
-msgid "printable"
-msgstr ""
-
-#: param/loadparm.c:833
-msgid "print ok"
-msgstr ""
-
-#: param/loadparm.c:834
-msgid "postscript"
-msgstr ""
-
-#: param/loadparm.c:835
-msgid "printing"
-msgstr ""
-
-#: param/loadparm.c:836
-msgid "print command"
-msgstr ""
-
-#: param/loadparm.c:837
-msgid "disable spoolss"
-msgstr ""
-
-#: param/loadparm.c:838
-msgid "lpq command"
-msgstr ""
-
-#: param/loadparm.c:839
-msgid "lprm command"
-msgstr ""
-
-#: param/loadparm.c:840
-msgid "lppause command"
-msgstr ""
-
-#: param/loadparm.c:841
-msgid "lpresume command"
-msgstr ""
-
-#: param/loadparm.c:842
-msgid "queuepause command"
-msgstr ""
-
-#: param/loadparm.c:843
-msgid "queueresume command"
-msgstr ""
-
-#: param/loadparm.c:845
-msgid "enumports command"
-msgstr ""
-
-#: param/loadparm.c:846
-msgid "addprinter command"
-msgstr ""
-
-#: param/loadparm.c:847
-msgid "deleteprinter command"
-msgstr ""
-
-#: param/loadparm.c:848
-msgid "show add printer wizard"
-msgstr ""
-
-#: param/loadparm.c:849
-msgid "os2 driver map"
-msgstr ""
-
-#: param/loadparm.c:851
-msgid "printer name"
-msgstr ""
-
-#: param/loadparm.c:852
-msgid "printer"
-msgstr ""
-
-#: param/loadparm.c:853
-msgid "use client driver"
-msgstr ""
-
-#: param/loadparm.c:854
-msgid "printer driver"
-msgstr ""
-
-#: param/loadparm.c:855
-msgid "printer driver file"
-msgstr ""
-
-#: param/loadparm.c:856
-msgid "printer driver location"
-msgstr ""
-
-#: param/loadparm.c:858
-msgid "Filename Handling"
-msgstr ""
-
-#: param/loadparm.c:859
-msgid "strip dot"
-msgstr ""
-
-#: param/loadparm.c:861
-msgid "mangled stack"
-msgstr ""
-
-#: param/loadparm.c:862
-msgid "default case"
-msgstr ""
-
-#: param/loadparm.c:863
-msgid "case sensitive"
-msgstr ""
-
-#: param/loadparm.c:864
-msgid "casesignames"
-msgstr ""
-
-#: param/loadparm.c:865
-msgid "preserve case"
-msgstr ""
-
-#: param/loadparm.c:866
-msgid "short preserve case"
-msgstr ""
-
-#: param/loadparm.c:867
-msgid "mangle case"
-msgstr ""
-
-#: param/loadparm.c:868
-msgid "mangling char"
-msgstr ""
-
-#: param/loadparm.c:869
-msgid "hide dot files"
-msgstr ""
-
-#: param/loadparm.c:870
-msgid "hide unreadable"
-msgstr ""
-
-#: param/loadparm.c:871
-msgid "delete veto files"
-msgstr ""
-
-#: param/loadparm.c:872
-msgid "veto files"
-msgstr ""
-
-#: param/loadparm.c:873
-msgid "hide files"
-msgstr ""
-
-#: param/loadparm.c:874
-msgid "veto oplock files"
-msgstr ""
-
-#: param/loadparm.c:875
-msgid "map system"
-msgstr ""
-
-#: param/loadparm.c:876
-msgid "map hidden"
-msgstr ""
-
-#: param/loadparm.c:877
-msgid "map archive"
-msgstr ""
-
-#: param/loadparm.c:878
-msgid "mangled names"
-msgstr ""
-
-#: param/loadparm.c:879
-msgid "mangled map"
-msgstr ""
-
-#: param/loadparm.c:880
-msgid "stat cache"
-msgstr ""
-
-#: param/loadparm.c:882
-msgid "Domain Options"
-msgstr ""
-
-#: param/loadparm.c:884
-msgid "domain admin group"
-msgstr ""
-
-#: param/loadparm.c:885
-msgid "domain guest group"
-msgstr ""
-
-#: param/loadparm.c:888
-msgid "groupname map"
-msgstr ""
-
-#: param/loadparm.c:891
-msgid "machine password timeout"
-msgstr ""
-
-#: param/loadparm.c:893
-msgid "Logon Options"
-msgstr ""
-
-#: param/loadparm.c:895
-msgid "add user script"
-msgstr ""
-
-#: param/loadparm.c:896
-msgid "delete user script"
-msgstr ""
-
-#: param/loadparm.c:897
-msgid "add group script"
-msgstr ""
-
-#: param/loadparm.c:898
-msgid "delete group script"
-msgstr ""
-
-#: param/loadparm.c:899
-msgid "add user to group script"
-msgstr ""
-
-#: param/loadparm.c:900
-msgid "delete user from group script"
-msgstr ""
-
-#: param/loadparm.c:901
-msgid "add machine script"
-msgstr ""
-
-#: param/loadparm.c:902
-msgid "shutdown script"
-msgstr ""
-
-#: param/loadparm.c:903
-msgid "abort shutdown script"
-msgstr ""
-
-#: param/loadparm.c:905
-msgid "logon script"
-msgstr ""
-
-#: param/loadparm.c:906
-msgid "logon path"
-msgstr ""
-
-#: param/loadparm.c:907
-msgid "logon drive"
-msgstr ""
-
-#: param/loadparm.c:908
-msgid "logon home"
-msgstr ""
-
-#: param/loadparm.c:909
-msgid "domain logons"
-msgstr ""
-
-#: param/loadparm.c:911
-msgid "Browse Options"
-msgstr ""
-
-#: param/loadparm.c:913
-msgid "os level"
-msgstr ""
-
-#: param/loadparm.c:914
-msgid "lm announce"
-msgstr ""
-
-#: param/loadparm.c:915
-msgid "lm interval"
-msgstr ""
-
-#: param/loadparm.c:916
-msgid "preferred master"
-msgstr ""
-
-#: param/loadparm.c:917
-msgid "prefered master"
-msgstr ""
-
-#: param/loadparm.c:918
-msgid "local master"
-msgstr ""
-
-#: param/loadparm.c:919
-msgid "domain master"
-msgstr ""
-
-#: param/loadparm.c:920
-msgid "browse list"
-msgstr ""
-
-#: param/loadparm.c:921
-msgid "browseable"
-msgstr ""
-
-#: param/loadparm.c:922
-msgid "browsable"
-msgstr ""
-
-#: param/loadparm.c:923
-msgid "enhanced browsing"
-msgstr ""
-
-#: param/loadparm.c:925
-msgid "WINS Options"
-msgstr ""
-
-#: param/loadparm.c:926
-msgid "dns proxy"
-msgstr ""
-
-#: param/loadparm.c:927
-msgid "wins proxy"
-msgstr ""
-
-#: param/loadparm.c:929
-msgid "wins server"
-msgstr ""
-
-#: param/loadparm.c:930
-msgid "wins support"
-msgstr ""
-
-#: param/loadparm.c:931
-msgid "wins hook"
-msgstr ""
-
-#: param/loadparm.c:933
-msgid "Locking Options"
-msgstr ""
-
-#: param/loadparm.c:935
-msgid "blocking locks"
-msgstr ""
-
-#: param/loadparm.c:936
-msgid "fake oplocks"
-msgstr ""
-
-#: param/loadparm.c:937
-msgid "kernel oplocks"
-msgstr ""
-
-#: param/loadparm.c:938
-msgid "locking"
-msgstr ""
-
-#: param/loadparm.c:940
-msgid "oplocks"
-msgstr ""
-
-#: param/loadparm.c:941
-msgid "level2 oplocks"
-msgstr ""
-
-#: param/loadparm.c:942
-msgid "oplock break wait time"
-msgstr ""
-
-#: param/loadparm.c:943
-msgid "oplock contention limit"
-msgstr ""
-
-#: param/loadparm.c:944
-msgid "posix locking"
-msgstr ""
-
-#: param/loadparm.c:945
-msgid "strict locking"
-msgstr ""
-
-#: param/loadparm.c:946
-msgid "share modes"
-msgstr ""
-
-#: param/loadparm.c:949
-msgid "Ldap Options"
-msgstr ""
-
-#: param/loadparm.c:951
-msgid "ldap server"
-msgstr ""
-
-#: param/loadparm.c:952
-msgid "ldap port"
-msgstr ""
-
-#: param/loadparm.c:953
-msgid "ldap suffix"
-msgstr ""
-
-#: param/loadparm.c:954
-msgid "ldap filter"
-msgstr ""
-
-#: param/loadparm.c:955
-msgid "ldap root"
-msgstr ""
-
-#: param/loadparm.c:956
-msgid "ldap root passwd"
-msgstr ""
-
-#: param/loadparm.c:959
-msgid "Miscellaneous Options"
-msgstr ""
-
-#: param/loadparm.c:960
-msgid "add share command"
-msgstr ""
-
-#: param/loadparm.c:961
-msgid "change share command"
-msgstr ""
-
-#: param/loadparm.c:962
-msgid "delete share command"
-msgstr ""
-
-#: param/loadparm.c:964
-msgid "config file"
-msgstr ""
-
-#: param/loadparm.c:965
-msgid "preload"
-msgstr ""
-
-#: param/loadparm.c:966
-msgid "auto services"
-msgstr ""
-
-#: param/loadparm.c:967
-msgid "lock dir"
-msgstr ""
-
-#: param/loadparm.c:968
-msgid "lock directory"
-msgstr ""
-
-#: param/loadparm.c:970
-msgid "utmp directory"
-msgstr ""
-
-#: param/loadparm.c:971
-msgid "wtmp directory"
-msgstr ""
-
-#: param/loadparm.c:972
-msgid "utmp"
-msgstr ""
-
-#: param/loadparm.c:975
-msgid "default service"
-msgstr ""
-
-#: param/loadparm.c:976
-msgid "default"
-msgstr ""
-
-#: param/loadparm.c:977
-msgid "message command"
-msgstr ""
-
-#: param/loadparm.c:978
-msgid "dfree command"
-msgstr ""
-
-#: param/loadparm.c:979
-msgid "remote announce"
-msgstr ""
-
-#: param/loadparm.c:980
-msgid "remote browse sync"
-msgstr ""
-
-#: param/loadparm.c:981
-msgid "socket address"
-msgstr ""
-
-#: param/loadparm.c:982
-msgid "homedir map"
-msgstr ""
-
-#: param/loadparm.c:983
-msgid "time offset"
-msgstr ""
-
-#: param/loadparm.c:984
-msgid "NIS homedir"
-msgstr ""
-
-#: param/loadparm.c:985
-msgid "-valid"
-msgstr ""
-
-#: param/loadparm.c:987
-msgid "copy"
-msgstr ""
-
-#: param/loadparm.c:988
-msgid "include"
-msgstr ""
-
-#: param/loadparm.c:989
-msgid "exec"
-msgstr ""
-
-#: param/loadparm.c:990
-msgid "preexec"
-msgstr ""
-
-#: param/loadparm.c:992
-msgid "preexec close"
-msgstr ""
-
-#: param/loadparm.c:993
-msgid "postexec"
-msgstr ""
-
-#: param/loadparm.c:994
-msgid "root preexec"
-msgstr ""
-
-#: param/loadparm.c:995
-msgid "root preexec close"
-msgstr ""
-
-#: param/loadparm.c:996
-msgid "root postexec"
-msgstr ""
-
-#: param/loadparm.c:997
-msgid "available"
-msgstr ""
-
-#: param/loadparm.c:998
-msgid "volume"
-msgstr ""
-
-#: param/loadparm.c:999
-msgid "fstype"
-msgstr ""
-
-#: param/loadparm.c:1000
-msgid "set directory"
-msgstr ""
-
-#: param/loadparm.c:1001
-msgid "source environment"
-msgstr ""
-
-#: param/loadparm.c:1002
-msgid "wide links"
-msgstr ""
-
-#: param/loadparm.c:1003
-msgid "follow symlinks"
-msgstr ""
-
-#: param/loadparm.c:1004
-msgid "dont descend"
-msgstr ""
-
-#: param/loadparm.c:1005
-msgid "magic script"
-msgstr ""
-
-#: param/loadparm.c:1006
-msgid "magic output"
-msgstr ""
-
-#: param/loadparm.c:1007
-msgid "delete readonly"
-msgstr ""
-
-#: param/loadparm.c:1008
-msgid "dos filemode"
-msgstr ""
-
-#: param/loadparm.c:1009
-msgid "dos filetimes"
-msgstr ""
-
-#: param/loadparm.c:1010
-msgid "dos filetime resolution"
-msgstr ""
-
-#: param/loadparm.c:1012
-msgid "fake directory create times"
-msgstr ""
-
-#: param/loadparm.c:1013
-msgid "panic action"
-msgstr ""
-
-#: param/loadparm.c:1014
-msgid "hide local users"
-msgstr ""
-
-#: param/loadparm.c:1017
-msgid "VFS options"
-msgstr ""
-
-#: param/loadparm.c:1019
-msgid "vfs object"
-msgstr ""
-
-#: param/loadparm.c:1020
-msgid "vfs options"
-msgstr ""
-
-#: param/loadparm.c:1023
-msgid "msdfs root"
-msgstr ""
-
-#: param/loadparm.c:1024
-msgid "host msdfs"
-msgstr ""
-
-#: param/loadparm.c:1026
-msgid "Winbind options"
-msgstr ""
-
-#: param/loadparm.c:1028
-msgid "winbind uid"
-msgstr ""
-
-#: param/loadparm.c:1029
-msgid "winbind gid"
-msgstr ""
-
-#: param/loadparm.c:1030
-msgid "template homedir"
-msgstr ""
-
-#: param/loadparm.c:1031
-msgid "template shell"
-msgstr ""
-
-#: param/loadparm.c:1032
-msgid "winbind separator"
-msgstr ""
-
-#: param/loadparm.c:1033
-msgid "winbind cache time"
-msgstr ""
-
-#: param/loadparm.c:1034
-msgid "winbind enum users"
-msgstr ""
-
-#: param/loadparm.c:1035
-msgid "winbind enum groups"
-msgstr ""
diff --git a/source3/po/ja.gmo b/source3/po/ja.gmo
deleted file mode 100644
index 6d5579883f..0000000000
--- a/source3/po/ja.gmo
+++ /dev/null
Binary files differ
diff --git a/source3/po/pl.gmo b/source3/po/pl.gmo
deleted file mode 100644
index aaa86efb50..0000000000
--- a/source3/po/pl.gmo
+++ /dev/null
Binary files differ
diff --git a/source3/po/stamp-cat-id b/source3/po/stamp-cat-id
deleted file mode 100644
index 9788f70238..0000000000
--- a/source3/po/stamp-cat-id
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/source3/po/tr.gmo b/source3/po/tr.gmo
deleted file mode 100644
index a7a9ebb2df..0000000000
--- a/source3/po/tr.gmo
+++ /dev/null
Binary files differ
diff --git a/source3/po/zh_CN.gmo b/source3/po/zh_CN.gmo
deleted file mode 100644
index 5864706de5..0000000000
--- a/source3/po/zh_CN.gmo
+++ /dev/null
Binary files differ