source: extensions/pwgCumulus/language/nb_NO/plugin.lang.php @ 21829

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

[cumulus_tags_cloud] Update nb_NO, thanks to : kiho

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1// +-----------------------------------------------------------------------+
2// | pwgCumulus  - a plugin for Piwigo                                     |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2009-2013 Nicolas Roudaire        http://www.nikrou.net  |
5// +-----------------------------------------------------------------------+
6// | This program is free software; you can redistribute it and/or modify  |
7// | it under the terms of the GNU General Public License version 2 as     |
8// | published by  the Free Software Foundation                            |
9// |                                                                       |
10// | This program is distributed in the hope that it will be useful, but   |
11// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
12// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
13// | General Public License for more details.                              |
14// |                                                                       |
15// | You should have received a copy of the GNU General Public License     |
16// | along with this program; if not, write to the Free Software           |
17// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
18// | MA 02110-1301 USA                                                     |
19// +-----------------------------------------------------------------------+
20
21$lang['Cumulus Tags Cloud Plugin'] = "Cumulus Tagg Sky Pluggin";
22$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = "Pluggingen viser tagger ved bruk av flash film som roterer dem i 3D. Den virker som vanlige tagg skyer men på en mer spennende måte.";
23$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Vous kan velge modus for standard taggs visning ved å legge til (eller endre) i konfigurasjons filen";
24$lang['Animation width and height'] = "Animasjon bredde og høyde";
25$lang['Width'] = "Bredde";
26$lang['Height'] = "Høyde";
27$lang['Tags size'] = "Tags størrelse";
28$lang['Coefficient'] = "Koeffisient";
29$lang['Width updated'] = "Bredde oppdatert";
30$lang['Height updated'] = "Høyde oppdatert";
31$lang['Coefficient for tags size updated'] = "Koeffisient for tagg størrelse oppdatert";
32$lang['show tag cloud in cumulus mode'] = "vis tagg sky i cumulus modus";
33$lang['Animation colors'] = "Animasjon farer";
34$lang['Color 1'] = "Farge 1";
35$lang['Color 2'] = "Farge 2";
36$lang['Mouseover color'] = "Sveve farge";
37$lang['Color 1 updated'] = "Farge 1 oppdatert";
38$lang['Color 2 updated'] = "Farge 2 oppdatert";
39$lang['Mouseover color updated'] = "Sveve farger oppdatert";
40$lang['cloud'] = 'sky';
41$lang['cumulus cloud'] = 'cumulus-sky';
42$lang['show tag cloud'] = 'vis stikkordsky';
43$lang['Menu'] = 'Meny';
44$lang['Position'] = 'Posisjon';
45$lang['Position in main menu has been updated'] = 'Posisjon i hovedmeny er oppdatert';
46$lang['Tags cloud added in main menu'] = 'Stikkordsky er lagt til i hovedmenyen';
47$lang['Tags cloud in main menu?'] = 'Stikkordsky i hovedmenyen';
48$lang['Tags page'] = 'Side for stikkordsky';
49$lang['block'] = 'blokk';
50$lang['Add tags cloud in main menu'] = 'Legg til stikkordsky i hovedmenyen';
51$lang['After'] = 'Etter';
52$lang['Background color'] = 'Bakgrunnsfarge';
53$lang['Background color updated'] = 'Bakgrunnsfarge er oppdatert';
54$lang['Before'] = 'Før';
55$lang['Current release:'] = 'Gjeldende versjon:';
56$lang['Dashboard'] = 'Dashboard';
57?>
Note: See TracBrowser for help on using the repository browser.