source: extensions/url_uploader/language/en_UK/plugin.lang.php @ 19804

Last change on this file since 19804 was 19804, checked in by mistic100, 11 years ago

add plugin URL Uploader

File size: 922 bytes
RevLine 
[19804]1<?php
2
3$lang['Invalid file URL'] = 'Invalid file URL';
4$lang['Invalid file type'] = 'Invalid file type';
5$lang['File URL is empty'] = 'File URL is empty';
6$lang['Unable to download file'] = 'Unable to download file';
7$lang['Pending'] = 'Pending';
8$lang['Delete this item'] = 'Delete this item';
9$lang['File URL'] = 'File URL';
10$lang['Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.'] = 'Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.';
11$lang['Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.'] = 'Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.';
12$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.';
13$lang['Add links'] = 'Add links';
14
15?>
Note: See TracBrowser for help on using the repository browser.