All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.clapper.util.text.DurationBundle_fr.properties Maven / Gradle / Ivy

The newest version!
# $Id: d93aeabf7c820c65e09d4132dd4c8697034d5474 $
# ---------------------------------------------------------------------------

# The "/" is the delimiter.
#
# Format: singular_form/plural_form[/extra] ...
# The first token pair is what's always used for output. The additional
# pairs are recognized on input
#
# Examples:
#
# 1. millisecond/milliseconds/ms
#
#    This says:
#
#    a) The parser will recognize "millisecond", "milliseconds", and "ms"
#       as meaning "milliseconds".
#    b) The formatter will always output "1 millisecond" for a single 
#       millisecond.
#    c) For more than one millisecond, the formatter will use "milliseconds".
#       e.g., "20 milliseconds"

millisecondTokens: milliseconde/millisecondes
secondTokens: seconde/secondes
minuteTokens: minute/minutes
hourTokens: heure/heures
dayTokens: jour/jours
weekTokens: semaine/semaines




© 2015 - 2025 Weber Informatics LLC | Privacy Policy