Skip to content

Instantly share code, notes, and snippets.

@braekk
Last active February 7, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braekk/80334fa04b3ea7bb94a5 to your computer and use it in GitHub Desktop.
Save braekk/80334fa04b3ea7bb94a5 to your computer and use it in GitHub Desktop.
Norwegian translation
<!-- Strings used in status bar notifications to naturally describe the notification. -->
<key>TYPING_NATURAL</key>
<string>%@ skriver</string>
<key>READ_NATURAL</key>
<string>Lest av %@</string>
<!-- Button for choosing the alert format. -->
<key>OVERLAY_FORMAT</key>
<string>Varsel Format</string>
<!-- Options for the alert format. -->
<key>OVERLAY_FORMAT_NATURAL</key>
<string>Naturlig</string>
<key>OVERLAY_FORMAT_NATURAL_WITH_EXAMPLE</key>
<string>Naturlig: Johnny Appleseed skriver</string>
<key>OVERLAY_FORMAT_TRADITIONAL</key>
<string>Tradisjonell</string>
<key>OVERLAY_FORMAT_TRADITIONAL_WITH_EXAMPLE</key>
<string>Tradisjonell: Skriver: Johnny Appleseed</string>
<key>OVERLAY_FORMAT_NAME_ONLY</key>
<string>Kun Navn</string>
<key>OVERLAY_FORMAT_NAME_ONLY_WITH_EXAMPLE</key>
<string>Kun Navn: Johnny Appleseed</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment