| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,86 @@ |
| 1 |
+<!-- |
|
| 2 |
+ ~ Copyright (c) 2023 Samson Achiaga |
|
| 3 |
+ ~ |
|
| 4 |
+ ~ Licensed under the Apache License, Version 2.0 (the "License"); |
|
| 5 |
+ ~ you may not use this file except in compliance with the License. |
|
| 6 |
+ ~ You may obtain a copy of the License at |
|
| 7 |
+ ~ |
|
| 8 |
+ ~ http://www.apache.org/licenses/LICENSE-2.0 |
|
| 9 |
+ ~ |
|
| 10 |
+ ~ Unless required by applicable law or agreed to in writing, software |
|
| 11 |
+ ~ distributed under the License is distributed on an "AS IS" BASIS, |
|
| 12 |
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
| 13 |
+ ~ See the License for the specific language governing permissions and |
|
| 14 |
+ ~ limitations under the License. |
|
| 15 |
+ --> |
|
| 16 |
+ |
|
| 17 |
+<resources> |
|
| 18 |
+ <string name="app_name">Audio Notes</string> |
|
| 19 |
+ <string name="display">Visualizzazione</string> |
|
| 20 |
+ <string name="theme">Tema</string> |
|
| 21 |
+ <string name="choose_theme">Scegli tema</string> |
|
| 22 |
+ <string name="description">Descrizione</string> |
|
| 23 |
+ <string name="note_title_required">Titolo della nota (obbligatorio)</string> |
|
| 24 |
+ <string name="new_note">Nuova Nota</string> |
|
| 25 |
+ <string name="save">Salva</string> |
|
| 26 |
+ <string name="add_note_button">Pulsante Aggiungi nota</string> |
|
| 27 |
+ <string name="back_button">Pulsante Indietro</string> |
|
| 28 |
+ <string name="delete_button">Pulsante Elimina</string> |
|
| 29 |
+ <string name="share_button">Pulsante Condividi</string> |
|
| 30 |
+ <string name="click_to_add_a_reminder_to_this_note">Aggiungi un promemoria a questa nota</string> |
|
| 31 |
+ <string name="record_button">Registra</string> |
|
| 32 |
+ <string name="reminder_button">Pulsante Promemoria</string> |
|
| 33 |
+ <string name="welcome_back">Bentornato</string> |
|
| 34 |
+ <string name="hi_there">Ehilà,</string> |
|
| 35 |
+ <string name="your_record_list_is_empty_click_the_button_below_to_get_started">L\'elenco delle registrazioni è vuoto. Clicca sul pulsante in basso per iniziare</string> |
|
| 36 |
+ <string name="about">Informazioni</string> |
|
| 37 |
+ <string name="attributions_amp_licence">Attribuzioni e Licenze</string> |
|
| 38 |
+ <string name="licenced_under_apache_licence_version_2_0">Rilasciato sotto Licenza Apache, Versione 2.0</string> |
|
| 39 |
+ <string name="app_version_licence_and_more">Versione dell\'app, licenza e altro</string> |
|
| 40 |
+ <string name="settings">Impostazioni</string> |
|
| 41 |
+ <string name="edit_note">Modifica Nota</string> |
|
| 42 |
+ <string name="alarm_icon">Icona Sveglia</string> |
|
| 43 |
+ <string name="modify">Modifica</string> |
|
| 44 |
+ <string name="delete">Elimina</string> |
|
| 45 |
+ <string name="no_reminder_set">Nessun promemoria</string> |
|
| 46 |
+ <string name="channelId">Notifica di Audio Notes</string> |
|
| 47 |
+ <string name="view_pager_title_audio_recording">Registra audio facilmente</string> |
|
| 48 |
+ <string name="view_pager_description_audio_recording">Prendere appunti non dovrebbe riguardare la digitazione o la scrittura da sole. Usa la funzione di registrazione vocale per registrare la tua nota in modo facile e veloce per migliorare la tua produttività</string> |
|
| 49 |
+ <string name="view_pager_title_notification">Notifiche Personalizzate</string> |
|
| 50 |
+ <string name="view_pager_description_notification">Imposta un promemoria per le tue note e ricevi una notifica all\'ora esatta per cui hai impostato il promemoria. Non devi più preoccuparti di dimenticare di controllare una nota.</string> |
|
| 51 |
+ <string name="view_pager_title_dark_mode">Progettato per te</string> |
|
| 52 |
+ <string name="view_pager_description_dark_mode">Prendere appunti non dovrebbe essere fantascienza. L\'app è stata progettata pensando a te per facilitare il modo in cui prendi appunti e anche per migliorare la tua produttività</string> |
|
| 53 |
+ <string name="record_player">Registratore</string> |
|
| 54 |
+ <string name="developer">Sviluppatore</string> |
|
| 55 |
+ <string name="contribute">Contribuisci</string> |
|
| 56 |
+ <string name="contribute_summary">Visualizza il progetto su GitHub</string> |
|
| 57 |
+ <string name="contact_feedback">Contatto e Feedback</string> |
|
| 58 |
+ <string name="get_started">Iniziamo</string> |
|
| 59 |
+ <string name="just_now">Proprio ora</string> |
|
| 60 |
+ <string name="a_minute_ago">un minuto fa</string> |
|
| 61 |
+ <string name="minutes_ago">minuti fa</string> |
|
| 62 |
+ <string name="an_hour_ago">un\'ora fa</string> |
|
| 63 |
+ <string name="hours_ago">ore fa</string> |
|
| 64 |
+ <string name="a_day_ago">un giorno fa</string> |
|
| 65 |
+ <string name="theme_system_default">Predefinito di sistema</string> |
|
| 66 |
+ <string name="theme_light">Chiaro</string> |
|
| 67 |
+ <string name="theme_dark">Scuro</string> |
|
| 68 |
+ <string name="now_playing">In riproduzione</string> |
|
| 69 |
+ <string name="title_required">Il titolo della nota è obbligatorio</string> |
|
| 70 |
+ <string name="permission_required">Questa autorizzazione è richiesta per abilitare le registrazioni audio</string> |
|
| 71 |
+ <string name="note_saved">Nota salvata</string> |
|
| 72 |
+ <string name="started_recording">Registrazione avviata</string> |
|
| 73 |
+ <string name="stopped_recording">Registrazione terminata</string> |
|
| 74 |
+ <string name="started_playing_recording">Riproduzione della registrazione avviata</string> |
|
| 75 |
+ <string name="stopped_playing_recording">Riproduzione della registrazione terminata</string> |
|
| 76 |
+ <string name="error_occurred">Si è verificato un errore</string> |
|
| 77 |
+ <string name="yes">Sì</string> |
|
| 78 |
+ <string name="no">No</string> |
|
| 79 |
+ <string name="delete_note">Elimina Nota</string> |
|
| 80 |
+ <string name="confirm_deletion">Sei sicuro di voler eliminare</string> |
|
| 81 |
+ <string name="all">Tutte</string> |
|
| 82 |
+ <string name="today">Oggi</string> |
|
| 83 |
+ <string name="upcoming">Imminenti</string> |
|
| 84 |
+ <string name="completed">Completate</string> |
|
| 85 |
+ <string name="record_note_before_saving">Registra la tua nota audio prima di salvare</string> |
|
| 86 |
+</resources> |
|
| 0 | 87 |
\ No newline at end of file |