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.
22 #- we often will want to have one size to nicely fit 800x600 screens,
23 #- one for 1024x768 and one for 1280x1024
24 #- it's necessary to fit according to the typical space taken by
25 #- widgets defined in the skeleton of the theme
29 'description' => _("Fullscreen 552x414, thumbnails 192x144, should fit 800x600 screens"),
30 'fullscreen' => '552x414',
31 'thumbnails' => '192x144',
36 'description' => _("Fullscreen 704x528, thumbnails 240x180, should fit 1024x768 screens"),
37 'fullscreen' => '704x528',
38 'thumbnails' => '240x180',
43 'description' => _("Fullscreen 880x660, thumbnails 300x225, should fit 1280x1024 screens"),
44 'fullscreen' => '880x660',
45 'thumbnails' => '300x225',
49 'description' => _("Fullscreen 996x747, thumbnails 340x255, should fit 1450x1024 screens"),
50 'fullscreen' => '996x747',
51 'thumbnails' => '340x255',
56 'description' => _("Fullscreen 1100x825, thumbnails 375x281, should fit 1600x1200 screens"),
57 'fullscreen' => '1100x825',
58 'thumbnails' => '375x281',
63 $albums_thumbnail_size = '300x225'