|
1 | 1 | <resources> |
2 | 2 | <string name="app_name">Simple Flashlight</string> |
3 | | - <string name="app_launcher_name">Flashlight</string> |
4 | | - <string name="camera_error">Rilevamento fotocamera fallito</string> |
5 | | - <string name="camera_permission">Camera permission is necessary for proper stroboscope effect</string> |
| 3 | + <string name="app_launcher_name">Torcia</string> |
| 4 | + <string name="camera_error">Impossibile rilevare la fotocamera</string> |
| 5 | + <string name="camera_permission">Il permesso per accedere alla fotocamera è necessario per un corretto effetto stroboscopico</string> |
6 | 6 |
|
7 | 7 | <!-- Settings --> |
8 | 8 | <string name="bright_display">Mostra un pulsante per schermo luminoso</string> |
9 | | - <string name="show_stroboscope">Show a stroboscope button</string> |
10 | | - <string name="turn_flashlight_on">Turn flashlight on at startup</string> |
| 9 | + <string name="show_stroboscope">Mostra un pulsante stroboscopico</string> |
| 10 | + <string name="turn_flashlight_on">Accendi la torcia all\'avvio</string> |
11 | 11 |
|
12 | 12 | <!-- Strings displayed only on Google Playstore. Optional, but good to have --> |
13 | 13 | <!-- Short description has to have less than 80 chars --> |
14 | | - <string name="app_short_description">A simple flashlight without ads.</string> |
| 14 | + <string name="app_short_description">Una semlpice torcia senza pubblicità.</string> |
15 | 15 | <string name="app_long_description"> |
16 | | - A clean flashlight with an extra bright display and customizable stroboscope. If turned on via the app (not widget), it will prevent the device from falling asleep. |
| 16 | + Un torcia leggera con uno stroboscopio personalizzabile e con schermo luminoso. Se accesa tramite l\'applicazione (non il widget), impedirà al dispositivo di ibernarsi. |
17 | 17 |
|
18 | | - Comes with a 1x1 widget with customizable color. |
| 18 | + Include un widget 1x1 con colore personalizzabile. |
19 | 19 |
|
20 | | - Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too. |
| 20 | + Non contiene pubblicità o permessi non necessari. È completamente open source, fornisce anche un tema scuro. |
21 | 21 |
|
22 | | - This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com |
| 22 | + Questa applicazione fa parte di una serie. Si possono trovare le altre su http://www.simplemobiletools.com |
23 | 23 | </string> |
24 | 24 |
|
25 | 25 | <!-- |
|
0 commit comments