aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 4aa51d4f36db0303e2c5ca091b70b7724f7b80e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- The application name -->
    <string name="app_name" translatable="false">PhotoPhase</string>
    <!-- The app description -->
    <string name="app_description">PhotoPhase Live Wallpaper</string>

    <!-- Menus -->
    <string name="mnu_ok" translatable="false">@android:string/ok</string>
    <string name="mnu_restore">Restore</string>
    <string name="mnu_settings">Settings</string>
    <string name="mnu_select_all">Select all</string>
    <string name="mnu_deselect_all">Deselect all</string>
    <string name="mnu_invert_selection">Invert selection</string>
    <string name="mnu_select_album">Select album</string>
    <string name="mnu_deselect_album">Deselect album</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>

    <string name="pref_general_transitions">Transitions</string>
    <string name="pref_general_transitions_types">Types</string>
    <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>

    <string name="pref_media">Media</string>
    <string name="pref_media_summary">Set the pictures and albums to be displayed, the refresh interval and other media settings</string>
    <string name="pref_media_settings">Settings</string>
    <string name="pref_media_settings_refresh_interval">Refresh interval</string>
    <string name="pref_media_settings_refresh_interval_disable">The search of new pictures is disabled</string>
    <string name="pref_media_settings_refresh_interval_summary">Search for new pictures every <xliff:g id="interval">%1$s</xliff:g></string>
    <string name="pref_media_settings_refresh_now">Refresh now</string>
    <string name="pref_media_settings_refresh_now_summary">Refresh the pictures and albums database right now</string>
    <string name="pref_media_pictures">Pictures</string>
    <string name="pref_media_albums">Albums</string>
    <string name="pref_media_albums_summary">Set the albums and pictures that will be displayed on the wallpaper</string>

    <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_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>
    <string name="pref_disposition_landscape_summary">Select how pictures are disposed on a landscape screen</string>

    <string name="pref_about">About</string>
    <string name="pref_about_summary">PhotoPhase v<xliff:g id="version">%1$s</xliff:g>\nCopyright \u00A9 2013 The CyanogenMod Project</string>

    <!-- Plurals -->
    <plurals name="album_number_of_pictures">
        <item quantity="zero">0 pictures</item>
        <item quantity="one">1 picture</item>
        <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> pictures</item>
    </plurals>

    <!-- Refresh intervals -->
    <string name="refresh_intervals_disabled">Disabled</string>
    <string name="refresh_intervals_1h">1 hour</string>
    <string name="refresh_intervals_2h">2 hours</string>
    <string name="refresh_intervals_4h">4 hours</string>
    <string name="refresh_intervals_1d">1 day</string>
    <string name="refresh_intervals_2d">2 days</string>
    <string name="refresh_intervals_1w">1 week</string>

    <!-- Transitions -->
    <string name="transitions_random">Random</string>
    <string name="transitions_swap">Swap</string>
    <string name="transitions_fade">Fade</string>
    <string name="transitions_translation">Translation</string>

    <!-- Effects -->
    <string name="effects_none">None</string>
    <string name="effects_random">Random</string>
    <string name="effects_black_and_white">Black &amp; White</string>
    <string name="effects_sepia">Sepia</string>

    <!-- ColorPickerDialog -->
    <string name="color_picker_alpha_slider_text">Alpha</string>
    <string name="color_picker_current_text">Current:</string>
    <string name="color_picker_new_text">New:</string>
    <string name="color_picker_color">Color:</string>

</resources>