﻿// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
/**
 * ICU <specials> source: <path>/common/main/fi.xml
 */
fi{
    Version{"2.1.8.9"}
    units{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"päivät"}
                one{"{0} päivä"}
                other{"{0} päivää"}
            }
            hour{
                dnam{"tunnit"}
                one{"{0} tunti"}
                other{"{0} tuntia"}
                per{"{0} tunnissa"}
            }
            microsecond{
                dnam{"mikrosekunnit"}
                one{"{0} mikrosekunti"}
                other{"{0} mikrosekuntia"}
            }
            millisecond{
                dnam{"millisekunnit"}
                one{"{0} millisekunti"}
                other{"{0} millisekuntia"}
            }
            minute{
                dnam{"minuutit"}
                one{"{0} minuutti"}
                other{"{0} minuuttia"}
            }
            month{
                dnam{"kuukaudet"}
                one{"{0} kuukausi"}
                other{"{0} kuukautta"}
            }
            nanosecond{
                dnam{"nanosekunnit"}
                one{"{0} nanosekunti"}
                other{"{0} nanosekuntia"}
            }
            second{
                dnam{"sekunnit"}
                one{"{0} sekunti"}
                other{"{0} sekuntia"}
                per{"{0} sekunnissa"}
            }
            week{
                dnam{"viikot"}
                one{"{0} viikko"}
                other{"{0} viikkoa"}
            }
            year{
                dnam{"vuodet"}
                one{"{0} vuosi"}
                other{"{0} vuotta"}
            }
        }
    }
    unitsNarrow{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"pv"}
                one{"{0}pv"}
                other{"{0}pv"}
            }
            hour{
                dnam{"t"}
                one{"{0}t"}
                other{"{0}t"}
                per{"{0}/t"}
            }
            microsecond{
                dnam{"μs"}
                one{"{0}μs"}
                other{"{0}μs"}
            }
            millisecond{
                dnam{"ms"}
                one{"{0}ms"}
                other{"{0}ms"}
            }
            minute{
                dnam{"min"}
                one{"{0}min"}
                other{"{0}min"}
            }
            month{
                dnam{"kk"}
                one{"{0}kk"}
                other{"{0}kk"}
            }
            nanosecond{
                dnam{"ns"}
                one{"{0}ns"}
                other{"{0}ns"}
            }
            second{
                dnam{"s"}
                one{"{0}s"}
                other{"{0}s"}
                per{"{0}/s"}
            }
            week{
                dnam{"vk"}
                one{"{0}vk"}
                other{"{0}vk"}
            }
            year{
                dnam{"v"}
                one{"{0}v"}
                other{"{0}v"}
            }
        }
    }
    unitsShort{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"pv"}
                one{"{0} pv"}
                other{"{0} pv"}
            }
            hour{
                dnam{"t"}
                one{"{0} t"}
                other{"{0} t"}
                per{"{0}/t"}
            }
            microsecond{
                dnam{"μs"}
                one{"{0} μs"}
                other{"{0} μs"}
            }
            millisecond{
                dnam{"ms"}
                one{"{0} ms"}
                other{"{0} ms"}
            }
            minute{
                dnam{"min"}
                one{"{0} min"}
                other{"{0} min"}
            }
            month{
                dnam{"kk"}
                one{"{0} kk"}
                other{"{0} kk"}
            }
            nanosecond{
                dnam{"ns"}
                one{"{0} ns"}
                other{"{0} ns"}
            }
            second{
                dnam{"sek"}
                one{"{0} s"}
                other{"{0} s"}
                per{"{0}/s"}
            }
            week{
                dnam{"vk"}
                one{"{0} vk"}
                other{"{0} vk"}
            }
            year{
                dnam{"v"}
                one{"{0} v"}
                other{"{0} v"}
            }
        }
    }
}
