aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-no-rNO/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-10-14 17:15:50 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-14 17:16:36 +0200
commit106b67d892ce93dcd8a082bcfa1db49b22785dce (patch)
tree0e1b4dce3b61ba009e512cca8d2ce2ce40b8e5ac /ui/src/main/res/values-no-rNO/strings.xml
parentbuild: update to AGP 4.1.0 (diff)
downloadwireguard-android-106b67d892ce93dcd8a082bcfa1db49b22785dce.tar.xz
wireguard-android-106b67d892ce93dcd8a082bcfa1db49b22785dce.zip
build: add crowdin syncer script and use it
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-no-rNO/strings.xml')
-rw-r--r--ui/src/main/res/values-no-rNO/strings.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/src/main/res/values-no-rNO/strings.xml b/ui/src/main/res/values-no-rNO/strings.xml
new file mode 100644
index 00000000..3611c75f
--- /dev/null
+++ b/ui/src/main/res/values-no-rNO/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <plurals name="delete_error">
+ <item quantity="one">Kan ikke slette %d tunnel %s</item>
+ <item quantity="other">Kan ikke slette %d tunneler %s</item>
+ </plurals>
+ <string name="all_applications">Alle applikasjoner</string>
+ <string name="exclude_from_tunnel">Ekskluder</string>
+ <string name="include_in_tunnel">Inkluder kun</string>
+ <plurals name="persistent_keepalive_seconds_unit">
+ <item quantity="one">hvert %d sekund</item>
+ <item quantity="other">hvert %d sekund</item>
+ </plurals>
+ <plurals name="persistent_keepalive_seconds_suffix">
+ <item quantity="one">sekund</item>
+ <item quantity="other">sekunder</item>
+ </plurals>
+ <string name="use_all_applications">Bruk alle apper</string>
+ <string name="add_peer">Legg til peer</string>
+ <string name="addresses">Adresser</string>
+ <string name="applications">Applikasjoner</string>
+ <string name="app_name">WireGuard</string>
+</resources>