diff options
Diffstat (limited to 'lib/l10n/fi.js')
-rw-r--r-- | lib/l10n/fi.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 1c77b242abf..cbe965dc685 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -9,6 +9,7 @@ OC.L10N.register( "Click the following button to confirm your email." : "Napsauta seuraavaa painiketta vahvistaaksesi sähköpostiosoitteesi.", "Click the following link to confirm your email." : "Napsauta seuraavaa linkkiä vahvistaaksesi sähköpostiosoitteesi.", "Confirm your email" : "Vahvista sähköpostiosoitteesi", + "Other activities" : "Muut toimet", "%1$s and %2$s" : "%1$s ja %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s ja %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s ja %4$s", @@ -37,6 +38,7 @@ OC.L10N.register( "Unknown filetype" : "Tuntematon tiedostotyyppi", "Invalid image" : "Virheellinen kuva", "Avatar image is not square" : "Avatar-kuva ei ole neliö", + "View profile" : "Näytä profiili", "today" : "tänään", "tomorrow" : "huomenna", "yesterday" : "eilen", @@ -75,6 +77,20 @@ OC.L10N.register( "Settings" : "Asetukset", "Log out" : "Kirjaudu ulos", "Users" : "Käyttäjät", + "Email" : "Sähköposti", + "Mail %s" : "Lähetä sähköpostia %s", + "Phone" : "Puhelin", + "Call %s" : "Soita %s", + "Twitter" : "Twitter", + "View %s on Twitter" : "Näytä %s Twitterissä", + "Website" : "Verkkosivu", + "Visit %s" : "Käy sivustolla %s", + "Address" : "Osoite", + "Profile picture" : "Profiilikuva", + "About" : "Tietoja", + "Full name" : "Koko nimi", + "Organisation" : "Organisaatio", + "Role" : "Rooli", "Unknown user" : "Tuntematon käyttäjä", "Additional settings" : "Lisäasetukset", "%s enter the database username and name." : "%s anna tietokannan käyttäjätunnus ja nimi.", @@ -96,8 +112,11 @@ OC.L10N.register( "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", "Open »%s«" : "Avaa »%s«", "You are not allowed to share %s" : "Oikeutesi eivät riitä kohteen %s jakamiseen.", + "Files cannot be shared with delete permissions" : "Tiedostoja ei voi jakaa poistamisoikeuksilla", + "Files cannot be shared with create permissions" : "Tiedostoja ei voi jakaa luomisoikeuksilla", "Expiration date is in the past" : "Vanhenemispäivä on menneisyydessä", "Sharing is only allowed with group members" : "Jakaminen on sallittu vain ryhmäjäsenten kesken", + "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", "%1$s shared »%2$s« with you" : "%1$s jakoi kohteen »%2$s« kanssasi", "%1$s shared »%2$s« with you." : "%1$s jakoi kohteen »%2$s« kanssasi.", "Click the button below to open it." : "Napsauta alla olevaa painiketta avataksesi sen.", @@ -148,6 +167,7 @@ OC.L10N.register( "Oct." : "Loka", "Nov." : "Marras", "Dec." : "Joulu", + "The user limit has been reached and the user was not created." : "Käyttäjäraja on tullut täyteen, joten käyttäjää ei luotu.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-'\"", "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", @@ -186,6 +206,7 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Data-hakemiston tulee olla absoluuttinen polku", "Check the value of \"datadirectory\" in your configuration" : "Tarkista \"datadirectory\"-arvo asetuksistasi", "Your data directory is invalid" : "Datahakemistosi on virheellinen", + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Varmista että datahakemiston juuressa on tiedosto nimeltä \".ocdata\".", "Action \"%s\" not supported or implemented." : "Toiminto \"%s\" ei ole tuettu tai sitä ei ole toteutettu.", "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\".", "Storage unauthorized. %s" : "Tallennustila ei ole valtuutettu. %s", @@ -196,6 +217,8 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory" : "Tämän voi yleensä korjata antamalla http-palvelimelle kirjoitusoikeuden asetushakemistoon", "Can't create or write into the data directory %s" : "Ei voi luoda tai kirjoittaa data-hakemistoon %s", "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste", + "Files can’t be shared with delete permissions" : "Tiedostoja ei voi jakaa poistamisoikeuksilla", + "Files can’t be shared with create permissions" : "Tiedostoja ei voi jakaa luomisoikeuksilla", "Can't read file" : "Tiedostoa ei voi lukea" }, "nplurals=2; plural=(n != 1);"); |