LDAPAccountManager/lam/po/make_all

65 lines
1.5 KiB
Plaintext
Raw Normal View History

2006-03-03 17:30:35 +00:00
#!/bin/bash
# $Id$
#
# Copyright (C) 2004 - 2006 Roland Gruber
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
# This script is run to create archives of all messages.po files.
#!/bin/bash
2005-10-08 09:32:14 +00:00
echo "Generating Catalan translation template"
./make_po_ca
2007-04-23 16:32:12 +00:00
tar -czf messages.po_ca.tar.gz messages.po
2005-10-08 09:32:14 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2007-07-22 17:09:22 +00:00
echo "Generating Chinese (Traditional) translation template"
2006-08-03 18:03:48 +00:00
./make_po_zh
2007-07-22 17:09:22 +00:00
tar -czf messages.po_zh_TW.tar.gz messages.po
echo " "
echo "Generating Chinese (Simplified) translation template"
./make_po_zh_CN
tar -czf messages.po_zh_CN.tar.gz messages.po
2007-04-23 16:32:12 +00:00
echo " "
echo "Generating Czech translation template"
./make_po_cs
tar -czf messages.po_cs.tar.gz messages.po
2006-08-03 18:03:48 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2006-02-11 13:18:22 +00:00
echo "Generating Dutch translation template"
./make_po_nl
2007-04-23 16:32:12 +00:00
tar -czf messages.po_nl.tar.gz messages.po
2006-02-11 13:18:22 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2005-10-08 09:32:14 +00:00
echo "Generating Spanish translation template"
./make_po_es
2007-04-23 16:32:12 +00:00
tar -czf messages.po_es.tar.gz messages.po
2005-10-08 09:32:14 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2005-10-08 09:32:14 +00:00
echo "Generating French translation template"
./make_po_fr
2007-04-23 16:32:12 +00:00
tar -czf messages.po_fr.tar.gz messages.po
2005-10-08 09:32:14 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2005-10-08 09:32:14 +00:00
echo "Generating Hungarian translation template"
./make_po_hu
2007-04-23 16:32:12 +00:00
tar -czf messages.po_hu.tar.gz messages.po
2005-10-08 09:32:14 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2005-10-08 09:32:14 +00:00
echo "Generating Italian translation template"
./make_po_it
2007-04-23 16:32:12 +00:00
tar -czf messages.po_it.tar.gz messages.po
2005-10-08 09:32:14 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2005-10-08 09:32:14 +00:00
echo "Generating Japanese translation template"
./make_po_jp
2007-04-23 16:32:12 +00:00
tar -czf messages.po_jp.tar.gz messages.po
2006-01-03 21:44:16 +00:00
echo " "
2007-04-23 16:32:12 +00:00
2006-08-03 18:03:48 +00:00
echo "Generating Russian translation template"
./make_po_ru
2007-04-23 16:32:12 +00:00
tar -czf messages.po_ru.tar.gz messages.po
2006-01-29 12:20:48 +00:00
rm messages.po