From 12354cbe919a0f00ecf648a0878782d0a96a748e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 13 Dec 2005 16:11:45 +0000 Subject: r12207: More improvements to the Debian package by Steinar Gunderson. (This used to be commit 72df2de396a3d8ada56362b807532ca6416d99e4) --- packaging/debian/po/POTFILES.in | 1 + packaging/debian/po/templates.pot | 85 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 packaging/debian/po/POTFILES.in create mode 100644 packaging/debian/po/templates.pot (limited to 'packaging/debian/po') diff --git a/packaging/debian/po/POTFILES.in b/packaging/debian/po/POTFILES.in new file mode 100644 index 0000000000..ca3179962c --- /dev/null +++ b/packaging/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] samba4-server.templates diff --git a/packaging/debian/po/templates.pot b/packaging/debian/po/templates.pot new file mode 100644 index 0000000000..5ca603b61e --- /dev/null +++ b/packaging/debian/po/templates.pot @@ -0,0 +1,85 @@ +# 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 , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: jelmer@samba.org\n" +"POT-Creation-Date: 2005-12-13 16:10+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../samba4-server.templates:4 +msgid "Set up Samba 4 as a PDC?" +msgstr "" + +#. Type: boolean +#. Description +#: ../samba4-server.templates:4 +msgid "" +"Do you want to set up Samba 4 as an Active Directory PDC? If you answer \"no" +"\", Samba will be left unconfigured, and you will have to provision and make " +"configuration files by hand." +msgstr "" + +#. Type: boolean +#. Description +#: ../samba4-server.templates:4 +msgid "" +"Note that even if you answer \"yes\", you will need to set up DNS such that " +"it serves the data from the zone file in that directory before you can use " +"your Active Directory domain." +msgstr "" + +#. Type: string +#. Description +#: ../samba4-server.templates:15 +msgid "Realm" +msgstr "" + +#. Type: string +#. Description +#: ../samba4-server.templates:15 +msgid "" +"What Kerberos realm will your server be in? In many cases, this will be the " +"same as your DNS domain name (ie. YOUR.REALM)." +msgstr "" + +#. Type: string +#. Description +#: ../samba4-server.templates:21 +msgid "Domain" +msgstr "" + +#. Type: string +#. Description +#: ../samba4-server.templates:21 +msgid "" +"What will be the domain of your server? This is also known as the \"workgroup" +"\" of your server, and is typically a short name without any dots (ie. " +"DOMAIN)." +msgstr "" + +#. Type: password +#. Description +#: ../samba4-server.templates:28 +msgid "Administrator password" +msgstr "" + +#. Type: password +#. Description +#: ../samba4-server.templates:28 +msgid "" +"You will need a password for the \"Administrator\" account. Note that in the " +"current version of the packaging, this will be visible in \"ps\" for a short " +"time for everybody on the system, so you might not want to use a very " +"sensitive password here." +msgstr "" -- cgit