Changeset 7217

Show
Ignore:
Timestamp:
11/02/08 16:26:33 (5 years ago)
Author:
mickecarlsson
Message:

Enclosed text strings for translation in parking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/parking/functions.inc.php

    r6865 r7217  
    167167    $destlist[] = array( 
    168168      'dest' => $thisdest, 
    169       'description' => 'Parking Lot'
     169      'description' => _('Parking Lot')
    170170      'edit_url' => 'config.php?type='.$type.'&display=parking', 
    171171    ); 
     
    184184    $usage_arr[] = array( 
    185185      'url_query' => 'config.php?type='.$type.'&display=parking', 
    186       'description' => "Parking Lot"
     186      'description' => _("Parking Lot")
    187187    ); 
    188188    return $usage_arr;