* message catalogs for PHP and JavaScript have been joined to davadmin.pot
 * textdomain selection has been unified in admin/i18n.inc.php
This commit is contained in:
Jan Dittberner 2007-12-03 14:37:35 +00:00
parent 379fffa19b
commit 0993d2be3a
11 changed files with 291 additions and 377 deletions

View file

@ -30,8 +30,6 @@
/** Include the internationalization code. */
require_once(".." . DIRECTORY_SEPARATOR . "i18n.inc.php");
textdomain("davadminjs");
$translatable = file(realpath(implode(DIRECTORY_SEPARATOR,
array(dirname(__FILE__), "..", "..",
"po", "transjs.txt"))));