source: extensions/MyPiwiShop/language/en_UK/plugin.lang.php @ 27568

Last change on this file since 27568 was 27568, checked in by Miklfe, 10 years ago
File size: 639 bytes
Line 
1<?php
2
3/*
4 * as much as possible prefer using comprehensive keys (such as "Check here") instead of
5 * formatted keys (eg "paypalperso_check_button"), it would make your code more readable and help
6 * the translation team as well
7 */
8
9$lang['Skeleton'] = 'Skeleton';
10$lang['What Skeleton can do for me?'] = 'What Skeleton can do for me?';
11$lang['Check me!'] = 'Check me!';
12$lang['Nothing appened, but you didn\'t check the box!'] = 'Nothing appened, but you didn\'t check the box!';
13$lang['Nothing appened, but you checked the box!'] = 'Nothing appened, but you checked the box!';
14$lang['Common configuration'] = 'Common configuration';
15
16?>
Note: See TracBrowser for help on using the repository browser.