home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / Free / Prg / e-checker.exe / emailchecker.rc next >
Encoding:
Text File  |  1998-08-07  |  4.6 KB  |  121 lines

  1. //app icons
  2. 10 icon "mail.ico"
  3. 20 icon "sinmail.ico"
  4. 30 icon "nomail.ico"
  5. 40 icon "spin1.ico"
  6. 50 icon "spin2.ico"
  7. 60 icon "spin3.ico"
  8. 70 icon "spin4.ico"
  9. 80 icon "tienenuevo.ico"
  10. 90 icon "notienenuevo.ico"
  11. 100 bitmap "user.bmp"
  12. 101 bitmap "user2.bmp"
  13. 102 bitmap "user3.bmp"
  14. // Messages in spanish and english
  15. // Spanish
  16. stringtable discardable
  17. begin
  18.     200         "No hay mensajes nuevos"
  19.     201         "Debe configurar el programa"
  20.     202         "Aceptar"
  21.     203         "Ver e-mail"
  22.     204         "El servidor de correo no responde"
  23.     205         "e-checker: sin respuesta del servidor"
  24.     206         "El usuario POP3 es invßlido"
  25.     207         "e-checker: usuario POP3 invßlido"
  26.     208         "El password POP3 es invßlido"
  27.     209         "e-checker: password POP3 invßlido"
  28.     210         "Comando STAT no reconocido"
  29.     211         "e-checker: no puede ejecutar STAT"
  30.     212         "Tiene"
  31.     213         "mensajes nuevos"
  32.     214         "e-checker: problemas en conexi≤n"
  33.     215         "Hubo un error al llamar al programa de e-mail"
  34.     216        "e-checker: esperando respuesta del servidor"
  35.     230         "Acerca de"
  36.     231         "Desarrollo:"
  37.     240         "Configurar"
  38.     241         "Servidor y buz≤n POP3"
  39.     242         "Intervalos"
  40.     243         "Programa E-mail"
  41.     244         "Identidad"
  42.     245         "Intervalo"
  43.     246         "Programa"
  44.     247         "Cerrar"
  45.     248         "Nombre del servidor de correo o direcci≤n IP:"
  46.     249         "Nombre del buz≤n:"
  47.     250         "Contrase±a del buz≤n:"
  48.     251         "Ingrese aquφ los datos para establecer la conexi≤n POP3 con su servidor de correo electr≤nico."
  49.     252         "cada"
  50.     253         "Indique la ruta completa al programa de e-mail (por ejemplo C:\EUDORA\EUDORA.EXE)"
  51.     254         "Opcional: indique los argumentos de la lφnea de comandos"
  52.     255         "minutos"
  53.     256         "Establezca el intervalo de tiempo que debe transcurrir para que e-checker verifique la existencia de nuevo correo:"
  54.     257         "segundos"
  55.     258         "Establezca el intervalo de tiempo que debe esperar e-checker por la respuesta del servidor"
  56.     259         "Sonido ante la llegada de nuevo mail"
  57.     269         "Examinar ..."
  58.     270         "Debe indicar el nombre o direccion IP"
  59.     271         "Debe indicar el usuario POP3"
  60.     272         "Debe indicar un intervalo mayor que cero"
  61.     273         "Debe indicar un timeout mayor que cero"
  62.     274         "Todos los archivos"
  63.     275         "Programa de e-mail"
  64.     276         "Archivos de sonido "
  65.     277         "Sonido de anuncio"
  66. end
  67. // English
  68. stringtable discardable
  69. begin
  70.     300         "No messages"
  71.     301         "Please configure the program"
  72.     302         "Ok"
  73.     303         "Open e-mail"
  74.     304         "The mail server don't answer"
  75.     305         "e-checker: no server answer"
  76.     306         "Invalid POP3 user"
  77.     307         "e-checker: invalid POP3 user"
  78.     308         "Invalid POP3 password"
  79.     309         "e-checker: invalid POP3 password"
  80.     310         "STAT command not recognized"
  81.     311         "e-checker: can't execute STAT"
  82.     312         "You have"
  83.     313         "new messages"
  84.     314         "e-checker: Communications problem"
  85.     315         "There was an error calling the e-mail program"
  86.     316        "e-checker: waiting server"
  87.     330         "About"
  88.     331         "Developed by:"
  89.     340         "Configure"
  90.     341         "POP3 mailbox"
  91.     342         "Intervals"
  92.     343         "E-mail program"
  93.     344         "Mailbox"
  94.     345         "Intervals"
  95.     346         "Program"
  96.     347         "Close"
  97.     348         "POP3 mail server or IP adress:"
  98.     349         "Mailbox:"
  99.     350         "Password:"
  100.     351         "Enter here the data to establish the connection with POP3 server"
  101.     352         "each"
  102.     353         "Path to e-mail program(e.g C:\EUDORA\EUDORA.EXE)"
  103.     354         "Optional: arguments in the command line"
  104.     355         "minutes"
  105.     356         "Set the time interval with e-checker checks for new e-mail"
  106.     357         "seconds"
  107.     358         "Set the timeout with e-checker wait for server's answer"
  108.     359         "Play this sound when new mail arrives"
  109.     369         "Browse ..."
  110.     370         "You must set server's name or IP"
  111.     371         "You must set POP3 user"
  112.     372         "You must set an interval greater than zero"
  113.     373         "You must set a timeout greater than zero"
  114.     374         "All files"
  115.     375         "E-mail program"
  116.     376         "Sound files "
  117.     377         "Sound file for announcing"
  118. end
  119.  
  120.  
  121.