From: <vb...@us...> - 2002-09-04 13:37:01
|
Update of /cvsroot/webnotes/webnotes/lang In directory usw-pr-cvs1:/tmp/cvs-serv6169/lang Modified Files: strings_english.php strings_french.php strings_italian.php Log Message: - Fixed a typo in a variable name in all localisation files. - Clean up of variables before saving to the database. - The directory separators were not handled correctly when passed on the url. - Changed some "&" to "& a m p ;" - Renamed a configuration variable ($p_notes_order) to ($g_notes_order). - Changed the contents of the note to be preformatted when displayed. - Added a directory with two sample files, to be used for demonstration / testing. Index: strings_english.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- strings_english.php 3 Sep 2002 06:59:09 -0000 1.2 +++ strings_english.php 4 Sep 2002 13:36:58 -0000 1.3 @@ -85,7 +85,7 @@ ### note_add_page.php $s_not_indexed_part1 = "This page is not indexed in the database. Please get the"; ### $s_administrator # defined elsewhere - $s_not_indexed__part2 = "to run the file indexer."; + $s_not_indexed_part2 = "to run the file indexer."; $s_back_link = "Back"; $s_add_note = "Add Note"; $s_delete = "Date"; Index: strings_french.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/lang/strings_french.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- strings_french.php 3 Sep 2002 06:59:09 -0000 1.1 +++ strings_french.php 4 Sep 2002 13:36:58 -0000 1.2 @@ -63,7 +63,7 @@ $s_sql_error_msg = "ERREUR DETECTE: Rapporter cette requête SQL à"; ### note_add_page.php $s_not_indexed_part1 = "Cette page n'est pas indexée dans la base. SVP"; ### $s_administrator # defined elsewhere - $s_not_indexed__part2 = "pour activer l'indexateur."; + $s_not_indexed_part2 = "pour activer l'indexateur."; $s_back_link = "Retour"; $s_add_note = "Ajouter Note"; $s_delete = "Date"; Index: strings_italian.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/lang/strings_italian.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- strings_italian.php 3 Sep 2002 06:59:09 -0000 1.1 +++ strings_italian.php 4 Sep 2002 13:36:58 -0000 1.2 @@ -65,7 +65,7 @@ $s_sql_error_msg = "ERRORE: query sql "; ### note_add_page.php $s_not_indexed_part1 = "questa pagina non e' stata indicizzata nel database. Prendi l'"; ### $s_administrator # defined elsewhere - $s_not_indexed__part2 = " per eseguire l'indicizzazione."; + $s_not_indexed_part2 = " per eseguire l'indicizzazione."; $s_back_link = "Indietro"; $s_add_note = "Inserisci Nota"; $s_delete = "Data"; |