diff --git a/l10n/fi.js b/l10n/fi.js index b00ae97..0e5e0bd 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -3,9 +3,13 @@ OC.L10N.register( { "Weather" : "Sää", "North" : "Pohjoinen", + "North-East" : "Koillinen", "East" : "Itä", + "South-East" : "Kaakko", "South" : "Etelä", + "South-West" : "Lounas", "West" : "Länsi", + "North-West" : "Luode", "No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.", "Empty city name !" : "Tyhjän kaupungin nimi!", "This city is already registered for your account." : "Tämä kaupunki on jo rekisteröity tilillesi.", diff --git a/l10n/fi.json b/l10n/fi.json index 53c8743..875314d 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -1,9 +1,13 @@ { "translations": { "Weather" : "Sää", "North" : "Pohjoinen", + "North-East" : "Koillinen", "East" : "Itä", + "South-East" : "Kaakko", "South" : "Etelä", + "South-West" : "Lounas", "West" : "Länsi", + "North-West" : "Luode", "No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.", "Empty city name !" : "Tyhjän kaupungin nimi!", "This city is already registered for your account." : "Tämä kaupunki on jo rekisteröity tilillesi.",