1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE Locale SYSTEM 'locale.dtd'> 3<!-- 4 * This file is part of the LibreOffice project. 5 * 6 * This Source Code Form is subject to the terms of the Mozilla Public 7 * License, v. 2.0. If a copy of the MPL was not distributed with this 8 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 9 * 10 * This file incorporates work covered by the following license notice: 11 * 12 * Licensed to the Apache Software Foundation (ASF) under one or more 13 * contributor license agreements. See the NOTICE file distributed 14 * with this work for additional information regarding copyright 15 * ownership. The ASF licenses this file to you under the Apache 16 * License, Version 2.0 (the "License"); you may not use this file 17 * except in compliance with the License. You may obtain a copy of 18 * the License at http://www.apache.org/licenses/LICENSE-2.0 . 19 --> 20<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.0"> 21 <LC_INFO> 22 <Language> 23 <LangID>en</LangID> 24 <DefaultName>English</DefaultName> 25 </Language> 26 <Country> 27 <CountryID>ZM</CountryID> 28 <DefaultName>Zambia</DefaultName> 29 </Country> 30 </LC_INFO> 31 <LC_CTYPE ref="en_GB" /> 32 <LC_FORMAT ref="en_GB" replaceFrom="[CURRENCY]" replaceTo="[$K-A009]" /> 33 <LC_COLLATION ref="en_GB" /> 34 <LC_SEARCH ref="en_GB"/> 35 <LC_INDEX ref="en_GB"/> 36 <LC_CALENDAR ref="en_GB"/> 37 <LC_CURRENCY> 38 <Currency default="true" usedInCompatibleFormatCodes="true"> 39 <CurrencyID>ZMW</CurrencyID> 40 <CurrencySymbol>K</CurrencySymbol> 41 <BankSymbol>ZMW</BankSymbol> 42 <CurrencyName>Kwacha</CurrencyName> 43 <DecimalPlaces>2</DecimalPlaces> 44 </Currency> 45 </LC_CURRENCY> 46 <LC_TRANSLITERATION ref="en_GB"/> 47 <LC_MISC ref="en_GB"/> 48 <LC_NumberingLevel ref="en_GB"/> 49 <LC_OutLineNumberingLevel ref="en_GB"/> 50</Locale> 51
