Update of /cvsroot/webnotes/webnotes/lang
In directory usw-pr-cvs1:/tmp/cvs-serv24389/lang
Modified Files:
strings_english.php strings_french.php strings_italian.php
Log Message:
- Unified the header in all files
- Used require_once() rather than include() to include the api.php
- Fixed a probem in note_print_all() where $p_url was not defined.
- Replaced some < ? with < ? php.
Index: strings_english.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- strings_english.php 10 Sep 2002 13:58:34 -0000 1.5
+++ strings_english.php 11 Sep 2002 09:49:54 -0000 1.6
@@ -1,7 +1,6 @@
<?php
# phpWebNotes - a php based note addition system
- # Copyright (C) 2000 Kenzaburo Ito - ke...@30...
- # 2002 Webnotes Team - web...@so...
+ # Copyright (C) 2000-2002 Webnotes Team - web...@so...
# This program is distributed under the terms and conditions of the GPL
# See the files README and LICENSE for details
Index: strings_french.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/lang/strings_french.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- strings_french.php 4 Sep 2002 13:36:58 -0000 1.2
+++ strings_french.php 11 Sep 2002 09:49:54 -0000 1.3
@@ -1,7 +1,6 @@
<?php
# phpWebNotes - a php based note addition system
- # Copyright (C) 2000 Kenzaburo Ito - ke...@30...
- # 2002 Webnotes Team - web...@so...
+ # Copyright (C) 2000-2002 Webnotes Team - web...@so...
# This program is distributed under the terms and conditions of the GPL
# See the files README and LICENSE for details
Index: strings_italian.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/lang/strings_italian.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- strings_italian.php 4 Sep 2002 13:36:58 -0000 1.2
+++ strings_italian.php 11 Sep 2002 09:49:54 -0000 1.3
@@ -1,7 +1,6 @@
<?php
# phpWebNotes - a php based note addition system
- # Copyright (C) 2000 Kenzaburo Ito - ke...@30...
- # 2002 Webnotes Team - web...@so...
+ # Copyright (C) 2000-2002 Webnotes Team - web...@so...
# This program is distributed under the terms and conditions of the GPL
# See the files README and LICENSE for details
|