source: extensions/SmartAlbums/language/sv_SE/plugin.lang.php @ 27816

Last change on this file since 27816 was 27816, checked in by TranslationTeam, 10 years ago

[smartalbums] Update sv_SE, thanks to : Blytung

  • Property svn:executable set to *
File size: 5.7 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['Only SmartAlbums are displayed on this page'] = 'Bara SmartAlbum visas på denna sidan';
24$lang['Rating score must be an integer'] = 'Bedömningspoäng måste anges som heltal';
25$lang['Regenerate photos list of all SmartAlbums'] = 'Återskapa listan på foton från alla SmartAlbum';
26$lang['Regenerate photos list of this SmartAlbum'] = 'Återskapa listan på foton i detta SmartAlbum';
27$lang['You can\'t use more than one limit filter'] = 'Du kan inte använda mer än ett begränsningsfilter';
28$lang['can cause slowdowns'] = 'Kan orsaka seghet';
29$lang['create a new SmartAlbum'] = 'Skapa ett nytt SmartAlbum';
30$lang['None of these tags'] = 'Ingen av dessa taggar';
31$lang['One of these albums'] = 'Ett av dessa album';
32$lang['One of these tags'] = 'En av dessa taggar';
33$lang['Only these albums'] = 'Bara dessa album';
34$lang['Only these tags'] = 'Bara dessa taggar';
35$lang['Regex is malformed'] = 'Felaktigt regex';
36$lang['Regular expression'] = 'Regular expression';
37$lang['SmartAlbum added'] = 'SmartAlbum tillaggt';
38$lang['SmartAlbum deleted'] = 'SmartAlbum borttaget';
39$lang['This album is a SmartAlbum'] = 'Detta album är ett SmartAlbum';
40$lang['Update albums every %s days'] = 'Uppdatera album varje %s dagar';
41$lang['Update albums on file upload'] = 'Uppdatera album vid varje fil uppladdning';
42$lang['You can\'t use more than one level filter'] = 'Du kan inte använda mer än en nivå filter';
43$lang['Doesn\'t contain'] = 'Innehåller inte';
44$lang['Doesn\'t end with'] = 'Slutar inte med';
45$lang['Don\'t show this message again'] = 'Visa inte detta meddelande igen';
46$lang['Ends with'] = 'Slutar med';
47$lang['Exclude SmartAlbums from permissions management'] = 'Exkludera SmartAlbums från behörighetssystemet';
48$lang['Filters'] = 'Filter';
49$lang['Hits'] = 'Träffar';
50$lang['Hits must be an integer'] = 'Träffar måste anges som heltal';
51$lang['Is'] = 'Är';
52$lang['Is in'] = 'Är i';
53$lang['Is not'] = 'Är inte';
54$lang['Is not in'] = 'Är inte i';
55$lang['Limit must be an integer'] = 'Gränsen måste vara ett heltal';
56$lang['Max. number of photos'] = 'Max antal foton';
57$lang['Name is empty'] = 'Namnet är tomt';
58$lang['No album selected'] = 'Inget album valt';
59$lang['No filter selected'] = 'Inget filter valt';
60$lang['No tag selected'] = 'Ingen tag vald';
61$lang['None of these albums'] = 'Inget av dessa album';
62$lang['Add filters here'] = 'Lägg till filter här';
63$lang['Added after'] = 'Lades till efter';
64$lang['Added before'] = 'Lades till före';
65$lang['Added on'] = 'Lades till på';
66$lang['All SmartAlbums'] = 'Alla SmartAlbums';
67$lang['All these albums'] = 'Alla dessa album';
68$lang['All these tags'] = 'Alla dessa taggar';
69$lang['Author is empty'] = 'Ingen författare';
70$lang['Begins with'] = 'Börjar med';
71$lang['Bellow'] = 'Nedanför';
72$lang['Contains'] = 'Innehåller';
73$lang['Count'] = 'Antal';
74$lang['Created after'] = 'Skapad efter';
75$lang['Created before'] = 'Skapad före';
76$lang['Date string is malformed'] = 'Ogiltig datum sträng';
77$lang['Doesn\'t begin with'] = 'Börjar inte med';
78$lang['Above'] = 'Ovanför';
79$lang['%d photos associated to album %s'] = '%d foton associerade med album %s';
80$lang['Select albums...'] = 'Välj album...';
81$lang['No filter'] = 'Inget filter';
82$lang['Photos must match all filters'] = 'Foton måste matcha alla filter';
83$lang['Photos must match at least one filter'] = 'Foton måste matcha minst ett filter';
84$lang['Invalid number of days'] = 'Ogiltigt antal dagar';
85$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums räknas som privata. Andra användare kan bara se de foton som de har behörighet till ifrån andra album.';
86$lang['The sort order is only used in addition to the limit filter, it does not impact the final display order'] = 'Sorteringsordning används endast som tillägg till filtrering, och påverkar således inte den slutgiltiga visningsordningen';
87$lang['For "Is (not) in", separate each author by a comma'] = 'For "Is (not) in", separera varje fotograf med kommatecken';
88$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'För att skapa album, vänligen huvudsidan för albumen <a href="%s">managementsida</a>';
89?>
Note: See TracBrowser for help on using the repository browser.