From 4c9867786f1786abeb6b8cf256ad5a5055294516 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Thu, 16 Feb 2012 18:49:57 +0000 Subject: =?UTF-8?q?[trunk]=20-=20language=20-=20update=20fi=5FFI=20=20?= =?UTF-8?q?=E2=80=93=20Finnish=20to=20Tome-=20=20-=20feature:2457?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@13193 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fi_FI/common.lang.php | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/language/fi_FI/common.lang.php b/language/fi_FI/common.lang.php index dc0fdbbfb..139a206de 100644 --- a/language/fi_FI/common.lang.php +++ b/language/fi_FI/common.lang.php @@ -84,5 +84,63 @@ $lang['Help'] = 'Apua'; $lang['Identification'] = 'Tunnistus'; $lang['Photos only RSS feed'] = 'Kuvat ainoastaan RSS listauksena'; $lang['Keyword'] = 'Avainsana'; +$lang['day'][0] = "Sunnuntai"; +$lang['day'][1] = "Maanantai"; +$lang['day'][2] = "Tiistai"; +$lang['day'][3] = "Keskiviikko"; +$lang['day'][4] = "Torstai"; +$lang['day'][5] = "Perjantai"; +$lang['day'][6] = "Lauantai"; +$lang['month'][10] = "Lokakuu"; +$lang['month'][11] = "Marraskuu"; +$lang['month'][12] = "Joulukuu"; +$lang['month'][1] = "Tammikuu"; +$lang['month'][2] = "Helmikuu"; +$lang['month'][3] = "Maaliskuu"; +$lang['month'][4] = "Huhtikuu"; +$lang['month'][5] = "Toukokuu"; +$lang['month'][6] = "Kesäkuu"; +$lang['month'][7] = "Heinäkuu"; +$lang['month'][8] = "Elokuu"; +$lang['month'][9] = "Syyskuu"; +$lang['Date'] = 'Päivämäärä'; +$lang['Default'] = 'Oletus'; +$lang['Download'] = 'Lataa'; +$lang['Edit a comment'] = 'Muokkaa kommenttia'; +$lang['edit'] = 'muokkaa'; +$lang['Edit'] = 'Muokkaa'; +$lang['First'] = 'Ensimmäinen'; +$lang['from %s to %s'] = 'alkaen %s päättyen %s'; +$lang['group by letters'] = 'group by letters'; +$lang['guest'] = 'vieras'; +$lang['Hello'] = 'Hei'; +$lang['Home'] = 'Koti'; +$lang['Search'] = 'Etsi'; +$lang['search'] = 'Etsi'; +$lang['Sent by'] = 'Lähettäjä'; + + +//works +$lang['A comment on your site'] = 'A comment on your site'; +$lang['About Piwigo'] = 'About Piwigo'; +$lang['Accelerate diaporama speed'] = 'Increase slideshow speed'; +$lang['Add a comment'] = 'Add a comment'; +$lang['add this photo to your favorites'] = 'add this photo to your favorites'; +$lang['Admin: %s'] = 'Admin: %s'; +$lang['Administration'] = 'Administration'; +$lang['Album results for'] = 'Album results for'; +$lang['Album: %s'] = 'Album: %s'; +$lang['all'] = 'all'; +$lang['All'] = 'All'; +$lang['Are you sure?'] = 'Are you sure?'; +$lang['ascending'] = 'ascending'; +$lang['author(s) : %s'] = 'author(s) : %s'; +$lang['Author: %s'] = 'Author: %s'; +$lang['Auto login'] = 'Auto login'; +$lang['available for administrators only'] = 'available for administrators only'; +$lang['Best rated'] = 'Best rated'; +$lang['Browser: %s'] = 'Browser: %s'; +$lang['Calendar'] = 'Calendar'; +$lang['Change my password'] = 'Change my password'; ?> \ No newline at end of file -- cgit v1.2.3