aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7ec74dc..e0359ae 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -37,12 +37,18 @@
<string name="mnu_select_album">Select album</string>
<string name="mnu_deselect_album">Deselect album</string>
+ <!-- Formats -->
+ <string name="format_seconds">%s sec.</string>
+ <string name="format_minutes">%s min.</string>
+ <string name="format_hours">%s h.</string>
+ <string name="format_days">%s d.</string>
+ <string name="format_dim">%s%%</string>
+
<!-- Preferences -->
<string name="pref_general">General</string>
<string name="pref_general_summary">Access to general settings, effects and transitions</string>
<string name="pref_general_settings">Settings</string>
<string name="pref_general_settings_wallpaper_dim">Wallpaper dim</string>
- <string name="pref_general_settings_wallpaper_dim_format">%s%%</string>
<string name="pref_general_settings_wallpaper_dim_summary">Set the brightness of the wallpaper for a better visualization and battery performance</string>
<string name="pref_general_settings_background_color">Background color</string>
<string name="pref_general_settings_background_color_summary">Set the background color of the wallpaper</string>
@@ -56,7 +62,6 @@
<string name="pref_general_transitions_types_summary">Select the types of transition effects to be applied</string>
<string name="pref_general_transitions_interval">Interval</string>
<string name="pref_general_transitions_interval_summary">Set how often are triggered the picture transitions</string>
- <string name="pref_general_transitions_interval_format">%s sec.</string>
<string name="pref_general_effects">Effects</string>
<string name="pref_general_effects_types">Types</string>
<string name="pref_general_effects_types_summary">Select the types of image effects to be applied to the pictures</string>
@@ -78,6 +83,10 @@
<string name="pref_layout">Layout</string>
<string name="pref_layout_summary">Select how pictures are disposed on the screen</string>
<string name="pref_layout_disposition">Disposition</string>
+ <string name="pref_random_dispositions">Random dispositions</string>
+ <string name="pref_random_dispositions_summary">Generating random dispositions occasionally</string>
+ <string name="pref_random_dispositions_interval">Interval</string>
+ <string name="pref_random_dispositions_interval_summary">Select how often the layout disposition will be changed. Set to 0 to change the disposition only when the app is loaded or rotated</string>
<string name="pref_disposition_portrait">Portrait disposition</string>
<string name="pref_disposition_portrait_summary">Select how pictures are disposed on a portrait screen</string>
<string name="pref_disposition_landscape">Landscape disposition</string>