-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstrings.xml
More file actions
33 lines (33 loc) · 1.61 KB
/
strings.xml
File metadata and controls
33 lines (33 loc) · 1.61 KB
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
<resources>
<string name="app_name">OmegaIntentBuilder</string>
<string name="call">Call</string>
<string name="send_emal">Send email</string>
<string name="share">Share</string>
<string name="share_files">Share files from internet</string>
<string name="web">Web Browser</string>
<string name="settings">Settings</string>
<string name="playstore">PlayStore</string>
<string name="navigation">Navigation</string>
<string name="calendar">Calendar</string>
<string name="sms">SMS</string>
<string name="photo_capture">Photo Capture</string>
<string name="open_camera">Open Camera</string>
<string name="crop_image">Crop Image</string>
<string name="crop">crop</string>
<string name="crop_from_internet">Crop from internet</string>
<string name="pick_image">Pick image</string>
<string name="speech_to_text">Speech to text</string>
<string name="start_service">Start Service</string>
<string name="service_extra">Extras to Service</string>
<string name="title_activity_tab">TabActivity</string>
<string name="fragment_extra">Extras to Fragment</string>
<string name="create_alarm">Create Alarm</string>
<string name="create_timer">Create Timer</string>
<string name="insert_contact">Insert Contact</string>
<string name="search_web">Search Web</string>
<string name="show_timers">Show Timers</string>
<string name="show_alarms">Show Alarms</string>
<string name="open_camera_to_record">Open Camera To Record</string>
<string name="record_video">Record Video</string>
<string name="dismiss_alarm">Dismiss Alarm</string>
</resources>