LDAPAccountManager/lam/po/make_all

93 lines
2.1 KiB
Plaintext
Raw Normal View History

2006-03-03 17:30:35 +00:00
#!/bin/bash
# $Id$
#
2011-12-11 15:46:31 +00:00
# Copyright (C) 2004 - 2011 Roland Gruber
2009-11-09 18:49:17 +00:00
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
2006-03-03 17:30:35 +00:00
# This script is run to create archives of all messages.po files.
2012-12-12 18:51:23 +00:00
echo "Generating POT"
./make_po
mv messages.po messages.pot
tar -czf messages.pot.tar.gz messages.pot
2013-03-02 17:48:44 +00:00
rm messages.pot
2012-12-12 18:51:23 +00:00
echo " "
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"
2007-07-22 17:17:37 +00:00
./make_po_zh_TW
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
2008-04-16 16:49:07 +00:00
echo "Generating Polish translation template"
./make_po_pl
tar -czf messages.po_pl.tar.gz messages.po
echo " "
2007-07-23 15:39:09 +00:00
echo "Generating Portuguese translation template"
./make_po_pt
tar -czf messages.po_pt.tar.gz messages.po
echo " "
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
2011-12-11 15:46:31 +00:00
echo "Generating Slovakian translation template"
./make_po_sk
tar -czf messages.po_sk.tar.gz messages.po
2013-11-29 19:47:29 +00:00
echo "Generating Turkish translation template"
./make_po_tr
tar -czf messages.po_tr.tar.gz messages.po
2013-12-17 20:29:51 +00:00
echo "Generating Ukrainian translation template"
./make_po_uk
tar -czf messages.po_uk.tar.gz messages.po
2006-01-29 12:20:48 +00:00
rm messages.po