source: extensions/WiredForSound/language/en_UK/plugin.lang.php @ 11079

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

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

File size: 1.4 KB
Line 
1<?php
2
3$lang['wfs_associate_category'] = 'Wire for sound this category';
4$lang['wfs_associate_image'] = 'Wire for sound this picture';
5
6$lang['wfs_associate_sound'] = 'Wired For Sound - Add sound';
7$lang['wfs_actual_file'] = 'Current linked file';
8$lang['wfs_path'] = 'Directory path';
9$lang['wfs_change_path'] = 'Change directory';
10$lang['wfs_show_default_path'] = 'Show defalt directory';
11$lang['wfs_file'] = 'File';
12$lang['wfs_volume'] = 'Volume';
13$lang['wfs_apply_only_this_cat'] = 'Link only within the current category';
14$lang['wfs_associate_to_cat'] = 'Link to the current category';
15$lang['wfs_associate_to_pic'] = 'Link to the picture';
16$lang['wfs_delete'] = 'Unlink';
17$lang['wfs_back_cat'] = 'Back to category';
18$lang['wfs_back_pic'] = 'Back to picture';
19$lang['wfs_optional'] = 'optional';
20
21$lang['wfs_no_mp3'] = 'No sound available in this directory.';
22$lang['wfs_no_path'] = 'Directory not found.';
23$lang['wfs_only_this_cat'] = 'Current category only';
24$lang['wfs_all_cat'] = 'All categories';
25
26$lang['wfs_conf_saved'] = 'Configuration has been saved.';
27
28$lang['wfs_configuration'] = 'Configuration';
29$lang['wfs_default_directory'] = 'Default directory';
30$lang['wfs_default_volume'] = 'Default volume';
31$lang['wfs_player_width'] = 'Player width';
32$lang['wfs_litle'] = 'Litle';
33$lang['wfs_medium'] = 'Medium';
34$lang['wfs_large'] = 'Large';
35$lang['wfs_autostart'] = 'Autostart';
36$lang['wfs_loop'] = 'Autoloop';
37
38?>
Note: See TracBrowser for help on using the repository browser.