Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-11-06 06:13:10 +0300
committerNextcloud bot <bot@nextcloud.com>2019-11-06 06:13:10 +0300
commit2a068a23c5be1be38240c0ba84fdde3bad41509c (patch)
treedc22cd7e08025016c0a6cd4b73371faa4e40a7e3 /News-Android-App/src/main/res/values-nb-rNO
parent73e91690379977ca35f8e36c52e1343e64ae3324 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'News-Android-App/src/main/res/values-nb-rNO')
-rw-r--r--News-Android-App/src/main/res/values-nb-rNO/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-nb-rNO/strings.xml b/News-Android-App/src/main/res/values-nb-rNO/strings.xml
index e04e3f8e..5e81348d 100644
--- a/News-Android-App/src/main/res/values-nb-rNO/strings.xml
+++ b/News-Android-App/src/main/res/values-nb-rNO/strings.xml
@@ -26,6 +26,9 @@
<string name="tv_showing_cached_version">Viser versjon i hurtiglager</string>
+ <string name="permission_req_location_twilight_title">Automatisk lys/mørkt tema</string>
+ <string name="permission_req_location_twilight_text">For å kunne automatisk skifte mellom lys og mørkt tema, er det nødvendig å angi enhetens plassering for å avgjøre tidspunkt for sol opp- og nedgang.</string>
+
<!-- Action Bar Items -->
<string name="action_starred">Merket</string>
<string name="action_read">Les</string>
@@ -38,7 +41,11 @@
<string name="action_sync_settings">Innstillinger for synkronisering</string>
<string name="action_add_new_feed">Legg til ny strøm</string>
<string name="action_textToSpeech">Les opp</string>
+ <string name="action_search">Søk</string>
<string name="action_download_articles_offline">Last ned artikler offline</string>
+ <!-- notifications -->
+ <string name="notification_download_articles_offline">Last ned artikler for offline lesning</string>
+ <string name="notification_download_images_offline">Last ned bilder for offline visning</string>
<plurals name="notification_new_items_ticker">
<item quantity="one">Du har %d nytt ulest element</item>
<item quantity="other">Du har %d nye uleste elementer</item>
@@ -51,6 +58,10 @@
<!-- Add new feed -->
<string name="hint_feed_url">Strøm-URL</string>
<string name="action_add_feed">Legg til strøm</string>
+ <string name="import_opml">Importer OPML</string>
+ <string name="export_opml">Eksporter OPML</string>
+
+
<!-- String related to NewsDetail-ContextMenu Items -->
<string name="action_img_download">Last ned bilde</string>
<string name="action_img_sharelink">Del bildelenke</string>
@@ -77,6 +88,9 @@
<string name="feed_move_list_description">Velg katalog å flytte strøm til</string>
<string name="move_feed_root_folder">Root katalog</string>
+ <!-- Strings related to login -->
+ <string name="login_manual">Manuell innlogging</string>
+ <string name="login_sso">Logg inn via Nextcloud filer app</string>
<string name="pref_title_username">Brukernavn</string>
<string name="pref_title_password">Passord</string>
<string name="pref_title_owncloudRootPath">Nextcloud rot adresse</string>