Skip to content

Commit

Permalink
Update is_IS, thanks to gudjonsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwigo-TranslationTeam committed Apr 29, 2022
1 parent 4e36b7c commit 821451b
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions language/is_IS/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Leyfa notkun BBKóða fyrir umsagnir.
27 changes: 27 additions & 0 deletions language/is_IS/index.php
Original file line number Diff line number Diff line change
@@ -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();
?>
38 changes: 38 additions & 0 deletions language/is_IS/plugin.lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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['Striped : [s]striped']['/s'] = 'Röndótt : [s]röndótt[/s]';
$lang['URL : [url=URL]Title']['/url'] = 'Vefslóð: [url=URL]Titill[/url]';
$lang['Underline : [u]underline']['/u'] = 'Undirstrik : [u]undirstrik[/u]';
$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Ónúmeraður listi : [ul][li]listi[/li][/ul]';
$lang['White'] = 'Hvítur';
$lang['Yellow'] = 'Gulur';
$lang['huge font'] = 'Mikill';
$lang['large font'] = 'Stór';
$lang['normal font'] = 'Venjulegur';
$lang['small font'] = 'Lítill';
$lang['tiny font'] = 'Örsmár';
$lang['Available options'] = 'Mögulegir valkostir';
$lang['Black'] = 'Svartur';
$lang['Blue'] = 'Blár';
$lang['Bold : [b]bold']['/b'] = 'Feitletra : [b]feitletra[/b]';
$lang['Center : [center]center']['/center'] = 'Miðja : [center]miðja[/center]';
$lang['E-mail : [email]Email']['/email'] = 'Tölvupóstur : [email]Tölvupóstur[/email]';
$lang['Font color : [color=color]text']['/color'] = 'Leturlitur : [color=color]texti[/color]';
$lang['Font size : [size=X]text']['/size'] = 'Leturstærð : [size=X]texti[/size]';
$lang['Green'] = 'Grænn';
$lang['Grey'] = 'Grár';
$lang['Italic : [i]italic']['/i'] = 'Skáletra : [i]skáletra[/i]';
$lang['List element : [li]element']['/li'] = 'Atriðalisti : [li]listi[/li]';
$lang['Orange'] = 'Appelsínugulur';
$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Númeraður listi : [ol][li]listi[/li][/ol]';
$lang['Paragraph : [p]Paragraph']['/p'] = 'Setning : [p]Setning[/p]';
$lang['Picture : [img]picture']['/img'] = 'Mynd : [img]mynd[/img]';
$lang['Purple'] = 'Fjólublár';
$lang['Quote : [quote]quote']['/quote'] = 'Tilvitnun : [quote]tilvitnun[/quote]';
$lang['Red'] = 'Rauður';
$lang['Right : [right]right']['/right'] = 'Hægristillt : [right]hægri[/right]';

0 comments on commit 821451b

Please sign in to comment.