a9f371a745
2005/11/15 13:59:22 vg 1.32.12.2: Localisation of OOo 2.0.1: #i57523# #i57178# #i57369# #i57354# #i57246# #i57231# #i57153# #i57107# #i56227# #i57221# #i57199# #i57373# #i57104# #i56231# #i57278# #i55871# #i57240# #i57056# #i56232# #i57111# #i57234# #i56170# #i56740# #i57241# #i57044# #i57195# #i57149# #i57230# #i57257# #i57329# #i57372# #i57264# #i56971# #i57183# #i53092# #i57067# #i57110# #i56089# #i57029# #i57233# #i57031# #i56714# #i57201# #i57101# #i57038# #i57319# #i57239# #i56797# #i56234# #i57515# #i57509# #i57171# #i52667# #i57327# #i57061# #i56795# #i56572# #i57506# #i52671# #i57069# #i57342# #i57058# #i57173# #i57112# #i57161# #i57102# #i57328# #i55810# #i57333# #i57045# #i52659# #i56973# #i56485# #i57502# #i52715# #i52706# #i57449# #i57202# #i57325# #i52708# #i57483# #i57065# #i57210# #i57106# #i52709# #i57193# #i52705# #i55622# #i57236# #i57213# #i57192# #i56965# #i56331# #i57170# #i56245# #125982# #i57280# #i57473# #i56794# #i56664# #125992# #i57281# #i56728# #i56481# #i57479# #i57180# #i57225# #i52663# #i56729# #i56444# #i57324# #i56901# #i52710# #i57504# #i57054# #i57204# #i57237# #i57187# #i53428# #i57481# #i57147# #i57114# #i56876# #i57256# #125983# #i56792# #i57134# #i57279# #i57066# #125989# #i57033# #i55866# #i56791# #i57140# #i57238# #i57036# #i57326# #i57073# #i56962# #i57222# #i57185# 2005/11/04 13:50:07 vg 1.32.12.1: #i56971# bs-BA added
44 lines
1.9 KiB
Makefile
44 lines
1.9 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: postset.mk,v $
|
|
#
|
|
# $Revision: 1.33 $
|
|
#
|
|
# last change: $Author: obo $ $Date: 2005-11-15 19:16:50 $
|
|
#
|
|
# The Contents of this file are made available subject to
|
|
# the terms of GNU Lesser General Public License Version 2.1.
|
|
#
|
|
#
|
|
# GNU Lesser General Public License Version 2.1
|
|
# =============================================
|
|
# Copyright 2005 by Sun Microsystems, Inc.
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License version 2.1, as published by the Free Software Foundation.
|
|
#
|
|
# This library is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with this library; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
# MA 02111-1307 USA
|
|
#
|
|
#*************************************************************************
|
|
|
|
|
|
# Default ISO code used when no languages specified
|
|
# This language will be always included!
|
|
defaultlangiso=en-US
|
|
|
|
# Complete list of all supported ISO codes
|
|
completelangiso=af ar be-BY bg br bn bn-BD bn-IN bs ca cs cy da de el en-GB en-US en-ZA eo es et eu fi fr ga gl gu-IN he hi-IN hr hu it ja km kn-IN ko lo lt lv mk ms ne nb nl nn nr ns pa-IN pl pt pt-BR ru rw sk sl sh-YU sr-CS ss st sv sw sw-TZ sx ta-IN th tn tr ts ve vi xh zh-CN zh-TW zu
|
|
|
|
alllangiso=$(strip $(defaultlangiso) $(subst,$(defaultlangiso), $(uniq $(subst,ALL,$(completelangiso) $(WITH_LANG)))))
|