mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-08-07 17:32:57 +02:00
Update is_IS, thanks to gudjonsi
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
Að deila aðgerðum á Facebook, Twitter, Google+ og Tumblr
|
||||
@@ -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();
|
||||
?>
|
||||
Executable
+23
@@ -0,0 +1,23 @@
|
||||
<?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['Annotation'] = 'Skýring';
|
||||
$lang['Bottom'] = 'Neðst';
|
||||
$lang['Bubble'] = 'Bóla';
|
||||
$lang['Button position on picture page'] = 'Staða hnappa á myndasíðu';
|
||||
$lang['Button type'] = 'Hnappa gerð';
|
||||
$lang['Community'] = 'Samfélag';
|
||||
$lang['Display buttons'] = 'Sýna hnappa';
|
||||
$lang['Inline text'] = 'Innbyggður texti';
|
||||
$lang['Light mode'] = 'Ljóshamur';
|
||||
$lang['Right bubble'] = 'Hægri bóla';
|
||||
$lang['Toolbar'] = 'Tækjastikan';
|
||||
$lang['Top'] = 'Efst';
|
||||
$lang['Top bubble'] = 'Efsta bóla';
|
||||
$lang['When light mode is activated no external script is loaded, it <b>speeds up the load of the page and disables user tracking</b> but also disables annotations and in-page popups.'] = 'Þegar ljóshamur er virkjaður er engin utanaðkomandi forskrift hlaðin, það <b>hraðar hleðslu síðunnar og slekkur á notendarakningu</b> en slekkur einnig á athugasemdum og sprettiglugga á síðu.';
|
||||
$lang['on photo and album'] = 'á mynd og albúmi';
|
||||
$lang['only on photo'] = 'aðeins á mynd';
|
||||
Reference in New Issue
Block a user