source: extensions/GDThumb/language/sv_SE/plugin.lang.php @ 31156

Last change on this file since 31156 was 31156, checked in by TranslationTeam, 9 years ago

Add sv_SE, thanks to wahlis

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['Block for Panoramic Photo Page'] = 'Block för panoramabilder';
24$lang['Masonry Type'] = 'Layout för miniatyrbilderna';
25$lang['Metadata Display Mode'] = 'Visa metadata';
26$lang['Thumbnails max height'] = 'Maxhöjd för miniatyrbilden';
27$lang['Title Display Mode (Album)'] = 'Visa titel (Album)';
28$lang['Title Display Mode (Photo)'] = 'Visa titel (Bild)';
29$lang['Use Description if Set'] = 'Använd beskrivning om det finns';
30$lang['Vertical'] = 'Vertikal';
31$lang['Normalize Photo Title'] = 'Normalisera bildens titel';
32$lang['Overlay'] = 'Överlappande';
33$lang['Overlay Bottom'] = 'Överlappande nederkant';
34$lang['Overlay Bottom (Static)'] = 'Överlappande nederkant (statiskt)';
35$lang['Overlay Ex'] = 'Överlappande ex';
36$lang['Overlay Top'] = 'Överlappande överkant';
37$lang['Overlay Top (Static)'] = 'Överlappande överkant (statiskt)';
38$lang['Pause'] = 'Paus';
39$lang['Photo # if FileName Detected'] = 'Bild # om filnamn upptäcks';
40$lang['Pre-cache thumbnails'] = 'Förcachea miniatyrbilderna';
41$lang['Prevent word wrap'] = 'Undvik radbrytning';
42$lang['Purge thumbnails cache'] = 'Rensa miniatyrbildernas cache';
43$lang['Scale thumbnails'] = 'Skala miniatyrbilderna';
44$lang['Show thumbnails caption'] = 'Visa ';
45$lang['Square'] = 'Kvadratisk';
46$lang['Start'] = 'Start';
47$lang['Stop'] = 'Stop';
48$lang['%d file'] = '%d fil';
49$lang['%d files'] = '%d filer';
50$lang['Animate thumbnail on hover'] = 'Animera miniatyrbilden när muspekaren är över den';
51$lang['Cache Informations'] = 'Cacheinformation';
52$lang['Cache have been generated'] = 'Cachen har skapats';
53$lang['Cache the big thumbnails (recommended)'] = 'Cachea de större miniatyrbilderna';
54$lang['Changelog'] = 'Förändringslogg';
55$lang['Coffee Fund'] = 'Kaffekassa';
56$lang['Crop (Default)'] = 'Beskär (standard)';
57$lang['Delete images in GDThumb cache.'] = 'Radera bilderna i GDThumbs cache';
58$lang['Do not Normalize (Default)'] = 'Normalisera inte (standard)';
59$lang['Double the size of the first thumbnail'] = 'Gör första miniatyrbilden dubbelt så stor som de övriga';
60$lang['Finds images that have not been cached and creates the cached version.'] = 'Hittar bilden som ännu inte blivit cacheade';
61$lang['Follow'] = 'Följ';
62$lang['Horizontal (Default)'] = 'Horisontellt (standard)';
63$lang['Margin between thumbnails'] = 'Marginal mellan miniatyrbilderna ';
64$lang['Merged (Default)'] = 'Sammanfogade (standard)';
65$lang['Merged with Description'] = 'Sammanfogad med beskrivningen';
Note: See TracBrowser for help on using the repository browser.