Update strings.xml
This commit is contained in:
parent
5984b4fd2a
commit
332e543628
|
@ -4,22 +4,53 @@
|
|||
<string name="app_launcher_name">Hangrögzítő</string>
|
||||
<string name="recording_saved_successfully">Rögzítés sikeresen mentve</string>
|
||||
<string name="recording">Rögzítés</string>
|
||||
<string name="no_recordings_found">Nem található az alkalmazás által
|
||||
\nkészített rögzítés</string>
|
||||
<string name="no_recordings_in_folder_found">A kiválasztott mappában
|
||||
\nnem található rögzítés</string>
|
||||
<string name="no_recordings_found">Nem található az alkalmazás által\nkészített rögzítés</string>
|
||||
<string name="no_recordings_in_folder_found">A kiválasztott mappában\nnem található rögzítés</string>
|
||||
<string name="paused">Szüneteltetve</string>
|
||||
<!-- Confirmation dialog -->
|
||||
<!-- Are you sure you want to delete 5 recordings? -->
|
||||
<string name="delete_recordings_confirmation">Töröl %s\?</string>
|
||||
<plurals name="delete_recordings">
|
||||
<item quantity="one">%d rögzítést</item>
|
||||
<item quantity="other">%d rögzítést</item>
|
||||
</plurals>
|
||||
<!-- Settings -->
|
||||
<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="bitrate">Bitsebesség</string>
|
||||
<string name="record_after_launch">Rögzítés automatikus indítása az alkalmazás indításakor</string>
|
||||
<!-- FAQ -->
|
||||
<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>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Egyszerű hangrögzítő – Vegyen fel bármilyen hangot</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Bármilyen beszélgetés vagy hang felvétele, reklámok és internetelérés nélkül</string>
|
||||
<string name="app_long_description">
|
||||
Remember what the other person said and what task you were given after a meeting.
|
||||
|
||||
The simple recorder is easily accessible with no fancy features, ads or unneeded permissions.
|
||||
|
||||
The current sound volume and a nice visualization is shown in a clean interface.
|
||||
|
||||
A helpful player lets you listen to your recordings quickly, rename, or delete them.
|
||||
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||
|
||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
Loading…
Reference in New Issue