diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 12ae6c701..03d6b1390 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1118,3 +1118,17 @@ $lang['Created on %s'] = 'Created on %s'; $lang['Edited on %s'] = 'Edited on %s'; $lang['%d sub-albums'] = '%d sub-albums'; $lang['Refresh thumbnail'] = 'Refresh thumbnail'; +$lang['Compact View'] = 'Compact View'; +$lang['Tile View'] = 'Tile View'; +$lang['Line View'] = 'Line View'; +$lang['Add Album'] = 'Add Album'; +$lang['Name field must not be empty'] = 'Name field must not be empty'; +$lang['Drag and drop to reorder albums'] = 'Drag and drop to reorder albums'; +$lang['Apply an automatic order to root albums'] = 'Apply an automatic order to root albums'; +$lang['Show sub-albums'] = 'Show sub-albums'; +$lang['Hide sub-albums'] = 'Hide sub-albums'; +$lang['Root'] = 'Root'; +$lang['Apply to direct sub-albums'] = 'Apply to direct sub-albums'; +$lang['Apply to the whole hierarchy'] = 'Apply to the whole hierarchy'; +$lang['%d+ albums found, try to refine the search'] = '%d+ albums found, try to refine the search'; +$lang['Select an album... or type it!'] = 'Select an album... or type it!'; \ No newline at end of file