Blame view

sources/apps/bookmarks/l10n/fi_FI.php 1.57 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "Yhtäkään tiedostoa ei määritetty tuotavaksi",
  "Unsupported file type for import" => "Tuonti ei tue kyseistä tiedostotyyppiä",
  "Bookmarks" => "Kirjanmerkit",
  "Tags" => "Tunnisteet",
  "Filter by tag" => "Suodata tunnisteen perusteella",
  "Edit bookmark" => "Muokkaa kirjanmerkkiä",
  "Are you sure you want to remove this tag from every entry?" => "Haluatko varmasti poistaa tämän tunnisteen jokaiselta kohteelta?",
  "Warning" => "Varoitus",
  "Import error" => "Tuontivirhe",
  "Import completed successfully." => "Tuonti valmistui onnistuneesti.",
  "Uploading..." => "Lähetetään...",
  "Bookm." => "Kirjanm.",
  "Add a bookmark" => "Lisää kirjanmerkki",
  "Close" => "Sulje",
  "The title of the page" => "Sivun otsikko",
  "The address of the page" => "Sivun osoite",
  "Description of the page" => "Sivun kuvaus",
  "Save" => "Tallenna",
  "Delete" => "Poista",
  "Edit" => "Muokkaa",
  "Cancel" => "Peru",
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Vedä tämä selaimesi kirjanmerkkipalkkiin ja napsauta sitä, kun haluat lisätä kirjanmerkin nopeasti:",
  "Add to ownCloud" => "Lisää ownCloudiin",
  "Address" => "Osoite",
  "Add" => "Lisää",
  "Related Tags" => "Vastaavanlaiset tunnisteet",
  "Settings" => "Asetukset",
  "You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä",
  "You can also try to import a bookmark file" => "Voit myös yrittää tuoda kirjanmerkkitiedoston",
  "Bookmarklet" => "Kirjanmerkitsin",
  "Export & Import" => "Vienti ja tuonti",
  "Export" => "Vie",
  "Import" => "Tuo"
  );