source: trunk/language/nn_NO/install.lang.php @ 23212

Last change on this file since 23212 was 23212, checked in by mistic100, 11 years ago

Use common language strings on install.tpl and remove duplicates from install.lang.php

  • Property svn:executable set to *
File size: 6.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
24$lang['Database name'] = 'Databasenamn';
25$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Du kan endre konfigurasjonen sjølv og ta omstart på Piwigo etterpå.';
26$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Du bør sjekke med dei som leverar nett-tenaren om korleis du kan byte til PHP5.';
27$lang['also given by your host provider'] = 'er og levera av den som leverar nett-tenaren';
28$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'namna på databasetabellane vil verta prefiksa med dette (gjev deg mogleghet til å handtere databasetabellane betre)';
29$lang['enter a login for webmaster'] = 'skriv inn brukarnamn for webmaster';
30$lang['please enter your password again'] = 'skriv inn passord ei gong til';
31$lang['user login given by your host provider'] = 'brukarnamn du har fått av den som har nett-tenaren';
32$lang['user password given by your host provider'] = 'passord du har fått av den som har nett-tenaren';
33$lang['verification'] = 'sjekk';
34$lang['webmaster login can\'t contain characters \' or "'] = 'brukarnamn for webmaster kan ikkje innehalde tegna \' eller "';
35$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Ikkje vent med å sjå på foruma våre for hjelp: %s';
36$lang['PHP 5 is required'] = 'PHP5 er påkrevd';
37$lang['Password ']['confirm'] = 'Passord [stadfest]';
38$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan prøve å byte din konfigurasjon til PHP5 ved å lage eller endre fila .htaccess.';
39$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo greidde ikkje å konfigurere PHP5.';
40$lang['Sorry!'] = 'Orsak!';
41$lang['Start Install'] = 'Start installasjon';
42$lang['Try to configure PHP 5'] = 'Prøv å konfigurere PHP5';
43$lang['User'] = 'Brukar';
44$lang['Visitors will be able to contact site administrator with this mail'] = 'Dei som vitjar nettsida kan bruke denne e-postadressa for å kontakte administrator for nettsida';
45$lang['Welcome to my photo gallery'] = 'Velkomen til mitt biletgalleri';
46$lang['Welcome to your new installation of Piwigo!'] = 'Velkomen til din nye installasjon av Piwigo!';
47$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Du kan laste ned konfigurasjonsfila og laste den opp til "local/config" katalogen i din installasjon.';
48$lang['Admin configuration'] = 'Administratorkonfigurasjone';
49$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Ein alternativ løysing er å kopiere teksten i boksen over og lime den inn i fila "local/config/database.inc.php" (Åtvaring: "database.inc.php" kan bare innehalde det som er i tekstfeltet, ikkje lineskift eller mellomrom)';
50$lang['Basic configuration'] = 'Grunnleggande konfigurasjon';
51$lang['Can\'t connect to server'] = 'Kan ikkje kople til tenar';
52$lang['Congratulations, Piwigo installation is completed'] = 'Gratulere, installasjon av Piwigo er ferdig';
53$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Kopling til tenar er vellukka, men tilkopling til databasen var ikkje mogleg.';
54$lang['Creation of config file local/config/database.inc.php failed.'] = 'Oppretting av konfigurasjonsfila "local/config/database.inc.php" feila.';
55$lang['Database configuration'] = 'Databasekonfigurasjon';
56$lang['Database table prefix'] = 'Prefiks for databasetabellar';
57$lang['Default gallery language'] = 'Standard språk for galleriet';
58$lang['Download the config file'] = 'Last ned konfigurasjonsfil';
59$lang['Hope to see you back soon.'] = 'Håpar å sjå deg att snart.';
60$lang['Host'] = 'Tenar';
61$lang['Installation'] = 'Installasjon';
62$lang['It appears your webhost is currently running PHP %s.'] = 'Det verkar som nettenaren køyrer PHP %s.';
63$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Den vil bli vist til dei som vitjar galleriet. Den er naudsynt for administrasjon av nettsida';
64$lang['Just another Piwigo gallery'] = 'Enda eit Piwigo galleri';
65$lang['Keep it confidential, it enables you to access administration panel'] = 'Hald dette hemmeleg, det gjev deg tilgang til administrasjonspanelet';
66$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Treng du hjelp? Still spørsmålet ditt på <a href="%s"> Piwigo sitt forum</a>.';
67?>
Note: See TracBrowser for help on using the repository browser.