New: Add ru_UA informations
This commit is contained in:
parent
b89457cb0e
commit
fc47a48979
@ -19,7 +19,7 @@
|
|||||||
-- You should have received a copy of the GNU General Public License
|
-- You should have received a copy of the GNU General Public License
|
||||||
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
--
|
--
|
||||||
-- $Id: llx_c_currencies.sql,v 1.8 2011/08/03 01:25:46 eldy Exp $
|
-- $Id: llx_c_currencies.sql,v 1.9 2011/08/22 22:48:34 eldy Exp $
|
||||||
--
|
--
|
||||||
|
|
||||||
--
|
--
|
||||||
@ -82,10 +82,11 @@ insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'TR', 'T
|
|||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'ID', 'IDR', 1, 'Rupiahs d''indonesie');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'ID', 'IDR', 1, 'Rupiahs d''indonesie');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'IN', 'INR', 1, 'Roupie indienne');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'IN', 'INR', 1, 'Roupie indienne');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LT', 'LTL', 1, 'Litas');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LT', 'LTL', 1, 'Litas');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'RU', 'SUR', 1, 'Rouble');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'RU', 'SUR', 1, 'Rouble');
|
||||||
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'UA', 'UAH', 1, 'Hryvnia');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'FH', 'HUF', 1, 'Forint hongrois');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'FH', 'HUF', 1, 'Forint hongrois');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LK', 'LKR', 1, 'Roupies sri lanka');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'LK', 'LKR', 1, 'Roupies sri lanka');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'MU', 'MUR', 1, 'Roupies mauritiennes');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'MU', 'MUR', 1, 'Roupies mauritiennes');
|
||||||
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'SR', 'SAR', 1, 'Saudi riyal');
|
insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'SR', 'SAR', 1, 'Saudi riyal');
|
||||||
INSERT INTO llx_c_currencies ( code, code_iso, active, label ) VALUES ( 'MX', 'MXP', 1, 'Pesos Mexicans');
|
insert into llx_c_currencies ( code, code_iso, active, label ) VALUES ( 'MX', 'MXP', 1, 'Pesos Mexicans');
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
-- You should have received a copy of the GNU General Public License
|
-- You should have received a copy of the GNU General Public License
|
||||||
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
--
|
--
|
||||||
-- $Id: llx_c_tva.sql,v 1.27 2011/08/03 01:25:44 eldy Exp $
|
-- $Id: llx_c_tva.sql,v 1.28 2011/08/22 22:48:34 eldy Exp $
|
||||||
--
|
--
|
||||||
|
|
||||||
--
|
--
|
||||||
@ -200,6 +200,10 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (10
|
|||||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (106,10, '22.5','0','VAT 18% Majoré à 25% (22.5%)',1);
|
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (106,10, '22.5','0','VAT 18% Majoré à 25% (22.5%)',1);
|
||||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (107,10, '0','0','VAT Rate 0', 1);
|
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (107,10, '0','0','VAT Rate 0', 1);
|
||||||
|
|
||||||
|
-- UKRAINE (id country=226)
|
||||||
|
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (2261,226, '20','0','VAT standart rate',1);
|
||||||
|
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (2262,226, '0','0','VAT Rate 0',1);
|
||||||
|
|
||||||
-- UNITED OF KINGDOM (id country=7)
|
-- UNITED OF KINGDOM (id country=7)
|
||||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 71, 7, '20','0','VAT standard rate',1);
|
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 71, 7, '20','0','VAT standard rate',1);
|
||||||
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 72, 7, '17.5','0','VAT standard rate before 2011',1);
|
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 72, 7, '17.5','0','VAT standard rate before 2011',1);
|
||||||
|
|||||||
@ -281,6 +281,8 @@ CurrencyTND=Tunisian dinars
|
|||||||
CurrencySingTND=Tunisian dinar
|
CurrencySingTND=Tunisian dinar
|
||||||
CurrencyUSD=US Dollars
|
CurrencyUSD=US Dollars
|
||||||
CurrencySingUSD=US Dollar
|
CurrencySingUSD=US Dollar
|
||||||
|
CurrencyUAH=Hryvnia
|
||||||
|
CurrencySingUAH=Hryvnia
|
||||||
CurrencyXAF=CFA Francs BEAC
|
CurrencyXAF=CFA Francs BEAC
|
||||||
CurrencySingXAF=CFA Franc BEAC
|
CurrencySingXAF=CFA Franc BEAC
|
||||||
CurrencyXOF=CFA Francs BCEAO
|
CurrencyXOF=CFA Francs BCEAO
|
||||||
|
|||||||
@ -37,6 +37,7 @@ Language_pt_BR=Portuguese (Brazil)
|
|||||||
Language_pt_PT=Portuguese
|
Language_pt_PT=Portuguese
|
||||||
Language_ro_RO=Romanian
|
Language_ro_RO=Romanian
|
||||||
Language_ru_RU=Russian
|
Language_ru_RU=Russian
|
||||||
|
Language_ru_UA=Russian (Ukraine)
|
||||||
Language_tr_TR=Turkish
|
Language_tr_TR=Turkish
|
||||||
Language_sl_SI=Slovenian
|
Language_sl_SI=Slovenian
|
||||||
Language_sv_SV=Swedish
|
Language_sv_SV=Swedish
|
||||||
|
|||||||
@ -285,6 +285,8 @@ CurrencyTRL=Livres turques
|
|||||||
CurrencySingTRL=Livre turque
|
CurrencySingTRL=Livre turque
|
||||||
CurrencyUSD=Dollars US
|
CurrencyUSD=Dollars US
|
||||||
CurrencySingUSD=Dollar US
|
CurrencySingUSD=Dollar US
|
||||||
|
CurrencyUAH=Hryvnia
|
||||||
|
CurrencySingUAH=Hryvnia
|
||||||
CurrencyXAF=Francs CFA BEAC
|
CurrencyXAF=Francs CFA BEAC
|
||||||
CurrencySingXAF=Franc CFA BEAC
|
CurrencySingXAF=Franc CFA BEAC
|
||||||
CurrencyXOF=Francs CFA BCEAO
|
CurrencyXOF=Francs CFA BCEAO
|
||||||
|
|||||||
@ -37,6 +37,7 @@ Language_pt_BR=Portugais (Brésil)
|
|||||||
Language_pt_PT=Portugais
|
Language_pt_PT=Portugais
|
||||||
Language_ro_RO=Roumain
|
Language_ro_RO=Roumain
|
||||||
Language_ru_RU=Russe
|
Language_ru_RU=Russe
|
||||||
|
Language_ru_UA=Russe (Ukraine)
|
||||||
Language_tr_TR=Turque
|
Language_tr_TR=Turque
|
||||||
Language_sl_SI=Slovène
|
Language_sl_SI=Slovène
|
||||||
Language_sv_SV=Suédois
|
Language_sv_SV=Suédois
|
||||||
|
|||||||
19
htdocs/langs/ru_UA/main.lang
Executable file
19
htdocs/langs/ru_UA/main.lang
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
/*
|
||||||
|
* Language code: ru_UA
|
||||||
|
*/
|
||||||
|
|
||||||
|
CHARSET=UTF-8
|
||||||
|
FONTFORPDF=freemono
|
||||||
|
// FONTFORPDF=DejaVuSans
|
||||||
|
FONTSIZEFORPDF=8
|
||||||
|
DIRECTION=ltr
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue
Block a user