Update of /cvsroot/openbash-org/openbash-org/language
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21741/language
Modified Files:
english.php spanish.php
Log Message:
clase view; el este mola maaaaaas
Index: spanish.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/language/spanish.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** spanish.php 15 Nov 2004 20:26:25 -0000 1.13
--- spanish.php 16 Nov 2004 10:46:14 -0000 1.14
***************
*** 44,47 ****
--- 44,51 ----
);
+ $quote_language = array (
+ permalink => 'Enlace permanente a esta quote.',
+ review => '¿Marcar esta quote para revisión?'
+ );
?>
Index: english.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/language/english.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** english.php 19 Aug 2004 18:06:51 -0000 1.10
--- english.php 16 Nov 2004 10:46:14 -0000 1.11
***************
*** 41,43 ****
--- 41,47 ----
);
+ $quote_language = array (
+ permalink => 'Permanent link to this quote.',
+ review => 'Flag quote for review?'
+ );
?>
|