aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/example/src/main/res/values/strings.xml
blob: c8ac8b7dd3dabe86dd060fff289058102e2ca923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<resources>
    <string name="app_name">Editor Example</string>
    <string name="title_activity_example">Editor Example</string>
    <string name="starting_legacy_editor">Starting legacy editor</string>
    <string name="starting_new_editor">Starting new editor</string>
    <string name="example_post_visual_title">I\'m editing a post!</string>
    <string name="example_post_title_placeholder">Post title</string>
    <string name="example_post_content_placeholder">Share your story here…</string>
    <string name="example_post_1_title">Post 1</string>
    <string name="example_post_1_content">Post 1 Content:\nBest post ever!</string>
    <string name="example_post_2_title">Post 2</string>
    <string name="example_post_2_content">
        <![CDATA[<p>Post 2 Content</p><blockquote>Quoted text</blockquote><br/>]]>
    </string>

    <string name="select_image">Select an image</string>
    <string name="select_image_fail">Select an image (failure demo)</string>
    <string name="select_video">Select a video</string>
    <string name="select_video_fail">Select a video (failure demo)</string>
    <string name="select_image_slow_network">Select an image (slow network demo)</string>
</resources>