source: extensions/header_manager/language/sv_SE/plugin.lang.php @ 22391

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

[header_manager] Add sv_SE, thanks to : stefan63

  • Property svn:executable set to *
File size: 3.9 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['Random'] = 'Slumpmässig';
24$lang['Recursive'] = 'Rekursiv';
25$lang['Restore default banner'] = 'Återsäll standard banner';
26$lang['Select an image'] = 'Välj en bild';
27$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Numerisk bild id kan hittas på bildupplage sidan, nära thumbnail bilden.';
28$lang['Unknown picture id'] = 'Okänt bild id';
29$lang['Use'] = 'Använd';
30$lang['With text'] = 'Med text';
31$lang['You can customize the display by adding CSS rules to'] = 'Du kan anpassa utseendet genom att lägga till CSS regler till';
32$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Du kan ladda upp en anpassad sidhuvuds bild eller välja en från ditt album. I nästa steg kan du beskära bilden.';
33$lang['or choose a picture from the gallery'] = 'eller välja en bild från albumet';
34$lang['Add a banner'] = 'Lägg till en banner';
35$lang['Album specific banners'] = 'Banners anpassade till album';
36$lang['Banner'] = 'Banner';
37$lang['Banner added'] = 'Banner tillagd';
38$lang['Banner deleted'] = 'Banner borttagen';
39$lang['Choose an image from your computer'] = 'Välj bild från din dator';
40$lang['Choose the part of the image you want to use as your header.'] = 'Välj den del av bilden som du vill hanvända som sidhuvud.';
41$lang['Crop banner image'] = 'Beskär banner bild';
42$lang['Default banner'] = 'Standard banner';
43$lang['Default banner size'] = 'Standardstorlek på banner';
44$lang['Display banner on photo page'] = 'Visa banner på bild sida';
45$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Rekomenderad storlek För MontBlancXL och BlancMontXL är,  900& X ;190.';
46$lang['Gallery title above image'] = 'Album titel ovanför bilden';
47$lang['Image only'] = 'Endast bild';
48$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'För att lägga till en specifik banner, gå till admin sidan för det önskade albummet';
49$lang['Incorrect file type,'] = 'Fel filtyp,';
50$lang['No banner added yet'] = 'Ingen banner tillagd ännu';
51$lang['Non recursive'] = 'Icke-rekursiv';
52$lang['Picture id.'] = 'Bild id.';
53$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Placera <b>%header_manager%</b> där du vill att bilden visas.';
54?>
Note: See TracBrowser for help on using the repository browser.