diff options
Diffstat (limited to 'apps/dav/l10n/fi.js')
-rw-r--r-- | apps/dav/l10n/fi.js | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/apps/dav/l10n/fi.js b/apps/dav/l10n/fi.js index 07a8eb95b8d..64814ca4a06 100644 --- a/apps/dav/l10n/fi.js +++ b/apps/dav/l10n/fi.js @@ -2,7 +2,6 @@ OC.L10N.register( "dav", { "Calendar" : "Kalenteri", - "Todos" : "Tehtävät", "Personal" : "Henkilökohtainen", "{actor} created calendar {calendar}" : "{actor} loi kalenterin {calendar}", "You created calendar {calendar}" : "Loit kalenterin {calendar}", @@ -33,20 +32,9 @@ OC.L10N.register( "{actor} updated event {event} in calendar {calendar}" : "{actor} päivitti tapahtuman {event} kalenteriin {calendar}", "You updated event {event} in calendar {calendar}" : "Päivitit tapahtuman {event} kalenteriin {calendar}", "Busy" : "Varattu", - "{actor} created todo {todo} in list {calendar}" : "{actor} loi tehtävän {todo} listaan {calendar}", - "You created todo {todo} in list {calendar}" : "Loit tehtävän {todo} listaan {calendar}", - "{actor} deleted todo {todo} from list {calendar}" : "{actor} poisti tehtävän {todo} listasta {calendar}", - "You deleted todo {todo} from list {calendar}" : "Poistit tehtävän {todo} listasta {calendar}", - "{actor} updated todo {todo} in list {calendar}" : "{actor} päivitti tehtävän {todo} listassa {calendar}", - "You updated todo {todo} in list {calendar}" : "Päivitit tehtävän {todo} listassa {calendar}", - "{actor} solved todo {todo} in list {calendar}" : "{actor} suoritti tehtävän {todo} listasta {calendar}", - "You solved todo {todo} in list {calendar}" : "Suoritit tehtävän {todo} listasta {calendar}", - "{actor} reopened todo {todo} in list {calendar}" : "{actor} avasi uudelleen tehtävän {todo} listassa {calendar}", - "You reopened todo {todo} in list {calendar}" : "Avasit uudelleen tehtävän {todo} listassa {calendar}", "Calendar, contacts and tasks" : "Kalenteri, yhteystiedot ja tehtävät", "A <strong>calendar</strong> was modified" : "<strong>Kalenteria</strong> on muokattu", "A calendar <strong>event</strong> was modified" : "Kalenterin <strong>tapahtumaa</strong> on muokattu", - "A calendar <strong>todo</strong> was modified" : "Kalenterin <strong>tehtävää</strong> on muokattu", "Contact birthdays" : "Yhteystietojen syntymäpäivät", "Death of %s" : "%s kuolema", "Calendar:" : "Kalenteri:", @@ -140,6 +128,18 @@ OC.L10N.register( "Tentative" : "Alustava", "Number of guests" : "Vieraiden määrä", "Comment" : "Kommentti", - "Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti." + "Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.", + "Todos" : "Tehtävät", + "{actor} created todo {todo} in list {calendar}" : "{actor} loi tehtävän {todo} listaan {calendar}", + "You created todo {todo} in list {calendar}" : "Loit tehtävän {todo} listaan {calendar}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} poisti tehtävän {todo} listasta {calendar}", + "You deleted todo {todo} from list {calendar}" : "Poistit tehtävän {todo} listasta {calendar}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} päivitti tehtävän {todo} listassa {calendar}", + "You updated todo {todo} in list {calendar}" : "Päivitit tehtävän {todo} listassa {calendar}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} suoritti tehtävän {todo} listasta {calendar}", + "You solved todo {todo} in list {calendar}" : "Suoritit tehtävän {todo} listasta {calendar}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} avasi uudelleen tehtävän {todo} listassa {calendar}", + "You reopened todo {todo} in list {calendar}" : "Avasit uudelleen tehtävän {todo} listassa {calendar}", + "A calendar <strong>todo</strong> was modified" : "Kalenterin <strong>tehtävää</strong> on muokattu" }, "nplurals=2; plural=(n != 1);"); |