source: extensions/UserCollections/language/sv_SE/plugin.lang.php @ 26283

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

[user_collections] Update sv_SE, thanks to : magnus

  • Property svn:executable set to *
File size: 5.5 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['Save'] = 'Spara';
24$lang['Send this collection by mail'] = 'Skicka den här sammlingen till min mail';
25$lang['This collection is empty'] = 'Den här sammlingen är tom';
26$lang['You have %d collection'] = 'Du har %d sammling';
27$lang['You have %d collections'] = 'Du har %d sammlingar';
28$lang['You have no collection'] = 'Du har inga sammlingar';
29$lang['Your e-mail'] = 'Din e-mail';
30$lang['Your name'] = 'Ditt namn';
31$lang['by %s'] = 'av %s';
32$lang['Edit this collection'] = 'Redigera den här bildsammlingen';
33$lang['Error while sending e-mail'] = 'Det blev ett fel när mailet skickades';
34$lang['Export image list'] = 'Exportera bild lista';
35$lang['Fields'] = 'Fält';
36$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Hej<b>%s</b>, %sskickade dig en bildsammling från<a href="%s">%s</a>';
37$lang['Inactive'] = 'Inaktiv';
38$lang['Invalid collection'] = 'Ogiltlig sammling';
39$lang['Message (optional)'] = 'Meddelande (Valfritt)';
40$lang['Number of images'] = 'Antal bilder';
41$lang['Please enter the recipient e-mail'] = 'Vänligen ange mottagarens e-mail';
42$lang['Please enter the recipient name'] = 'Vänligen ange mottagarens namn';
43$lang['Please enter your e-mail'] = 'Vänligen ange din e-mail';
44$lang['Please enter your name'] = 'Vänligen ange ditt namn';
45$lang['Please give a name'] = 'Vänligen ange namn';
46$lang['Preview'] = 'Förhandsvisning';
47$lang['Recipient e-mail'] = 'Mottagar e-mail';
48$lang['Recipient name'] = 'Mottagar namn';
49$lang['Remove from collection'] = 'Ta bort från sammling';
50$lang['%d more...'] = '%d mer...';
51$lang['A photo collection by %s'] = 'En bildsammling av %s ';
52$lang['Active'] = 'Aktiv';
53$lang['Add to collection'] = 'Lägg till bildsammling';
54$lang['Allow users to send their public collections by mail'] = 'Tillåt andvändare att skicka deras publika bildsammlingar via mail';
55$lang['Allow users to set their collections as public'] = 'Tillåt andvändare att ange sina bildsammlingar som publika';
56$lang['Clear'] = 'Rensa';
57$lang['Clear this collection'] = 'Rensa den här bildsammlingen';
58$lang['Click here to view the complete collection'] = 'Klicka här för att se fullständig bildsammling';
59$lang['Collection'] = 'bildsammling';
60$lang['Collection name:'] = 'Namn på bildsammling:';
61$lang['Collections'] = 'bildsammlingar';
62$lang['Create a new collection'] = 'Skapa en ny bildsammling';
63$lang['Date added to collection, new &rarr; old'] = 'Datum tillag till bildsammling, ny &rarr; gammal';
64$lang['Date added to collection, old &rarr; new'] = 'Datum tillag till bildsammling, gammal &rarr; ny';
65$lang['Delete this collection'] = 'Ta bort den här bildsammlingen';
66$lang['Download CSV file'] = 'Ladda ned CSV fil';
67$lang['E-mail sent successfully'] = 'E-mail skickat ';
68$lang['(remove)'] = '(ta bort)';
69$lang['Name, A &rarr; Z'] = 'Namn, A &rarr; Z ';
70$lang['Name, Z &rarr; A'] = 'Namn, Z &rarr; A';
71$lang['Photos number, high &rarr; low'] = 'Bilder nummer, hög &rarr; låg';
72$lang['Photos number, low &rarr; high'] = 'Bilder nummer, låg &rarr; hög';
73$lang['New share added: <a href="%s">%s</a>'] = 'Ny delning tillagd: <a href="%s">%s</a>';
74$lang['Share deleted'] = 'Delning borttagen';
75$lang['Share key'] = 'Delningsnyckel';
76$lang['Collection not found'] = 'Samlingen kunde inte hittas';
77$lang['Expiration date'] = 'Utgångsdatum';
78$lang['Restricted access'] = 'Begränsad tillgång';
79$lang['Share'] = 'Dela';
80$lang['Share this collection'] = 'Dela denna samling';
81$lang['The key must be at least 8 characters long'] = 'Nyckeln måste vara minst 8 tecken lång';
82$lang['This key is already used'] = 'Nyckeln används redan';
83$lang['This link expired'] = 'Länken är inte längre giltig';
84$lang['Add'] = 'Lägg till';
85$lang['Cancel'] = 'Avbryt';
86$lang['Description'] = 'Förklaring';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Hej %s, %s har skickat ett foto från album "%s"';
88$lang['Name'] = 'Namn';
89$lang['Send'] = 'Skicka';
90$lang['jump to photo'] = 'Hoppa till foto';
91?>
Note: See TracBrowser for help on using the repository browser.