1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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['Striped : [s]striped']['/s'] = 'Stribet: [s]stribet[/s]'; |
---|
24 | $lang['URL : [url=URL]Title']['/url'] = 'URL: [url=URL]titel[/url]'; |
---|
25 | $lang['Underline : [u]underline']['/u'] = 'Understregning: [u]understregning[/u]'; |
---|
26 | $lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Usorteret liste: [ul][li]element[/li][/ul]'; |
---|
27 | $lang['White'] = 'Hvid'; |
---|
28 | $lang['Yellow'] = 'Gul'; |
---|
29 | $lang['huge'] = 'Enorm'; |
---|
30 | $lang['large'] = 'Stor'; |
---|
31 | $lang['normal'] = 'Normal'; |
---|
32 | $lang['small'] = 'Lille'; |
---|
33 | $lang['tiny'] = 'Mikroskopisk'; |
---|
34 | $lang['Available options'] = 'Tilgængelige valgmuligheder'; |
---|
35 | $lang['Black'] = 'Sort'; |
---|
36 | $lang['Blue'] = 'Blå'; |
---|
37 | $lang['Bold : [b]bold']['/b'] = 'Fed: [b]fed[/b]'; |
---|
38 | $lang['Center : [center]center']['/center'] = 'Centreret: [center]centreret[/center]'; |
---|
39 | $lang['E-mail : [email]Email']['/email'] = 'E-mail : [email]e-mail[/email]'; |
---|
40 | $lang['Font color : [color=color]text']['/color'] = 'Fontfarve: [color=color]tekst[/color]'; |
---|
41 | $lang['Font size : [size=X]text']['/size'] = 'Fontstørrelse: [size=X]tekst[/size]'; |
---|
42 | $lang['Green'] = 'Grøn'; |
---|
43 | $lang['Grey'] = 'Grå'; |
---|
44 | $lang['Italic : [i]italic']['/i'] = 'Kursiv: [i]kursiv[/i]'; |
---|
45 | $lang['List element : [li]element']['/li'] = 'Listeelement : [li]element[/li]'; |
---|
46 | $lang['Orange'] = 'Orange'; |
---|
47 | $lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Sorteret liste: [ol][li]element[/li][/ol]'; |
---|
48 | $lang['Paragraph : [p]Paragraph']['/p'] = 'Afsnit: [p]afsnit[/p]'; |
---|
49 | $lang['Picture : [img]picture']['/img'] = 'Billede: [img]billede[/img]'; |
---|
50 | $lang['Purple'] = 'Lilla'; |
---|
51 | $lang['Quote : [quote]quote']['/quote'] = 'Citat: [quote]citat[/quote]'; |
---|
52 | $lang['Red'] = 'Rød'; |
---|
53 | $lang['Right : [right]right']['/right'] = 'Højre: [right]højre[/right]'; |
---|
54 | ?> |
---|