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

Norwegian translation update - arrays #504

Merged
merged 1 commit into from
Nov 6, 2024
Merged
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
9 changes: 8 additions & 1 deletion app/src/main/res/values-nb/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<item>Neste soloppgang</item><!-- 2 -->
<item>Neste fullmåne</item><!-- 3 -->
<item>Merkurpassasje 9. mai 2016</item><!-- 4 -->
<item>Solformørkelse 8. apr 2024</item><!-- 5 -->
<item>Nord-Amerikansk solformørkelse 8. apr 2024</item><!-- 5 -->
<item>Apollo 11 månelanding</item><!-- 6 -->
<item>Jupiter-Saturn-konjunksjon i 2020</item><!-- 7 -->
</string-array>
Expand All @@ -21,4 +21,11 @@
<item translation_description="Extra High sensor damping factor">About right</item>
<item translation_description="Really High sensor damping factor">Laggy</item>
</string-array>
<string-array name="viewing_direction">
<item translation_description="Normal viewing">Normal</item>
<item translation_description="Rotates the screen by 90 degrees">Rotert horisont</item>
<item
translation_description="Shows the sky as pointed at by the long edge of the phone">Pekemodus
</item>
</string-array>
</resources>