Changeset 1021 for trunk/rss/intl/fr.php

Show
Ignore:
Timestamp:
11/20/05 14:35:05 (3 years ago)
Author:
mbonetti
Message:

Database driven user management with a twist of AJAX.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/intl/fr.php

    r1005 r1021  
    255255define ('LBL_ADMIN_DASHBOARD','Dashboard'); 
    256256 
     257 
     258define ('LBL_ADMIN_MUST_SET_PASS','<p>No Administrator has been specified yet!</p>' 
     259        .'<p>Please provide an Administrator username and password now!</p>'); 
     260define ('LBL_USERNAME','Username');      
     261define ('LBL_PASSWORD','Password'); 
     262define ('LBL_ADMIN_LOGIN','Please log in'); 
     263 
    257264?>