adding the new strings to all files

This commit is contained in:
tibbi
2022-10-28 13:44:41 +02:00
parent 755fcc1c54
commit 16fdce0c2d
41 changed files with 361 additions and 41 deletions

View File

@@ -25,8 +25,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">حاول إخفاء إشعار التسجيل</string> <string name="try_hiding_notification">حاول إخفاء إشعار التسجيل</string>
<string name="save_recordings_in">حفظ التسجيلات في</string> <string name="save_recordings_in">حفظ التسجيلات في</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">ابدأ التسجيل تلقائيًا بعد تشغيل التطبيق</string> <string name="record_after_launch">ابدأ التسجيل تلقائيًا بعد تشغيل التطبيق</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">هل يمكنني إخفاء رمز الإشعار أثناء التسجيل؟</string> <string name="faq_1_title">هل يمكنني إخفاء رمز الإشعار أثناء التسجيل؟</string>
<string name="faq_1_text">حسنًا ، هذا يعتمد. أثناء استخدامك لجهازك ، لم يعد من الممكن إخفاء إشعارات تطبيقات كهذه تمامًا. إذا قمت بالتحقق من عنصر الإعداد المناسب ، فسيبذل التطبيق قصارى جهده لإخفائه. ومع ذلك ، يمكنك إخفائه على شاشة القفل ، إذا قمت بتعطيل عرض الإشعارات الحساسة في إعدادات جهازك.</string> <string name="faq_1_text">حسنًا ، هذا يعتمد. أثناء استخدامك لجهازك ، لم يعد من الممكن إخفاء إشعارات تطبيقات كهذه تمامًا. إذا قمت بالتحقق من عنصر الإعداد المناسب ، فسيبذل التطبيق قصارى جهده لإخفائه. ومع ذلك ، يمكنك إخفائه على شاشة القفل ، إذا قمت بتعطيل عرض الإشعارات الحساسة في إعدادات جهازك.</string>
@@ -34,4 +42,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Try hiding the recording notification</string> <string name="try_hiding_notification">Try hiding the recording notification</string>
<string name="save_recordings_in">Save recordings in</string> <string name="save_recordings_in">Save recordings in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string> <string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording\?</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> <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>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -23,8 +23,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Спрабаваць схаваць апавяшчэнне пры запісу</string> <string name="try_hiding_notification">Спрабаваць схаваць апавяшчэнне пры запісу</string>
<string name="save_recordings_in">Месца захавання запісаў</string> <string name="save_recordings_in">Месца захавання запісаў</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Бітрэйт</string> <string name="bitrate">Бітрэйт</string>
<string name="record_after_launch">Аўтаматычна пачынаць запіс пры запуску</string> <string name="record_after_launch">Аўтаматычна пачынаць запіс пры запуску</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Ці магчыма схаваць значок апавяшчэння падчас запісу\?</string> <string name="faq_1_title">Ці магчыма схаваць значок апавяшчэння падчас запісу\?</string>
<string name="faq_1_text">Ну, гэта залежыць ад абставін. Пакуль вы выкарыстоўваеце сваю прыладу, цалкам схаваць апавяшчэнні аб такіх прыкладаннях немагчыма. Калі вы адзначыце адпаведны пункт у наладах, прыкладанне зробіць усё магчымае, каб схаваць апавяшчэнне. Таксама магчыма схаваць яго на экране блакавання, калі адключыць паказ канфідэнцыйных апавяшчэнняў у наладах прылады.</string> <string name="faq_1_text">Ну, гэта залежыць ад абставін. Пакуль вы выкарыстоўваеце сваю прыладу, цалкам схаваць апавяшчэнні аб такіх прыкладаннях немагчыма. Калі вы адзначыце адпаведны пункт у наладах, прыкладанне зробіць усё магчымае, каб схаваць апавяшчэнне. Таксама магчыма схаваць яго на экране блакавання, калі адключыць паказ канфідэнцыйных апавяшчэнняў у наладах прылады.</string>
@@ -32,4 +40,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Опитайте да скриете известието за запис</string> <string name="try_hiding_notification">Опитайте да скриете известието за запис</string>
<string name="save_recordings_in">Запазете записите в</string> <string name="save_recordings_in">Запазете записите в</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Битрейт</string> <string name="bitrate">Битрейт</string>
<string name="record_after_launch">Започнете да записвате автоматично след стартиране на приложението</string> <string name="record_after_launch">Започнете да записвате автоматично след стартиране на приложението</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Мога ли да скрия иконата за уведомяване по време на запис\?</string> <string name="faq_1_title">Мога ли да скрия иконата за уведомяване по време на запис\?</string>
<string name="faq_1_text">Е, зависи. Докато използвате устройството си, вече не е възможно да скриете напълно известията на подобни приложения. Ако поставите отметка на съответния елемент от настройката, приложението ще направи всичко възможно да го скрие. Все пак можете да го скриете на заключения екран, ако забраните показването на чувствителни известия в настройките на устройството си.</string> <string name="faq_1_text">Е, зависи. Докато използвате устройството си, вече не е възможно да скриете напълно известията на подобни приложения. Ако поставите отметка на съответния елемент от настройката, приложението ще направи всичко възможно да го скрие. Все пак можете да го скриете на заключения екран, ако забраните показването на чувствителни известия в настройките на устройството си.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Prova d\'ocultar la notificació d\'enregistrament</string> <string name="try_hiding_notification">Prova d\'ocultar la notificació d\'enregistrament</string>
<string name="save_recordings_in">Desa els enregistraments a</string> <string name="save_recordings_in">Desa els enregistraments a</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Taxa de bits</string> <string name="bitrate">Taxa de bits</string>
<string name="record_after_launch">Inicia automàticament l\'enregistrament després d\'iniciar l\'aplicació</string> <string name="record_after_launch">Inicia automàticament l\'enregistrament després d\'iniciar l\'aplicació</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Puc ocultar la icona de notificació durant l\'enregistrament\?</string> <string name="faq_1_title">Puc ocultar la icona de notificació durant l\'enregistrament\?</string>
<string name="faq_1_text">Bé, depèn. Mentre feu servir el dispositiu, ja no és possible amagar completament les notificacions d\'aplicacions com aquesta. Si activeu l\'element de configuració adequat, l\'aplicació farà tot el possible per ocultar-la. Tanmateix, podeu ocultar-la a la pantalla de bloqueig si desactiveu la visualització de notificacions confidencials a la configuració del dispositiu.</string> <string name="faq_1_text">Bé, depèn. Mentre feu servir el dispositiu, ja no és possible amagar completament les notificacions d\'aplicacions com aquesta. Si activeu l\'element de configuració adequat, l\'aplicació farà tot el possible per ocultar-la. Tanmateix, podeu ocultar-la a la pantalla de bloqueig si desactiveu la visualització de notificacions confidencials a la configuració del dispositiu.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -22,8 +22,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Zkusit skrýt oznámení o nahrávání</string> <string name="try_hiding_notification">Zkusit skrýt oznámení o nahrávání</string>
<string name="save_recordings_in">Uložit nahrávky v</string> <string name="save_recordings_in">Uložit nahrávky v</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitový tok</string> <string name="bitrate">Bitový tok</string>
<string name="record_after_launch">Začít nahrávat automaticky při spuštění aplikace</string> <string name="record_after_launch">Začít nahrávat automaticky při spuštění aplikace</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Mohu během nahrávání skrýt ikonu oznámení\?</string> <string name="faq_1_title">Mohu během nahrávání skrýt ikonu oznámení\?</string>
<string name="faq_1_text">No, přijde na to. Při používání vašeho zařízení již není možné plně skrýt oznámení o takových aplikacích. Pokud zkontrolujete příslušnou položku nastavení, aplikace udělá vše pro to, aby ji skryla. Můžete jí však skrýt na zamykací obrazovce, pokud v nastavení vašeho zařízení deaktivujete zobrazování citlivých oznámení.</string> <string name="faq_1_text">No, přijde na to. Při používání vašeho zařízení již není možné plně skrýt oznámení o takových aplikacích. Pokud zkontrolujete příslušnou položku nastavení, aplikace udělá vše pro to, aby ji skryla. Můžete jí však skrýt na zamykací obrazovce, pokud v nastavení vašeho zařízení deaktivujete zobrazování citlivých oznámení.</string>
@@ -31,4 +39,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Forsøg at skjule notifikation under optagelse</string> <string name="try_hiding_notification">Forsøg at skjule notifikation under optagelse</string>
<string name="save_recordings_in">Gem optagelser i</string> <string name="save_recordings_in">Gem optagelser i</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start optagelsen automatisk efter start af appen</string> <string name="record_after_launch">Start optagelsen automatisk efter start af appen</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kan jeg skjule notifikationsikonet under optagelse\?</string> <string name="faq_1_title">Kan jeg skjule notifikationsikonet under optagelse\?</string>
<string name="faq_1_text">Mens du bruger din enhed, er det ikke længere muligt at skjule meddelelser fra apps som denne fuldt ud. Hvis du aktiverer \"Forsøg at skjule notifikation om optagelse\" i Indstillinger, gør appen sit bedste for at skjule det. Du kan dog skjule det på låseskærmen, hvis du deaktiverer visning af følsomme meddelelser i dine enhedsindstillinger.</string> <string name="faq_1_text">Mens du bruger din enhed, er det ikke længere muligt at skjule meddelelser fra apps som denne fuldt ud. Hvis du aktiverer \"Forsøg at skjule notifikation om optagelse\" i Indstillinger, gør appen sit bedste for at skjule det. Du kan dog skjule det på låseskærmen, hvis du deaktiverer visning af følsomme meddelelser i dine enhedsindstillinger.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Versuche, die Aufnahmebenachrichtigung auszublenden</string> <string name="try_hiding_notification">Versuche, die Aufnahmebenachrichtigung auszublenden</string>
<string name="save_recordings_in">Aufnahme speichern in</string> <string name="save_recordings_in">Aufnahme speichern in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Aufnahme startet automatisch beim Öffnen der Anwendung</string> <string name="record_after_launch">Aufnahme startet automatisch beim Öffnen der Anwendung</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kann ich das Benachrichtigungssymbol während der Aufnahme ausblenden\?</string> <string name="faq_1_title">Kann ich das Benachrichtigungssymbol während der Aufnahme ausblenden\?</string>
<string name="faq_1_text">Naja, das kommt darauf an. Während der Nutzung des Geräts ist es nicht mehr möglich, die Benachrichtigungen von Apps wie dieser vollständig auszublenden. Wenn du die Option in den Einstellungen aktivierst, wird die App ihr Bestes tun, es auszublenden. Du kannst es jedoch auf dem Sperrbildschirm ausblenden, indem du die Anzeige vertraulicher Benachrichtigungen in den Geräteeinstellungen verbietest.</string> <string name="faq_1_text">Naja, das kommt darauf an. Während der Nutzung des Geräts ist es nicht mehr möglich, die Benachrichtigungen von Apps wie dieser vollständig auszublenden. Wenn du die Option in den Einstellungen aktivierst, wird die App ihr Bestes tun, es auszublenden. Du kannst es jedoch auf dem Sperrbildschirm ausblenden, indem du die Anzeige vertraulicher Benachrichtigungen in den Geräteeinstellungen verbietest.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Δοκιμάστε να αποκρύψετε την ειδοποίηση εγγραφής</string> <string name="try_hiding_notification">Δοκιμάστε να αποκρύψετε την ειδοποίηση εγγραφής</string>
<string name="save_recordings_in">Αποθήκευση εγγραφών σε</string> <string name="save_recordings_in">Αποθήκευση εγγραφών σε</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Αυτόματη έναρξη εγγραφής μετά την εκκίνηση της</string> <string name="record_after_launch">Αυτόματη έναρξη εγγραφής μετά την εκκίνηση της</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Μπορώ να αποκρύψω το εικονίδιο ειδοποίησης κατά την εγγραφή;</string> <string name="faq_1_title">Μπορώ να αποκρύψω το εικονίδιο ειδοποίησης κατά την εγγραφή;</string>
<string name="faq_1_text">Εξαρτάται. Ενώ χρησιμοποιείτε τη συσκευή σας, δεν είναι πλέον δυνατή η πλήρης απόκρυψη των ειδοποιήσεων εφαρμογών όπως αυτή. Εάν ελέγξετε το κατάλληλο στοιχείο ρύθμισης, η εφαρμογή θα κάνει ό,τι μπορεί για να το αποκρύψει. Ωστόσο, μπορείτε να την αποκρύψετε στην οθόνη κλειδώματος, αν απενεργοποιήσετε την εμφάνιση ευαίσθητων ειδοποιήσεων στις ρυθμίσεις της συσκευής σας.</string> <string name="faq_1_text">Εξαρτάται. Ενώ χρησιμοποιείτε τη συσκευή σας, δεν είναι πλέον δυνατή η πλήρης απόκρυψη των ειδοποιήσεων εφαρμογών όπως αυτή. Εάν ελέγξετε το κατάλληλο στοιχείο ρύθμισης, η εφαρμογή θα κάνει ό,τι μπορεί για να το αποκρύψει. Ωστόσο, μπορείτε να την αποκρύψετε στην οθόνη κλειδώματος, αν απενεργοποιήσετε την εμφάνιση ευαίσθητων ειδοποιήσεων στις ρυθμίσεις της συσκευής σας.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Try hiding the recording notification</string> <string name="try_hiding_notification">Try hiding the recording notification</string>
<string name="save_recordings_in">Save recordings in</string> <string name="save_recordings_in">Save recordings in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string> <string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording\?</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> <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>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Tratar de ocultar la notificación de grabación</string> <string name="try_hiding_notification">Tratar de ocultar la notificación de grabación</string>
<string name="save_recordings_in">Guardar grabaciones en</string> <string name="save_recordings_in">Guardar grabaciones en</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Velocidad de bits</string> <string name="bitrate">Velocidad de bits</string>
<string name="record_after_launch">Comienza a grabar automáticamente después de iniciar la aplicación</string> <string name="record_after_launch">Comienza a grabar automáticamente después de iniciar la aplicación</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">¿Puedo ocultar el icono de las notificaciones durante la grabación\?</string> <string name="faq_1_title">¿Puedo ocultar el icono de las notificaciones durante la grabación\?</string>
<string name="faq_1_text">Bueno, eso depende. Mientras usa su dispositivo, ya no es posible ocultar completamente las notificaciones de aplicaciones como esta. Si marca el elemento de configuración adecuado, la aplicación hará todo lo posible para ocultarlo. Sin embargo, puede ocultarlo en la pantalla de bloqueo si deshabilita la visualización de notificaciones confidenciales en la configuración de su dispositivo.</string> <string name="faq_1_text">Bueno, eso depende. Mientras usa su dispositivo, ya no es posible ocultar completamente las notificaciones de aplicaciones como esta. Si marca el elemento de configuración adecuado, la aplicación hará todo lo posible para ocultarlo. Sin embargo, puede ocultarlo en la pantalla de bloqueo si deshabilita la visualización de notificaciones confidenciales en la configuración de su dispositivo.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Proovi peita salvestamise teavitust</string> <string name="try_hiding_notification">Proovi peita salvestamise teavitust</string>
<string name="save_recordings_in">Salvesta failid kausta</string> <string name="save_recordings_in">Salvesta failid kausta</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitikiirus</string> <string name="bitrate">Bitikiirus</string>
<string name="record_after_launch">Rakenduse käivitamisel alusta kohe salvestamist</string> <string name="record_after_launch">Rakenduse käivitamisel alusta kohe salvestamist</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kas salvestamise ajal saan peita vastavat teavitust\?</string> <string name="faq_1_title">Kas salvestamise ajal saan peita vastavat teavitust\?</string>
<string name="faq_1_text">Eks see nüüd sõltub… Selliste rakenduste täiesti peitmine kasutamise ajal ei ole enam võimalik. Seadistustest vastava sätte valimisel annab see rakendus endast parima, et teavitusi peita. Lisaks saad üldistest seadistustest keelata privaatsete teavituste näitamise lukustuskuval ning siis ka seda rakendust pole seal näha.</string> <string name="faq_1_text">Eks see nüüd sõltub… Selliste rakenduste täiesti peitmine kasutamise ajal ei ole enam võimalik. Seadistustest vastava sätte valimisel annab see rakendus endast parima, et teavitusi peita. Lisaks saad üldistest seadistustest keelata privaatsete teavituste näitamise lukustuskuval ning siis ka seda rakendust pole seal näha.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">اعلان ضبط را پنهان کنید</string> <string name="try_hiding_notification">اعلان ضبط را پنهان کنید</string>
<string name="save_recordings_in">ذخیره ضبط در</string> <string name="save_recordings_in">ذخیره ضبط در</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">میزان بیت</string> <string name="bitrate">میزان بیت</string>
<string name="record_after_launch">پس از راه اندازی برنامه، ضبط را به صورت خودکار شروع کنید</string> <string name="record_after_launch">پس از راه اندازی برنامه، ضبط را به صورت خودکار شروع کنید</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">آیا می توانم نماد اعلان را در حین ضبط مخفی کنم؟</string> <string name="faq_1_title">آیا می توانم نماد اعلان را در حین ضبط مخفی کنم؟</string>
<string name="faq_1_text">خب، بستگی دارد. هنگامی که از دستگاه خود استفاده می کنید، دیگر نمی توان اعلان های برنامه هایی مانند این را به طور کامل مخفی کرد. اگر آیتم تنظیم مناسب را بررسی کنید، برنامه تمام تلاش خود را می کند تا آن را پنهان کند. اگر نمایش اعلان‌های حساس را در تنظیمات دستگاه خود غیرفعال کنید، می‌توانید آن را روی صفحه قفل پنهان کنید.</string> <string name="faq_1_text">خب، بستگی دارد. هنگامی که از دستگاه خود استفاده می کنید، دیگر نمی توان اعلان های برنامه هایی مانند این را به طور کامل مخفی کرد. اگر آیتم تنظیم مناسب را بررسی کنید، برنامه تمام تلاش خود را می کند تا آن را پنهان کند. اگر نمایش اعلان‌های حساس را در تنظیمات دستگاه خود غیرفعال کنید، می‌توانید آن را روی صفحه قفل پنهان کنید.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Yritä piilottaa tallennusilmoitus</string> <string name="try_hiding_notification">Yritä piilottaa tallennusilmoitus</string>
<string name="save_recordings_in">Tallenna tallenteet</string> <string name="save_recordings_in">Tallenna tallenteet</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Aloita nauhoitus automaattisesti, kun sovellus käynnistetään</string> <string name="record_after_launch">Aloita nauhoitus automaattisesti, kun sovellus käynnistetään</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Voinko piilottaa ilmoituskuvakkeen tallennuksen aikana\?</string> <string name="faq_1_title">Voinko piilottaa ilmoituskuvakkeen tallennuksen aikana\?</string>
<string name="faq_1_text">No, se riippuu. Kun käytät laitettasi, tällaisten sovellusten ilmoituksia ei voida enää piilottaa kokonaan. Jos tarkistat oikean asetuskohdan, sovellus tekee parhaansa piilottaakseen sen. Voit kuitenkin piilottaa sen lukitusnäytössä, jos poistat arkaluontoisten ilmoitusten näyttämisen käytöstä laitteen asetuksissa.</string> <string name="faq_1_text">No, se riippuu. Kun käytät laitettasi, tällaisten sovellusten ilmoituksia ei voida enää piilottaa kokonaan. Jos tarkistat oikean asetuskohdan, sovellus tekee parhaansa piilottaakseen sen. Voit kuitenkin piilottaa sen lukitusnäytössä, jos poistat arkaluontoisten ilmoitusten näyttämisen käytöstä laitteen asetuksissa.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Essayez de masquer la notification denregistrement</string> <string name="try_hiding_notification">Essayez de masquer la notification denregistrement</string>
<string name="save_recordings_in">Sauvegarder les enregistrements dans</string> <string name="save_recordings_in">Sauvegarder les enregistrements dans</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Débit binaire</string> <string name="bitrate">Débit binaire</string>
<string name="record_after_launch">Démarrer lenregistrement automatiquement après le lancement de lapplication</string> <string name="record_after_launch">Démarrer lenregistrement automatiquement après le lancement de lapplication</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Puis-je masquer licône de notification pendant lenregistrement \?</string> <string name="faq_1_title">Puis-je masquer licône de notification pendant lenregistrement \?</string>
<string name="faq_1_text">Eh bien, ça dépend. Pendant que vous utilisez votre appareil, il nest plus possible de masquer complètement les notifications dapplications comme celle-ci. Si vous cochez lélément de réglage approprié, lapplication fera de son mieux pour les masquer. Vous pouvez cependant la masquer sur lécran de verrouillage, si vous désactivez laffichage des notifications sensibles dans les paramètres de votre appareil.</string> <string name="faq_1_text">Eh bien, ça dépend. Pendant que vous utilisez votre appareil, il nest plus possible de masquer complètement les notifications dapplications comme celle-ci. Si vous cochez lélément de réglage approprié, lapplication fera de son mieux pour les masquer. Vous pouvez cependant la masquer sur lécran de verrouillage, si vous désactivez laffichage des notifications sensibles dans les paramètres de votre appareil.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Intentar ocultar a notificación da gravación</string> <string name="try_hiding_notification">Intentar ocultar a notificación da gravación</string>
<string name="save_recordings_in">Gardar gravacións en</string> <string name="save_recordings_in">Gardar gravacións en</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Comeza a gravar automaticamente despois de iniciala aplicación</string> <string name="record_after_launch">Comeza a gravar automaticamente despois de iniciala aplicación</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Podo agochar a icona da notificación mentres estou gravando\?</string> <string name="faq_1_title">Podo agochar a icona da notificación mentres estou gravando\?</string>
<string name="faq_1_text">Ben, depende. Mentres uses o teu dispositivo, non será posible agochar enteiramente as notificacións como as deste aplicativo. Se revisas os axustes deste elemento, o aplicativo intentará agochalo. Si que o podes agochar da pantalla de bloqueo, se o desactivas o amosador das notificacións sensibles nos axustes do teu dispositivo.</string> <string name="faq_1_text">Ben, depende. Mentres uses o teu dispositivo, non será posible agochar enteiramente as notificacións como as deste aplicativo. Se revisas os axustes deste elemento, o aplicativo intentará agochalo. Si que o podes agochar da pantalla de bloqueo, se o desactivas o amosador das notificacións sensibles nos axustes do teu dispositivo.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -22,8 +22,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Pokušaj sakriti obavijesti snimanja</string> <string name="try_hiding_notification">Pokušaj sakriti obavijesti snimanja</string>
<string name="save_recordings_in">Spremi snimanja u</string> <string name="save_recordings_in">Spremi snimanja u</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Brzina prijenosa</string> <string name="bitrate">Brzina prijenosa</string>
<string name="record_after_launch">Započni automatsko snimanje nakon pokretanja aplikacije</string> <string name="record_after_launch">Započni automatsko snimanje nakon pokretanja aplikacije</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Mogu li sakriti ikonu obavijesti tijekom snimanja\?</string> <string name="faq_1_title">Mogu li sakriti ikonu obavijesti tijekom snimanja\?</string>
<string name="faq_1_text">Ovisi. Dok koristiš svoj uređaj više nije moguće u potpunosti sakriti obavijesti ovakvih aplikacija. Ako označiš ispravnu stavku postavke, aplikacija će je pokušati sakriti. Možeš je sakriti na zaključanom ekranu, ako isključiš prikaz osobnih obavijesti u postavkama uređaja.</string> <string name="faq_1_text">Ovisi. Dok koristiš svoj uređaj više nije moguće u potpunosti sakriti obavijesti ovakvih aplikacija. Ako označiš ispravnu stavku postavke, aplikacija će je pokušati sakriti. Možeš je sakriti na zaključanom ekranu, ako isključiš prikaz osobnih obavijesti u postavkama uređaja.</string>
@@ -31,4 +39,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Próbálja elrejteni a rögzítési értesítéseket</string> <string name="try_hiding_notification">Próbálja elrejteni a rögzítési értesítéseket</string>
<string name="save_recordings_in">Rögzítések mentési helye</string> <string name="save_recordings_in">Rögzítések mentési helye</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitsebesség</string> <string name="bitrate">Bitsebesség</string>
<string name="record_after_launch">Rögzítés automatikus indítása az alkalmazás indításakor</string> <string name="record_after_launch">Rögzítés automatikus indítása az alkalmazás indításakor</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Elrejthetem az értesítéseket rögzítés közben\?</string> <string name="faq_1_title">Elrejthetem az értesítéseket rögzítés közben\?</string>
<string name="faq_1_text">Az attól függ. Amíg használja az eszközt, addig nem lehetséges az ehhez hasonló alkalmazások értesítéseinek elrejtése. Ha bekapcsolja a megfelelő beállítást, akkor az alkalmazás megpróbálja elrejteni őket. A zárképernyőn viszont elrejtheti őket, ha letiltja az érzékeny értesítéseket az eszköz beállításaiban.</string> <string name="faq_1_text">Az attól függ. Amíg használja az eszközt, addig nem lehetséges az ehhez hasonló alkalmazások értesítéseinek elrejtése. Ha bekapcsolja a megfelelő beállítást, akkor az alkalmazás megpróbálja elrejteni őket. A zárképernyőn viszont elrejtheti őket, ha letiltja az érzékeny értesítéseket az eszköz beállításaiban.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -20,8 +20,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Coba sembunyikan pemberitahuan rekaman</string> <string name="try_hiding_notification">Coba sembunyikan pemberitahuan rekaman</string>
<string name="save_recordings_in">Simpan rekaman di</string> <string name="save_recordings_in">Simpan rekaman di</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string> <string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Bisakah saya menyembunyikan ikon notifikasi selama merekam\?</string> <string name="faq_1_title">Bisakah saya menyembunyikan ikon notifikasi selama merekam\?</string>
<string name="faq_1_text">Tergantung. Saat Anda menggunakan perangkat, tidak mungkin lagi untuk menyembunyikan sepenuhnya pemberitahuan aplikasi seperti ini. Jika Anda memeriksa item pengaturan yang tepat, aplikasi akan melakukan yang terbaik untuk menyembunyikannya. Anda dapat menyembunyikannya di layar kunci, jika Anda menonaktifkan tampilan pemberitahuan sensitif di pengaturan perangkat Anda.</string> <string name="faq_1_text">Tergantung. Saat Anda menggunakan perangkat, tidak mungkin lagi untuk menyembunyikan sepenuhnya pemberitahuan aplikasi seperti ini. Jika Anda memeriksa item pengaturan yang tepat, aplikasi akan melakukan yang terbaik untuk menyembunyikannya. Anda dapat menyembunyikannya di layar kunci, jika Anda menonaktifkan tampilan pemberitahuan sensitif di pengaturan perangkat Anda.</string>
@@ -29,4 +37,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Prova a nascondere la notifica di registrazione</string> <string name="try_hiding_notification">Prova a nascondere la notifica di registrazione</string>
<string name="save_recordings_in">Salva le registrazioni in</string> <string name="save_recordings_in">Salva le registrazioni in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Inizia a registrare automaticamente dopo aver lanciato l\'app</string> <string name="record_after_launch">Inizia a registrare automaticamente dopo aver lanciato l\'app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Posso nascondere la notifica durante la registrazione\?</string> <string name="faq_1_title">Posso nascondere la notifica durante la registrazione\?</string>
<string name="faq_1_text">Dipende. Mentre usi il tuo dispositivo non è più possibile nascondere completamente le notifiche di app come questa. Se selezioni l\'impostazione appropriata, la app farà del suo meglio per nasconderla. Comunque, puoi nasconderla nella schermata di blocco, se disabiliti la visualizzazione di notifiche sensibili nelle impostazioni del tuo dispositivo.</string> <string name="faq_1_text">Dipende. Mentre usi il tuo dispositivo non è più possibile nascondere completamente le notifiche di app come questa. Se selezioni l\'impostazione appropriata, la app farà del suo meglio per nasconderla. Comunque, puoi nasconderla nella schermata di blocco, se disabiliti la visualizzazione di notifiche sensibili nelle impostazioni del tuo dispositivo.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -23,8 +23,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">נסה להסתיר את הודעת ההקלטה</string> <string name="try_hiding_notification">נסה להסתיר את הודעת ההקלטה</string>
<string name="save_recordings_in">שמור הקלטות ב</string> <string name="save_recordings_in">שמור הקלטות ב</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">קצב סיביות</string> <string name="bitrate">קצב סיביות</string>
<string name="record_after_launch">התחל להקליט באופן אוטומטי לאחר הפעלת האפליקציה</string> <string name="record_after_launch">התחל להקליט באופן אוטומטי לאחר הפעלת האפליקציה</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">האם אוכל להסתיר את סמל ההתראה במהלך ההקלטה\?</string> <string name="faq_1_title">האם אוכל להסתיר את סמל ההתראה במהלך ההקלטה\?</string>
<string name="faq_1_text">ובכן, זה תלוי. בזמן שאתה משתמש במכשיר שלך, לא ניתן עוד להסתיר באופן מלא את ההתראות של אפליקציות כמו זו. אם תבדוק את פריט ההגדרה המתאים, האפליקציה תעשה כמיטב יכולתה להסתיר אותו. עם זאת, אתה יכול להסתיר אותו במסך הנעילה, אם אתה משבית את הצגת ההתראות הרגישות בהגדרות המכשיר שלך.</string> <string name="faq_1_text">ובכן, זה תלוי. בזמן שאתה משתמש במכשיר שלך, לא ניתן עוד להסתיר באופן מלא את ההתראות של אפליקציות כמו זו. אם תבדוק את פריט ההגדרה המתאים, האפליקציה תעשה כמיטב יכולתה להסתיר אותו. עם זאת, אתה יכול להסתיר אותו במסך הנעילה, אם אתה משבית את הצגת ההתראות הרגישות בהגדרות המכשיר שלך.</string>
@@ -32,4 +40,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -20,8 +20,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">録音通知を隠す</string> <string name="try_hiding_notification">録音通知を隠す</string>
<string name="save_recordings_in">録音の保存場所</string> <string name="save_recordings_in">録音の保存場所</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">ビットレート</string> <string name="bitrate">ビットレート</string>
<string name="record_after_launch">アプリ起動後に自動で録音を開始</string> <string name="record_after_launch">アプリ起動後に自動で録音を開始</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">録音中に通知を非表示にすることは出来ますか?</string> <string name="faq_1_title">録音中に通知を非表示にすることは出来ますか?</string>
<string name="faq_1_text">場合によります。デバイスの使用中は、このようなアプリの通知を全て非表示にすることは不可能です。 適切な設定項目にチェックを入れると、通知表示は出来るだけ隠されます。ロックスクリーン上での非表示の仕方は、デバイスの設定から通知の表示を無効にすると可能です。</string> <string name="faq_1_text">場合によります。デバイスの使用中は、このようなアプリの通知を全て非表示にすることは不可能です。 適切な設定項目にチェックを入れると、通知表示は出来るだけ隠されます。ロックスクリーン上での非表示の仕方は、デバイスの設定から通知の表示を無効にすると可能です。</string>
@@ -29,4 +37,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -22,8 +22,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Pabandyti paslėpti įrašymo pranešimą</string> <string name="try_hiding_notification">Pabandyti paslėpti įrašymo pranešimą</string>
<string name="save_recordings_in">Išsaugoti įrašus</string> <string name="save_recordings_in">Išsaugoti įrašus</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Pradėkite įrašinėti automatiškai paleidę programėlę</string> <string name="record_after_launch">Pradėkite įrašinėti automatiškai paleidę programėlę</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Ar galiu paslėpti pranešimo ikonėlę įrašinėjant\?</string> <string name="faq_1_title">Ar galiu paslėpti pranešimo ikonėlę įrašinėjant\?</string>
<string name="faq_1_text">Na, tai priklauso nuo to. Kol naudojatės įrenginiu, visiškai paslėpti tokių programų pranešimų nebeįmanoma. Jei pažymėsite tinkamą nustatymo elementą, programa padarys viską, kad jį paslėptų. Tačiau galite jį paslėpti užrakintame ekrane, jei prietaiso nustatymuose išjungsite jautrių pranešimų rodymą.</string> <string name="faq_1_text">Na, tai priklauso nuo to. Kol naudojatės įrenginiu, visiškai paslėpti tokių programų pranešimų nebeįmanoma. Jei pažymėsite tinkamą nustatymo elementą, programa padarys viską, kad jį paslėptų. Tačiau galite jį paslėpti užrakintame ekrane, jei prietaiso nustatymuose išjungsite jautrių pranešimų rodymą.</string>
@@ -31,4 +39,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Try hiding the recording notification</string> <string name="try_hiding_notification">Try hiding the recording notification</string>
<string name="save_recordings_in">Save recordings in</string> <string name="save_recordings_in">Save recordings in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string> <string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording\?</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> <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>

View File

@@ -20,8 +20,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Prøv å skjule opptaksmerknaden</string> <string name="try_hiding_notification">Prøv å skjule opptaksmerknaden</string>
<string name="save_recordings_in">Lagre opptak i</string> <string name="save_recordings_in">Lagre opptak i</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start opptak automatisk når programmet startes</string> <string name="record_after_launch">Start opptak automatisk når programmet startes</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kan jeg skjule merknadsikonet under opptak\?</string> <string name="faq_1_title">Kan jeg skjule merknadsikonet under opptak\?</string>
<string name="faq_1_text">Det spørs. Mens du bruker enheten er det ikke lenger mulig å skjule merknader for programmer på denne måten. Hvis du velger det i programmet vil det gjøre sitt beste for å skjule det. Du kan dog skjule det på låseskjermen, hvis du skrur av visning av sensitive merknader i enhetsinnstillingene dine.</string> <string name="faq_1_text">Det spørs. Mens du bruker enheten er det ikke lenger mulig å skjule merknader for programmer på denne måten. Hvis du velger det i programmet vil det gjøre sitt beste for å skjule det. Du kan dog skjule det på låseskjermen, hvis du skrur av visning av sensitive merknader i enhetsinnstillingene dine.</string>
@@ -29,4 +37,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Tijdens de opname proberen de notificatie te verbergen</string> <string name="try_hiding_notification">Tijdens de opname proberen de notificatie te verbergen</string>
<string name="save_recordings_in">Opnames opslaan in</string> <string name="save_recordings_in">Opnames opslaan in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Bij het starten van de app direct een opname beginnen</string> <string name="record_after_launch">Bij het starten van de app direct een opname beginnen</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kan ik de notificatie tijdens het opnemen verbergen\?</string> <string name="faq_1_title">Kan ik de notificatie tijdens het opnemen verbergen\?</string>
<string name="faq_1_text">Dat ligt eraan. Tijdens het gebruik is het niet langer mogelijk in Android om meldingen van dit soort apps volledig te verbergen. De app bevat wel een instelling waarmee er toch zal worden geprobeerd om dit te bewerkstelligen. In de schermvergrendeling kan de melding wél worden verborgen door het tonen van gevoelige notificaties in de systeeminstellingen uit te schakelen.</string> <string name="faq_1_text">Dat ligt eraan. Tijdens het gebruik is het niet langer mogelijk in Android om meldingen van dit soort apps volledig te verbergen. De app bevat wel een instelling waarmee er toch zal worden geprobeerd om dit te bewerkstelligen. In de schermvergrendeling kan de melding wél worden verborgen door het tonen van gevoelige notificaties in de systeeminstellingen uit te schakelen.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -19,8 +19,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">ریکارڈ دی خبر دا نوٹ لُکایو</string> <string name="try_hiding_notification">ریکارڈ دی خبر دا نوٹ لُکایو</string>
<string name="save_recordings_in">فولڈر وچ ریکارڈ سامبھو</string> <string name="save_recordings_in">فولڈر وچ ریکارڈ سامبھو</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">بِٹ‌ریٹ</string> <string name="bitrate">بِٹ‌ریٹ</string>
<string name="record_after_launch">جدوں اَیپ کھُلھاؤݨ ریکارڈ شروع کرو</string> <string name="record_after_launch">جدوں اَیپ کھُلھاؤݨ ریکارڈ شروع کرو</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording\?</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> <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>

View File

@@ -23,8 +23,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Próbuj ukrywać powiadomienie o nagrywaniu</string> <string name="try_hiding_notification">Próbuj ukrywać powiadomienie o nagrywaniu</string>
<string name="save_recordings_in">Zapisuj nagrania w</string> <string name="save_recordings_in">Zapisuj nagrania w</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Przepływność</string> <string name="bitrate">Przepływność</string>
<string name="record_after_launch">Rozpoczynaj nagrywanie automatycznie przy uruchomieniu aplikacji</string> <string name="record_after_launch">Rozpoczynaj nagrywanie automatycznie przy uruchomieniu aplikacji</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Czy mogę ukryć ikonę powiadomienia podczas nagrywania\?</string> <string name="faq_1_title">Czy mogę ukryć ikonę powiadomienia podczas nagrywania\?</string>
<string name="faq_1_text">To zależy. Podczas korzystania z urządzenia nie da się już całkowicie ukryć powiadomień aplikacji takich jak ta. Jeśli zaznaczysz odpowiednie ustawienie, aplikacja spróbuje to zrobić. Możesz jednak ukryć ikonę powiadomienia na ekranie blokady w ustawieniach bezpieczeństwa z ustawień urządzenia.</string> <string name="faq_1_text">To zależy. Podczas korzystania z urządzenia nie da się już całkowicie ukryć powiadomień aplikacji takich jak ta. Jeśli zaznaczysz odpowiednie ustawienie, aplikacja spróbuje to zrobić. Możesz jednak ukryć ikonę powiadomienia na ekranie blokady w ustawieniach bezpieczeństwa z ustawień urządzenia.</string>
@@ -32,4 +40,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Tentar ocultar a notificação de gravação</string> <string name="try_hiding_notification">Tentar ocultar a notificação de gravação</string>
<string name="save_recordings_in">Salvar gravações em</string> <string name="save_recordings_in">Salvar gravações em</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Começar a gravar automaticamente após iniciar o aplicativo</string> <string name="record_after_launch">Começar a gravar automaticamente após iniciar o aplicativo</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Posso ocultar o ícone de notificação durante a gravação\?</string> <string name="faq_1_title">Posso ocultar o ícone de notificação durante a gravação\?</string>
<string name="faq_1_text">Bem, depende. Enquanto você usa seu dispositivo, não é mais possível ocultar totalmente as notificações de aplicativos como este. Se você verificar o item de configuração adequado, o aplicativo fará o seu melhor para escondê-lo. Você pode escondê-lo na tela de bloqueio desativando a exibição de notificações confidenciais nas configurações do dispositivo.</string> <string name="faq_1_text">Bem, depende. Enquanto você usa seu dispositivo, não é mais possível ocultar totalmente as notificações de aplicativos como este. Se você verificar o item de configuração adequado, o aplicativo fará o seu melhor para escondê-lo. Você pode escondê-lo na tela de bloqueio desativando a exibição de notificações confidenciais nas configurações do dispositivo.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Tentar ocultar a notificação da gravação</string> <string name="try_hiding_notification">Tentar ocultar a notificação da gravação</string>
<string name="save_recordings_in">Guardar gravações em</string> <string name="save_recordings_in">Guardar gravações em</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Taxa de dados</string> <string name="bitrate">Taxa de dados</string>
<string name="record_after_launch">Iniciar gravação automaticamente ao iniciar a aplicação</string> <string name="record_after_launch">Iniciar gravação automaticamente ao iniciar a aplicação</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Posso ocultar o ícone de notificação durante a gravação\?</string> <string name="faq_1_title">Posso ocultar o ícone de notificação durante a gravação\?</string>
<string name="faq_1_text">Depende. Actuamente, já não possível ocultar totalmente as notificações em aplicações deste tipo. Tente nas Definições da aplicação, habilitar a alinea correspondente e nas Definições do sistema, desabilitar a apresentação de notificações desta natureza no ecrã de bloqueio.</string> <string name="faq_1_text">Depende. Actuamente, já não possível ocultar totalmente as notificações em aplicações deste tipo. Tente nas Definições da aplicação, habilitar a alinea correspondente e nas Definições do sistema, desabilitar a apresentação de notificações desta natureza no ecrã de bloqueio.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -22,8 +22,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Încercați să ascundeți notificarea de înregistrare</string> <string name="try_hiding_notification">Încercați să ascundeți notificarea de înregistrare</string>
<string name="save_recordings_in">Salvați înregistrările în</string> <string name="save_recordings_in">Salvați înregistrările în</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Rata de biți</string> <string name="bitrate">Rata de biți</string>
<string name="record_after_launch">Începeți înregistrarea în mod automat după lansarea aplicației</string> <string name="record_after_launch">Începeți înregistrarea în mod automat după lansarea aplicației</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Pot să ascund pictograma de notificare în timpul înregistrării\?</string> <string name="faq_1_title">Pot să ascund pictograma de notificare în timpul înregistrării\?</string>
<string name="faq_1_text">Ei bine, depinde. În timp ce vă utilizați dispozitivul, nu mai este posibil să ascundeți complet notificările unor astfel de aplicații. Dacă bifați setarea corespunzătoare, aplicația va face tot posibilul să o ascundă. Totuși, o puteți ascunde pe ecranul de blocare, dacă dezactivați afișarea conţinutului sensibil al notificărilor în setările dispozitivului.</string> <string name="faq_1_text">Ei bine, depinde. În timp ce vă utilizați dispozitivul, nu mai este posibil să ascundeți complet notificările unor astfel de aplicații. Dacă bifați setarea corespunzătoare, aplicația va face tot posibilul să o ascundă. Totuși, o puteți ascunde pe ecranul de blocare, dacă dezactivați afișarea conţinutului sensibil al notificărilor în setările dispozitivului.</string>
@@ -31,4 +39,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -23,8 +23,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Пытаться скрыть уведомление о записи</string> <string name="try_hiding_notification">Пытаться скрыть уведомление о записи</string>
<string name="save_recordings_in">Место хранения записей</string> <string name="save_recordings_in">Место хранения записей</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Битрейт</string> <string name="bitrate">Битрейт</string>
<string name="record_after_launch">Автоматически начинать запись при запуске приложения</string> <string name="record_after_launch">Автоматически начинать запись при запуске приложения</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Можно ли скрыть значок уведомления во время записи\?</string> <string name="faq_1_title">Можно ли скрыть значок уведомления во время записи\?</string>
<string name="faq_1_text">Ну, это зависит от обстоятельств. Пока вы используете своё устройство, полностью скрыть уведомления о таких приложениях уже невозможно. Если вы установите соответствующий пункт в настройках, приложение сделает всё возможное, чтобы скрыть его. Также можно скрыть уведомление на экране блокировки, если отключить отображение конфиденциальных уведомлений в настройках устройства.</string> <string name="faq_1_text">Ну, это зависит от обстоятельств. Пока вы используете своё устройство, полностью скрыть уведомления о таких приложениях уже невозможно. Если вы установите соответствующий пункт в настройках, приложение сделает всё возможное, чтобы скрыть его. Также можно скрыть уведомление на экране блокировки, если отключить отображение конфиденциальных уведомлений в настройках устройства.</string>
@@ -32,4 +40,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -22,8 +22,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Skúsiť ukryť nahrávaciu notifikáciu</string> <string name="try_hiding_notification">Skúsiť ukryť nahrávaciu notifikáciu</string>
<string name="save_recordings_in">Ukladať nahrávky do</string> <string name="save_recordings_in">Ukladať nahrávky do</string>
<string name="audio_source">Zdroj audia</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Zapnúť nahrávanie automaticky po spustení apky</string> <string name="record_after_launch">Zapnúť nahrávanie automaticky po spustení apky</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Fotoaparát</string>
<string name="audio_source_default">Predvolený zdroj</string>
<string name="audio_source_unprocessed">Nespracovaný</string>
<string name="audio_source_microphone">Mikrofón</string>
<string name="audio_source_voice_communication">Hlasová komunikácia</string>
<string name="audio_source_voice_performance">Hlasový výkon</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Viem nejakým spôsobom ukryť notifikačnú ikonku počas nahrávania\?</string> <string name="faq_1_title">Viem nejakým spôsobom ukryť notifikačnú ikonku počas nahrávania\?</string>
<string name="faq_1_text">Kedy ako. Ak používate vaše zariadenie, úplné ukrytie ikonky pri takých apkách nie je možné. Ak ale zapnete príslušnú položku v nastaveniach apky, posnaží sa notifikáciu čím lepšie ukryť. Viete ju ukryť aj na uzamknutej obrazovke ak vypnete zobrazovanie citlivých pripomienok v nastaveniach zariadenia.</string> <string name="faq_1_text">Kedy ako. Ak používate vaše zariadenie, úplné ukrytie ikonky pri takých apkách nie je možné. Ak ale zapnete príslušnú položku v nastaveniach apky, posnaží sa notifikáciu čím lepšie ukryť. Viete ju ukryť aj na uzamknutej obrazovke ak vypnete zobrazovanie citlivých pripomienok v nastaveniach zariadenia.</string>
@@ -31,4 +39,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -23,8 +23,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Poizkusi skriti obvestilo o snemanju</string> <string name="try_hiding_notification">Poizkusi skriti obvestilo o snemanju</string>
<string name="save_recordings_in">Shrani posnetke v</string> <string name="save_recordings_in">Shrani posnetke v</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitna hitrost</string> <string name="bitrate">Bitna hitrost</string>
<string name="record_after_launch">Prični s samodejnim snemanjem takoj po zagonu aplikacije</string> <string name="record_after_launch">Prični s samodejnim snemanjem takoj po zagonu aplikacije</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Ali lahko med snemanjem skrijem ikono obvestila\?</string> <string name="faq_1_title">Ali lahko med snemanjem skrijem ikono obvestila\?</string>
<string name="faq_1_text">Odvisno. Med uporabo naprave ni več mogoče v celoti skriti obvestil aplikacij, kot je ta. Če označite ustrezen element nastavitve, se bo aplikacija potrudila, da ga skrije. Lahko pa ga skrijete na zaklenjenem zaslonu, če v nastavitvah naprave onemogočite prikazovanje občutljivih obvestil.</string> <string name="faq_1_text">Odvisno. Med uporabo naprave ni več mogoče v celoti skriti obvestil aplikacij, kot je ta. Če označite ustrezen element nastavitve, se bo aplikacija potrudila, da ga skrije. Lahko pa ga skrijete na zaklenjenem zaslonu, če v nastavitvah naprave onemogočite prikazovanje občutljivih obvestil.</string>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Försök att gömma inspelnings notifikationen</string> <string name="try_hiding_notification">Försök att gömma inspelnings notifikationen</string>
<string name="save_recordings_in">Spara inspelningar i</string> <string name="save_recordings_in">Spara inspelningar i</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bithastighet</string> <string name="bitrate">Bithastighet</string>
<string name="record_after_launch">Börja spela in automatiskt när du startar appen</string> <string name="record_after_launch">Börja spela in automatiskt när du startar appen</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kan jag dölja aviseringsikonen under inspelningen\?</string> <string name="faq_1_title">Kan jag dölja aviseringsikonen under inspelningen\?</string>
<string name="faq_1_text">Det beror på. När du använder din enhet är det inte längre möjligt att helt dölja meddelanden från appar som dessa. Om du markerar rätt inställningsobjekt gör appen sitt bästa för att dölja den. Du kan dock dölja den på låsskärmen om du inaktiverar visning av känsliga meddelanden i enhetens inställningar.</string> <string name="faq_1_text">Det beror på. När du använder din enhet är det inte längre möjligt att helt dölja meddelanden från appar som dessa. Om du markerar rätt inställningsobjekt gör appen sitt bästa för att dölja den. Du kan dock dölja den på låsskärmen om du inaktiverar visning av känsliga meddelanden i enhetens inställningar.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -20,8 +20,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Try hiding the recording notification</string> <string name="try_hiding_notification">Try hiding the recording notification</string>
<string name="save_recordings_in">Save recordings in</string> <string name="save_recordings_in">Save recordings in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string> <string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording\?</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> <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>
@@ -29,4 +37,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -21,8 +21,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Kayıt bildirimini gizlemeyi dene</string> <string name="try_hiding_notification">Kayıt bildirimini gizlemeyi dene</string>
<string name="save_recordings_in">Kayıt klasörü:</string> <string name="save_recordings_in">Kayıt klasörü:</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bit hızı</string> <string name="bitrate">Bit hızı</string>
<string name="record_after_launch">Uygulama başladıktan sonra otomatik olarak kaydetmeye başla</string> <string name="record_after_launch">Uygulama başladıktan sonra otomatik olarak kaydetmeye başla</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Kayıt sırasında bildirim simgesini gizleyebilir miyim\?</string> <string name="faq_1_title">Kayıt sırasında bildirim simgesini gizleyebilir miyim\?</string>
<string name="faq_1_text">Duruma göre değişir. Aygıtınızı kullanırken, bunun gibi uygulamaların bildirimlerini tamamen gizlemek artık mümkün değildir. Doğru ayar ögesini seçerseniz, uygulama onu gizlemek için elinden geleni yapacaktır. Aygıt ayarlarınızda hassas bildirimlerin görüntülenmesini devre dışı bırakırsanız, bunu kilit ekranında gizleyebilirsiniz.</string> <string name="faq_1_text">Duruma göre değişir. Aygıtınızı kullanırken, bunun gibi uygulamaların bildirimlerini tamamen gizlemek artık mümkün değildir. Doğru ayar ögesini seçerseniz, uygulama onu gizlemek için elinden geleni yapacaktır. Aygıt ayarlarınızda hassas bildirimlerin görüntülenmesini devre dışı bırakırsanız, bunu kilit ekranında gizleyebilirsiniz.</string>
@@ -30,4 +38,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -23,8 +23,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">Намагатися приховати сповіщення про запис</string> <string name="try_hiding_notification">Намагатися приховати сповіщення про запис</string>
<string name="save_recordings_in">Місце зберігання записів</string> <string name="save_recordings_in">Місце зберігання записів</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Автоматично розпочинати запис після запуску програми</string> <string name="record_after_launch">Автоматично розпочинати запис після запуску програми</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">Чи можна приховати значок сповіщення під час запису\?</string> <string name="faq_1_title">Чи можна приховати значок сповіщення під час запису\?</string>
<string name="faq_1_text">Ну, це залежить від обставин. Доки ви використовуєте свій пристрій, повністю приховати сповіщення з таких додатків неможливо. Якщо ви встановите відповідний пункт в настройках, додаток зробить все можливе, щоб приховати сповіщення. Також можна приховати його на екрані блокування, якщо відключити відображення конфіденційних сповіщень в налаштуваннях пристрою.</string> <string name="faq_1_text">Ну, це залежить від обставин. Доки ви використовуєте свій пристрій, повністю приховати сповіщення з таких додатків неможливо. Якщо ви встановите відповідний пункт в настройках, додаток зробить все можливе, щоб приховати сповіщення. Також можна приховати його на екрані блокування, якщо відключити відображення конфіденційних сповіщень в налаштуваннях пристрою.</string>
@@ -32,4 +40,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -20,8 +20,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">尝试隐藏录音通知提示</string> <string name="try_hiding_notification">尝试隐藏录音通知提示</string>
<string name="save_recordings_in">保存录音至</string> <string name="save_recordings_in">保存录音至</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">比特率</string> <string name="bitrate">比特率</string>
<string name="record_after_launch">启动应用程序后自动开始录制</string> <string name="record_after_launch">启动应用程序后自动开始录制</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">在录音过程中我可以隐藏通知提示图标么?</string> <string name="faq_1_title">在录音过程中我可以隐藏通知提示图标么?</string>
<string name="faq_1_text">这个,视情况而定。当您正在使用设备的时候,现在已经不可能完全隐藏像此类应用程序的通知图标了。 如果您勾选恰当的设定条目,应用程序将秦可能的隐藏自身。您仍可以在锁屏界面隐藏它,如果您在您设备设定中禁用显示敏感内容的通知提示的话。</string> <string name="faq_1_text">这个,视情况而定。当您正在使用设备的时候,现在已经不可能完全隐藏像此类应用程序的通知图标了。 如果您勾选恰当的设定条目,应用程序将秦可能的隐藏自身。您仍可以在锁屏界面隐藏它,如果您在您设备设定中禁用显示敏感内容的通知提示的话。</string>
@@ -29,4 +37,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -20,8 +20,16 @@
<!-- Settings --> <!-- Settings -->
<string name="try_hiding_notification">儘量隱藏錄音通知</string> <string name="try_hiding_notification">儘量隱藏錄音通知</string>
<string name="save_recordings_in">錄音儲存至</string> <string name="save_recordings_in">錄音儲存至</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">位元率</string> <string name="bitrate">位元率</string>
<string name="record_after_launch">啟動 app 後自動開始錄音</string> <string name="record_after_launch">啟動 app 後自動開始錄音</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">有辦法隱藏錄音時出現的通知圖示嗎?</string> <string name="faq_1_title">有辦法隱藏錄音時出現的通知圖示嗎?</string>
<string name="faq_1_text">嗯……看情況。當您正在使用裝置時,沒辦法完全隱藏這類 app 的通知。若您有開啟相應的選項,本 app 會盡其所能來隱藏。不過鎖定畫面上的可以隱藏,只要在裝置的設定中停用「敏感通知」即可。</string> <string name="faq_1_text">嗯……看情況。當您正在使用裝置時,沒辦法完全隱藏這類 app 的通知。若您有開啟相應的選項,本 app 會盡其所能來隱藏。不過鎖定畫面上的可以隱藏,只要在裝置的設定中停用「敏感通知」即可。</string>
@@ -29,4 +37,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>

View File

@@ -22,10 +22,6 @@
<string name="audio_source">Audio source</string> <string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string> <string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string> <string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- FAQ -->
<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>
<!-- Settings Audio source selection --> <!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string> <string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string> <string name="audio_source_default">Android default</string>
@@ -34,6 +30,10 @@
<string name="audio_source_voice_recognition">Voice recognition</string> <string name="audio_source_voice_recognition">Voice recognition</string>
<string name="audio_source_voice_communication">Voice communication</string> <string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string> <string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ -->
<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>
<!-- <!--
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res