-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathstrings.xml
89 lines (89 loc) · 6.06 KB
/
strings.xml
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
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Screen Recorder</string>
<string name="app_notification_info">Screen Recorder is working in the background</string>
<string name="app_notification_title">Screen Recorder</string>
<string name="auto_stop_title">Video saved successfully</string>
<string name="battery_not_allowed" formatted="false">"Can't record when the battery is lower than 3%. Make sure the battery is at least 20% charged."</string>
<string name="bit_rate">Video quality</string>
<string name="bit_rate_summary">Higher quality means bigger file size</string>
<string name="bubble_text">Tap to start recording</string>
<string name="button_back">Back</string>
<string name="button_clear_storage">Free up space</string>
<string name="button_confirm">OK</string>
<string name="button_goon_recorder">Resume</string>
<string name="cancel_edit">Cancel</string>
<string name="cannot_change_frames">Frame rate can only be customized for recordings with fixed frame rate.</string>
<string name="cannot_change_parames">"Couldn't change parameters while recording"</string>
<string name="cannot_record">"Couldn't record, try again later."</string>
<string name="close_screen_record">Stopped recording</string>
<string name="date_day"/>
<string name="date_month">/</string>
<string name="date_year">/</string>
<string name="description_content">"Screen Recorder provides system-level recording capabilities. You won't be able to use Screen Recorder if you continue. Confirm to continue."</string>
<string name="description_title">About Screen Recorder</string>
<string name="deselect_all">Deselect all</string>
<string name="error_open_file_failed_no_app_found">"Couldn't find an app to open this file"</string>
<string name="first_using_mic_dialog_message">Screen recorder needs access to your microphone to record audio. Allow?</string>
<string name="first_using_mic_dialog_title">Permissions required</string>
<string name="fixed_frame_rate">Fixed frame rate</string>
<string name="fixed_frame_rate_summary">Recording videos with fixed frame rate enhances playback on social media platforms and reduces battery life.</string>
<string name="frames">Frame rate</string>
<string name="frames_summary">Higher frame rates reduce motion blur</string>
<string name="frequently_click_toast">Just a sec…</string>
<string name="gleam_led_while_recording">Flash notification light while recording</string>
<string name="hint_back">Back</string>
<string name="hint_home">Home</string>
<string name="hint_menu">Menu</string>
<string name="hint_power">Power</string>
<string name="hint_volume_down">Volume down</string>
<string name="hint_volume_up">Volume up</string>
<string name="home_title_none">Select items</string>
<string name="is_checked">Selected</string>
<string name="is_go_home">Go back to Screen recorder</string>
<string name="is_go_home_summary">"Open Screen recorder's start page after you stop recording"</string>
<string name="loopback_sound">Speaker</string>
<string name="low_battery">Charge your phone before you start recording</string>
<string name="low_battery_title">Low battery</string>
<string name="low_battery_warning">Battery is too low. Stopped recording and saved video.</string>
<string name="low_memory">You have less than 1GB of available storage. You can record up to 20 minutes now.</string>
<string name="low_memory_title">Not enough storage space</string>
<string name="low_momery_warning">Not enough storage space. Stopped recording and saved video.</string>
<string name="memory_not_allowed">No available storage. Free up some storage to record.</string>
<string name="mic_sound">Mic</string>
<string name="no_recorder_info">No videos here</string>
<string name="no_recorder_info2">Tap the button to start recording</string>
<string name="no_sound">Mute</string>
<string name="operation_delete">Delete</string>
<string name="operation_send">Send</string>
<string name="quit_recording">Quit Screen Recorder</string>
<string name="recording_failure">"Couldn't record, start over"</string>
<string name="recording_max_size">"Recording was stopped and saved because the video file reached its size limit. Start recording from where you left off if you haven't finished yet."</string>
<string name="recording_without_mic">"Microphone is busy and can't record sound now."</string>
<string name="resolution">Resolution</string>
<string name="resolution_summary">Videos with higher resolution look sharper</string>
<string name="screen_orientation">Orientation</string>
<string name="screen_orientation_summary">Orientation of recorded videos</string>
<string name="screen_record_option">Recording options</string>
<string name="screen_record_params">Recording parameters</string>
<string name="select_all">Select all</string>
<string name="settings">Settings</string>
<string name="show_hard_key">Visualize navigation buttons</string>
<string name="show_hard_key_summary">Show prompts when pressing Home, Menu, and Back buttons</string>
<string name="show_screen_touch">Show touch gestures</string>
<string name="show_screen_touch_summary">Visualize gestures using a white dot</string>
<string name="sound_source">Sound source</string>
<string name="sound_source_summary">System sounds or microphone</string>
<string name="start">Start</string>
<string name="start_recording">Start recording</string>
<string name="stop_by_second_space">Switching spaces will stop the recording</string>
<string name="stop_record_while_locking">Lock screen to end</string>
<string name="stop_record_while_locking_summary">End recording and save video when the screen is locked</string>
<string name="stop_recording">Stop recording</string>
<string name="storage_location">Storage</string>
<string name="storage_location_summary">Select your preferred storage option</string>
<string name="timer_format">%s</string>
<string name="unchecked">Not selected</string>
<string name="using_record_confirm_cancel">Restrict</string>
<string name="using_record_confirm_ok">Allow</string>
</resources>