source: extensions/gvideo/language/nn_NO/plugin.lang.php @ 21884

Last change on this file since 21884 was 21884, checked in by TranslationTeam, 11 years ago

[gvideo] Add nn_NO, thanks to : kiho

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['This element is a video added with "Embedded Video"'] = 'Dette elementet er ein video lagt til med tilleggsprogrammet "Embedded Video"';
24$lang['Try in safe-mode'] = 'Prøv i sikkermodus';
25$lang['Unable to contact host server'] = 'Greier ikkje å få kontakt med videoserver';
26$lang['Upload a new thumbnail'] = 'Last opp eit nytt miniatyrbilete';
27$lang['Use common setting'] = 'Bruk felles innstillingar';
28$lang['Video URL'] = 'URL til video';
29$lang['Video properties'] = 'Eigenskapar til video';
30$lang['Video size'] = 'Videostørrelse';
31$lang['Video successfully added. <a href="%s">View</a>'] = 'Video vart lagt til <a href="%s">Vis</a>';
32$lang['Video successfully updated'] = 'Video vart oppdatera';
33$lang['Videos can be private if you use the private permalink.'] = 'Videoar kan vera private om du bruker private permalenker.';
34$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Videoen kan fjernas frå lister og gjerast privat om nettstaden til galleriet er innan godkjende domene (PRO).';
35$lang['Videos can be unlisted but not private.'] = 'Videoen kan fjernast frå lister, men ikkje gjerast privat.';
36$lang['Vimeo player'] = 'Vimeo spelar';
37$lang['Add a video'] = 'Legg til video';
38$lang['Add film effect'] = 'Legg til filmeffekt';
39$lang['Author name'] = 'Forfattarnamn';
40$lang['Author portrait'] = 'Forfattarbilete';
41$lang['Autoplay'] = 'Start automatisk';
42$lang['Change'] = 'Endre';
43$lang['Changing the url will reset video description, name and thumbnail'] = 'Endring av URL vil nullstille opplysningar, navn og miniatyrbilete for videoen';
44$lang['Color'] = 'Farge';
45$lang['Common configuration'] = 'Felles konfigurering';
46$lang['Dailymotion player'] = 'Daylymotion spelar';
47$lang['Get video description'] = 'Hent video opplysningar';
48$lang['Get video tags'] = 'Hent stikkord';
49$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'I sikkermodus, vil ikkje tilleggsprogrammet ta kontakt med videoserveren - dette er nyttig på nettstader der tilkoplingar til andre serverar er blokkera.';
50$lang['Logo'] = 'Logo';
51$lang['No privacy option.'] = 'Ingen personverninnstillingar';
52$lang['Please fill the video URL'] = 'Skriv inn URL til video';
53$lang['Safe-mode'] = 'Sikkermodus';
54$lang['Show privacy details'] = 'Vis personverninnstillingar';
55$lang['Supported services'] = 'Støtta tenestar';
56$lang['The thumbnail was updated'] = 'Miniatyrbilete er oppdatera';
57?>
Note: See TracBrowser for help on using the repository browser.