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

Last change on this file since 26020 was 26020, checked in by TranslationTeam, 10 years ago

[cumulus_tags_cloud] Update nb_NO, thanks to : abbamust

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 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['Animation colors'] = "Animasjon farer";
33$lang['Color 1'] = "Farge 1";
34$lang['Color 2'] = "Farge 2";
35$lang['Mouseover color'] = "Sveve farge";
36$lang['Color 1 updated'] = "Farge 1 oppdatert";
37$lang['Color 2 updated'] = "Farge 2 oppdatert";
38$lang['Mouseover color updated'] = "Sveve farger oppdatert";
39$lang['cloud'] = 'sky';
40$lang['cumulus cloud'] = 'cumulus-sky';
41$lang['show tag cloud'] = 'vis stikkordsky';
42$lang['Menu'] = 'Meny';
43$lang['Position'] = 'Posisjon';
44$lang['Position in main menu has been updated'] = 'Posisjon i hovedmeny er oppdatert';
45$lang['Tags cloud added in main menu'] = 'Stikkordsky er lagt til i hovedmenyen';
46$lang['Tags cloud in main menu?'] = 'Stikkordsky i hovedmenyen';
47$lang['Tags page'] = 'Side for stikkordsky';
48$lang['block'] = 'blokk';
49$lang['Add tags cloud in main menu'] = 'Legg til stikkordsky i hovedmenyen';
50$lang['After'] = 'Etter';
51$lang['Background color'] = 'Bakgrunnsfarge';
52$lang['Background color updated'] = 'Bakgrunnsfarge er oppdatert';
53$lang['Before'] = 'Før';
54$lang['Current release:'] = 'Gjeldende versjon:';
55$lang['Dashboard'] = 'Dashboard';
56$lang['Check the checkbox to use transparent mode for background'] = 'Klikk her for å bruke gjennomsiktig modus for bakgrunner';
57$lang['Transparent mode for background'] = 'Gjennomsiktig modus til bakgrunner';
58$lang['Transparent mode is not used'] = 'Gjennomsiktig modus ikke i bruk';
59$lang['Transparent mode is used'] = 'Gjennomsiktig modus i bruk';
60?>
Note: See TracBrowser for help on using the repository browser.