<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 # Finnish translations for Ruby on Rails 
 # by Marko Sepp&#228; (marko.seppa@gmail.com)
+#
+# corrected by Petri Kivikangas (pkivik@gmail.com)
 
 fi:
   date:
@@ -8,10 +10,10 @@ fi:
       long: &quot;%A%e. %Bta %Y&quot;
       short: &quot;%e.%m.%Y&quot;
  
-    day_names: [Sunnuntai, Maanantai, Tiistai, Keskiviikko, Torstai, Perjantai, Lauantai]
-    abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La]
-    month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kes&#228;kuu, Hein&#228;kuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu]
-    abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kes&#228;, Hein&#228;, Elo, Syys, Loka, Marras, Joulu]
+    day_names: [sunnuntai, maanantai, tiistai, keskiviikko, torstai, perjantai, lauantai]
+    abbr_day_names: [su, ma, ti, ke, to, pe, la]
+    month_names: [~, tammikuu, helmikuu, maaliskuu, huhtikuu, toukokuu, kes&#228;kuu, hein&#228;kuu, elokuu, syyskuu, lokakuu, marraskuu, joulukuu]
+    abbr_month_names: [~, tammi, helmi, maalis, huhti, touko, kes&#228;, hein&#228;, elo, syys, loka, marras, joulu]
     order: [:day, :month, :year]
 
   time:
@@ -75,14 +77,14 @@ fi:
     distance_in_words:
       half_a_minute: &quot;puoli minuuttia&quot;
       less_than_x_seconds:
-        one:   &quot;aiemmin kuin sekunti&quot;
-        other: &quot;aiemmin kuin {{count}} sekuntia&quot;
+        one:   &quot;alle sekunti&quot;
+        other: &quot;alle {{count}} sekuntia&quot;
       x_seconds:
         one:   &quot;sekunti&quot;
         other: &quot;{{count}} sekuntia&quot;
       less_than_x_minutes:
-        one:   &quot;aiemmin kuin minuutti&quot;
-        other: &quot;aiemmin kuin {{count}} minuuttia&quot;
+        one:   &quot;alle minuutti&quot;
+        other: &quot;alle {{count}} minuuttia&quot;
       x_minutes:
         one:   &quot;minuutti&quot;
         other: &quot;{{count}} minuuttia&quot;
@@ -116,19 +118,19 @@ fi:
     errors:
       template:
         header:
-          one:    &quot;1 virhe esti t&#228;m&#228;n {{model}} mallinteen tallentamisen&quot;
-          other:  &quot;{{count}} virhett&#228; esti t&#228;m&#228;n {{model}} mallinteen tallentamisen&quot;
+          one:    &quot;1 virhe esti t&#228;m&#228;n {{model}} mallin tallentamisen&quot;
+          other:  &quot;{{count}} virhett&#228; esti t&#228;m&#228;n {{model}} mallin tallentamisen&quot;
         body: &quot;Seuraavat kent&#228;t aiheuttivat ongelmia:&quot;
       messages:
-        inclusion: &quot;ei l&#246;ydy listauksesta&quot;
-        exclusion: &quot;on jo varattu&quot;
+        inclusion: &quot;ei l&#246;ydy listasta&quot;
+        exclusion: &quot;on varattu&quot;
         invalid: &quot;on kelvoton&quot;
         confirmation: &quot;ei vastaa varmennusta&quot;
         accepted: &quot;t&#228;ytyy olla hyv&#228;ksytty&quot;
         empty: &quot;ei voi olla tyhj&#228;&quot;
         blank: &quot;ei voi olla sis&#228;ll&#246;t&#246;n&quot;
-        too_long: &quot;on liian pitk&#228; (maksimi on {{count}} merkki&#228;)&quot;
-        too_short: &quot;on liian lyhyt (minimi on {{count}} merkki&#228;)&quot;
+        too_long: &quot;on liian pitk&#228; (enint&#228;&#228;n {{count}} merkki&#228;)&quot;
+        too_short: &quot;on liian lyhyt (v&#228;hint&#228;&#228;n {{count}} merkki&#228;)&quot;
         wrong_length: &quot;on v&#228;&#228;r&#228;n pituinen (t&#228;ytyy olla t&#228;sm&#228;lleen {{count}} merkki&#228;)&quot;
         taken: &quot;on jo k&#228;yt&#246;ss&#228;&quot;
         not_a_number: &quot;ei ole numero&quot;
@@ -138,4 +140,4 @@ fi:
         less_than: &quot;t&#228;ytyy olla pienempi kuin {{count}}&quot;
         less_than_or_equal_to: &quot;t&#228;ytyy olla pienempi tai yht&#228; suuri kuin {{count}}&quot;
         odd: &quot;t&#228;ytyy olla pariton&quot;
-        even: &quot;t&#228;ytyy olla parillinen&quot;
\ No newline at end of file
+        even: &quot;t&#228;ytyy olla parillinen&quot;</diff>
      <filename>rails/locale/fi.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ef70f3a5cf561de973430ebb9af32d2ccdd609c2</id>
    </parent>
  </parents>
  <author>
    <name>Petri Kivikangas</name>
    <email>pkivik@gmail.com</email>
  </author>
  <url>http://github.com/svenfuchs/rails-i18n/commit/a0be8dd219ccce6716955566ee557cc75122cb33</url>
  <id>a0be8dd219ccce6716955566ee557cc75122cb33</id>
  <committed-date>2009-07-11T07:37:40-07:00</committed-date>
  <authored-date>2009-07-09T15:37:29-07:00</authored-date>
  <message>Corrections to finnish translation

Signed-off-by: Sven Fuchs &lt;svenfuchs@artweb-design.de&gt;</message>
  <tree>d108d59a7f36c92208fa453c60d6ac0ce6fab0c4</tree>
  <committer>
    <name>Sven Fuchs</name>
    <email>svenfuchs@artweb-design.de</email>
  </committer>
</commit>
