Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion app/src/main/res/values-no-rNO/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- General -->
<string name="app_name">Teller</string>
<string name="app_name">Telling</string>
<!-- Menu -->
<string name="drawer_open">Åpne navigasjon</string>
<string name="drawer_close">Lukk navigasjon</string>
Expand Down Expand Up @@ -44,10 +44,15 @@
<string name="settings_other">Annet</string>
<string name="settings_version_title">Versjon</string>
<string name="settings_wipe_title">Slett alle tellerne</string>
<string name="settings_export_title">Eksporter tellinger</string>
<string name="settings_export_summary">Eksporter alle tellinger i CSV-format</string>
<string name="settings_wipe_confirmation">Har du virkelig lyst til å slette alle tellerne?</string>
<string name="settings_wipe_confirmation_yes">Slett alle</string>
<!-- Toasts -->
<string name="toast_wipe_success">Alle tellinger har blitt slettet.</string>
<string name="toast_delete_success">Telling \"%s\" har blitt slettet.</string>
<string name="toast_unable_to_modify">Noe gikk galt under oppdateringen av telleren.</string>
<string name="toast_unable_to_export">Noe gikk galt under eksport av tellingene. Beklager!</string>
<!-- Other stuff -->
<string name="default_counter_name">Ny teller</string>
<string name="unknown">Ukjent</string>
Expand Down
Loading