source: extensions/manage_properties_photos/language/sv_SE/plugin.lang.php @ 32283

Last change on this file since 32283 was 32283, checked in by TranslationTeam, 4 years ago

Update sv_SE, thanks to Elger

  • 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-2014 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['Property'] = 'Egenskap';
24$lang['Property delete'] = 'Radera egenskap';
25$lang['Property photo add'] = 'Lägg till bild-egenskap';
26$lang['Property photo update'] = 'Bild-egenskap uppdaterad';
27$lang['Wording'] = 'Ordalydelse';
28$lang['Properties update'] = 'Uppdatering av egenskaper';
29$lang['Properties manual order was saved'] = 'Manuell sortering av egenskaper sparad';
30$lang['Properties additionals'] = 'Ytterligare egenskaper';
31$lang['Properties List'] = 'Egenskapslista';
32$lang['Manage properties photos'] = 'Hantera bildegenskaper';
33$lang['Edit Property photo'] = 'Redigera bild-egenskap';
34$lang['Create new Property photo'] = 'Skapa ny bild-egenskap';
35$lang['delete data this property'] = 'ta bort den här egenskapens data';
36$lang['Choose a property'] = 'Välj en egenskap';
37$lang['Change photos properties'] = 'Ändra bild-egenskaper';
38$lang['Max field for select or radio option'] = 'Maxfält för välj eller alternativknapp';
39$lang['Remove Field for automatic deletion\'s photos on a given date and all date save'] = 'Ta bort fält för automatisk radering av foton på ett visst datum och alla sparade datum';
40$lang['Return description in default location'] = 'Återställ beskrivningen till standardplatsen';
41$lang['Show Image Id'] = 'Visa Bild-Id';
42$lang['Text'] = 'Text';
43$lang['The reference photo doesn\'t have IPTC'] = 'Referensbilden har ingen IPTC';
44$lang['The reference photo doesn\'t have exif'] = 'Referensbilden har ingen exif';
45$lang['The reference photo for exif and IPTC'] = 'Referensbilden för exif och IPCT';
46$lang['date'] = 'Datum';
47$lang['exif'] = 'exif';
48$lang['exif field can\'t be empty'] = 'exif-fältet kan inte vara tomt';
49$lang['radio'] = 'radio';
50$lang['reference photo id doesn\'t exist please update'] = 'referensbilds id finns inte,uppdatera';
51$lang['reference photo type doesn\'t use metadata please update'] = 'referensfototyp använder inte metadata, uppdatera';
52$lang['select'] = 'välj';
53$lang['Add Field'] = 'Lägg till Fält';
54$lang['Add field for automatic deletion\'s photos on a given date'] = 'Lägg till fält för automatisk radering av bilder vid givet datum';
55$lang['Hide Image Id'] = 'Göm Bild-ID';
56$lang['IPTC'] = 'IPTC';
57$lang['IPTC field can\'t be empty'] = 'IPTC-fält kan inte vara tomt';
58$lang['Move description in info table'] = 'Flytta beskrivning till info-tabell';
59$lang['Option List'] = 'Alternativlista';
Note: See TracBrowser for help on using the repository browser.