source: extensions/imgpreview/language/sv_SE/plugin.lang.php @ 32836

Last change on this file since 32836 was 32836, checked in by TranslationTeam, 2 years ago

Update sv_SE, thanks to PBobbenB

  • Property svn:executable set to *
File size: 3.1 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['imgp_conf_updated'] = 'Konfigurationen har blivit uppdaterad';
24$lang['imgp_max_height'] = 'maxhöjd på bilden';
25$lang['imgp_max_width'] = 'maxbredd på bilden';
26$lang['imgp_opacity'] = 'Opacitet vid mouseover';
27$lang['imgp_preloadImages'] = 'Förladda bilderna (inte rekommenderat på en långsam server)';
28$lang['imgp_send'] = 'Skicka!';
29$lang['imgp_showtitle'] = 'Visa bildnamnet';
30$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -skaparen av detta plugin- rekommenderar:
31<ul>
32<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> av P@t : detta plugin lägger till moduler i ditt galleri.</li>
33<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> av Flop25 : detta plugin låter dig använda andra ikoner för alla teman</li >
34<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> av Flop25 : flop_style är en "malltillägg" och möjliggör ändringar av en liten del av Piwigo såsom kategorivisning</li>
35<li><a href="http://piwigo.org/ext/">och mycket mer på piwigo.org</a></li>
36</ul>
37<br>
38För designers: popup-fönstret är anpassningsbart med id:t #tooltip (med img eller span för texten)
39<br>
40<br>
41Denna plugin använder en modifierad version av :<br>
42 
43 * imgPreview jQuery plugin<br>
44 * Copyright (c) 2009 James Padolsey<br>
45 * j@qd9.co.uk | http://james.padolsey.com<br>
46 * Dubbellicens under MIT och GPL.<br>
47 * Uppdaterad: 09/02/09<br>
48 * @författare James Padolsey<br>
49 * @version 0.22<br>';
Note: See TracBrowser for help on using the repository browser.