#language english
#version 1
;
; 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
;
MSG_APP_DESCRIPTION (//)
Manages Mailinglists for YAM
;
MSG_APP_ABOUT (//)
\033c%s\n\
Freeware\n\
© 1998-99 Christian Hattemer\n\
chris@mail.riednet.wh.tu-darmstadt.de\n\
\n\
English Translation by\n\
Christian Hattemer
;
LBL_ADD (//)
_Add
;
LBL_CLONE (//)
_Clone
;
LBL_EDIT (//)
_Edit
;
LBL_REMOVE (//)
_Remove
;
LBL_ALL (//)
A_ll
;
LBL_NONE (//)
_None
;
;
LBL_COMMAND (//)
_Command
;
LBL_CMD_SUBSCRIBE (//)
Subscribe
;
LBL_CMD_UNSUBSCRIBE (//)
Unsubscribe
;
LBL_CMD_CUSTOM (//)
Custom
;
LBL_CUSTOM (//)
C_ustom
;
LBL_WRITE (//)
_Write
;
;
; Messages Mainwindow
;
MSG_UNSAVED (45//)
There are unsaved changes in the List which\n\
will be lost if you don't save them now.
;
MSG_UNSUPPORTED_MODE (//)
%s:\n\
Sorry, this Mode does not work with the\n\
'Cmd in To:' Mode which you have set in\n\
the Editwindow.
;
MSG_NOYAM (//)
YAM is not running.\n\
You must start it in\n\
order to use ML-Support.
;
MSG_SAVE_FAILED (//)
Writing the Config failed!
;
;
; Bubblehelp Mainwindow
;
BBL_MLLIST (60//)
Shows the managed Mailinglists.\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 Listserver.
;
BBL_CUSTOM (//)
This String will be sent to the Listserver\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...
;
;
; 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_CMD_IN_TO (//)
Cmd. in _To:
;
LBL_IS_SUBSCRIBED (//)
Su_bscribed?
;
;
; 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 Listserver.\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_TOCMD (//)
If checked the Support for Listservers 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
;
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.
;
