Project

General

Profile

« Previous | Next » 

Revision 980

Added by Matthias about 15 years ago

Updated Norsk language File (Thanks to oeh)

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14 14
06-May-2009 Matthias Gallas
15
!	Updated Norsk language File (Thanks to oeh)
15 16
#	Fixed bug with not always included stylesheets in backend (ticket #717)
16 17
27-Apr-2009 Matthias Gallas
17 18
#	Fixed bug with missing option for admin-tools in advanced view of access
trunk/wb/include/phpmailer/language/phpmailer.lang-no.php
6 6

  
7 7
$PHPMAILER_LANG = array();
8 8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du må ha med minst en' .
10
                                          'mottager adresse.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer er ikke supportert.';
12
$PHPMAILER_LANG["execute"]              = 'Kunne ikke utføre: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kunne ikke instantiate mail funksjonen.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Feil: Kunne ikke authentisere.';
15
$PHPMAILER_LANG["from_failed"]          = 'Følgende Fra feilet: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feil: Følgende' .
17
                                          'mottagere feilet: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Feil: Data ble ikke akseptert.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
20
$PHPMAILER_LANG["file_access"]          = 'Kunne ikke få tilgang til filen: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil feil: Kunne ikke åpne filen: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukjent encoding: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
9
$PHPMAILER_LANG["provide_address"]      = 'Du må angi e-post adresse ' .
10
                                          'til minst en mottaker .';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer støttes ikke.';
12
$PHPMAILER_LANG["execute"]              = 'Opperasjonen kunne ikke utføres: ';
13
$PHPMAILER_LANG["instantiate"]          = 'E-post funksjonen kunne ikke startes.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Feil: Autentifikasjon kunne oppnåes.';
15
$PHPMAILER_LANG["from_failed"]          = 'Det oppstod en feil med denne Fra adressen: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feil: Feil med følgende ' .
17
                                          'e-post mottaker: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Feil: Dataene ble ikke akseptert.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Feil: Kunne ikke koble til SMTP verten.';
20
$PHPMAILER_LANG["file_access"]          = 'Fikk ikke tillgang til filen: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil Feil: Filen kunne ikke åpnes: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukjent kodingstype: ';
23
$PHPMAILER_LANG["signing"]              = 'Signeringsfeil: ';
24 24

  
25 25
?>
trunk/wb/include/editarea/langs/no.js
1
editAreaLoader.lang["no"]={
2
new_document: "nytt tomt dokument",
3
search_button: "søk og erstatt",
4
search_command: "søk etter neste/ åpne søke området",
5
search: "søk",
6
replace: "erstatt",
7
replace_command: "erstatt / aring;pne søke området",
8
find_next: "finn neste",
9
replace_all: "erstatt alle",
10
reg_exp: "standard uttrykk",
11
match_case: "skill mellom store/ små bokstaver",
12
not_found: "ikke funnetnot found.",
13
occurrence_replaced: "alle forekomstene ble endret.",
14
search_field_empty: "Tomt søkefelt",
15
restart_search_at_begin: "Du er kommet til slutten av søkeområede. Vil du starte fra begynnelsen.",
16
move_popup: "flytt søke vinuet",
17
font_size: "--Skrift sørrelse--",
18
go_to_line: "gå til linje",
19
go_to_line_prompt: "gå til linje nummer:",
20
undo: "angre",
21
redo: "gjøre igjen",
22
change_smooth_selection: "aktivere/ deaktivere visnings alternativer(gjør skjermvisningen smartere, men gir høyere prosessor belastning)",
23
highlight: "skru merking av søkeord av/ på",
24
reset_highlight: "starte markeringen på nytt(hvis den er usynkron med deksten)",
25
help: "om",
26
save: "lagre",
27
load: "laste",
28
line_abbr: "Ln",
29
char_abbr: "Ch",
30
position: "Posisjon",
31
total: "Total",
32
close_popup: "lukk vindu",
33
shortcuts: "Snarveier",
34
add_tab: "legg til tabulering i teksten",
35
remove_tab: "fjærn tabulering i teksten",
36
about_notice: "OBS!: markering av søketekst er kun for tekst med små bokstaver",
37
toggle: "skru redigeringsverktøyet av/ på",
38
accesskey: "Tillgangsnøkkel",
39
tab: "Tab",
40
shift: "Shift",
41
ctrl: "Ctrl",
42
esc: "Esc",
43
processing: "Behandler...",
44
fullscreen: "full skjerm",
45
syntax_selection: "--Spr?k--",
46
syntax_css: "CSS",
47
syntax_html: "HTML",
48
syntax_js: "Javascript",
49
syntax_php: "Php",
50
syntax_python: "Python",
51
syntax_vb: "Visual Basic",
52
syntax_xml: "Xml",
53
syntax_c: "C",
54
syntax_cpp: "CPP",
55
syntax_basic: "Basic",
56
syntax_pas: "Pascal",
57
syntax_brainfuck: "Brainfuck",
58
syntax_sql: "SQL",
59
syntax_ruby: "Ruby",
60
syntax_robotstxt: "Robots txt",
61
syntax_tsql: "T-SQL",
62
syntax_perl: "Perl",
63
syntax_coldfusion: "Coldfusion",
64
close_tab: "Lukk filen"
65
};
trunk/wb/templates/classic/languages/NO.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2009, Ryan Djurovich
9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23

  
24
*/
25

  
26
//Modul Description
27
$template_description 	= 'Klassisk designmal for Admin sidene fra Website Baker 2.7.';
28

  
29
?>
0 30

  
trunk/wb/templates/wb_theme/languages/NO.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2009, Ryan Djurovich
9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23

  
24
*/
25

  
26
//Modul Description
27
$template_description 	= 'Standard design mal for Admin sidene i Website Baker 2.8.';
28

  
29
?>
0 30

  
trunk/wb/modules/wrapper/languages/NO.php
27 27
*/
28 28

  
29 29
// Headings and text outputs
30
$MOD_WRAPPER['NOTICE'] =	'Nettleseren din st?tter ikke "inline frames".<br />Klikk p&aring; lenken under for &aring; g&aring; til nettsiden som var men &aring; skulle vises i dette vinduet...<br />';
30
$MOD_WRAPPER['NOTICE'] =	'Nettleseren din st&oslash;tter ikke &quot;inline frames&quot;.<br />Klikk p&amp;aring; lenken under for &amp;aring; g&amp;aring; til nettsiden som var men &amp;aring; skulle vises i dette vinduet...<br />';
31 31

  
32 32
?>
trunk/wb/modules/wysiwyg/languages/NO.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2009, Ryan Djurovich
9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23

  
24
 -----------------------------------------------------------------------------------------
25
  NORWEGIAN LANGUAGE FILE FOR THE MODULE: WYSIWYG
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Norwegian Moduledescription
30
$module_description = 'Denne modulen lar deg redigere innholdet p&aring; websidene dine med et grafisk redigerings verkt&oslash;y';
31

  
32
?>
0 33

  

Also available in: Unified diff