diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-09-17 18:25:33 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-09-17 18:25:33 +0000 |
commit | 0f1a8b7531140de54cc297281b909d7d953d4147 (patch) | |
tree | beab5b458c3e2d8f4079b2762703179238d90eb2 | |
parent | 93f299f506a2227f5fd1cf6d036526c9aa44da2c (diff) | |
download | sitesummary-0f1a8b7531140de54cc297281b909d7d953d4147.tar.gz sitesummary-0f1a8b7531140de54cc297281b909d7d953d4147.tar.bz2 sitesummary-0f1a8b7531140de54cc297281b909d7d953d4147.tar.xz |
* Initial upload into Debian.
* Improve template text.
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/po/templates.pot | 34 | ||||
-rw-r--r-- | debian/sitesummary-client.templates | 8 |
3 files changed, 36 insertions, 8 deletions
diff --git a/debian/control b/debian/control index b9d01d3..110cf07 100644 --- a/debian/control +++ b/debian/control @@ -30,5 +30,5 @@ Description: Generate site summary of submitting hosts (client part) reports about the hosts. . This package is the client part, reporting in to the server after - boot and once a day + boot and once a day. diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 1a72b32..cb921e7 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-edu@lists.debian.org\n" -"POT-Creation-Date: 2006-08-28 13:19+1000\n" +"POT-Creation-Date: 2006-09-17 20:23+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -19,7 +19,7 @@ msgstr "" #. Type: string #. Description #: ../sitesummary-client.templates:1001 -msgid "URL?" +msgid "URL:" msgstr "" #. Type: string @@ -33,7 +33,7 @@ msgstr "" #. Type: string #. Description #: ../sitesummary-client.templates:2001 -msgid "Site?" +msgid "Site:" msgstr "" #. Type: string @@ -41,3 +41,31 @@ msgstr "" #: ../sitesummary-client.templates:2001 msgid "Insert a string identifying the site where this machine is located." msgstr "" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:3001 +msgid "Sitegroup:" +msgstr "" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:3001 +msgid "" +"Insert a string identifying the subgroup within the site where this machine " +"is located." +msgstr "" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:4001 +msgid "Host class:" +msgstr "" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:4001 +msgid "" +"Insert string identifying the host class, like workstation, server, laptop, " +"thin client etc." +msgstr "" diff --git a/debian/sitesummary-client.templates b/debian/sitesummary-client.templates index 5dde181..65fdc5c 100644 --- a/debian/sitesummary-client.templates +++ b/debian/sitesummary-client.templates @@ -1,23 +1,23 @@ Template: sitesummary-client/collector_url Type: string -_Description: URL? +_Description: URL: Insert the URL to the sitesummary collector, where should the sitesummary information be submitted. Several URLs can be specified separated by space. Template: sitesummary-client/site Type: string -_Description: Site? +_Description: Site: Insert a string identifying the site where this machine is located. Template: sitesummary-client/sitegroup Type: string -_Description: Sitegroup? +_Description: Sitegroup: Insert a string identifying the subgroup within the site where this machine is located. Template: sitesummary-client/hostclass Type: string -_Description: Host class? +_Description: Host class: Insert string identifying the host class, like workstation, server, laptop, thin client etc. |