1# ----------------------------------------------------------------------
2# Curses::UI::Language::spanish
3# Maintainer: marcus@thiesenweb.de
4# ----------------------------------------------------------------------
5
6package Curses::UI::Language::spanish;
71;
8__DATA__
9
10# ----------------------------------------------------------------------
11# For Curses::UI
12# ----------------------------------------------------------------------
13
14[screen_too_small]
15Tu pantalla es muy pequea para esta aplicacin.
16Cambia el tamao de tu pantalla y reinicia la aplicaci�n.
17Presiona <CTRL+C> para salir...
18
19# ----------------------------------------------------------------------
20# For Curses::UI::Calendar
21# ----------------------------------------------------------------------
22
23[months]
24Enero Febrero Marzo Abril Mayo Junio Julio
25Agosto Septiembre Octubre Noviembre Diciembre
26
27[days_short] Do Lu Mar Mie Ju Vi Sa
28
29# ----------------------------------------------------------------------
30# For Curses::UI::Buttonbox
31# ----------------------------------------------------------------------
32
33[button_ok]      o:Aceptar
34[button_cancel]  c:Cancelar
35[button_yes]     y:S�
36[button_no]      n:No
37
38# ----------------------------------------------------------------------
39# For Curses::UI::Dialog::Error
40# ----------------------------------------------------------------------
41
42[error_title]    Mensaje de Error
43
44# ----------------------------------------------------------------------
45# For Curses::UI::Dialog::FileBrowser
46# ----------------------------------------------------------------------
47
48# The filebrowser title
49[file_title]     Selecciona un archivo
50[file_savetitle] Selecciona un archivo a donde grabar
51[file_loadtitle] Selecciona un archivo de donde cargar
52
53# The dirbrowser title
54[dir_title]     Selecciona un directorio
55
56# The labels for the dialog screen.
57[file_path]      Ruta :
58[file_file]      Archivo :
59[file_mask]      Mscara :
60
61# The size of the longest label
62[file_labelsize] 6
63
64# On directory up
65[file_dirup] Directory padre
66
67# For asking the user if a file may be overwritten
68[file_overwrite_title] Confirmar
69[file_overwrite_question_pre]
70Realmente quieres sobreescribir el archivo "
71[file_overwrite_question_post]
72"?
73
74# Errors
75[file_err_opendir_pre] No se puede abrir el directorio "
76[file_err_opendir_post] "
77[file_err_nofileselected] No has seleccionado un archivo!
78
79