﻿// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
/**
 * ICU <specials> source: <path>/common/main/ca.xml
 */
ca{
    Version{"2.1.8.9"}
    units{
        compound{
            per{"{0} per {1}"}
        }
        duration{
            day{
                dnam{"dies"}
                one{"{0} dia"}
                other{"{0} dies"}
            }
            hour{
                dnam{"hores"}
                one{"{0} hora"}
                other{"{0} hores"}
                per{"{0} per hora"}
            }
            microsecond{
                dnam{"microsegon"}
                one{"{0} microsegon"}
                other{"{0} microsegons"}
            }
            millisecond{
                dnam{"mil·lisegons"}
                one{"{0} mil·lisegon"}
                other{"{0} mil·lisegons"}
            }
            minute{
                dnam{"minuts"}
                one{"{0} minut"}
                other{"{0} minuts"}
            }
            month{
                dnam{"mesos"}
                one{"{0} mes"}
                other{"{0} mesos"}
            }
            nanosecond{
                dnam{"nanosegons"}
                one{"{0} nanosegon"}
                other{"{0} nanosegons"}
            }
            second{
                dnam{"segons"}
                one{"{0} segon"}
                other{"{0} segons"}
                per{"{0} per segon"}
            }
            week{
                dnam{"setmanes"}
                one{"{0} setmana"}
                other{"{0} setmanes"}
            }
            year{
                dnam{"anys"}
                one{"{0} any"}
                other{"{0} anys"}
            }
        }
    }
    unitsNarrow{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"dia"}
                one{"{0} d"}
                other{"{0} d"}
            }
            hour{
                dnam{"h"}
                one{"{0} h"}
                other{"{0} h"}
            }
            millisecond{
                dnam{"ms"}
                one{"{0} ms"}
                other{"{0} ms"}
            }
            minute{
                dnam{"min"}
                one{"{0} min"}
                other{"{0} min"}
            }
            month{
                dnam{"mes"}
                one{"{0} m"}
                other{"{0} m"}
            }
            second{
                dnam{"s"}
                one{"{0} s"}
                other{"{0} s"}
            }
            week{
                dnam{"s"}
                one{"{0}s"}
                other{"{0} s"}
            }
            year{
                dnam{"anys"}
                one{"{0} any"}
                other{"{0} anys"}
            }
        }
    }
    unitsShort{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"dies"}
                one{"{0} dia"}
                other{"{0} dies"}
            }
            hour{
                dnam{"h"}
                one{"{0} h"}
                other{"{0} h"}
                per{"{0}/h"}
            }
            microsecond{
                dnam{"μs"}
                one{"{0} μs"}
                other{"{0} μs"}
            }
            millisecond{
                dnam{"mil·lisegons"}
                one{"{0} ms"}
                other{"{0} ms"}
            }
            minute{
                dnam{"min"}
                one{"{0} min"}
                other{"{0} min"}
            }
            month{
                dnam{"mesos"}
                one{"{0} mes"}
                other{"{0} mesos"}
            }
            nanosecond{
                dnam{"ns"}
                one{"{0} ns"}
                other{"{0} ns"}
            }
            second{
                dnam{"s"}
                one{"{0} s"}
                other{"{0} s"}
                per{"{0}/s"}
            }
            week{
                dnam{"setm."}
                one{"{0} setm."}
                other{"{0} setm."}
            }
            year{
                dnam{"anys"}
                one{"{0} any"}
                other{"{0} anys"}
            }
        }
    }
}
