Dotclear


Ignore:
Timestamp:
06/01/11 15:54:48 (14 years ago)
Author:
xave <xave@…>
Branch:
2.3
Message:

Favourites are now internally handled in English and translated
only when displayed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/preferences.php

    r270 r324  
    499499                    form::field(array('order['.$k.']'),2,3,$count,'position','',false,'title="'.sprintf(__('position of %s'),$fav['title']).'"'). 
    500500                    form::hidden(array('dynorder[]','dynorder-'.$k.''),$k). 
    501                     '<label for="fuk-'.$k.'">'.form::checkbox(array('remove[]','fuk-'.$k),$k).$fav['title'].'</label>'. 
     501                    '<label for="fuk-'.$k.'">'.form::checkbox(array('remove[]','fuk-'.$k),$k).__($fav['title']).'</label>'. 
    502502                    '</li>'; 
    503503          } 
     
    542542               $count++; 
    543543               echo '<li id="fd-'.$k.'">'. 
    544                '<img src="'.$fav['small-icon'].'" alt="" /> '.$fav['title'].'</li>'; 
     544               '<img src="'.$fav['small-icon'].'" alt="" /> '.__($fav['title']).'</li>'; 
    545545          } 
    546546     } 
     
    568568          echo '<li id="fa-'.$fav[0].'">'.'<label for="fak-'.$fav[0].'">'. 
    569569               form::checkbox(array('append[]','fak-'.$fav[0]),$k). 
    570                '<img src="'.$fav[3].'" alt="" /> '.'<span class="zoom"><img src="'.$fav[4].'" alt="" /></span>'.$fav[1]. 
    571                '</label>'.'</li>'; 
     570               '<img src="'.$fav[3].'" alt="" /> '.'<span class="zoom"><img src="'.$fav[4].'" alt="" /></span>'. 
     571               __($fav[1]).'</label>'.'</li>'; 
    572572     } 
    573573}     
Note: See TracChangeset for help on using the changeset viewer.

Sites map