source: extensions/modus/language/en_UK/theme.lang.php @ 28453

Last change on this file since 28453 was 28453, checked in by plg, 10 years ago

i18n on configuration screen

remove size "default" which has no obvious meaning currently

hide info about "Full row thumbnail layout" which is hard to understand and cannot be configured (yet)

File size: 600 bytes
Line 
1<?php
2
3$lang['modus_theme'] = 'modus_theme';
4$lang['Explore'] = 'Explore';
5$lang['%d album'] = '%d album';
6$lang['%d albums'] = '%d albums';
7
8$lang['Modus theme config'] = 'Modus theme config';
9$lang['Skin'] = 'Skin';
10$lang['Album thumbnails'] = 'Album thumbnails';
11$lang['Use square thumbs'] = 'Use square thumbs';
12$lang['%d pixels'] = '%d pixels';
13$lang['Default sizes'] = 'Default sizes';
14$lang['Default size for thumbnails'] = 'Default size for thumbnails';
15$lang['Default size for thumbnails on high density display (retina)'] = 'Default size for thumbnails on high density display (retina)';
16?>
Note: See TracBrowser for help on using the repository browser.