Dear Debian I18N people, Two strings just got added to samba's debconf templates. These are indeed the "titles" of the templates and should be very easy to translate.
samba already includes ar.po ast.po be.po bg.po bn.po bs.po ca.po cs.po da.po de.po dz.po el.po eo.po es.po et.po eu.po fi.po fr.po gl.po gu.po he.po hu.po id.po it.po ja.po ka.po km.po ko.po ku.po lt.po ml.po mr.po nb.po ne.po nl.po nn.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sv.po ta.po th.po tl.po tr.po vi.po wo.po zh_CN.po zh_TW.po. So do not translate it to these languages (the translators will be contacted separately). If you language is not listed in the huge list below, then please use the attached PO file. language translated fuzzy untranslated ----------------------------------------------------- ar 19 2 ast 19 2 be 19 2 bg 19 2 bn 19 2 bs 16 3 2 ca 19 2 cs 19 2 da 19 2 de 19 2 dz 16 3 2 el 19 2 eo 19 2 es 19 2 et 16 3 2 eu 19 2 fi 16 3 2 fr 21 gl 19 2 gu 16 3 2 he 19 2 hu 16 3 2 id 16 3 2 it 19 2 ja 19 2 ka 16 3 2 km 16 3 2 ko 16 3 2 ku 19 2 lt 16 3 2 ml 16 3 2 mr 16 3 2 nb 16 3 2 ne 16 3 2 nl 19 2 nn 16 3 2 pl 16 3 2 pt 19 2 pt_BR 19 2 ro 16 3 2 ru 19 2 sk 19 2 sl 16 3 2 sq 16 3 2 sv 19 2 ta 16 3 2 th 16 3 2 tl 16 3 2 tr 19 2 vi 19 2 wo 16 3 2 zh_CN 16 3 2 zh_TW 19 2 Please send the updated file to me, or submit it as a wishlist bug against samba. The deadline for receiving the updated translation is roughly the end of this month. Even if you miss it, don't worry, there will be other uploads until wheezy is out. If you have read so far, please find the POT file in attachment. Thanks in advance,
# 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@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: [email protected]\n" "POT-Creation-Date: 2011-05-12 10:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: title #. Description #: ../samba-common.templates:1001 msgid "Samba server and utilities" msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:2001 msgid "Modify smb.conf to use WINS settings from DHCP?" msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:2001 msgid "" "If your computer gets IP address information from a DHCP server on the " "network, the DHCP server may also provide information about WINS servers " "(\"NetBIOS name servers\") present on the network. This requires a change " "to your smb.conf file so that DHCP-provided WINS settings will automatically " "be read from /etc/samba/dhcp.conf." msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:2001 msgid "" "The dhcp3-client package must be installed to take advantage of this feature." msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:3001 msgid "Configure smb.conf automatically?" msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:3001 msgid "" "The rest of the configuration of Samba deals with questions that affect " "parameters in /etc/samba/smb.conf, which is the file used to configure the " "Samba programs (nmbd and smbd). Your current smb.conf contains an \"include" "\" line or an option that spans multiple lines, which could confuse the " "automated configuration process and require you to edit your smb.conf by " "hand to get it working again." msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:3001 msgid "" "If you do not choose this option, you will have to handle any configuration " "changes yourself, and will not be able to take advantage of periodic " "configuration enhancements." msgstr "" #. Type: string #. Description #: ../samba-common.templates:4001 msgid "Workgroup/Domain Name:" msgstr "" #. Type: string #. Description #: ../samba-common.templates:4001 msgid "" "Please specify the workgroup for this system. This setting controls which " "workgroup the system will appear in when used as a server, the default " "workgroup to be used when browsing with various frontends, and the domain " "name used with the \"security=domain\" setting." msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:5001 msgid "Use password encryption?" msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:5001 msgid "" "All recent Windows clients communicate with SMB/CIFS servers using encrypted " "passwords. If you want to use clear text passwords you will need to change a " "parameter in your Windows registry." msgstr "" #. Type: boolean #. Description #: ../samba-common.templates:5001 msgid "" "Enabling this option is highly recommended as support for plain text " "passwords is no longer maintained in Microsoft Windows products. If you do, " "make sure you have a valid /etc/samba/smbpasswd file and that you set " "passwords in there for each user using the smbpasswd command." msgstr "" #. Type: title #. Description #: ../samba.templates:1001 msgid "Samba server" msgstr "" #. Type: boolean #. Description #: ../samba.templates:2001 msgid "Create samba password database, /var/lib/samba/passdb.tdb?" msgstr "" #. Type: boolean #. Description #: ../samba.templates:2001 msgid "" "To be compatible with the defaults in most versions of Windows, Samba must " "be configured to use encrypted passwords. This requires user passwords to " "be stored in a file separate from /etc/passwd. This file can be created " "automatically, but the passwords must be added manually by running smbpasswd " "and be kept up-to-date in the future." msgstr "" #. Type: boolean #. Description #: ../samba.templates:2001 msgid "" "If you do not create it, you will have to reconfigure Samba (and probably " "your client machines) to use plaintext passwords." msgstr "" #. Type: boolean #. Description #: ../samba.templates:2001 msgid "" "See /usr/share/doc/samba-doc/htmldocs/Samba3-Developers-Guide/pwencrypt.html " "from the samba-doc package for more details." msgstr "" #. Type: select #. Choices #: ../samba.templates:3001 msgid "daemons" msgstr "" #. Type: select #. Choices #: ../samba.templates:3001 msgid "inetd" msgstr "" #. Type: select #. Description #: ../samba.templates:3002 msgid "How do you want to run Samba?" msgstr "" #. Type: select #. Description #: ../samba.templates:3002 msgid "" "The Samba daemon smbd can run as a normal daemon or from inetd. Running as a " "daemon is the recommended approach." msgstr ""

