Blame view

sources/apps/files_sharing/l10n/fi_FI.php 2.07 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  "Server to server sharing is not enabled on this server" => "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella",
  "Couldn't add remote share" => "Etäjaon liittäminen epäonnistui",
  "Shared with you" => "Jaettu kanssasi",
  "Shared with others" => "Jaettu muiden kanssa",
  "Shared by link" => "Jaettu linkin kautta",
  "No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.",
  "You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.",
  "You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.",
  "Add {name} from {owner}@{remote}" => "Lisää {name} käyttäjältä {owner}@{remote}",
  "Add Share" => "Lisää jako",
  "Password" => "Salasana",
  "No ownCloud installation found at {remote}" => "ownCloud-asennusta ei löytynyt kohteesta {remote}",
  "Invalid ownCloud url" => "Virheellinen ownCloud-osoite",
  "Shared by {owner}" => "Jakanut {owner}",
  "Shared by" => "Jakanut",
31b7f2792   Kload   Upgrade to ownclo...
18
19
  "This share is password-protected" => "Tämä jako on suojattu salasanalla",
  "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
6d9380f96   Cédric Dupont   Update sources OC...
20
21
  "Name" => "Nimi",
  "Share time" => "Jakamisen ajankohta",
31b7f2792   Kload   Upgrade to ownclo...
22
23
24
25
26
27
  "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.",
6d9380f96   Cédric Dupont   Update sources OC...
28
  "Save" => "Tallenna",
03e52840d   Kload   Init
29
  "Download" => "Lataa",
6d9380f96   Cédric Dupont   Update sources OC...
30
31
32
33
34
  "Download %s" => "Lataa %s",
  "Direct link" => "Suora linkki",
  "Remote Shares" => "Etäjaot",
  "Allow other instances to mount public links shared from this server" => "Salli muiden instanssien liittää tältä palvelimelta jaettuja julkisia linkkejä",
  "Allow users to mount public link shares" => "Salli käyttäjien liittää julkisia linkkijakoja"
03e52840d   Kload   Init
35
  );
31b7f2792   Kload   Upgrade to ownclo...
36
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";