#language english
#version 2
;
; ML-Support.catalog
;
;
; General Strings
;
LBL_OK_ACTIVE (0//)
*_Ok
;
LBL_OK (//)
_Ok
;
LBL_CANCEL (//)
_Cancel
;
LBL_SAVEQUIT (//)
*_Save and Quit|_Quit|_Cancel
;
;
; Gadget Labels Mainwindow
;
TITLE_MAINWIN (20//)
ML-Support
;
TITLE_APP_ABOUT (//)
About ML-Support
;
LBL_ADD (//)
_Add
;
LBL_CLONE (//)
_Clone
;
LBL_EDIT (//)
_Edit
;
LBL_REMOVE (//)
_Remove
;
LBL_ALL (//)
A_ll
;
LBL_NONE (//)
_None
;
;
LBL_COMMAND (//)
C_ommand
;
LBL_CMD_SUBSCRIBE (//)
Subscribe
;
LBL_CMD_UNSUBSCRIBE (//)
Unsubscribe
;
LBL_CMD_CUSTOM (//)
Custom
;
LBL_CUSTOM (//)
C_ustom
;
LBL_WRITE (//)
_Write
;
TITLE_FR_MERGE (//)
Merge Config...
;
;
; Messages Mainwindow
;
MSG_APP_DESCRIPTION (45//)
Manages mailing lists
;
MSG_APP_ABOUT (//)
\033c%s\n\
Freeware\n\
© 1998-2000 Christian Hattemer\n\
chris@riednet.tu-darmstadt.de\n\
\n\
English translation by\n\
Christian Hattemer
;
MSG_UNSAVED (//)
There are unsaved changes in the list which\n\
will be lost if you don't save them now.
;
MSG_SAVE_FAILED (//)
Writing the config failed!
;
MSG_NO_CREATOR (//)
Error: No Mailcreatormodule specified.\n\
Set the Tooltype CREATOR=<desired creator>\n\
or from Shell use: ML-Support <desired creator>
;
MSG_INVALID_CREATOR (//)
Error: '%s' doesn't look like a valid Mailcreatormodule.\n\
(The name doesn't end with '.mcc'.)
;
MSG_CREATOR_INIT_FAILED (//)
Initialization of the Mailcreatormodule failed.\n\
Check if you spelled the name correctly.
;
;
; Bubblehelp Mainwindow
;
BBL_MLLIST (60//)
Shows the managed mailing lists.\n\
The first column shows an 'x' if\n\
you are subscribed to that ML\n\
and a space if not.
;
BBL_COMMAND (//)
Select if you want to create subscribe\n\
or unsubscribe mails.\n\
'Custom' will send the string which you\n\
enter below to the list server.
;
BBL_CUSTOM (//)
This string will be sent to the list server\n\
if you select 'Custom' above.
;
BBL_WRITE (//)
Creates the mails for the selected MLs.
;
;
; Menus Mainwindow
;
LBL_MN_PROJECT (75//)
 _Project
;
LBL_MN_ABOUT (//)
?_About...
;
LBL_MN_ABOUT_MUI (//)
 _About MUI...
;
LBL_MN_QUIT (//)
Q_Quit
;
LBL_MN_SETTINGS (//)
 _Settings
;
LBL_MN_SAVE (//)
S_Save
;
LBL_MN_MUI (//)
 _MUI...
;
LBL_MN_MERGE (//)
M_Merge...
;
;
; Gadget Labels Editwindow
;
TITLE_EDITWIN (90//)
Edit ML
;
LBL_ML_NAME (//)
_ML Name
;
LBL_SUBS_CMD (//)
_Subscribe Cmd.
;
LBL_SERVER_ADD (//)
Server _Address
;
LBL_UNSUBS_CMD (//)
_Unsubscribe Cmd.
;
LBL_ADD_DATA (//)
Additional _Data
;
LBL_AD_NONE (//)
none
;
LBL_AD_EMAIL (//)
email
;
LBL_AD_REALNAME (//)
Realname
;
LBL_AD_EMAIL_REALNAME (//)
email & Realname
;
LBL_AD_REALNAME_EMAIL (//)
Realname & email
;
LBL_COMMENT (//)
Comm_ent
;
LBL_IS_SUBSCRIBED (//)
Su_bscribed?
;
LBL_CMD_IN_TO (//)
Cmd. in _To:
;
;
; Messages Editwindow
;
MSG_NO_ML_NAME (115//)
You must enter something\n\
for the ML Name!
;
MSG_NO_SUBS_CMD (//)
You must enter something\n\
for the Subscribe Cmd!
;
MSG_NO_UNSUBS_CMD (//)
You must enter something\n\
for the Unsubscribe Cmd!
;
MSG_NO_SERVER_ADD (//)
You must enter a valid email address\n\
into the Server Address field!
;
;
; Bubblehelp Editwindow
;
BBL_MLNAME (130//)
The title of the ML.
;
BBL_SUBSCMD (//)
The command to subscribe to the ML.\n\
\n\
This gadget has an alternative function\n\
if 'Cmd. in To' is checked. Please see\n\
the help of that button.
;
BBL_SERVERADD (//)
The email address of the list server.\n\
\n\
This gadget has an alternative function\n\
if 'Cmd. in To' is checked. Please see\n\
the help of that button.
;
BBL_UNSUBSCMD (//)
The command to unsubscribe from the ML.\n\
\n\
This gadget has an alternative function\n\
if 'Cmd. in To' is checked. Please see\n\
the help of that button.
;
BBL_ADDDATA (//)
Select here if you want to add your email address\n\
and/or your realname to the command.
;
BBL_COMMENT (//)
You may make some notes here, it's not used\n\
anywhere else but is saved also.
;
BBL_ISSUBS (//)
Shows if you are subscribed to the ML.\n\
Normally the state is set automatically,\n\
but if you change your subscription status\n\
without ML-Support you can edit it here.
;
BBL_TOCMD (//)
If checked the support for list servers which\n\
require the command in the To: Header is activated.\n\
\n\
In this case you have to enter the first part of the\n\
servers address in the Subscribe/Unsubscribe fields,\n\
and the second part (including the '@') in the Server Address\n\
field.\n\
\n\
Example:\n\
You get the output 'xxList-subscribe@nowhere.org' by entering this:\n\
Subscribe Cmd.  : xxList-subscribe\n\
Unsubscribe Cmd.: xxList-unsubscribe\n\
Server Add.     : @nowhere.org
;
