month names

Name

monthname_01_text, monthname_02_text, monthname_03_text, monthname_04_text, monthname_05_text, monthname_06_text, monthname_07_text, monthname_08_text, monthname_09_text, monthname_10_text, monthname_11_text, monthname_12_text -- the names of the months

Synopsis

    monthname_01_text="January"
    monthname_02_text="February"
    monthname_03_text="March"
    monthname_04_text="April"
    monthname_05_text="May"
    monthname_06_text="June"
    monthname_07_text="July"
    monthname_08_text="August"
    monthname_09_text="September"
    monthname_10_text="October"
    monthname_11_text="November"
    monthname_12_text="December"
  

Description

makethumbs loves to use month names in the oddest places. Well not so odd—it occasionally uses the timestamps of photos as captions when it can't find anything better to use for a caption. These settings exist primarily for localization to other languages. If your language doesn't usually use names of the months in its dates, you can set these to be numbers;makethumbs doesn't care.

See also

use_timestamps_as_captions , usa_specific_date_format_checks , "ref.date_formatting_text

Examples

If you'd prefer German month names, you'd use settings like these:

    monthname_01_text="Januar"
    monthname_02_text="Februar"
    monthname_03_text="März"
    monthname_04_text="April"
    monthname_05_text="Mai"
    monthname_06_text="Juni"
    monthname_07_text="Juli"
    monthname_08_text="August"
    monthname_09_text="September"
    monthname_10_text="Oktober"
    monthname_11_text="November"
    monthname_12_text="Dezember"