Changeset 24421 for extensions/UserCollections/language
- Timestamp:
- Sep 11, 2013, 6:44:54 PM (11 years ago)
- Location:
- extensions/UserCollections/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/language/en_UK/plugin.lang.php
r23551 r24421 1 1 <?php 2 2 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';7 3 $lang['This collection is empty'] = 'This collection is empty'; 8 4 $lang['Collection name:'] = 'Collection name:'; 9 5 $lang['Create a new collection'] = 'Create a new collection'; 10 $lang['See all my collections'] = 'See all my collections';11 6 $lang['Please give a name'] = 'Please give a name'; 12 7 $lang['Invalid collection'] = 'Invalid collection'; … … 23 18 $lang['%d more...'] = '%d more...'; 24 19 $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'; 26 31 $lang['Allow users to set their collections as public'] = 'Allow users to set their collections as public'; 27 32 $lang['Allow users to send their public collections by mail'] = 'Allow users to send their public collections by mail'; … … 44 49 $lang['Error while sending e-mail'] = 'Error while sending e-mail'; 45 50 $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';47 51 $lang['Your name'] = 'Your name'; 48 52 $lang['Your e-mail'] = 'Your e-mail'; -
extensions/UserCollections/language/fr_FR/plugin.lang.php
r23551 r24421 1 1 <?php 2 2 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';7 3 $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 :'; 9 5 $lang['Create a new collection'] = 'Créer une nouvelle collection'; 10 $lang['See all my collections'] = 'Voir toutes mes collections';11 6 $lang['Please give a name'] = 'Veuillez donner un nom'; 12 7 $lang['Invalid collection'] = 'Collection invalide'; … … 23 18 $lang['%d more...'] = 'et %d autres...'; 24 19 $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é'; 26 31 $lang['Allow users to set their collections as public'] = 'Les utilisateurs peuvent rendre leurs collections publiques'; 27 32 $lang['Allow users to send their public collections by mail'] = 'Les utilisateurs peuvent envoyer leurs collections publiques par mail'; … … 44 49 $lang['Error while sending e-mail'] = 'Erreur lors de l\'envoi de l\'e-mail'; 45 50 $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';47 51 $lang['Your name'] = 'Votre nom'; 48 52 $lang['Your e-mail'] = 'Votre e-mail';
Note: See TracChangeset
for help on using the changeset viewer.