[Phpslash-commit] CVS: phpslash-ft/class/locale en.php3,1.11,1.12
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-01-22 19:51:15
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory sc8-pr-cvs1:/tmp/cvs-serv31486/phpslash-ft/class/locale Modified Files: en.php3 Log Message: tranlated Glossary Admin messages Index: en.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/en.php3,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** en.php3 22 Jan 2003 18:55:38 -0000 1.11 --- en.php3 22 Jan 2003 19:51:12 -0000 1.12 *************** *** 212,215 **** --- 212,221 ---- // glossaryAdmin.php3 + "has been updated" => + "has been updated", + + "has not been updated" => + "has not been updated", + // infologAdmin.php3 // mailinglistAdmin.php3 *************** *** 509,513 **** "Add a new Term" => "Add a new Term", ! // Group.class "There is no group_name in Group.class::saveGroup" => --- 515,531 ---- "Add a new Term" => "Add a new Term", ! ! "Glossary Edit" => ! "Glossary Edit", ! ! "There is no term in Glossary.class::saveGlossary" => ! "There is no term in Glossary.class::saveGlossary", ! ! "There is no def in Glossary.class::saveGlossary" => ! "There is no def in Glossary.class::saveGlossary", ! ! "Add a new Term" => ! "Add a new Term", ! // Group.class "There is no group_name in Group.class::saveGroup" => *************** *** 736,742 **** "Comment Administration" => "Comment Administration", - - "Glossary Administration" => - "Glossary Administration", "Poll Administration" => --- 754,757 ---- |