Add new zeland language

This commit is contained in:
Laurent Destailleur 2011-02-20 16:01:09 +00:00
parent fa0d06dd8c
commit 0324b532f8
6 changed files with 66 additions and 0 deletions

1
htdocs/langs/en_NZ/.cvsignore Executable file
View File

@ -0,0 +1 @@
google.lang

View File

@ -0,0 +1,10 @@
# Dolibarr language file - en_NZ - companies
# This file contains only line that must differs from en_US
CHARSET=UTF-8
VATIsUsed=GST is used
VATIsNotUsed=GST is not used
VATIntra=GST number
VATIntraShort=GST number
VATIntraVeryShort=GST
VATIntraSyntaxIsValid=Syntax is valid
VATIntraValueIsValid=Value is valid

16
htdocs/langs/en_NZ/compta.lang Executable file
View File

@ -0,0 +1,16 @@
# Dolibarr language file - en_NZ - compta
# This file contains only line that must differs from en_US
CHARSET=UTF-8
AmountHTVATRealReceived=Amount excl GST collected
AmountHTVATRealPaid=Amount excl GST paid
VATToPay=GST to pay
VATReceived=GST received
VATToCollect=GST to collect
VATSummary=GST Summary
VATPaid=GST paid
VATCollected=GST collected
NewVATPayment=New GST payment
VATPayment=GST Payment
VATPayments=GST Payments
TotalToPay=Total to pay
TotalVATReceived=Total GST received

37
htdocs/langs/en_NZ/main.lang Executable file
View File

@ -0,0 +1,37 @@
# Dolibarr language file - en_NZ - main
# This file contains only line that must differs from en_US file
CHARSET=UTF-8
SeparatorDecimal=.
SeparatorThousand=,
FormatDateShort=%d/%m/%Y
FormatDateShortJava=dd/MM/yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y
FormatDateHourShort=%d/%m/%Y %H:%M
FormatDateHourTextShort=%d %b %Y %H:%M
FormatDateHourText=%d %B %Y %H:%M
UnitPrice=Unit price
UnitPriceHT=Unit price (excl GST)
UnitPriceTTC=Unit price
PriceU=U.P.
PriceUHT=U.P. (net)
PriceUTTC=U.P.
PriceUHTShort=P.U. HT
PriceUTTCShort=P.U. TTC
AmountHT=Amount (excl GST)
AmountTTC=Amount (incl GST)
AmountVAT=Amount GST
PriceQtyHT=Price for this quantity excl GST
PriceQtyMinHT=Price quantity min. excl GST
PriceQtyTTC=Price for this quantity incl GST
PriceQtyMinTTC=Price quantity min. incl GST
TotalHT=Total (excl GST)
TotalTTC=Total (incl GST)
TotalTTCToYourCredit=Total (incl GST) to your credit
TotalVAT=Total GST
IncludedVAT=Included GST
HT=excl GST
TTC=Incl GST
VAT=GST
VATRate=GST Rate

View File

@ -10,6 +10,7 @@ Language_el_GR=Greek
Language_en_AU=English (Australia)
Language_en_GB=English (United Kingdom)
Language_en_IN=English (India)
Language_en_NZ=English (New Zeland)
Language_en_US=English (United States)
Language_es_ES=Spanish
Language_es_AR=Spanish (Argentina)

View File

@ -10,6 +10,7 @@ Language_el_GR=Grèque
Language_en_AU=Anglais (Australie)
Language_en_GB=Anglais (Royaume-Uni)
Language_en_IN=Anglais (Inde)
Language_en_NZ=Anglais (Nouvelle Zeland)
Language_en_US=Anglais (Etats-Unis)
Language_es_ES=Espagnol
Language_es_AR=Espagnol (Argentine)