Skip to content

Commit

Permalink
Update sv_SE, thanks to PBobbenB
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwigo-TranslationTeam committed Apr 10, 2024
1 parent 2e12b09 commit 1500086
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions language/sv_SE/description.txt
@@ -0,0 +1 @@
Lägg till en Paypal kundvagn i Piwigo för att sälja foton
27 changes: 27 additions & 0 deletions language/sv_SE/index.php
@@ -0,0 +1,27 @@
<?php
// +-----------------------------------------------------------------------+
// | Lexiglot - A PHP based translation tool |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+

$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
28 changes: 28 additions & 0 deletions language/sv_SE/plugin.lang.php
@@ -0,0 +1,28 @@
<?php
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | file that was distributed with this source code. |
// +-----------------------------------------------------------------------+
$lang['Action'] = 'Åtgärd';
$lang['Append data'] = 'Lägg till data';
$lang['Append photo size'] = 'Lägg till fotostorlek';
$lang['Data appened'] = 'Data tillagd';
$lang['Data deleted'] = 'Data raderad';
$lang['Data updated'] = 'Data uppdaterad';
$lang['Delete data'] = 'Radera data';
$lang['Update data'] = 'Uppdatera data';
$lang['all albums'] = 'alla album';
$lang['Add to cart'] = 'Lägg i kundvagn';
$lang['Apply to albums'] = 'Applicera på album';
$lang['Buy this picture'] = 'Köp denna bild';
$lang['Currency'] = 'Valuta';
$lang['Fixed shipping cost'] = 'Fast fraktkostnad';
$lang['PayPal Shopping Cart'] = 'Paypal kundvagn';
$lang['Price'] = 'Pris';
$lang['Shipping cost'] = 'Fraktkostnad';
$lang['Size'] = 'Storlek';
$lang['View Shopping Cart'] = 'Visa kundvagn';
$lang['View my PayPal Shopping Cart'] = 'Visa min Paypal kundvagn';
$lang['a list of albums'] = 'en lista på album';

0 comments on commit 1500086

Please sign in to comment.