# Translations courtesy of Santiago Juanico, ronin@galamenorca.com. # Created 2002-06-02. Thank you Santi! # Here are the makethumbs defaults. Put these in your ~/.makethumbsrc, # change some of them, and rerun makethumbs for them to take effect. # The @ signs are values that will be substituted in at runtime. # For instance, # # Image @CURRENT@ of @TOTAL@ # will become something like # Image 17 of 35 # when makethumbs runs. # html_charset might be iso-8859-1 or EUC-JP or what have you. html_charset="iso-8859-1" this_page_created_text="Esta página @LINKSTART@ha sido creada@LINKEND@ el día @DATE@." ## "Image set @NUMBER@" is used when there are many images. makethumbs ## will create several index.html pages, and at the top it will write ## [Image set 1] [Image set 2] [All in one] ## at the top. The "All in one" page is all of the images. image_set_n_text="Grupo de imágenes @NUMBER@" image_set_all_text="Todas" # The following is shown on each slideshow page; it'll look like # Image 17 of 35 image_xx_of_yy_text="Imagen @CURRENT@ de @TOTAL@" # The following refer to sizes of images. "reduced" and "large" are images # that makethumbs created; "original" is the image that you provided. reduced_text="reducidas" large_text="grandes" original_text="original" original_image_text="Imagen original" # Navigation links, to move between the images: slideshow_previous="anterior" slideshow_ret_to_index="indice" slideshow_next="siguiente" # The following will format dates like # December 20, 2002 date_formatting_text="@DAY@ de @MONTH@ de @YEAR@" # In the USA a date like 2002-04-08 (April 8th) is written 4/8/02. # In countries where it's written 8/4 instead, you'll want to set # the following variable to 0. usa_specific_date_format_checks=0 monthname_01_text="Enero" monthname_02_text="Febrero" monthname_03_text="Marzo" monthname_04_text="Abril" monthname_05_text="Mayo" monthname_06_text="Junio" monthname_07_text="Julio" monthname_08_text="Agosto" monthname_09_text="Septiembre" monthname_10_text="Octubre" monthname_11_text="Noviembre" monthname_12_text="Diciembre"