2014-10-27 16:18:24 -04:00
< ? php
$TRANSLATIONS = array (
2014-11-27 02:10:23 -05:00
" Bookmarks " => " Kirjanmerkit " ,
" Bookm. " => " Kirjanm. " ,
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ä " ,
2014-11-28 02:10:17 -05:00
" 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 " ,
2012-11-10 00:02:50 +01:00
" Filter by tag " => " Suodata tunnisteen perusteella " ,
2014-11-28 02:10:17 -05:00
" Are you sure you want to remove this bookmark? " => " Haluatko varmasti poistaa tämän kirjanmerkin? " ,
2012-10-12 02:08:54 +02:00
" Warning " => " Varoitus " ,
2014-11-27 02:10:23 -05:00
" Tags " => " Tunnisteet " ,
" Are you sure you want to remove this tag from every entry? " => " Haluatko varmasti poistaa tämän tunnisteen jokaiselta kohteelta? " ,
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-10-12 02:08:54 +02:00
" Add a bookmark " => " Lisää kirjanmerkki " ,
2014-11-28 02:10:17 -05:00
" This URL is already bookmarked! Overwrite? " => " Osoite on lisätty kirjanmerkkeihin. Korvataanko se? " ,
2012-10-12 02:08:54 +02:00
" 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: " ,
2013-11-24 01:08:07 -05:00
" Add to ownCloud " => " Lisää ownCloudiin " ,
2012-07-28 02:05:38 +02:00
" Address " => " Osoite " ,
2012-11-09 00:03:56 +01:00
" Add " => " Lisää " ,
2014-11-28 02:10:17 -05:00
" Filterable Tags " => " Suodatettavat tunnisteet " ,
2012-07-28 02:05:38 +02:00
" You have no bookmarks " => " Sinulla ei ole kirjanmerkkejä " ,
2014-11-28 02:10:17 -05:00
" You can also import a bookmark file " => " Voit myös 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
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;