2014-10-27 21:18:24 +01:00
< ? php
$TRANSLATIONS = array (
2014-11-27 08:10:23 +01:00
" Bookmarks " => " Bokmärken " ,
" Bookm. " => " Bokm. " ,
2013-03-07 00:14:22 +01:00
" No file provided for import " => " Ingen fil försedd för import " ,
2012-11-04 00:03:02 +01:00
" Unsupported file type for import " => " Filtypen stöds ej för import " ,
2015-01-04 08:10:15 +01:00
" Bookmark added. You can close the window now. " => " Bokmärke har lagts till. Du kan stänga detta fönstret nu. " ,
" Bookmark added successfully " => " Bokmärke lades till framgångsrikt " ,
" Some Error happened. " => " Något fel inträffade " ,
2014-11-28 08:10:17 +01:00
" Error " => " Fel " ,
2012-11-13 00:05:35 +01:00
" Filter by tag " => " Filtrera på etikett " ,
2015-01-04 08:10:15 +01:00
" Are you sure you want to remove this bookmark? " => " Är du säker på att du vill ta bort detta bokmärke? " ,
2012-10-13 02:11:52 +02:00
" Warning " => " Varning " ,
2014-11-27 08:10:23 +01:00
" Tags " => " Taggar " ,
" Are you sure you want to remove this tag from every entry? " => " Är du säker på att du vill ta bort denna tagg från varje post? " ,
2013-03-07 00:14:22 +01:00
" Import error " => " Importfel " ,
2012-11-04 00:03:02 +01:00
" Import completed successfully. " => " Import slutförd. " ,
" Uploading... " => " Laddar upp... " ,
2012-10-13 02:11:52 +02:00
" Add a bookmark " => " Lägg till ett bokmärke " ,
2015-01-04 08:10:15 +01:00
" This URL is already bookmarked! Overwrite? " => " Denna länk är redan bokmärkt. Skriva över? " ,
2012-10-13 02:11:52 +02:00
" The title of the page " => " Titel på sidan " ,
" The address of the page " => " Adress till sidan " ,
" Description of the page " => " Beskrivning av sidan " ,
" Save " => " Spara " ,
2012-11-01 00:03:46 +01:00
" Delete " => " Radera " ,
2012-11-08 00:03:47 +01:00
" Edit " => " Redigera " ,
2012-11-01 00:03:46 +01:00
" Cancel " => " Avbryt " ,
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: " => " Dra till din webbläsares bokmärken och klicka på det när du vill bokmärka en webbsida snabbt: " ,
2013-11-26 10:11:55 +01:00
" Add to ownCloud " => " Lägg till på ownCloud " ,
2012-07-30 02:05:41 +02:00
" Address " => " Adress " ,
2012-11-09 00:03:56 +01:00
" Add " => " Lägg till " ,
2015-01-04 08:10:15 +01:00
" Filterable Tags " => " Filtrerbara Taggar " ,
2012-07-30 02:05:41 +02:00
" You have no bookmarks " => " Du har inga bokmärken " ,
2015-01-04 08:10:15 +01:00
" You can also import a bookmark file " => " Du kan också importera en bokmärkesfil " ,
2012-11-13 00:05:35 +01:00
" Bookmarklet " => " Bokmärke " ,
" Export & Import " => " Export & Import " ,
2012-11-04 00:03:02 +01:00
" Export " => " Exportera " ,
" Import " => " Importera "
2012-07-30 02:05:41 +02:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;