Changeset 11451


Ignore:
Timestamp:
Jun 20, 2011, 9:40:56 PM (13 years ago)
Author:
mistic100
Message:

add some information

Location:
extensions/SmartAlbums
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/admin/template/albums.tpl

    r11392 r11451  
    3030<form id="categoryOrdering" action="{$F_ACTION}" method="post">
    3131  <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
    32 
    33   <div class="orderParams">
    34    
    35   </div>
    3632
    3733  <ul class="categoryUl">
  • extensions/SmartAlbums/admin/template/config.tpl

    r11392 r11451  
    1111          <span class="property">{'Update albums on file upload'|@translate}</span>
    1212          <input type="checkbox" name="update_on_upload" value="true" {if $update_on_upload}checked="checked"{/if}/>
     13          {'(can cause slowdowns on admin pages)'|@translate}
    1314        </label>
    1415                        </li>
  • extensions/SmartAlbums/language/en_UK/plugin.lang.php

    r11392 r11451  
    2828$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerate photos list of all SmartAlbums';
    2929$lang['Update albums on file upload'] = 'Update albums on file upload';
     30$lang['(can cause slowdowns on admin pages)'] = '(can cause slowdowns on admin pages)';
    3031$lang['All SmartAlbums'] = 'All SmartAlbums';
    3132$lang['Add a SmartAlbum'] = 'Add a SmartAlbum';
     
    3334$lang['SmartAlbum added'] = 'SmartAlbum added';
    3435$lang['Only SmartAlbums are displayed on this page'] = 'Only SmartAlbums are displayed on this page';
    35 $lang['To order albums please go the main albums management page'] = 'To order albums please go the main albums management page';
     36$lang['To order albums please go the main albums management page'] = 'To order albums please go the main albums <a href="admin.php?page=cat_list">management page</a>';
    3637$lang['Don\'t show this message again'] = 'Don\'t show this message again';
    3738
  • extensions/SmartAlbums/language/fr_FR/plugin.lang.php

    r11392 r11451  
    2828$lang['Regenerate photos list of all SmartAlbums'] = 'Régénérer les photos de tous les SmartAlbums';
    2929$lang['Update albums on file upload'] = 'Mettre à jour les albums après la mise en ligne d\'un fichier';
     30$lang['(can cause slowdowns on admin pages)'] = '(peut causer des ralentissements)';
    3031$lang['All SmartAlbums'] = 'Tous les SmartAlbums';
    3132$lang['Add a SmartAlbum'] = 'Ajouter un SmartAlbum';
     
    3334$lang['SmartAlbum added'] = 'SmartAlbum supprimé';
    3435$lang['Only SmartAlbums are displayed on this page'] = 'Seuls les SmartAlbums sont affichés sur cette page';
    35 $lang['To order albums please go the main albums management page'] = 'Pour ordonner les albums veuillez vous rendre sur la page principale de gestion des albums';
     36$lang['To order albums please go the main albums management page'] = 'Pour ordonner les albums veuillez vous rendre sur la page principale de <a href="admin.php?page=cat_list">gestion des albums</a>';
    3637$lang['Don\'t show this message again'] = 'Ne plus afficher ce message';
    3738
  • extensions/SmartAlbums/language/it_IT/plugin.lang.php

    r11443 r11451  
    2828$lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums';
    2929$lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file';
     30$lang['(can cause slowdowns on admin pages)'] = '(può causare rallentamenti)';
    3031$lang['All SmartAlbums'] = 'Tutti i SmartAlbums';
    3132$lang['Add a SmartAlbum'] = 'Aggiungere un SmartAlbum';
     
    3334$lang['SmartAlbum added'] = 'SmartAlbum cancellato';
    3435$lang['Only SmartAlbums are displayed on this page'] = 'Solo i SmartAlbums sono visualizzati su questa pagina';
    35 $lang['To order albums please go the main albums management page'] = 'Per l\'ordinamento degli album recarsi sulla pagina principale della gestione degli album';
     36$lang['To order albums please go the main albums management page'] = 'Per l\'ordinamento degli album recarsi sulla pagina principale della <a href="admin.php?page=cat_list">gestione degli album</a>';
    3637$lang['Don\'t show this message again'] = 'Non visualizzare piu questo messagio';
    3738
  • extensions/SmartAlbums/language/lv_LV/plugin.lang.php

    r11415 r11451  
    3333$lang['SmartAlbum added'] = 'SmartAlbum pievienots';
    3434$lang['Only SmartAlbums are displayed on this page'] = 'Šajā lapā attēloti tikai  SmartAlbumi ';
    35 $lang['To order albums please go the main albums management page'] = 'Lai kārtotu albūmus, izvēlieties albūmu pārvaldības galveno lapu';
     35$lang['To order albums please go the main albums management page'] = 'Lai kārtotu albūmus, izvēlieties <a href="admin.php?page=cat_list">albūmu pārvaldības galveno lapu</a>';
    3636$lang['Don\'t show this message again'] = 'Nerādīt šo ziņojumu atkārtoti';
    3737
  • extensions/SmartAlbums/maintain.inc.php

    r11438 r11451  
    2525    \'SmartAlbums\',
    2626    \''.serialize(array(
    27         'update_on_upload' => true,
     27        'update_on_upload' => false,
    2828        'show_list_messages' => true,
    2929        )
     
    4646    \'SmartAlbums\',
    4747    \''.serialize(array(
    48         'update_on_upload' => true,
     48        'update_on_upload' => false,
    4949        'show_list_messages' => true,
    5050        )
Note: See TracChangeset for help on using the changeset viewer.