diff options
author | flop25 <flop25@piwigo.org> | 2013-06-19 16:58:43 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-19 16:58:43 +0000 |
commit | 5937d97b601fae48de42062faa804a30e0b0065a (patch) | |
tree | 1700df853b125481cb26e83d7beb7e02870036ce /themes/elegant/language/en_UK/theme.lang.php | |
parent | 6119b6895ecc88cc8e368d7776e39b4a56d75511 (diff) |
feature:2924
language files
git-svn-id: http://piwigo.org/svn/trunk@23373 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/language/en_UK/theme.lang.php')
-rw-r--r-- | themes/elegant/language/en_UK/theme.lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/elegant/language/en_UK/theme.lang.php b/themes/elegant/language/en_UK/theme.lang.php new file mode 100644 index 000000000..c2eb97e86 --- /dev/null +++ b/themes/elegant/language/en_UK/theme.lang.php @@ -0,0 +1,11 @@ +<?php +$lang['Elegant, Configuration Page'] = 'Elegant, Configuration Page'; +$lang['Panels options'] = 'Panels options'; +$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Choose what should be the default state for each panel, or disable the animation:'; +$lang['Main Menu Panel'] = 'Main Menu Panel'; +$lang['Displayed'] = 'Displayed'; +$lang['Hidden'] = 'Hidden'; +$lang['Disable the animation'] = 'Disable the animation'; +$lang['Photo Description Panel'] = 'Photo Description Panel'; +$lang['Comments Panel'] = 'Comments Panel'; +?>
\ No newline at end of file |