<?php
/*
* Language Pack: Norsk
# - Language name *in your native language*
* Language Code: nb_no
# - you can search for this code here:
http://osustats.ppy.sh/lang/codes/ *
# Attention:
# If you need to contain some single quotes (')
# You have to add a back-slash before it (\')
*
* Last Update: 2012 Dec 15 (CST)
*/
$lang = array (
/**
* Translator Information
* - Will be shown as "English translator: Piotrekol"
*/
// Text before you osu! ID
// - This will only show once (at the beginning of whole line) while having multiple translators, if you need this before each username, add prefix in 'translator_separator' down there as well.
'translator_prefix' => 'Oversatt til Norsk av: ',
// Your osu! ID, we'll provide a link to your osu! profile page
// - If there are more than one translators, use the second line instead
'translator_username' => 'Mystia Lorelei',
//'translator_usernames' => array ('Piotrekol', 'RadioNoise', 'Marcin'),
// Only used for having multiple translators, set the separator charater.
'translator_separator' => ' & ',
// Text after your osu! ID, just leave it empty if it's not necessary in your language
// - This will only show once (at the end of whole line) while having multiple translators, if you need this after each username, add suffix in 'translator_separator' above as well.
'translator_suffix' => '',
/**
* UI text
* - text for hints, alerts, buttons.. etc
*/
// Show an alert for OLD IE
'fuck_ie' => 'Nettleseren du bruker er utdatert.<br/>For en raskere og sikrere opplevelse, oppgrader gratis ‒ i dag!',
// General Hints
'hint_start' => 'Angi et osu!-brukernavn for å begynne.',
'hint_empty' => 'Vennligst angi et brukernavn.',
'hint_norst' => 'Ingen resultater.',
'hint_sqler' => 'Feil under lesning av data fra database!<br/>Stopper...',
'hint_nonick' => 'Dette brukernavnet er ikke ordentlig.',
// Buttons
'btn_search' => 'Søk!',
'btn_advopt' => 'Avanserte innstillinger',
'btn_startns' => 'Nytt søk',
'btn_nextpg' => 'Neste side',
'btn_prevpg' => 'Forrige side',
'btn_getql' => 'Lag lenke',
// Options
'opt_2ndun' => 'Sammenlign med:',
'opt_rank' => 'Rangering',
'opt_acc' => 'Presisjon',
'opt_diff' => 'Vis vanskelighetsgrad',
'opt_diff_all' => 'Alle',
'opt_diff_ezy' => 'Easy', // Don't translate unless really necessary
'opt_diff_nml' => 'Normal', // Don't translate unless really necessary
'opt_diff_hrd' => 'Hard', // Don't translate unless really necessary
'opt_diff_ise' => 'Insane', // Don't translate unless really necessary
'opt_type' => 'Spillmodus',
'opt_type_osu' => 'osu', // Don't translate unless really necessary
'opt_type_ctb' => 'ctb', // Don't translate unless really necessary
'opt_type_tko' => 'taiko', // Don't translate unless really necessary
'opt_mods' => 'Mods',
'opt_sort' => 'Sorter etter',
'opt_sort_at' => 'Tid oppnådd',
'opt_sort_rt' => 'Tid map ble rangert',
'opt_sort_rk' => 'Rangering',
'opt_sort_cb' => 'Combo',
'opt_sort_so' => 'Poeng',
'opt_sort_des' => 'Synkende',
'opt_sort_asc' => 'Stigende',
'opt_cos' => 'CustomOSpass',
// Text for result box
'text_found' => 'Fant',
'text_record' => 'rekord',
'text_records' => 'rekorder',
'text_pages' => 'sider',
'text_mapby' => 'mappet av',
'text_combos' => 'Combo',
// Footer
'text_authors' => 'osu! Statistics er kodet av:'
);
?>