250579bcc1
2009-03-06 16:20:11 +0100 ihi r269015 : back to old 2009-03-06 16:19:30 +0100 ihi r269014 : back to old 2009-03-06 16:10:20 +0100 ihi r269012 : L10N OOo 3.1 fixed 2009-03-04 15:57:28 +0100 ihi r268840 : #L10N OOo 3.1 fixes 2009-03-04 12:44:37 +0100 mav r268813 : #i99855# fix About box text 2009-03-03 17:14:02 +0100 ihi r268769 : #i99792# added sc 2009-03-02 13:21:28 +0100 ihi r268648 : L10N OOo 3.1 2009-02-26 17:07:28 +0100 ihi r268543 : back to old list 2009-02-26 17:06:29 +0100 ihi r268541 : back to old list 2009-02-26 16:58:46 +0100 ihi r268537 : L10N OOo 3.1 fixed 2009-02-26 13:03:55 +0100 ihi r268506 : L10N OOo 3.1 fixed 2009-02-23 14:51:26 +0100 ihi r268356 : #i99364# add missing Embedding.xcu 2009-02-18 11:22:02 +0100 obo r268208 : #i99313# SerbianLatin added 2009-02-15 10:55:44 +0100 vg r267760 : #i98847#,#i98836#,#i98855#,#i98840#,#i99083#,#i99025#,#i98703#,#i95786#,#i98746#,#i91317#,#i98848#,#i98843#,#i98854#,#i98624#,#i95553#,#i66473#,#i98708#,#i95780#,#i98687#,#i95785#,#i98968#,#i98845#,#i98818#,#i95796#,#i98706#,#i98850#,#i98635#,#i98707#,#i98704#,#i95783#,#i98849#,#i98645#,#i98445#,#i98835#,#i97988#,#i98852#,#i98565#,#i95784#,#i98710#,#i98637#,#i98839#,#i98786#,#i95788#,#i98842#,#i99055#,#i98853#,#i98841#,#i98851#,#i98446#,#i98844#,#i98834#,#i98679#,#i95787#,#i98696#,#i80868#,#i98846#,#i95795# localization35 CWS: localization for OOo 3.1 2009-02-11 23:51:32 +0100 vg r267629 : #i95553# AutoCorrect file for Luxembourgish 2009-02-11 23:48:04 +0100 vg r267628 : #i98679#
40 lines
1.8 KiB
Makefile
40 lines
1.8 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: postset.mk,v $
|
|
#
|
|
# $Revision: 1.47.50.1 $
|
|
#
|
|
# This file is part of OpenOffice.org.
|
|
#
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
# only, as published by the Free Software Foundation.
|
|
#
|
|
# OpenOffice.org 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 version 3 for more details
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
# <http://www.openoffice.org/license.html>
|
|
# for a copy of the LGPLv3 License.
|
|
#
|
|
#*************************************************************************
|
|
|
|
|
|
# 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 as-IN be-BY bg br brx bn bn-BD bn-IN bs by ca cs cy da de dgo dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gd gl gu gu-IN he hi-IN hr hu it ja ka kk km kn ko kok ks ku lo lt lv mai mk mn mni ms ml-IN mr-IN my ne nb nl nn nr ns oc or-IN pa-IN pl pt pt-BR ru rw sat sa-IN sc sd sk sl sh sr ss st sv sw sw-TZ te-IN ti-ER ta-IN th tn tr ts tg ur-IN uk uz ve vi xh zh-CN zh-TW zu
|
|
|
|
alllangiso=$(strip $(defaultlangiso) $(subst,$(defaultlangiso), $(uniq $(subst,ALL,$(completelangiso) $(WITH_LANG)))))
|