[LinksOS CVS Commit]website/language en.php,1.8,1.9
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@us...> - 2002-12-30 08:12:27
|
Update of /cvsroot/linksos/website/language
In directory sc8-pr-cvs1:/tmp/cvs-serv29399/language
Modified Files:
en.php
Log Message:
English Doc Link
Added link to english version of current doc.
Users of other languages will be able to easily switch into english to view english-only documentation.
a=kennyt
Index: en.php
===================================================================
RCS file: /cvsroot/linksos/website/language/en.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** en.php 25 Dec 2002 19:00:23 -0000 1.8
--- en.php 30 Dec 2002 08:12:22 -0000 1.9
***************
*** 75,78 ****
--- 75,81 ----
// customization
'choose_language_head' => 'Choose your language below. This choice will remain until you end this browser session.',
+
+ // documentation
+ 'view_in_english' => 'View in English',
);
?>
|