Skip to content

Commit f7f00a5

Browse files
authored
Created norwegian (nb) translation
1 parent 412aa43 commit f7f00a5

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<resources>
2+
<string name="app_name">Simple Draw</string>
3+
<string name="app_launcher_name">Tegneblokk</string>
4+
<string name="open_file">Åpne fil</string>
5+
<string name="eraser">Viskelær</string>
6+
<string name="failed_to_load_image">Kunne ikke laste inn bilde %s</string>
7+
8+
<!-- Settings -->
9+
<string name="show_brush_size">Vis penselstørrelsesverktøy</string>
10+
<string name="clear">Slett</string>
11+
<string name="change_background_color">Endre bakgrunnsfarge</string>
12+
13+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
14+
<!-- Short description has to have less than 80 chars -->
15+
<string name="app_short_description">A canvas you can draw on with different colors.</string>
16+
<string name="app_long_description">
17+
Want to draw something but you have no paper? This app will suit you perfectly. Just pick a color and draw. You can either save the drawing or share it directly through email or social networks.
18+
19+
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
20+
21+
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
22+
</string>
23+
24+
<!--
25+
Haven't found some strings? There's more at
26+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
27+
-->
28+
</resources>

0 commit comments

Comments
 (0)