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

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

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

# 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: millisegundo/millisegundos
secondTokens: segundo/segundos
minuteTokens: minuto/minutos
hourTokens: hora/horas
dayTokens: día/días
weekTokens: semana/semanas




© 2015 - 2025 Weber Informatics LLC | Privacy Policy