Skip to content

Commit

Permalink
Merge pull request #187 from odin-/master
Browse files Browse the repository at this point in the history
Add Norwegian translation to library
  • Loading branch information
heinrichreimer committed Mar 10, 2017
2 parents 6720c1b + 468a8da commit 4c8c812
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions library/src/main/res/values-no/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<resources>
<string name="mi_content_description_skip">Hopp over</string>
<string name="mi_content_description_back">Tilbake</string>
<string name="mi_content_description_next">Neste</string>
<string name="mi_content_description_next_finish">Neste/Avslutt</string>
<plurals name="mi_label_grant_permission">
<item quantity="one">Gi tillatelse</item>
<item quantity="other">Gi tillatelser</item>
</plurals>
<string name="mi_label_button_cta">Kom i gang</string>
</resources>

0 comments on commit 4c8c812

Please sign in to comment.