mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
41 lines
1.9 KiB
PHP
41 lines
1.9 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Bookmarks" => "Kirjanmerkit",
|
|
"Bookm." => "Kirjanm.",
|
|
"No file provided for import" => "Yhtäkään tiedostoa ei määritetty tuotavaksi",
|
|
"Unsupported file type for import" => "Tuonti ei tue kyseistä tiedostotyyppiä",
|
|
"Bookmark added. You can close the window now." => "Kirjanmerkki lisätty. Voit sulkea ikkunan nyt.",
|
|
"Bookmark added successfully" => "Kirjanmerkki lisätty onnistuneesti",
|
|
"Some Error happened." => "Virhetilanne.",
|
|
"Error" => "Virhe",
|
|
"Filter by tag" => "Suodata tunnisteen perusteella",
|
|
"Are you sure you want to remove this bookmark?" => "Haluatko varmasti poistaa tämän kirjanmerkin?",
|
|
"Warning" => "Varoitus",
|
|
"Tags" => "Tunnisteet",
|
|
"Are you sure you want to remove this tag from every entry?" => "Haluatko varmasti poistaa tämän tunnisteen jokaiselta kohteelta?",
|
|
"Import error" => "Tuontivirhe",
|
|
"Import completed successfully." => "Tuonti valmistui onnistuneesti.",
|
|
"Uploading..." => "Lähetetään...",
|
|
"Add a bookmark" => "Lisää kirjanmerkki",
|
|
"This URL is already bookmarked! Overwrite?" => "Osoite on lisätty kirjanmerkkeihin. Korvataanko se?",
|
|
"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ää",
|
|
"Filterable Tags" => "Suodatettavat tunnisteet",
|
|
"You have no bookmarks" => "Sinulla ei ole kirjanmerkkejä",
|
|
"You can also import a bookmark file" => "Voit myös tuoda kirjanmerkkitiedoston",
|
|
"Bookmarklet" => "Kirjanmerkitsin",
|
|
"Export & Import" => "Vienti ja tuonti",
|
|
"Export" => "Vie",
|
|
"Import" => "Tuo"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|