source: extensions/Mobile_Theme_for_Tablets/language/en_UK/plugin.lang.php @ 19815

Last change on this file since 19815 was 19815, checked in by julien1311, 11 years ago

first working version

  • Property svn:eol-style set to LF
File size: 670 bytes
Line 
1<?php
2//admin_config.tpl
3$lang['mtt_name'] = 'Mobile Theme for Tablets Plugin';
4$lang['mtt_configuration'] = 'Configuration';
5$lang['mtt_devices_description'] = 'Choose the devices for which you want the mobile theme to be displayed by default. A mobile theme must be installed and activated in the administration of the gallery.';
6$lang['mtt_mobile'] = 'Mobile';
7$lang['mtt_tablet'] = 'Tablet';
8$lang['mtt_desktop'] = 'Desktop';
9$lang['mtt_device_description.mobile'] = 'Mobile phones and equivalents';
10$lang['mtt_device_description.tablet'] = 'Tablets (iPad, Android tablets...)';
11$lang['mtt_device_description.desktop'] = 'Desktop computers, laptops, netbooks...';
12?>
Note: See TracBrowser for help on using the repository browser.