-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Privacy Policy | ||
|
||
Lyrically Privacy Policy state plainly how and give information on what, how and why individual information or data is gathered, utilized and uncovered when this product is used | ||
|
||
The Privacy Policy gives an open situation between the developer and users of this product by transparently expressing what data the developer gathers or not. By using this product, it implies you acknowledge every one of the terms and policies of the developer exceptional to just Lyrically app. This Policy applies to this product, and the developer would not be responsible for the content or privacy policy on any third party application not worked by the developer to which this product joins or that connects to this product. Subsequently, it is fitting to peruse up the privacy policy of any third party administrations that might be linked to this product.<hr> | ||
|
||
# Data Collection And Use | ||
|
||
The Developer gathers no data of users of the application neither those the application. | ||
|
||
Permission for the application to peruse and compose storage is required.<hr> | ||
|
||
# Kids' Privacy | ||
|
||
This application has no age repressions beside for the most part communicated in a law managing that locale.<hr> | ||
|
||
# Changes To This Privacy Policy | ||
|
||
The developer claims all right to put forth changes to the Privacy Policy at any time with no notice. This Privacy Policy might be refreshed every now and then as the functionalities of the product are additionally created and enhanced and may almost certainly contain differences that will invalidate this present policy. Always check this Privacy Policy occasionally for any of such changes.<hr> | ||
|
||
# Disclaimer | ||
|
||
Lyrically application is produced to be utilized essentially for getting lyrics to music on your gadget storage. The developer won't be responsible for how you choose to utilize this product and won't be subject for any misfortunes as well as harms regarding the utilization of the product.<hr> | ||
|
||
# Get in touch with Us | ||
|
||
If you have any inquiries concerning this Privacy Policy or the acts of the product, if you don't mind contact the developer through email [email protected] or [an issue in Github](https://github.com/shkcodes/Lyrically/issues/new) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<resources> | ||
<string name="app_name">Lyrically</string> | ||
<string name="menuSettings">Instellingen</string> | ||
<string name="downloadingLyrics">Bezig met ophalen van songtekst…</string> | ||
<string name="lyricsDownloaded">Songtekst opgehaald</string> | ||
<string name="noLyricsFound">Geen songtekst gevonden</string> | ||
|
||
|
||
<string name="download">Downloaden</string> | ||
<string name="downloadHelp">Songtekst downloaden voor offline gebruik</string> | ||
|
||
|
||
<string name="tutorial">Rondleiding</string> | ||
<string name="tutorialHelp">Leer hoe je de app gebruikt</string> | ||
|
||
|
||
<string name="source">Broncode</string> | ||
<string name="sourceHelp">Broncode van deze app tonen</string> | ||
|
||
|
||
<string name="about">Overige apps</string> | ||
<string name="aboutHelp">Bekijk ook mijn vorige apps</string> | ||
<string name="songTitleHint">Artiest - Titel</string> | ||
<string name="lyricsHint">Je songtekst verschijnt hier</string> | ||
<string name="updateTitle">Update beschikbaar</string> | ||
<string name="updateText">Druk hier om bij te werken</string> | ||
<string name="draw_over_other_apps">TONEN BOVEN ANDERE APPS</string> | ||
<string name="read_write_storage">LEZEN/WEGSCHRIJVEN NAAR OPSLAG</string> | ||
<string name="permissions_toast">Lyrically - Verleen de benodigde machtigingen</string> | ||
<string name="permissions_needed">Machtigingen vereist</string> | ||
<string name="download_prompt">Songteksten ophalen voor %1$s nummers?</string> | ||
<string name="yes">Ja</string> | ||
<string name="no">Nee</string> | ||
<string name="please_wait">Even geduld…</string> | ||
<string name="noLyricsFoundNotification">Druk hier om de nummers te tonen waar geen songtekst van kon worden gevonden</string> | ||
|
||
|
||
<string name="trigger_settings_title">Trigger-instellingen</string> | ||
<string name="trigger_pos_summary">De positie van het gebied waarin de veeg wordt herkend</string> | ||
<string name="trigger_pos_title">Trigger-positie</string> | ||
<string name="trigger_offset_summary">Trigger-uitlijning</string> | ||
<string name="trigger_swipe_direction_summary">De richting waarin je veegt om de songtekst te tonen</string> | ||
<string name="trigger_swipe_direction_title">Veegrichting</string> | ||
<string name="trigger_width_summary">Trigger-breedte</string> | ||
<string name="trigger_height_summary">Trigger-hoogte</string> | ||
<string name="trigger_vibration_summary">Trillen bij trigger-detectie in- of uitschakelen</string> | ||
<string name="trigger_vibration_title">Trillen</string> | ||
<string name="lyrics_panel_settings_title">Instellingen van songtekstpaneel</string> | ||
<string name="lyrics_panel_height_summary">Paneelhoogte</string> | ||
<string name="cache_settings_title">Cache</string> | ||
<string name="cache_all_summary">Alle door Lyrically getoonde songteksten opslaan in cache</string> | ||
<string name="cache_all_title">Alles cachen</string> | ||
|
||
<string name="color_settings_title">Kleurinstellingen</string> | ||
<string name="color_lyrics_panel">Songtekstpaneel</string> | ||
<string name="color_song_title">Titel</string> | ||
<string name="color_lyrics">Songtekst</string> | ||
|
||
<string name="update_settings_title">Updates</string> | ||
<string name="check_updates_title">Controleren op updates</string> | ||
<string name="check_updates_summary">Lyrically controleert één keer per week op updates</string> | ||
|
||
</resources> |