diff options
author | Mikko Rantalainen <mikko.rantalainen@peda.net> | 2010-05-06 11:19:15 +0300 |
---|---|---|
committer | Mikko Rantalainen <mikko.rantalainen@peda.net> | 2010-05-06 11:30:22 +0300 |
commit | 357023aec09f08e8066e8ae9b8edefed131ab437 (patch) | |
tree | 3e27fc1a39e2aa9e5106772a3919593a503d5fc7 /debian/templates | |
parent | 1278c2649dd16e5ebfc32f128201be1e933ca3e1 (diff) | |
download | etherpad-357023aec09f08e8066e8ae9b8edefed131ab437.tar.gz etherpad-357023aec09f08e8066e8ae9b8edefed131ab437.tar.xz etherpad-357023aec09f08e8066e8ae9b8edefed131ab437.zip |
Allow localization of packaging
The debian/templates should always allow localization. A nice software for
creating a new localization is "virtaal".
Diffstat (limited to '')
-rw-r--r-- | debian/templates | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/debian/templates b/debian/templates index b73dc5e..19c3886 100644 --- a/debian/templates +++ b/debian/templates @@ -1,11 +1,20 @@ Template: etherpad/admin_password Type: password -Default: password -Description: etherpad administration password - Please insert the administration password, default is password. +# Note: the translation of this string should match the prompt below +_Default: password +# Note: the translation of this string should match the default password above +_Description: Etherpad administrator password: + The Etherpad system can be administrated with a browser. To make this + safe, a good password should be set for the administrator. + The default is password is "password" (THIS IS NOT SAFE). Template: etherpad/topdomains Type: string -Default: -Description: Domain name of site - Please insert the domain name of your site. +Default: localhost +_Description: Fully qualified domain name of the site: + The system needs to know the fully qualified domain name of the site where + etherpad system is visible to the world. This may be different from the + name of the system where etherpad is installed (e.g. in case of reverse proxy + or port forwarding). Notice that if you enter "example.com" here, the service + will be available at "http://example.com:9000" by default. + |