From: Chris S. <san...@us...> - 2005-07-14 18:20:35
|
Update of /cvsroot/stack/stack-1-0/lang/es In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/lang/es Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/es/stack.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stack.php 20 Jun 2005 15:42:58 -0000 1.2 --- stack.php 14 Jul 2005 18:19:57 -0000 1.3 *************** *** 1,4 **** --- 1,13 ---- <?php + /** + * Strings which STACK uses to display to the user. + * + * @package languages + * @subpackage Stack + */ + /** + * Strings associated with quizzes. + */ $string['TrySTACKQuiz'] = 'Intente un cuestionario STACK'; $string['STACKHomePage'] = 'Página inicial STACK'; |