|
From: Jirka P. <fi...@us...> - 2002-06-12 12:42:15
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv7483/phpbt/languages Modified Files: cz.php cz_iso-8859-2.php en.php Log Message: Added some titles (mostly) for wrap.html. Index: cz.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cz.php 21 May 2002 09:50:19 -0000 1.9 +++ cz.php 12 Jun 2002 12:42:11 -0000 1.10 @@ -117,6 +117,7 @@ 'accountcreated' => 'Úèet vytvoøen', 'changessaved' => 'Zmìny uloeny', 'preferences' => 'Uivatelská nastavení', + 'usertools' => 'Uivatelská nástroje', 'edituser' => 'Zmìnit Uivatele', 'adduser' => 'Pøidat Uivatele', 'editstatus' => 'Zmìnit Status', @@ -132,6 +133,7 @@ 'configuration' => 'Nastavení', 'adddatabase' => 'Pøidat databázi', 'editdatabase' => 'Upravit databázi', - 'database' => 'Databáze' + 'database' => 'Databáze', + 'documentation' => 'Dokumentace' ); ?> Index: cz_iso-8859-2.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cz_iso-8859-2.php 21 May 2002 09:50:19 -0000 1.6 +++ cz_iso-8859-2.php 12 Jun 2002 12:42:12 -0000 1.7 @@ -117,6 +117,7 @@ 'accountcreated' => 'Úèet vytvoøen', 'changessaved' => 'Zmìny ulo¾eny', 'preferences' => 'U¾ivatelská nastavení', + 'usertools' => 'U¾ivatelská nástroje', 'edituser' => 'Zmìnit U¾ivatele', 'adduser' => 'Pøidat U¾ivatele', 'editstatus' => 'Zmìnit Status', @@ -132,6 +133,7 @@ 'configuration' => 'Nastavení', 'adddatabase' => 'Pøidat databázi', 'editdatabase' => 'Upravit databázi', - 'database' => 'Databáze' + 'database' => 'Databáze', + 'documentation' => 'Dokumentace' ); ?> Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- en.php 21 May 2002 09:50:19 -0000 1.18 +++ en.php 12 Jun 2002 12:42:12 -0000 1.19 @@ -117,6 +117,7 @@ 'accountcreated' => 'Account Created', 'changessaved' => 'Changes Saved', 'preferences' => 'User Preferences', + 'usertools' => 'User Tools', 'edituser' => 'Edit User', 'adduser' => 'Add User', 'editstatus' => 'Edit Status', @@ -132,7 +133,8 @@ 'configuration' => 'Configuration', 'adddatabase' => 'Add Database', 'editdatabase' => 'Edit Database', - 'database' => 'Databases' + 'database' => 'Databases', + 'documentation' => 'Read documentation' ); ?> |