Merge branch 'audiorecorder-3.3.8'
This commit is contained in:
commit
dfd50a6921
3 changed files with 10 additions and 10 deletions
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 26
|
||||
versionCode 332
|
||||
versionName "3.3.7"
|
||||
versionCode 333
|
||||
versionName "3.3.8"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:contentDescription=""
|
||||
android:contentDescription="@string/record_button"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_fiber_manual_record_black_24dp"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<string-array name="source_text">
|
||||
<item>Mikrofón</item>
|
||||
<item>Unprocessed</item>
|
||||
<item>Bez spracovania (surové)</item>
|
||||
<item>Bluetooth</item>
|
||||
</string-array>
|
||||
|
||||
|
|
@ -69,10 +69,10 @@
|
|||
<string name="hold_by_bluetooth">Pozastavené (odpojené bluetooth)</string>
|
||||
<string name="menu_search">Hľadať</string>
|
||||
<string name="save_as_wav">Uložiť vo formáte WAV</string>
|
||||
<string name="auto_close">Auto close in (%1$d)</string>
|
||||
<string name="mic_muted_error">Mic muted</string>
|
||||
<string name="mic_muted_pie">Android Pie and above prevent idle background apps from using microphone. Please disable selinux or install previous android version!</string>
|
||||
<string name="mic_paused">Mic paused by OS, recording time is less then data recorded, check if you device supports background recording or it is fast enougth for selected settings</string>
|
||||
<string name="tile_start_recording">Start Recording</string>
|
||||
<string name="tile_stop_recording">Stop Recording</string>
|
||||
<string name="auto_close">Zavrieť automaticky (%1$d)</string>
|
||||
<string name="mic_muted_error">Stíšený mikrofón</string>
|
||||
<string name="mic_muted_pie">Od Android Pie nečinné aplikácie spustené na pozadí nemôžu pristupovať k mikrofónu. Skúste sa prosím vrátiť k staršej verzii Android alebo zakážte selinux!</string>
|
||||
<string name="mic_paused">Prístup k mikrofónu bol pozastavený systémom. Čas nahrávania je dlhší ako dĺžka nahrávky. Uistite sa, že vaše zariadenie umožňuje nahrávanie zvuku na pozadí a je dostatočne výkonné na použitie zvolených nastavení.</string>
|
||||
<string name="tile_start_recording">Spustiť nahrávanie</string>
|
||||
<string name="tile_stop_recording">Zastaviť nahrávanie</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue