4 # A.k.a `Best web-album Of the world, Or your money back, Humerus'.
6 # The acronyn sucks, however this is a tribute to Dragon Ball by
7 # Akira Toriyama, where the last enemy beaten by heroes of Dragon
8 # Ball is named "Boo". But there was already a free software project
9 # called Boo, so this one will be it "Booh". Or whatever.
12 # Copyright (c) 2004 Guillaume Cottenceau <gc3 at bluewin.ch>
14 # This software may be freely redistributed under the terms of the GNU
15 # public license version 2.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 bindtextdomain("booh")
23 #- we often will want to have one size to nicely fit 800x600 screens,
24 #- one for 1024x768 and one for 1280x1024
25 #- it's necessary to fit according to the typical space taken by
26 #- widgets defined in the skeleton of the theme
28 #- ***IMPORTANT***: CHOOSE 4/3 ASPECT RATIO SIZES!
32 'description' => _("Fullscreen 552x414, thumbnails 192x144, should fit 800x600 screens"),
33 'fullscreen' => '552x414',
34 'thumbnails' => '192x144',
39 'description' => _("Fullscreen 704x528, thumbnails 240x180, should fit 1024x768 screens"),
40 'fullscreen' => '704x528',
41 'thumbnails' => '240x180',
46 'description' => _("Fullscreen 880x660, thumbnails 300x225, should fit 1280x1024 screens"),
47 'fullscreen' => '880x660',
48 'thumbnails' => '300x225',
52 'description' => _("Fullscreen 962x721, thumbnails 328x245, should fit 1400x1050 screens"),
53 'fullscreen' => '962x721',
54 'thumbnails' => '328x245',
59 'description' => _("Fullscreen 1100x825, thumbnails 375x281, should fit 1600x1200 screens"),
60 'fullscreen' => '1100x825',
61 'thumbnails' => '375x281',
66 $allowed_N_values = [ 3, 4, 5, 6, 8, 12 ]
69 $albums_thumbnail_size = '300x225'