-
Notifications
You must be signed in to change notification settings - Fork 54
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
Added Norwegian Bokmål translation #45
base: master
Are you sure you want to change the base?
Conversation
|
||
<string name="autotype_lang">Tastaturoppsett for automatisk inntasting</string> | ||
<string name="autotype_bluetooth_devices">Sammenkoblede Blåtannsenheter</string> | ||
<string name="autotype_return_suffix">Skriv \"Return\" etter passordet</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming literal Return
.
<string name="show_password">Vis passord</string> | ||
<string name="show_passwords">Vis passord</string> | ||
<string name="symbols_used_by_default">Symboler brukt som forvalg i en passordspraksis: %1$s</string> | ||
<string name="sync">Synkroniser</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This said "Sync", which could be "Synchronise" (chosen), or "synchronisation".
<string name="delete_policy_msg">Slett «%1$s»-praksisen?</string> | ||
<string name="delete_record_msg">Slett «%1$s»-oppføringen?</string> | ||
<string name="directory_for_files">Mappe for filer</string> | ||
<string name="display">Vis</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~"Show" chosen. Could be ~"screen".
<string name="group">Gruppe</string> | ||
<string name="group_cannot_start_with_dot">Gruppe kan ikke starte med \'.\'</string> | ||
<string name="group_header">Gruppe</string> | ||
<string name="group_records">Gruppeoppføringer</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Group the records, or a group of record (chosen).
<string name="save_password_warning"> | ||
Etter at filen er åpnet, vil innskrevet passord lagres lokalt. | ||
Passordet er kryptert med en AES-256-nøkkel og er beskyttet av | ||
en fingeravtrykksskanning. Fingeravtrykksskanningen er ikke nødvendigvis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclear what "may" meant here.
https://datatracker.ietf.org/doc/html/rfc2119#section-5
Used ~"Not necessarily as safe as the password itself".
<string name="go_to_shortcut">Gå til</string> | ||
<string name="group">Gruppe</string> | ||
<string name="group_cannot_start_with_dot">Gruppe kan ikke starte med \'.\'</string> | ||
<string name="group_header">Gruppe</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as "A group" (noun)
<string name="directory_for_files">Mappe for filer</string> | ||
<string name="display">Vis</string> | ||
<string name="done">Ferdig</string> | ||
<string name="duplicate_entry">Dupliser oppføring</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as ~"duplicate an entry" (verb)
<string name="display">Vis</string> | ||
<string name="done">Ferdig</string> | ||
<string name="duplicate_entry">Dupliser oppføring</string> | ||
<string name="duplicate_name">Dupliser navn</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as ~"duplicate a name" (verb)
<string name="email_attachment">E-postvedlegg</string> | ||
<string name="email_header">E-post</string> | ||
<string name="empty_custom_symbols">Tøm egendefinerte symboler</string> | ||
<string name="empty_file_name">Tøm filnavn</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as ~"empty a filename" (verb)
<string name="email_header">E-post</string> | ||
<string name="empty_custom_symbols">Tøm egendefinerte symboler</string> | ||
<string name="empty_file_name">Tøm filnavn</string> | ||
<string name="empty_name">Tøm navn</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as ~"empty a name" (verb)
<string name="empty_custom_symbols">Tøm egendefinerte symboler</string> | ||
<string name="empty_file_name">Tøm filnavn</string> | ||
<string name="empty_name">Tøm navn</string> | ||
<string name="empty_password">Tøm passord</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as ~"empty a password" (verb)
<string name="empty_file_name">Tøm filnavn</string> | ||
<string name="empty_name">Tøm navn</string> | ||
<string name="empty_password">Tøm passord</string> | ||
<string name="empty_title">Tøm navn</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used as ~"empty a name" (verb)
To approve the request I need some additional feedback from the community. Please vote this comment if you are interessted to get this merged. |
No description provided.