Ignore:
Timestamp:
Jun 28, 2011, 3:19:44 PM (13 years ago)
Author:
mistic100
Message:

keep category representant if possible

Location:
extensions/SmartAlbums/language
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/language/en_UK/plugin.lang.php

    r11451 r11546  
    11<?php
    22
    3 $lang['%d photos associated to album &laquo;%s&raquo;'] = '%d photos associated to album &laquo;%s&raquo;';
     3$lang['%d photos associated to album %s'] = '%d photos associated to album %s';
    44$lang['No filter selected'] = 'No filter selected';
    55$lang['No tag selected'] = 'No tag selected';
  • extensions/SmartAlbums/language/fr_FR/plugin.lang.php

    r11451 r11546  
    11<?php
    22
    3 $lang['%d photos associated to album &laquo;%s&raquo;'] = '%d photos associées à l\'album &laquo;%s&raquo;';
     3$lang['%d photos associated to album %s'] = '%d photos associées à l\'album %s';
    44$lang['No filter selected'] = 'Aucun filtre sélectionné';
    55$lang['No tag selected'] = 'Aucun tag sélectionné';
  • extensions/SmartAlbums/language/it_IT/plugin.lang.php

    r11451 r11546  
    11<?php
    22
    3 $lang['%d photos associated to album &laquo;%s&raquo;'] = '%d foto associate all\'album "%s"';
     3$lang['%d photos associated to album %s'] = '%d foto associate all\'album %s';
    44$lang['No filter selected'] = 'Nessun filtro selezionato';
    55$lang['No tag selected'] = 'Nessun tag selezionato';
  • extensions/SmartAlbums/language/lv_LV/plugin.lang.php

    r11451 r11546  
    11<?php
    22
    3 $lang['%d photos associated to album «%s»'] = '%d fotogrāfiju saistītas ar albūmu «%s»';
     3$lang['%d photos associated to album %s'] = '%d fotogrāfiju saistītas ar albūmu %s';
    44$lang['No filter selected'] = 'Nav izvēlēts neviens no filtriem';
    55$lang['No tag selected'] = 'Nav izvēlēts neviens no tagiem';
Note: See TracChangeset for help on using the changeset viewer.