1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/fi_FI.php

36 lines
1.6 KiB
PHP
Raw Normal View History

2012-07-28 02:05:38 +02:00
<?php $TRANSLATIONS = array(
2013-02-21 00:04:28 +01:00
"No file provided for import" => "Yhtäkään tiedostoa ei määritetty tuotavaksi",
2012-11-05 00:02:26 +01:00
"Unsupported file type for import" => "Tuonti ei tue kyseistä tiedostotyyppiä",
2012-07-28 02:05:38 +02:00
"Bookmarks" => "Kirjanmerkit",
2012-10-11 02:10:53 +02:00
"Tags" => "Tunnisteet",
2012-11-10 00:02:50 +01:00
"Filter by tag" => "Suodata tunnisteen perusteella",
2013-02-21 00:04:28 +01:00
"Edit bookmark" => "Muokkaa kirjanmerkkiä",
2012-10-13 02:11:52 +02:00
"Are you sure you want to remove this tag from every entry?" => "Haluatko varmasti poistaa tämän tunnisteen jokaiselta kohteelta?",
2012-10-12 02:08:54 +02:00
"Warning" => "Varoitus",
2013-02-21 00:04:28 +01:00
"Import error" => "Tuontivirhe",
2012-11-05 00:02:26 +01:00
"Import completed successfully." => "Tuonti valmistui onnistuneesti.",
"Uploading..." => "Lähetetään...",
2012-09-12 02:04:03 +02:00
"Bookm." => "Kirjanm.",
2012-10-12 02:08:54 +02:00
"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",
2012-11-01 00:03:46 +01:00
"Delete" => "Poista",
2012-11-07 00:04:41 +01:00
"Edit" => "Muokkaa",
2012-11-01 00:03:46 +01:00
"Cancel" => "Peru",
2012-11-08 00:03:47 +01:00
"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:",
"Read later" => "Lue myöhemmin",
2012-07-28 02:05:38 +02:00
"Address" => "Osoite",
2012-11-09 00:03:56 +01:00
"Add" => "Lisää",
2012-10-13 02:11:52 +02:00
"Related Tags" => "Vastaavanlaiset tunnisteet",
2012-11-02 00:03:14 +01:00
"Settings" => "Asetukset",
2012-07-28 02:05:38 +02:00
"You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä",
2012-11-10 00:02:50 +01:00
"You can also try to import a bookmark file" => "Voit myös yrittää tuoda kirjanmerkkitiedoston",
2012-11-07 00:04:41 +01:00
"Bookmarklet" => "Kirjanmerkitsin",
2012-11-05 00:02:26 +01:00
"Export & Import" => "Vienti ja tuonti",
2012-11-04 00:03:02 +01:00
"Export" => "Vie",
"Import" => "Tuo"
2012-07-28 02:05:38 +02:00
);