source: extensions/gvideo/language/sv_SE/plugin.lang.php @ 22832

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

[embedded_videos] Update sv_SE, thanks to : stefan63

  • Property svn:executable set to *
File size: 4.1 KB
RevLine 
[22832]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['This element is a video added with "Embedded Video"'] = 'Det här elementet är en video tillagd med "Embedded Video"';
24$lang['Try in safe-mode'] = 'Försök i säkert läge';
25$lang['Unable to contact host server'] = 'Servern kunde inte nås';
26$lang['Upload a new thumbnail'] = 'Ladda upp en ny miniatyr (thumbnail)';
27$lang['Use common setting'] = 'Använd standard inställningar';
28$lang['Video URL'] = 'Filmens URL';
29$lang['Video properties'] = 'Filmens egenskaper';
30$lang['Video size'] = 'Filmens storlek';
31$lang['Video successfully added. <a href="%s">View</a>'] = 'Filmen uppladdad <a href="%s">View</a>';
32$lang['Video successfully updated'] = 'Filmen uppdaterad';
33$lang['Videos can be private if you use the private permalink.'] = 'Filmer kan göras privata om du använder permalänken privat.';
34$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Filmer kan listas av och göras privata om albumets website fins innom de auktoriserade domänerna (PRO)';
35$lang['Videos can be unlisted but not private.'] = 'Filmer kan listas av men inte göras privata.';
36$lang['Vimeo player'] = 'Vimeo player';
37$lang['Add a video'] = 'Lägg till video';
38$lang['Add film effect'] = 'Lägg till film effekt';
39$lang['Author name'] = 'Utgivar namn';
40$lang['Author portrait'] = 'Om Utgivaren';
41$lang['Autoplay'] = 'Spela upp automatiskt';
42$lang['Change'] = 'Ändra';
43$lang['Changing the url will reset video description, name and thumbnail'] = 'Förändring av URL kommer att återställa beskrivning, namn, och miniatyr (Thumbnail)';
44$lang['Color'] = 'Färg';
45$lang['Common configuration'] = 'Allmän inställning';
46$lang['Dailymotion player'] = 'Uppspelare av dagens film';
47$lang['Get video description'] = 'Inhämta filmbeskrivning';
48$lang['Get video tags'] = 'Inhämta filmtaggar';
49$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'Plugginen försöker inte kontakta video källan i safe-mode, detta är användbart på vissa websidor som inte tillåter anslutningar utifrån (från andra URL).';
50$lang['Logo'] = 'Logotyp';
51$lang['No privacy option.'] = 'Ingen sekretess vald.';
52$lang['Please fill the video URL'] = 'Vänligen fyll i filmens URL';
53$lang['Safe-mode'] = 'Säkert-läge';
54$lang['Show privacy details'] = 'Visa sekretess information';
55$lang['Supported services'] = 'funktions stöd';
56$lang['The thumbnail was updated'] = 'miniatyr bilden (thumbnail) uppdaterad';
57?>
Note: See TracBrowser for help on using the repository browser.