1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to debian-l10n-english@lists.debian.org
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: smstools/configure
Type: boolean
Default: true
_Description: Manage smsd configuration automatically?
Reject this option if you want to configure smsd manually.
Template: smstools/eventhandler
Type: string
_Description: Global event-handler:
Please specify an external program or script that will execute,
whenever a message is sent or received, or on failures.
This is useful for instance when running an email2sms gateway.
.
Examples of event-handlers are detailed in /usr/share/doc/smstools/examples.
Template: smstools/devicename
Type: string
Default: GSM1
_Description: Modem name:
Please specify the short name for the modem device. This is a mandatory
setting.
Template: smstools/devicenode
Type: select
#flag:translate:6
__Choices: /dev/ttyS0, /dev/ttyS1, /dev/ttyS2, /dev/ttyS3, /dev/ttyS4, Other
_Description: Modem device:
Please specify the modem device. Usually the modem device is
/dev/ttyS0 (the first serial port), but your setup may differ;
e.g. for a USB device, choose 'Other' and specify the full path of
the appropriate device node.
Template: smstools/devicenodeother
Type: string
_Description: Modem device:
Please specify an optional extra device for the modem.
Template: smstools/devicebaudrate
Type: select
#flag:translate:6
__Choices: 9600, 19200, 28800, 38400, 115200, Other
Default: 19200
_Description: Modem device speed (bps):
Most modems work well with a speed of 19200bps, but some modems may
require 9600 bps. If your modem does not support any of the baud
rates in the list, select 'Other'.
Template: smstools/devicebaudrateother
Type: string
_Description: Modem device speed (bps):
Template: smstools/deviceincoming
Type: boolean
Default: true
_Description: Receive SMS with this device?
Please choose whether the device should be used to receive incoming SMS.
Template: smstools/deviceinit
Type: string
_Description: Modem initialization string:
Please specify the modem initialization command. That may be left empty
for most modems. Please consult your modem's manual for more details
about its supported commands.
Template: smstools/devicepin
Type: password
_Description: SIM device PIN code:
If the device's SIM needs a PIN to be unlocked, please enter it here.
Template: smstools/configureanothermodem
Type: boolean
Default: false
_Description: Configure another modem?
|