1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
# ----------------------------------------------------------------------
# Curses::UI::Language::norwegian
# Maintainer: Vlad Tepes (miceme@start.no)
# ----------------------------------------------------------------------
package Curses::UI::Language::norwegian;
1;
__DATA__
# ----------------------------------------------------------------------
# For Curses::UI
# ----------------------------------------------------------------------
[screen_too_small]
Your screen is currently too small for this application.
Resize the screen and restart the application.
Press <CTRL+C> to exit...
# ----------------------------------------------------------------------
# For Curses::UI::Calendar
# ----------------------------------------------------------------------
[months]
Januar Februar Mars April Mai Juni Juli
August September Oktober November Desember
[days_short] S Ma Ti On To Fr L
# ----------------------------------------------------------------------
# For Curses::UI::Buttonbox
# ----------------------------------------------------------------------
[button_ok] o:OK
[button_cancel] c:Avbryt
[button_yes] y:Ja
[button_no] n:Nei
# ----------------------------------------------------------------------
# For Curses::UI::Dialog::Error
# ----------------------------------------------------------------------
[error_title] Feilmelding
# ----------------------------------------------------------------------
# For Curses::UI::Dialog::FileBrowser
# ----------------------------------------------------------------------
# The filebrowser title
[file_title] Velg en fil
[file_savetitle] Velg filnavn for lagring
[file_loadtitle] Velg fil for pning
# The labels for the dialog screen.
[file_path] Sti :
[file_file] Fil :
[file_mask] Maske :
# The size of the longest label
[file_labelsize] 6
# On directory up
[file_dirup] Opp ett niv
# For asking the user if a file may be overwritten
[file_overwrite_title] Bekreft
[file_overwrite_question_pre]
Er du sikker p at du vil overskrive "
[file_overwrite_question_post]
"?
# Errors
[file_err_opendir_pre] Kan ikke pne mappen "
[file_err_opendir_post] "
[file_err_nofileselected] Ingen fil er valgt!
|