From 80fb68125abe4cbef8b0bb37e798ca0311a08690 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Thu, 7 Aug 2008 07:12:19 +0000 Subject: [PATCH] Add translation for en_AU --- htdocs/langs/en_AU/main.lang | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 htdocs/langs/en_AU/main.lang diff --git a/htdocs/langs/en_AU/main.lang b/htdocs/langs/en_AU/main.lang new file mode 100644 index 00000000000..93eda047182 --- /dev/null +++ b/htdocs/langs/en_AU/main.lang @@ -0,0 +1,25 @@ +# Dolibarr language file - en_AU - main +# This file contains only line that must differs from en_US +CHARSET=ISO-8859-1 +UnitPrice=Unit price +UnitPriceHT=Unit price (excl GST) +UnitPriceTTC=Unit price +PriceU=U.P. +PriceUHT=U.P. (excl GST) +PriceUTTC=U.P. +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 \ No newline at end of file -- GitLab