File: zzz.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-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// $Header: /cvsroot/phpldapadmin/phpldapadmin/lang/recoded/zzz.php,v 1.3 2004/03/19 20:13:09 i18phpldapadmin Exp $

// Language zzz only for testing/finding hardcode language
// usefull for i18n for finding the corresponding key-entry
// $Version$
include "en.php";
while (list($key, $value) = each ($lang)) {

     $lang[$key]="~".$key."~";

}
?>