summaryrefslogtreecommitdiff
path: root/source3/po/genmsg
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-08-06 20:38:39 +0200
committerKai Blin <kai@samba.org>2009-08-07 09:54:52 +0200
commitba830cf1cdcd2a276f3ea2c50274627f5951bdf9 (patch)
treea1055d32fcee7d5901e9b5c613a68ef48e67f345 /source3/po/genmsg
parent8dcf3b7062dbdbaa90851e40e23666a9c009c5f4 (diff)
downloadsamba-ba830cf1cdcd2a276f3ea2c50274627f5951bdf9.tar.gz
samba-ba830cf1cdcd2a276f3ea2c50274627f5951bdf9.tar.bz2
samba-ba830cf1cdcd2a276f3ea2c50274627f5951bdf9.zip
Revert "s3: Update i18n files"
This reverts commit 57b5269038624b70e117025af9b977e0addcdc8e, 6e044a22cf232798efbd40a2b55fd9556483d403 and c9803ee26ad1b2f92f2ce7653ce16ac84d0b3eb6. The correct location for net .po files is in locale/net/
Diffstat (limited to 'source3/po/genmsg')
-rwxr-xr-xsource3/po/genmsg18
1 files changed, 1 insertions, 17 deletions
diff --git a/source3/po/genmsg b/source3/po/genmsg
index bab6dd6e5c..9e9b53b3c8 100755
--- a/source3/po/genmsg
+++ b/source3/po/genmsg
@@ -15,24 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-add_basedir_to_filelist() {
- BASEDIR="$1"
- shift;
- FILELIST="$@"
- FULL_LIST=""
- for file in ${FILELIST}; do
- FULL_LIST="${FULL_LIST} $BASEDIR/${file}"
- done
- echo ${FULL_LIST}
-}
-NET_FILES=`add_basedir_to_filelist ../utils net.c net_ads.c net_ads_gpo.c \
- net_afs.c net_cache.c net_conf.c net_dom.c net_eventlog.c \
- net_file.c net_group.c net_groupmap.c net_help.c net_help_common.c \
- net_idmap.c net_join.c net_lookup.c net_lua.c net_rap.c \
- net_registry.c net_registry_util.c net_rpc.c`
-
-FILES="../web/swat.c ../web/statuspage.c ../param/loadparm.c ${NET_FILES}"
+FILES='../web/swat.c ../web/statuspage.c ../param/loadparm.c'
LANGS='en ja tr pl fr de it ru'
XGETTEXT=xgettext