Changeset 1021 for trunk/rss/intl/sv.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/sv.php

    r1005 r1021  
    267267 
    268268define ('LBL_ADMIN_DASHBOARD','Dashboard'); 
     269 
     270 
     271define ('LBL_ADMIN_MUST_SET_PASS','<p>No Administrator has been specified yet!</p>' 
     272        .'<p>Please provide an Administrator username and password now!</p>'); 
     273define ('LBL_USERNAME','Username');      
     274define ('LBL_PASSWORD','Password'); 
     275define ('LBL_ADMIN_LOGIN','Please log in'); 
    269276?>