[SCM] icecast2/master: gettext support

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Aug 12 10:10:40 UTC 2011


The following commit has been merged in the master branch:
commit ee01ae7a824689fd98c87885af4ccb32d0bab65a
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Aug 12 11:57:33 2011 +0200

    gettext support

diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..cef83a3
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..eabac06
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,92 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: icecast2 at packages.debian.org\n"
+"POT-Creation-Date: 2011-08-12 11:56+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Setup Icecast2 - Enable Live HTTP Streaming?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"This option allows enable icecast2 on this server and configure passwords "
+"for icecast-server."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"If you have already manually tweaked icecast2 configuration it may not work "
+"as expected."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid "Icecast2 Hostname:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid ""
+"Specify a fully qualified domain name. Icecast2 uses this as prefix to all "
+"streams."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid "Icecast2 Source Password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid "Specify a password to send A/V sources to icecast"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Icecast2 Relay Password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Specify the default password for stream relay access."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Icecast2 Admin Password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid ""
+"Specify the admin password.  You can access icecast2's admin interface via "
+"http://localhost:8000/ - and both monitor connection as well as block users."
+msgstr ""
diff --git a/debian/templates b/debian/templates
index 64e00e7..b31fd95 100644
--- a/debian/templates
+++ b/debian/templates
@@ -1,7 +1,7 @@
 Template: icecast2/icecast-setup
 Type: boolean
 Default: false
-Description: Setup Icecast2 - Enable Live HTTP Streaming?
+_Description: Setup Icecast2 - Enable Live HTTP Streaming?
  This option allows enable icecast2 on this server
  and configure passwords for icecast-server.
  .
@@ -11,26 +11,26 @@ Description: Setup Icecast2 - Enable Live HTTP Streaming?
 Template: icecast2/hostname
 Type: string
 Default: localhost
-Description: Icecast2 Hostname:
+_Description: Icecast2 Hostname:
  Specify a fully qualified domain name.
  Icecast2 uses this as prefix to all streams.
 
 Template: icecast2/sourcepassword
 Type: string
 Default: hackme
-Description: Icecast2 Source Password:
+_Description: Icecast2 Source Password:
  Specify a password to send A/V sources to icecast
 
 Template: icecast2/relaypassword
 Type: string
 Default: hackme
-Description: Icecast2 Relay Password:
+_Description: Icecast2 Relay Password:
  Specify the default password for stream relay access.
 
 Template: icecast2/adminpassword
 Type: string
 Default: hackme
-Description: Icecast2 Admin Password:
+_Description: Icecast2 Admin Password:
  Specify the admin password. 
  You can access icecast2's admin interface via
  http://localhost:8000/ - and both monitor connection as

-- 
icecast2 packaging



More information about the pkg-multimedia-commits mailing list