summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/readerview/src/main/res/values-skr/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/components/feature/readerview/src/main/res/values-skr/strings.xml')
-rw-r--r--mobile/android/android-components/components/feature/readerview/src/main/res/values-skr/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/feature/readerview/src/main/res/values-skr/strings.xml b/mobile/android/android-components/components/feature/readerview/src/main/res/values-skr/strings.xml
new file mode 100644
index 0000000000..34b1b31c0d
--- /dev/null
+++ b/mobile/android/android-components/components/feature/readerview/src/main/res/values-skr/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Name for one of the font options available to use -->
+ <string name="mozac_feature_readerview_sans_serif_font">سینس سیرف</string>
+ <!-- Accessible description for the font option -->
+ <string name="mozac_feature_readerview_sans_serif_font_desc">سانس سیرف فونٹ</string>
+ <!-- Name for one of the font options available to use -->
+ <string name="mozac_feature_readerview_serif_font">سیرف</string>
+ <!-- Accessible description for the font option -->
+ <string name="mozac_feature_readerview_serif_font_desc">سیرف فونٹ</string>
+
+ <!-- Accessible description for decreasing the font size -->
+ <string name="mozac_feature_readerview_font_size_decrease_desc">فونٹ سائز گھٹاؤ</string>
+
+ <!-- Accessible description for increasing the font size -->
+ <string name="mozac_feature_readerview_font_size_increase_desc">فونٹ سائز ودھاؤ</string>
+ <!-- Color option for the background -->
+ <string name="mozac_feature_readerview_dark">شوخ</string>
+ <!-- Accessible description for the color option -->
+ <string name="mozac_feature_readerview_dark_color_scheme_desc">شوخ رنگ سکیم</string>
+ <!-- Color option for the background -->
+ <string name="mozac_feature_readerview_sephia">سیپیا</string>
+ <!-- Accessible description for the color option -->
+ <string name="mozac_feature_readerview_sepia_color_scheme_desc">سیپیا رنگ سکیم</string>
+ <!-- Color option for the background -->
+ <string name="mozac_feature_readerview_light">پھکا</string>
+ <!-- Accessible description for the color option -->
+ <string name="mozac_feature_readerview_light_color_scheme_desc">پھکا رنگ سکیم</string>
+</resources>