File: zz.php

package info (click to toggle)
phpldapadmin 0.9.5-3sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,052 kB
  • ctags: 2,526
  • sloc: php: 21,258; sh: 262; makefile: 132; xml: 42
file content (13 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// $Header: /cvsroot/phpldapadmin/phpldapadmin/lang/recoded/zz.php,v 1.3 2004/03/19 20:13:09 i18phpldapadmin Exp $

// Language zz only for testing/finding hardcode language
// don't use it as default-language you see only ZZZZZ
// $Version$
include "en.php";
while (list($key, $value) = each ($lang)) {

     $lang[$key]=ereg_replace("[[:alpha:]]","Z",$value);

}
?>