Last change
on this file since 20407 was
20407,
checked in by mistic100, 12 years ago
|
option to save website URL in photo description
|
File size:
1.1 KB
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | $lang['Invalid file URL'] = 'URL du fichier invalide'; |
---|
4 | $lang['Invalid file type'] = 'Type de fichier invalide'; |
---|
5 | $lang['File URL is empty'] = 'L\'URL du fichier est vide'; |
---|
6 | $lang['Unable to download file'] = 'Impossible de télécharger le fichier'; |
---|
7 | $lang['Pending'] = 'En attente'; |
---|
8 | $lang['Delete this item'] = 'Supprimer ce lien'; |
---|
9 | $lang['File URL'] = 'URL du fichier'; |
---|
10 | $lang['Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.'] = 'Vous voulez télécharger plus de fichiers ? Essayez le <a href="%s">formulaire multiple</a>.'; |
---|
11 | $lang['Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.'] = 'Le formulaire multiple ne fonctionne pas ? Essayez le <a href="%s">formulaire simple</a>.'; |
---|
12 | $lang['One link by line, separate photo name and url with a « | ». Photo name is optional.'] = 'Un seul lien par ligne, séparez le nom et l\'URL par un « | ». Le nom de la photo est optionel.'; |
---|
13 | $lang['Add links'] = 'Ajouter les liens'; |
---|
14 | $lang['Add website URL in photo description'] = 'Ajouter l\'URL du site web dans la description de la photo'; |
---|
15 | |
---|
16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.