support for Ukrainian

This commit is contained in:
Roland Gruber 2013-12-17 20:29:51 +00:00
parent 8d6a873a1f
commit 550edfe4e3
4 changed files with 41 additions and 6 deletions

View File

@ -6,7 +6,7 @@ December 2013 4.4
- Unix: switch also additional membership if primary group is changed (RFE 108) - Unix: switch also additional membership if primary group is changed (RFE 108)
- Windows: fixed user name handling, sAMAccountName now optional - Windows: fixed user name handling, sAMAccountName now optional
- Apache 2.4 support (requires Apache "version" module) - Apache 2.4 support (requires Apache "version" module)
- added Turkish and US English translation - added Turkish, Ukrainian and US English translation
- LAM Pro: - LAM Pro:
-> Bind DLZ support -> Bind DLZ support
-> Samba/Shadow: display password change date in self service -> Samba/Shadow: display password change date in self service

View File

@ -11,7 +11,7 @@ LAM - Readme
templates for account creation and use multiple configuration profiles. templates for account creation and use multiple configuration profiles.
LAM is translated to Catalan, Chinese (Traditional + Simplified), Czech, LAM is translated to Catalan, Chinese (Traditional + Simplified), Czech,
Dutch, English, French, German, Hungarian, Italian, Japanese, Polish, Dutch, English, French, German, Hungarian, Italian, Japanese, Polish,
Portuguese, Russian, Slovak, Spanish and Turkish. Portuguese, Russian, Slovak, Spanish, Turkish and Ukrainian.
https://www.ldap-account-manager.org/ https://www.ldap-account-manager.org/

View File

@ -538,11 +538,17 @@ Have fun!
</row> </row>
<row> <row>
<entry>English</entry> <entry>English - Great Britain</entry>
<entry>no extra locale needed</entry> <entry>no extra locale needed</entry>
</row> </row>
<row>
<entry>English - USA</entry>
<entry>en_US.utf8</entry>
</row>
<row> <row>
<entry>French</entry> <entry>French</entry>
@ -608,6 +614,12 @@ Have fun!
<entry>tr_TR.utf8</entry> <entry>tr_TR.utf8</entry>
</row> </row>
<row>
<entry>Ukrainian</entry>
<entry>uk_UA.utf8</entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
@ -8203,7 +8215,8 @@ objectclass: top
<para>Some basic hints to configure the OpenLDAP server:</para> <para>Some basic hints to configure the OpenLDAP server:</para>
<para><emphasis role="bold">Size limit:</emphasis></para> <para><emphasis id="size_limit_exceeded" role="bold">Size
limit:</emphasis></para>
<para>You will get a message like "LDAP sizelimit exceeded, not all <para>You will get a message like "LDAP sizelimit exceeded, not all
entries are shown." when you hit the LDAP search limit.</para> entries are shown." when you hit the LDAP search limit.</para>
@ -8219,7 +8232,7 @@ objectclass: top
<para>slapd.d:</para> <para>slapd.d:</para>
<para>e.g. "olcSizeLimit: 10000" or "olcSizeLimit: -1" for unlimited <para>e.g. "olcSizeLimit: 10000" or "olcSizeLimit: -1" for unlimited
return values in etc/ldap/slapd.d/cn=config.ldif</para> return values in /etc/ldap/slapd.d/cn=config.ldif</para>
<literallayout> <literallayout>
</literallayout> </literallayout>
@ -8587,10 +8600,24 @@ objectclass: top
<appendix> <appendix>
<title>Troubleshooting</title> <title>Troubleshooting</title>
<para><emphasis role="bold">Size limit</emphasis></para>
<para>You will get a message like "LDAP sizelimit exceeded, not all
entries are shown." when you hit the LDAP search limit. See the <link
linkend="size_limit_exceeded">OpenLDAP settings</link> to fix this.</para>
<literallayout>
</literallayout>
<para><emphasis role="bold">Invalid syntax errors:</emphasis></para>
<para>If you get any strange errors like "Invalid syntax" or "Invalid DN <para>If you get any strange errors like "Invalid syntax" or "Invalid DN
syntax" please check if your LDAP schema matches LAM's syntax" please check if your LDAP schema matches LAM's
requirements.</para> requirements.</para>
<literallayout>
</literallayout>
<para><emphasis role="bold">Schema test:</emphasis></para> <para><emphasis role="bold">Schema test:</emphasis></para>
<para>This can be done by running "Tools" -&gt; "Tests" -&gt; "Schema <para>This can be done by running "Tools" -&gt; "Tests" -&gt; "Schema
@ -8609,11 +8636,15 @@ objectclass: top
</mediaobject> </mediaobject>
</screenshot> </screenshot>
<para><emphasis role="bold">Logging:</emphasis></para> <para><literallayout>
</literallayout><emphasis role="bold">Logging:</emphasis></para>
<para>If your schema is correct you can turn on LDAP logging to get more <para>If your schema is correct you can turn on LDAP logging to get more
detailed error messages from your LDAP server.</para> detailed error messages from your LDAP server.</para>
<literallayout>
</literallayout>
<para><emphasis role="bold">OpenLDAP logging:</emphasis></para> <para><emphasis role="bold">OpenLDAP logging:</emphasis></para>
<itemizedlist> <itemizedlist>

View File

@ -85,4 +85,8 @@ echo "Generating Turkish translation template"
./make_po_tr ./make_po_tr
tar -czf messages.po_tr.tar.gz messages.po tar -czf messages.po_tr.tar.gz messages.po
echo "Generating Ukrainian translation template"
./make_po_uk
tar -czf messages.po_uk.tar.gz messages.po
rm messages.po rm messages.po