source: extensions/Panoramas/language/sv_SE/plugin.lang.php @ 24184

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

[panoramas] Update sv_SE, thanks to : kabo

  • Property svn:executable set to *
File size: 3.0 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['You are not authorized to change this configuration (Webmaster only).'] = 'Du är inte behörig att ändra den här konfigurationen (endast Webmaster).';
24$lang['Your configuration is NOT saved due to above reasons.'] = 'Din konfiguration har INTE sparats p.g.a. ovanstående fel.';
25$lang['Footer Color'] = 'Sidfotens bakgrundsfärg';
26$lang['Footer Control Color'] = 'Sidfotskontrollens färg';
27$lang['Mode 180 (Alternative left-right restart)'] = '180-läge (motsatt rotationsriktning)';
28$lang['Mode 360'] = '360-läge';
29$lang['Relative speed factor ']['10-90'] = 'Relativ hastighet [10-90]';
30$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Relativ hastighet måste vara i spannet 10-90.';
31$lang['Start position ']['% between 0-99'] = 'Startposition [% mellan 0-99]';
32$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Startpositionen måste vara i spannet 0-99.';
33$lang['Your configuration is saved.'] = 'Din konfiguration sparades.';
34$lang['Right'] = 'Höger';
35$lang['Rotation direction'] = 'Rotationsriktning';
36$lang['Special thanks to:'] = 'Extra tack till:';
37$lang['Auto'] = 'Auto';
38$lang['Automatic start'] = 'Automatisk start';
39$lang['Caption Color'] = 'Beskrivningstextens färg';
40$lang['Control display'] = 'Visa kontroller';
41$lang['Footer display'] = 'Visa sidfot';
42$lang['Left'] = 'Vänster';
43$lang['Off'] = 'På';
44$lang['On'] = 'Av';
45$lang['Permanent'] = 'Permanent';
46$lang['authors of'] = 'skapare av';
47?>
Note: See TracBrowser for help on using the repository browser.