source: extensions/BatchDownloader/language/sv_SE/plugin.lang.php @ 22542

Last change on this file since 22542 was 22542, checked in by TranslationTeam, 11 years ago

[batch_downloader] Add sv_SE, thanks to : stefan63

  • Property svn:executable set to *
File size: 5.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['What can be downloaded?'] = 'Vad kan laddas ned?';
24$lang['Whole gallery'] = 'Hela galleri';
25$lang['You can not edit this set'] = 'Du kan inte redigera det här paketet';
26$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Du valde att ladda ned %d bilder, men systemet är begränsat till %d. Om du inte redigerar paketet så kommer de sist tillagda filerna att uteslutas från nedladdningen.';
27$lang['done'] = 'klar';
28$lang['download'] = 'ladda ned';
29$lang['hours'] = 'timmar';
30$lang['real number of archives can differ'] = 'verkligt antal arkiv kan variera';
31$lang['Generate ZIP'] = 'Skapa ZIP fil';
32$lang['Maximum number of photos per download set'] = 'Max antal bilder/nedladdnings paket';
33$lang['Maximum photo size'] = 'Max bild storlek';
34$lang['Maximum size of each archive (in Megabytes)'] = 'Max storlek/arkiv (i MB)';
35$lang['No result'] = 'Inga resultat';
36$lang['Number of archives'] = 'Antal arkiv';
37$lang['Number of images'] = 'Antal bilder';
38$lang['Random'] = 'Slumpmässig';
39$lang['Remove all finished downloads'] = 'Ta bort alla färdiga nedladdningar';
40$lang['Remove from download set'] = 'Ta bort från dedladdningspaket';
41$lang['Return to download page'] = 'Återgå till nedladdningssida';
42$lang['Set type'] = 'Paket typ';
43$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Start av arkiv  nedladdning #%d förstör arkiv #%d, är du säker på att du vill avsluta nedladdning.
44Fortsätt?';
45$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Arkivet laddas ned, om nedladdningen inte startar automatiskt vänligen <a href="%s">Klicka här</a>';
46$lang['Total size'] = 'Total storlek';
47$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'ZipArchive PHP extension kan inte hittas, Batch nedladdaren kommer att använda PclZip istället, men då med lägre prestanda.';
48$lang['User collection'] = 'Användarsamling';
49$lang['User groups'] = 'Använargrupper';
50$lang['Warning: Only registered users can use Batch Downloader.'] = 'Varning: Bara registrerade användare kan bruka Batch Nedladdaren.';
51$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Varning: Zip arkiv accepterar inte specialtecken i filnam.';
52$lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Varning:</b> alla filer raderas innom %d timmar';
53$lang['Archive comment'] = 'Arkiv komentar';
54$lang['Archive prefix'] = 'Arkiv prefix';
55$lang['Archives'] = 'Arkiv';
56$lang['Batch Downloader'] = 'Batch nedladdare';
57$lang['Cancel this download'] = 'Avbryt nedladdning';
58$lang['Cancel this set'] = 'Avbryt det här paketet';
59$lang['Confirm the download of %d pictures?'] = 'Bekräfta dedladdning av %d bilder?';
60$lang['Delete downloads after'] = 'Radera nedladdningar efter';
61$lang['Delete this set'] = 'Radera det här paketet';
62$lang['Download all pictures of this selection'] = 'Ladda ned alla valda bilder';
63$lang['Download history'] = 'Nedladdnings historik';
64$lang['Download info'] = 'Nedladdnings info';
65$lang['Download links'] = 'Nedladdnings länkar';
66$lang['Download permissions'] = 'Nedladdnings befogenhet';
67$lang['Download set deleted'] = 'Nedladdnings paket raderat';
68$lang['Downloads'] = 'Nedladdningar';
69$lang['Edit the set'] = 'Redigera paket';
70$lang['Estimated number of archives'] = 'Beräknat antal arkiv';
71$lang['Estimated size'] = 'Beräknad storlek';
72?>
Note: See TracBrowser for help on using the repository browser.