dtact.msg 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. $ $XConsortium: dtact.msg /main/3 1995/11/08 12:09:52 rswiston $
  2. $ ******************************************************************************
  3. $
  4. $ ***** NOTE FOR MESSAGE CATALOG TRANSLATORS *****
  5. $
  6. $ There may be thre types of messages in this file:
  7. $
  8. $ 1. Messages that appear in dialogs or are displayed to the user.
  9. $
  10. $ These messages are the default, and they should ALL BE LOCALIZED.
  11. $ Note that these messages do NOT have any identification (see the
  12. $ comments for type 2 and 3 below).
  13. $
  14. $ 2. Messages that only appear in the DT error log file ($HOME/.dt/errorlog).
  15. $
  16. $ The localization of these messages is OPTIONAL. These message are
  17. $ identified by the following:
  18. $
  19. $ MESSAGES xx-yy IN SET ZZ WILL ONLY APPEAR IN THE DT ERRORLOG FILE
  20. $
  21. $ 3. Messages that should not be localized.
  22. $
  23. $ These messages are identified by the following:
  24. $
  25. $ DO NOT TRANSLATE or CHANGE or LOCALIZE MESSAGES xx-yy from set zz
  26. $
  27. $ ***** END (NOTE FOR MESSAGE CATALOG TRANSLATORS) *****
  28. $
  29. $ ******************************************************************************
  30. $ ******************************************************************************
  31. $
  32. $ The following are the messages for the dtaction client. Here are
  33. $ instructions for displaying each dialog:
  34. $
  35. $ 1) To display the dialog prompting for a user password, run dtaction
  36. $ with the '-user <name>' option, where <name> is a valid login name
  37. $ on your system.
  38. $
  39. $ 2) To display the invalid password dialog, follow the steps in (1), and
  40. $ enter a bogus password; select the 'Ok' button.
  41. $
  42. $ 3) To display the unknown user dialog, run dtaction with the
  43. $ '-user <name>' option, but specify a bogus <name>; i.e. one which
  44. $ is not listed in /etc/passwd.
  45. $
  46. $ ******************************************************************************
  47. $quote "
  48. $set 1
  49. $ This is the format string used when logging a change of user to the
  50. $ file /usr/adm/sulog; it is written to the sulog file anytime the '-user'
  51. $ option is used. The fields are:
  52. $ <appl Name> <month>/<day> <hour>:<min> <success> <tty> <old Name> <new Name>
  53. $ The only fields which need to be customized are the date and time fields.
  54. 1 "dtaction %1$.2d/%2$.2d %3$.2d:%4$.2d %5$1.1s %6$s %7$s-%8$s\n"
  55. $ This is the label for the Ok button in the dialogs which collect
  56. $ the user's password, the invalid password dialog, and the unknown user
  57. $ error dialog.
  58. 2 "Bien"
  59. $ This is the label for the error dialog which occurs when the user enters
  60. $ and invalid password into the password dialog.
  61. 3 "La contraseña que ha entrado no coincide\n\
  62. con la contraseña para el usuario %s.\n\n\
  63. Vuelva a entrar la contraseña o seleccione\n\
  64. el botón Cancelar para terminar la operación."
  65. $ This is the title for the password error dialog
  66. 4 "Invocador de Acciones - Error de Contraseña"
  67. $ This is the label displayed in the prompt dialog, used to collect the
  68. $ user's password.
  69. 5 "Entrar contraseña para el usuario %s:"
  70. $ This is the title for the prompt dialog collecting the user's password.
  71. 6 "Invocador de Acciones - Contraseña"
  72. $ This is the label for the Cancel button in the dialog which is used to
  73. $ collect the user's password.
  74. 7 "Cancelar"
  75. $ This is the message displayed in the 'unknown user' dialog
  76. 8 "El usuario '%s' es un nombre de usuario desconocido.\n\n\
  77. No se ejecutará la acción solicitada."
  78. $ This is the title for the 'unknown user' dialog
  79. 9 "Invocador de Acciones - Usuario Desconocido"
  80. $ This is for when the user has failed to supply an action name
  81. 10 "No se ha especificado nombre de acción.\n"
  82. $ This is for when we are unable to open the display
  83. 11 "No se puede abrir la pantalla."