source: extensions/oAuth/language/sv_SE/plugin.lang.php @ 29965

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

[oauth] Update sv_SE, thanks to : wahlis

  • Property svn:executable set to *
File size: 4.4 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['Profile URL'] = 'Profil URL';
24$lang['Providers'] = 'Leverantörer';
25$lang['Sign in with %s'] = 'Logga in med %s';
26$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl-tillägget krävs';
27$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Du måste konfigurera inloggningsalternativen';
28$lang['Sorry, new registrations are blocked on this gallery.'] = 'Tyvärr så är nya registreringar stoppade på denna sida.';
29$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Användare tillåts inte att registrera på ditt galleri. Social Connect kommer inte att fungera.';
30$lang['You registered with a %s account, please sign in with the same account.'] = 'Du registrerades med ett %s konto, vänligen logga in med det samma.';
31$lang['Your registration is almost done, please complete the registration form.'] = 'Din registrering är nästan klar, vänligen slutför registreringen med hjälp av formuläret.';
32$lang['Please enter your username'] = 'Vänligen skriv in ditt användarnamn';
33$lang['%s: invalid keys'] = '%s: ogiltiga nycklar';
34$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Tillåt användare att sammanfoga befintligt konto med den nya <i>Social Connect</i> identiteten';
35$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Ett fel inträffade, vänligen kontakta sidans ägare. Meddela felmeddelandet: <i>Error code: %s</i>';
36$lang['Associate with an existing account'] = 'Associera med ett befintligt konto';
37$lang['Authentication canceled'] = 'autentisering avbruten';
38$lang['Cancel'] = 'Avbryt';
39$lang['Contacting <b>%s</b>. Please wait.'] = 'Kontaktar <b>%s</b>. Vänligen vänta.';
40$lang['Disabled'] = 'Inaktiverad';
41$lang['Display sign in buttons in the menubar'] = 'Visa inloggningsikoner i menylisten';
42$lang['Display sign in buttons on the register page'] = 'Visa inloggningsikoner på registreringssidan';
43$lang['Enabled'] = 'Aktiverad';
44$lang['Error...'] = 'Error...';
45$lang['For security reason, the main webmaster account can\'t be merged with a remote account, but you can use another webmaster account.'] = 'Av säkerhetsskäl kan huvud-webmaster-kontot inte slås samman med ett fjärrkonto, men du kan använda ett annat webmaster-konto.';
46$lang['Icon size in the menubar'] = 'Ikonens storlek i menylisten';
47$lang['Icon size on the identification page'] = 'Ikonens storlek på inloggningssidan';
48$lang['Loading...'] = 'Laddar...';
49$lang['Logged with'] = 'Loggad med';
50$lang['Or sign in with'] = 'Eller logga in med';
51$lang['Please enter your OpenID URL'] = 'Vänligen skriv in din OpenID URL';
52$lang['Please enter your user ID'] = 'Vänligen skriv in ditt användarnamn';
53$lang['Close'] = 'Stäng';
54$lang['Unable to perform login'] = 'Kunde inte logga in';
55$lang['User not found'] = 'Hittade inte användare';
Note: See TracBrowser for help on using the repository browser.