RELEASE 1.1.0
This commit is contained in:
15
tools/po/make_mo_all
Executable file
15
tools/po/make_mo_all
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
HOME=$PWD
|
||||
cd ../../locale
|
||||
|
||||
for i in $(ls -1); do
|
||||
if [ $i == 'CVS' ]; then
|
||||
continue;
|
||||
else
|
||||
echo Processing: $i
|
||||
cd $i/LC_MESSAGES
|
||||
$HOME/make_mo
|
||||
cd ../..
|
||||
fi
|
||||
done
|
@@ -3,7 +3,7 @@
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpldapadmin $Name: RELEASE-1_0_0 $\n"
|
||||
"Project-Id-Version: phpldapadmin $Name: RELEASE-1_1_0 $\n"
|
||||
"Report-Msgid-Bugs-To: phpldapadmin-devel@lists.sf.net\n"
|
||||
"POT-Creation-Date: 2004-01-14 17:45+0200\n"
|
||||
"PO-Revision-Date: 2004-01-14 17:45+0200\n"
|
||||
|
Reference in New Issue
Block a user