Ignore:
Timestamp:
Jul 10, 2012, 5:37:33 PM (12 years ago)
Author:
mistic100
Message:

-menu always displayed if user has unactive collections
-better user status checks
-localizations

Location:
extensions/UserCollections/language
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/language/en_UK/description.txt

    r16591 r16597  
     1Registered users can select pictures from the gallery and save them into collections, like advanced favorites.
  • extensions/UserCollections/language/en_UK/plugin.lang.php

    r16591 r16597  
    11<?php
    22
    3 
     3$lang['Copied'] = 'Copied';
     4$lang['Public collection'] = 'Public';
     5$lang['Copy to clipboard'] = 'Copy to clipboard';
     6$lang['Return to collections list'] = 'Return to collections list';
     7$lang['This collection is empty'] = 'This collection is empty';
     8$lang['Collection name:'] = 'Collection name:';
     9$lang['Create a new collection'] = 'Create a new collection';
     10$lang['Unsaved collections'] = 'Unsaved collections';
     11$lang['save'] = 'save';
     12$lang['set active'] = 'set active';
     13$lang['Saved collections'] = 'Saved collections';
     14$lang['Current collection:'] = 'Current collection:';
     15$lang['See all my collections'] = 'See all my collections';
     16$lang['Please give a name'] = 'Please give a name';
     17$lang['Invalid collection'] = 'Invalid collection';
     18$lang['by %s'] = 'by %s';
     19$lang['Collections'] = 'Collections';
     20$lang['Remove from collection'] = 'Remove from collection';
     21$lang['Add to collection'] = 'Add to collection';
     22$lang['Display collection'] = 'Display';
     23$lang['Clear collection'] = 'Clear';
    424
    525?>
  • extensions/UserCollections/language/fr_FR/description.txt

    r16591 r16597  
     1Les utilisateurs inscrits peuvent sélectionner des photos et es sauvegarder dans des collections, comme des favoris avancés.
  • extensions/UserCollections/language/fr_FR/plugin.lang.php

    r16591 r16597  
    11<?php
    22
    3 
     3$lang['Copied'] = 'Copié';
     4$lang['Public collection'] = 'Publique';
     5$lang['Copy to clipboard'] = 'Copier dans le press-papier';
     6$lang['Return to collections list'] = 'Retourner à la liste des collections';
     7$lang['This collection is empty'] = 'Cette collection est vide';
     8$lang['Collection name:'] = 'Nom de la collection:';
     9$lang['Create a new collection'] = 'Créer une nouvelle collection';
     10$lang['Unsaved collections'] = 'Collections temporaires';
     11$lang['save'] = 'sauvegarder';
     12$lang['set active'] = 'choisir comme collection active';
     13$lang['Saved collections'] = 'Collections sauvegardées';
     14$lang['Current collection:'] = 'Collection actuelle:';
     15$lang['See all my collections'] = 'Voir toutes mes collections';
     16$lang['Please give a name'] = 'Veuillez donner un nom';
     17$lang['Invalid collection'] = 'Collection invalide';
     18$lang['by %s'] = 'par %s';
     19$lang['Collections'] = 'Collections';
     20$lang['Remove from collection'] = 'Supprimer de la collection';
     21$lang['Add to collection'] = 'Ajouter à la collection';
     22$lang['Display collection'] = 'Afficher';
     23$lang['Clear collection'] = 'Vider';
    424
    525?>
Note: See TracChangeset for help on using the changeset viewer.