--- /dev/null
+#
+# * BOOH *
+#
+# A.k.a `Best web-album Of the world, Or your money back, Humerus'.
+#
+# The acronyn sucks, however this is a tribute to Dragon Ball by
+# Akira Toriyama, where the last enemy beaten by heroes of Dragon
+# Ball is named "Boo". But there was already a free software project
+# called Boo, so this one will be it "Booh". Or whatever.
+#
+#
+# Copyright (c) 2004 Guillaume Cottenceau <gc3 at bluewin.ch>
+#
+# This software may be freely redistributed under the terms of the GNU
+# public license version 2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+bindtextdomain("booh")
+
+#- we often will want to have one size to nicely fit 800x600 screens,
+#- one for 1024x768 and one for 1280x1024
+#- it's necessary to fit according to the typical space taken by
+#- widgets defined in the skeleton of the theme
+#-
+#- ***IMPORTANT***: CHOOSE 4/3 ASPECT RATIO SIZES!
+$images_size = [
+ {
+ 'name' => 'small',
+ 'description' => _("Fullscreen 552x414, thumbnails 192x144, should fit 800x600 screens"),
+ 'fullscreen' => '552x414',
+ 'thumbnails' => '192x144',
+ 'optional' => true,
+ },
+ {
+ 'name' => 'medium',
+ 'description' => _("Fullscreen 704x528, thumbnails 240x180, should fit 1024x768 screens"),
+ 'fullscreen' => '704x528',
+ 'thumbnails' => '240x180',
+ 'default' => true,
+ },
+ {
+ 'name' => 'large',
+ 'description' => _("Fullscreen 880x660, thumbnails 300x225, should fit 1280x1024 screens"),
+ 'fullscreen' => '880x660',
+ 'thumbnails' => '300x225',
+ },
+ {
+ 'name' => 'x-large',
+ 'description' => _("Fullscreen 962x721, thumbnails 328x245, should fit 1400x1050 screens"),
+ 'fullscreen' => '962x721',
+ 'thumbnails' => '328x245',
+ 'optional' => true,
+ },
+ {
+ 'name' => 'xx-large',
+ 'description' => _("Fullscreen 1100x825, thumbnails 375x281, should fit 1600x1200 screens"),
+ 'fullscreen' => '1100x825',
+ 'thumbnails' => '375x281',
+ 'optional' => true,
+ }
+]
+
+$allowed_N_values = [ 3, 4, 6, 8 ]
+$default_N = 4
+
+$albums_thumbnail_size = '300x225'
--- /dev/null
+#
+# * BOOH *
+#
+# A.k.a `Best web-album Of the world, Or your money back, Humerus'.
+#
+# The acronyn sucks, however this is a tribute to Dragon Ball by
+# Akira Toriyama, where the last enemy beaten by heroes of Dragon
+# Ball is named "Boo". But there was already a free software project
+# called Boo, so this one will be it "Booh". Or whatever.
+#
+#
+# Copyright (c) 2004 Guillaume Cottenceau <gc3 at bluewin.ch>
+#
+# This software may be freely redistributed under the terms of the GNU
+# public license version 2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+bindtextdomain("booh")
+
+#- we often will want to have one size to nicely fit 800x600 screens,
+#- one for 1024x768 and one for 1280x1024
+#- it's necessary to fit according to the typical space taken by
+#- widgets defined in the skeleton of the theme
+#-
+#- ***IMPORTANT***: CHOOSE 4/3 ASPECT RATIO SIZES!
+$images_size = [
+ {
+ 'name' => 'small',
+ 'description' => _("Fullscreen 552x414, thumbnails 192x144, should fit 800x600 screens"),
+ 'fullscreen' => '552x414',
+ 'thumbnails' => '192x144',
+ 'optional' => true,
+ },
+ {
+ 'name' => 'medium',
+ 'description' => _("Fullscreen 704x528, thumbnails 240x180, should fit 1024x768 screens"),
+ 'fullscreen' => '704x528',
+ 'thumbnails' => '240x180',
+ 'default' => true,
+ },
+ {
+ 'name' => 'large',
+ 'description' => _("Fullscreen 880x660, thumbnails 300x225, should fit 1280x1024 screens"),
+ 'fullscreen' => '880x660',
+ 'thumbnails' => '300x225',
+ },
+ {
+ 'name' => 'x-large',
+ 'description' => _("Fullscreen 962x721, thumbnails 328x245, should fit 1400x1050 screens"),
+ 'fullscreen' => '962x721',
+ 'thumbnails' => '328x245',
+ 'optional' => true,
+ },
+ {
+ 'name' => 'xx-large',
+ 'description' => _("Fullscreen 1100x825, thumbnails 375x281, should fit 1600x1200 screens"),
+ 'fullscreen' => '1100x825',
+ 'thumbnails' => '375x281',
+ 'optional' => true,
+ }
+]
+
+$allowed_N_values = [ 3, 4, 6, 8, 12 ]
+$default_N = 4
+
+$albums_thumbnail_size = '300x225'