source: extensions/photoWidget/language/sv_SE/plugin.lang.php @ 19908

Last change on this file since 19908 was 19908, checked in by nikrou, 11 years ago

Make plugin compatible with piwigo 2.4
Improve selection of albums (auto-complete)

File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by the Free Software Foundation                             |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22// admin
23$lang['All categories'] = 'Alla kategorier';
24$lang['Animation background color'] = 'Animering bakgrundsfärg';
25$lang['Animation size'] = 'Animering storlek';
26$lang['Applicable categorie(s)'] = 'Applicerbar(a) kategori(er)';
27$lang['Background color of animation has been updated'] = 'Bakgrundsfärgen på animeringen har uppdaterats';
28$lang['Color'] = 'Färg';
29$lang['Height'] = 'Höjd';
30$lang['Height has been updated'] = 'Höjden har uppdaterats';
31$lang['Main configuration'] = 'Huvudkonfigurering';
32$lang['No'] = 'Nej';
33$lang['one category'] = 'en kategori';
34$lang['Photo Widget Plugin'] = 'Foto widget Plugin';
35$lang['severals categories'] = 'flera kategorier';
36$lang['Submit'] = 'Skicka';
37$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Denna  plugin visar bilder med hjäjp av Flash Movie, som roterar dem i 3D. Fungerar som vanliga kategorier men på ett mer fantasirikt sätt.';
38$lang['Width'] = 'Bredd';
39$lang['Width has been updated'] = 'Bredden har uppdaterats';
40$lang['Yes'] = 'Ja';
41$lang['You can choose that mode for displaying one, severals or all categories'] = 'Du kan välja detta läge för att visa en, flera eller alla kategorier';
42$lang['You choose that mode for'] = 'Du väljer detta läge för att';
43$lang['You must choose at least one category'] = 'Du måste välja minst en kategori';
44
45// public
46$lang['This widget requires Flash Player 9 or better'] = 'Denna widget kräver Flash Player 9 eller högre'; 
47?>
Note: See TracBrowser for help on using the repository browser.