source: extensions/WiredForSound/language/fr_FR/plugin.lang.php @ 24795

Last change on this file since 24795 was 3609, checked in by patdenice, 15 years ago

Convert all php and tpl files in Unix format for my plugins.

File size: 1.6 KB
Line 
1<?php
2
3$lang['wfs_associate_category'] = 'Associer un son à la catégorie';
4$lang['wfs_associate_image'] = 'Associer un son à l\'image';
5
6$lang['wfs_associate_sound'] = 'Wired For Sound - Associer un son';
7$lang['wfs_actual_file'] = 'Fichier associé actuellement';
8$lang['wfs_path'] = 'Dossier';
9$lang['wfs_change_path'] = 'Changer de dossier';
10$lang['wfs_show_default_path'] = 'Afficher le dossier par defaut';
11$lang['wfs_file'] = 'Fichier';
12$lang['wfs_volume'] = 'Volume';
13$lang['wfs_apply_only_this_cat'] = 'Appliquer à l\'image uniquement dans cette catégorie';
14$lang['wfs_associate_to_cat'] = 'Associer le mp3 à la catégorie';
15$lang['wfs_associate_to_pic'] = 'Associer le mp3 à l\'image';
16$lang['wfs_delete'] = 'Supprimer l\'association existante';
17$lang['wfs_back_cat'] = 'Retour à la catégorie';
18$lang['wfs_back_pic'] = 'Retour à l\'image';
19$lang['wfs_optional'] = 'facultatif';
20
21$lang['wfs_no_mp3'] = 'Aucun mp3 n\'a été trouvé dans ce dossier.';
22$lang['wfs_no_path'] = 'Le dossier spécifié n\'existe pas.';
23$lang['wfs_only_this_cat'] = 'Uniquement pour cette catégorie';
24$lang['wfs_all_cat'] = 'Quelle que soit la catégorie';
25
26$lang['wfs_conf_saved'] = 'Configuration sauvegardée.';
27
28$lang['wfs_configuration'] = 'Configuration';
29$lang['wfs_default_directory'] = 'Repertoire par défaut';
30$lang['wfs_default_volume'] = 'Volume par défaut';
31$lang['wfs_player_width'] = 'Taille du lecteur';
32$lang['wfs_litle'] = 'Petit';
33$lang['wfs_medium'] = 'Moyen';
34$lang['wfs_large'] = 'Grand';
35$lang['wfs_autostart'] = 'Autostart';
36$lang['wfs_loop'] = 'Lecture continue';
37
38?>
Note: See TracBrowser for help on using the repository browser.