source: extensions/physical2virtual/language/en_UK/plugin.lang.php @ 27229

Last change on this file since 27229 was 27229, checked in by JanisV, 10 years ago

New options (unlock new virtual albums, inherit permissions)

File size: 674 bytes
Line 
1<?php
2
3$lang['Create new virtual albums into'] = 'Create new virtual albums into';
4$lang['Lock physical albums after converting'] = 'Lock physical albums after converting';
5$lang['Make physical albums private after converting'] = 'Make physical albums private after converting';
6$lang['Convert now'] = 'Convert now';
7$lang['Convertion done'] = 'Convertion done';
8$lang['Store folder structure'] = 'Store folder structure';
9$lang['Unlock new virtual albums when possible'] = 'Unlock new virtual albums when possible';
10$lang['New virtual albums inherit the group/user permissions from its parent'] = 'New virtual albums inherit the group/user permissions from its parent';
11
12?>
Note: See TracBrowser for help on using the repository browser.