VancedManager/app/src/main/res/values-no-rNO/strings.xml

86 lines
5.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<!-- Global Strings -->
<string name="close">Lukk</string>
<string name="reset">Nullstill</string>
<string name="save">Lagre</string>
<!-- Main Activity -->
<string name="title_about">Om</string>
<string name="title_home">Hjem</string>
<string name="title_settings">Innstillinger</string>
<!-- Home Page -->
2020-10-31 19:45:39 +00:00
<string name="changelog">Changelogs</string>
<string name="downloading_file">Laster ned %1$s</string>
<string name="install">Installer</string>
<string name="button_reinstall">Reinstaller</string>
<string name="version_installed">Installert:</string>
<string name="latest">Siste:</string>
<string name="no_microg">microG isn\'t installed</string>
<string name="root_not_granted">Root access not granted</string>
<string name="unavailable">Utilgjengelig</string>
<string name="update">Oppdater</string>
<string name="useful_links">Nyttige lenker</string>
<string name="support_us">Støtt oss!</string>
<!-- Settings -->
<string name="accent_color">Accent Color</string>
<string name="accent_blue">Blå</string>
<string name="accent_green">Grønn</string>
<string name="accent_purple">Lilla</string>
<string name="accent_red">Rød</string>
<string name="accent_yellow">Gul</string>
2020-10-31 19:52:39 +00:00
<string name="chosen_lang">Språk: %1$s</string>
<string name="clear_files">Fjern nedlastede filer</string>
<string name="cleared_files">Successfully cleared files</string>
<string name="firebase_title">Firebase Analytics</string>
<string name="firebase_summary">This lets us collect information about app performance and crash logs</string>
<string name="language_title">Språk</string>
<string name="link_title">Bruk Chrome Custom Tabs</string>
<string name="link_custom_tabs">Lenker vil åpne i Chrome Custom Tabs</string>
<string name="system_default">System Default</string>
<string name="theme">Tema</string>
<string name="theme_dark">Mørkt tema</string>
<string name="theme_light">Lyst tema</string>
<string name="update_url">Update Channel URL</string>
<string name="push_notifications">%1$s Push Notifications</string>
<string name="push_notifications_summary">Receive push notifications when an update for %1$s is released</string>
<string name="update_center">Manager Update Center</string>
<!-- Dialogs -->
<string name="guide">Guide</string>
<string name="hold_on">Stopp!</string>
<string name="magisk_vanced">You are using the Magisk/TWRP version of Vanced, which is discontinued and cannot be updated using this app. Please remove it by removing the magisk module/using TWRP Vanced uninstaller.</string>
<string name="miui_one_title">MIUI detected!</string>
<string name="miui_one">In order to install Vanced, you MUST disable MIUI Optimisations in the developer settings. (You can ignore this warning if you are using 20.2.20 or later xiaomi.eu based ROM)</string>
<string name="error">Feil</string>
<string name="security_context">Make sure that you downloaded the app from vanced.app, the Vanced Discord server or the Vanced GitHub</string>
<string name="success">Suksess!</string>
<string name="vanced_installed">Vanced har blitt installert! Åpne nå?</string>
<string name="music_installed">Vanced Music har blitt installert! Åpne nå?</string>
<string name="launch">Åpne</string>
<string name="welcome">Velkommen</string>
<!-- Install Page -->
<string name="choose_preferred_language">Velg dine foretrukne språk for Vanced</string>
<!-- About Page -->
<string name="manager_dev">Manager Devs</string>
<string name="sources">Sources</string>
<string name="vanced_team">Vanced Team</string>
<!-- Error messages -->
<string name="chown_fail">Failed To Chown Apk to system owner, Try Again</string>
<string name="error_downloading">Error Downloading %1$s</string>
<string name="failed_uninstall">Failed to uninstall package %1$s</string>
<string name="files_missing_va">Files are missing, Failed Download?</string>
<string name="ifile_missing">Dark/Black.apk Cannot Be Read(Did Storage Get Blocked?) or File Missing</string>
<string name="installation_aborted">Installation failed because user aborted the installation.</string>
<string name="installation_blocked">Installation failed because user blocked the installation.</string>
<string name="installation_downgrade">Installation failed because user tried to downgrade the package. Uninstall updates from stock YouTube app, then try again.</string>
<string name="installation_conflict">Installation failed because the app conflicts with an already installed app. Uninstall the current version of Vanced, then try again.</string>
<string name="installation_failed">Installation failed for unknown reasons, join our Telegram or Discord for further support.</string>
<string name="installation_incompatible">Installation failed because the installation file is incompatible with your device. Clear downloaded files in the Settings, then try again.</string>
<string name="installation_invalid">Installation failed because the apk files are corrupted, please try again.</string>
<string name="installation_signature">Installation failed because apk signature verification is enabled. Disable apk signature verification, then try again.</string>
<string name="installation_miui">Installation failed because MIUI Optimization is enabled. Disable MIUI Optimization, then try again.</string>
<string name="installation_storage">Installation failed due to a storage error.</string>
<string name="modapk_missing">Black/Dark apk missing from installer, This should not happen, please clear app data of manager</string>
<string name="path_missing">Stock Youtube Install Path Is Not Accessible Or Missing After Stock Split Install</string>
</resources>