Rev | Line | |
---|
[19701] | 1 | <?php |
---|
| 2 | |
---|
| 3 | /* |
---|
| 4 | * as much as possible prefer using comprehensive keys (such as "Check here") instead of |
---|
| 5 | * formatted keys (eg "skeleton_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.