added Czech translation

This commit is contained in:
Roland Gruber 2007-04-23 16:32:12 +00:00
parent 4c588795a4
commit 6a409e2712
3 changed files with 33 additions and 10 deletions

View File

@ -9,38 +9,51 @@
#!/bin/bash
echo "Generating Catalan translation template"
./make_po_ca
tar -czf messages.po_ca.tar.gz messages.po
tar -czf messages.po_ca.tar.gz messages.po
echo " "
echo "Generating Chinese translation template"
./make_po_zh
tar -czf messages.po_zh.tar.gz messages.po
tar -czf messages.po_zh.tar.gz messages.po
echo " "
echo "Generating Czech translation template"
./make_po_cs
tar -czf messages.po_cs.tar.gz messages.po
echo " "
echo "Generating Dutch translation template"
./make_po_nl
tar -czf messages.po_nl.tar.gz messages.po
tar -czf messages.po_nl.tar.gz messages.po
echo " "
echo "Generating Spanish translation template"
./make_po_es
tar -czf messages.po_es.tar.gz messages.po
tar -czf messages.po_es.tar.gz messages.po
echo " "
echo "Generating French translation template"
./make_po_fr
tar -czf messages.po_fr.tar.gz messages.po
tar -czf messages.po_fr.tar.gz messages.po
echo " "
echo "Generating Hungarian translation template"
./make_po_hu
tar -czf messages.po_hu.tar.gz messages.po
tar -czf messages.po_hu.tar.gz messages.po
echo " "
echo "Generating Italian translation template"
./make_po_it
tar -czf messages.po_it.tar.gz messages.po
tar -czf messages.po_it.tar.gz messages.po
echo " "
echo "Generating Japanese translation template"
./make_po_jp
tar -czf messages.po_jp.tar.gz messages.po
tar -czf messages.po_jp.tar.gz messages.po
echo " "
echo "Generating Russian translation template"
./make_po_ru
tar -czf messages.po_ru.tar.gz messages.po
tar -czf messages.po_ru.tar.gz messages.po
rm messages.po

View File

@ -4,7 +4,7 @@
# Copyright (C) 2003 - 2006 Roland Gruber
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
# This script is run after make_po to merge the existing German translations to messages.po
# This script is run after make_po to merge the existing Catalan translations to messages.po
./make_po
msgmerge -v ../locale/ca_ES/LC_MESSAGES/messages.po messages.po -o messages.po

10
lam/po/make_po_cs Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# $Id$
#
# Copyright (C) 2003 - 2006 Roland Gruber
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
# This script is run after make_po to merge the existing Czech translations to messages.po
./make_po
msgmerge -v ../locale/cs_CZ/LC_MESSAGES/messages.po messages.po -o messages.po