Blame view
sources/apps/files_sharing/l10n/fi_FI.php
994 Bytes
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.", |
|
03e52840d
|
5 |
"Password" => "Salasana", |
|
31b7f2792
|
6 7 8 9 10 11 |
"Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.", "Reasons might be:" => "Mahdollisia syitä:", "the item was removed" => "kohde poistettiin", "the link expired" => "linkki vanheni", "sharing is disabled" => "jakaminen on poistettu käytöstä", "For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi", "%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi", "Download" => "Lataa", |
|
31b7f2792
|
15 16 |
"Upload" => "Lähetä", "Cancel upload" => "Peru lähetys", |
|
03e52840d
|
17 |
"No preview available for" => "Ei esikatselua kohteelle", |
|
31b7f2792
|
18 |
"Direct link" => "Suora linkki" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |