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
30 'description' => _("Fullscreen 552x414, thumbnails 192x144, should fit 800x600 screens"),
31 'fullscreen' => '552x414',
32 'thumbnails' => '192x144',
37 'description' => _("Fullscreen 704x528, thumbnails 240x180, should fit 1024x768 screens"),
38 'fullscreen' => '704x528',
39 'thumbnails' => '240x180',
44 'description' => _("Fullscreen 880x660, thumbnails 300x225, should fit 1280x1024 screens"),
45 'fullscreen' => '880x660',
46 'thumbnails' => '300x225',
50 'description' => _("Fullscreen 996x747, thumbnails 340x255, should fit 1450x1024 screens"),
51 'fullscreen' => '996x747',
52 'thumbnails' => '340x255',
57 'description' => _("Fullscreen 1100x825, thumbnails 375x281, should fit 1600x1200 screens"),
58 'fullscreen' => '1100x825',
59 'thumbnails' => '375x281',
64 $albums_thumbnail_size = '300x225'