<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.24
  $Source: /cvsroot/coppermine/stable/lang/english.php,v $
  $Revision: 5988 $
  $Author: gaugau $
  $Date: 2009-05-25 22:01:41 +0200 (Mo, 25 Mai 2009) $
**********************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...');}

// info about translators and translated language

$lang_translation_info = array(
  'lang_name_english' => 'Finnish', //cpg1.4
  'lang_name_native' => 'Suomi', //cpg1.4
  'lang_country_code' => 'fi', //cpg1.4
  'trans_name'=> 'Kati and Paavo N', // slightly modified for my own needs, a few minor translation errors corrected
  'trans_email' => 'kati@tiuhti.net', // 'paavo.nikkila@gmail.com',
  'trans_website' => 'http://kati.tiuhti.net/',
  'trans_date' => '2008-03-28',
);

$lang_charset = 'utf-8';
$lang_text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)

// shortcuts for Byte, Kilo, Mega
$lang_byte_units = array('tavua', 'kt', 'Mt');

// Day of weeks and months
$lang_day_of_week = array('su', 'ma', 'ti', 'ke', 'to', 'pe', 'la');
$lang_month = array('tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu');