source: extensions/properties_mass_update/language/en_UK/plugin.lang.php @ 17671

Last change on this file since 17671 was 17671, checked in by plg, 12 years ago

new feature: ability to select the property to update (title, description, author, tags)

new feature: ability to select the separator (tab, space, comma, semicolon)

File size: 787 bytes
Line 
1<?php
2$lang['Send File - Photo Properties Mass Update'] = 'Send File - Photo Properties Mass Update';
3$lang['Text file'] = 'Text file';
4$lang['File pattern'] = 'File pattern';
5$lang['Photo description, until the end of the line'] = 'Photo description, until the end of the line';
6$lang['Description for another photo'] = 'Description for another photo';
7$lang['%d photos updated'] = '%d photos updated';
8$lang['%d photos are missing in Piwigo: %s'] = '%d photos are missing in Piwigo: %s';
9$lang['Wrong file, please select a plain text file'] = 'Wrong file, please select a plain text file';
10$lang['Update'] = 'Update';
11$lang['tab'] = 'tabulation';
12$lang['space'] = 'space';
13$lang['comma'] = 'comma';
14$lang['semicolon'] = 'semicolon';
15$lang['(comma separated)'] = '(comma separated)';
16?>
Note: See TracBrowser for help on using the repository browser.