Ignore:
Timestamp:
Sep 11, 2013, 6:44:54 PM (11 years ago)
Author:
mistic100
Message:

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

Location:
extensions/UserCollections/language
Files:
2 edited

Legend:

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

    r23551 r24421  
    11<?php
    22
    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 list';
    73$lang['This collection is empty'] = 'This collection is empty';
    84$lang['Collection name:'] = 'Collection name:';
    95$lang['Create a new collection'] = 'Create a new collection';
    10 $lang['See all my collections'] = 'See all my collections';
    116$lang['Please give a name'] = 'Please give a name';
    127$lang['Invalid collection'] = 'Invalid collection';
     
    2318$lang['%d more...'] = '%d more...';
    2419$lang['(remove)'] = '(remove)';
    25 
     20$lang['Collection not found'] = 'Collection not found';
     21$lang['Expiration date'] = 'Expiration date';
     22$lang['New share added: <a href="%s">%s</a>'] = 'New share added: <a href="%s">%s</a>';
     23$lang['Restricted access'] = 'Restricted access';
     24$lang['Share'] = 'Share';
     25$lang['Share deleted'] = 'Share deleted';
     26$lang['Share key'] = 'Share key';
     27$lang['Share this collection'] = 'Share this collection';
     28$lang['The key must be at least 8 characters long'] = 'The key must be at least 8 characters long';
     29$lang['This key is already used'] = 'This key is already used';
     30$lang['This link expired'] = 'This link expired';
    2631$lang['Allow users to set their collections as public'] = 'Allow users to set their collections as public';
    2732$lang['Allow users to send their public collections by mail'] = 'Allow users to send their public collections by mail';
     
    4449$lang['Error while sending e-mail'] = 'Error while sending e-mail';
    4550$lang['E-mail sent successfully'] = 'E-mail sent successfully';
    46 $lang['The collection must be public in order to send it'] = 'The collection must be public in order to send it';
    4751$lang['Your name'] = 'Your name';
    4852$lang['Your e-mail'] = 'Your e-mail';
  • extensions/UserCollections/language/fr_FR/plugin.lang.php

    r23551 r24421  
    11<?php
    22
    3 $lang['Copied'] = 'Copié';
    4 $lang['Public collection'] = 'Publique';
    5 $lang['Copy to clipboard'] = 'Copier dans le presse-papier';
    6 $lang['Return to collections list'] = 'Retourner à la liste des collections';
    73$lang['This collection is empty'] = 'Cette collection est vide';
    8 $lang['Collection name:'] = 'Nom de la collection:';
     4$lang['Collection name:'] = 'Nom de la collection :';
    95$lang['Create a new collection'] = 'Créer une nouvelle collection';
    10 $lang['See all my collections'] = 'Voir toutes mes collections';
    116$lang['Please give a name'] = 'Veuillez donner un nom';
    127$lang['Invalid collection'] = 'Collection invalide';
     
    2318$lang['%d more...'] = 'et %d autres...';
    2419$lang['(remove)'] = '(retirer)';
    25 
     20$lang['Collection not found'] = 'collection non trouvée';
     21$lang['Expiration date'] = 'Date d\'expiration';
     22$lang['New share added: <a href="%s">%s</a>'] = 'Nouveau partage ajouté : <a href="%s">%s</a>';
     23$lang['Restricted access'] = 'Accès restreint';
     24$lang['Share'] = 'Partager';
     25$lang['Share deleted'] = 'Partage supprimé';
     26$lang['Share key'] = 'Clé de partage';
     27$lang['Share this collection'] = 'Partager cette collection';
     28$lang['The key must be at least 8 characters long'] = 'La clé doit faire au moins 8 caractères';
     29$lang['This key is already used'] = 'Cette clé est déjà utilisée';
     30$lang['This link expired'] = 'Ce lien a expiré';
    2631$lang['Allow users to set their collections as public'] = 'Les utilisateurs peuvent rendre leurs collections publiques';
    2732$lang['Allow users to send their public collections by mail'] = 'Les utilisateurs peuvent envoyer leurs collections publiques par mail';
     
    4449$lang['Error while sending e-mail'] = 'Erreur lors de l\'envoi de l\'e-mail';
    4550$lang['E-mail sent successfully'] = 'E-mail envoyé avec succès';
    46 $lang['The collection must be public in order to send it'] = 'La collection doit être publique pour l\'envoyer';
    4751$lang['Your name'] = 'Votre nom';
    4852$lang['Your e-mail'] = 'Votre e-mail';
Note: See TracChangeset for help on using the changeset viewer.