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:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-14 08:41:23 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-14 08:41:23 +0300
commitd18b74cf4c66db0ab659bdf8d4e0abb7ef512841 (patch)
tree9921004d5033cd26d17ced1881fa1c353121028e /News-Android-App/src/main/res/values-da
parent51bb434c99a42456df4617c709f95cbc8d699ab4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'News-Android-App/src/main/res/values-da')
-rw-r--r--News-Android-App/src/main/res/values-da/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-da/strings.xml b/News-Android-App/src/main/res/values-da/strings.xml
index 8af85229..a231eceb 100644
--- a/News-Android-App/src/main/res/values-da/strings.xml
+++ b/News-Android-App/src/main/res/values-da/strings.xml
@@ -110,6 +110,7 @@
<string name="pref_header_display">Vis</string>
<string name="pref_title_app_theme">App-tema</string>
<string name="pref_title_feed_list_layout">Layout for feed-liste</string>
+ <string name="pref_display_title_lines_count">Linjeantal for titel</string>
<string-array name="pref_display_apptheme">
<item>Mørk</item>
<item>Lys</item>
@@ -128,6 +129,18 @@
<item>1</item>
<item>2</item>
</string-array>
+ <string-array name="pref_title_lines_count">
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ </string-array>
+ <string-array name="pref_title_lines_count_values">
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ </string-array>
<!--Login Dialog-->
<string name="login_dialog_title_error">Fejl</string>
<string name="login_dialog_text_something_went_wrong">Noget gik galt :(</string>