Delete strings.xml
This commit is contained in:
parent
f3ca047f68
commit
f3950fa3d7
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="delete_recordings">
|
||||
<item quantity="one">%d recording</item>
|
||||
<item quantity="other">%d recordings</item>
|
||||
</plurals>
|
||||
<string name="app_name">Simple Voice Recorder</string>
|
||||
<string name="app_launcher_name">Voice Recorder</string>
|
||||
<string name="recording_saved_successfully">Recording saved successfully</string>
|
||||
<string name="recording">Recording</string>
|
||||
<string name="no_recordings_found">No recordings created by this app
|
||||
\nhave been found</string>
|
||||
<string name="no_recordings_in_folder_found">No recordings have been found
|
||||
\nin the selected folder</string>
|
||||
<string name="paused">Paused</string>
|
||||
<string name="recorder">Recorder</string>
|
||||
<string name="player">Player</string>
|
||||
<string name="delete_recordings_confirmation">Delete %s\?</string>
|
||||
<string name="try_hiding_notification">Try hiding the recording notification</string>
|
||||
<string name="save_recordings_in">Save recordings in</string>
|
||||
<string name="bitrate">Bitrate</string>
|
||||
<string name="record_after_launch">Start recording automatically after launching the app</string>
|
||||
<string name="faq_1_title">Can I hide the notification icon during recording\?</string>
|
||||
<string name="faq_1_text">Well, it depends. While you use your device it is no longer possible to fully hide the notifications of apps like this. If you check the proper setting item, the app will do its best to hide it. You can hide it on the lockscreen though, if you disable the displaying of sensitive notifications in your device settings.</string>
|
||||
</resources>
|
Loading…
Reference in New Issue