source: extensions/ContactForm/language/nn_NO/plugin.lang.php @ 21936

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

[contactform] Add nn_NO, thanks to : kiho

  • Property svn:executable set to *
File size: 4.0 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['Please choose a category'] = 'Velg ein kategori';
24$lang['Please enter a message'] = 'Skriv inn melding';
25$lang['Please enter a name'] = 'Skriv inn namn';
26$lang['Please enter a subject'] = 'Skriv inn eit emne';
27$lang['Please enter an e-mail'] = 'Skriv inn ei e-postadresse';
28$lang['Prefix of the sent e-mail subject'] = 'Prefiks av det sendte e-postemnet';
29$lang['Redirect after sending email (optional)'] = 'Vidaresend etter sending av e-post (valfritt)';
30$lang['Send'] = 'Send';
31$lang['Send copy to my email'] = 'Send kopi til mi e-postadresse';
32$lang['Subject'] = 'Emne';
33$lang['Text after the contact form'] = 'Tekst på slutten av kontaktskjema';
34$lang['Text before the contact form'] = 'Tekst før kontaktskjema';
35$lang['Tip'] = 'Tips';
36$lang['Your e-mail'] = 'Di e-postadresse';
37$lang['Your name'] = 'Ditt namn';
38$lang['can be translated with LocalFiles Editor plugin'] = 'kan bli omsett med LocalFiles Editor tilleggsprogrammet';
39$lang['you can use "%gallery_title%"'] = 'du kan bruke "%gallery_title%"';
40$lang['%s must not be less than %d characters long'] = '%s må ikkje vera færre enn %d tegn lang';
41$lang['%s must not be more than %d characters long'] = '%s må ikkje vera meir enn %d tegn lang';
42$lang['+ Add a category'] = '+ Legg til kategori';
43$lang['+ Add an email'] = '+ Legg til e-post';
44$lang['Active'] = 'Aktiv';
45$lang['Add link in menu'] = 'Legg lenke til meny';
46$lang['Allow guests to see the form'] = 'Gje gjester lov til å sjå skjemaet';
47$lang['Category'] = 'Kategori';
48$lang['Default e-mail subject'] = 'Standard e-postemne';
49$lang['E-mail address is mandatory'] = 'E-postadresse er påkrevd';
50$lang['E-mail configuration'] = 'E-postkonfigurasjon';
51$lang['E-mail format :'] = 'E-postformat:';
52$lang['E-mail sent successfully'] = 'E-post er sendt';
53$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Kvar kategori blir vist som ein distinkt "teneste" på kontaktskjema (døme: "Teknisk", "Kommersiell", "Generelt spørsmål"). Bruk av kategoriar er ikkje påkrevd.';
54$lang['Error while sending e-mail'] = 'Feil ved sending av e-post';
55$lang['General configuration'] = 'Generell konfigurasjon';
56$lang['Message'] = 'Melding';
57$lang['Name is mandatory'] = 'Namn er påkrevd';
58$lang['No active email address'] = 'Ingen aktiv e-postadresse';
59$lang['Plain text'] = 'Rein tekst';
60?>
Note: See TracBrowser for help on using the repository browser.