Skip to content

Commit

Permalink
Create strings.xml
Browse files Browse the repository at this point in the history
Add Italian translation
  • Loading branch information
Michael Moroni committed Nov 22, 2015
1 parent c1cf418 commit 204fc1d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- Toolbar -->
<string name="app_name">Registratore suoni</string>
<string name="action_licenses">Licenze</string>
<string name="action_settings">Impostazioni</string>
<string name="tab_title_record">Registra</string>
<string name="tab_title_saved_recordings">Registrazioni salvate</string>

<!-- Toasts -->
<string name="toast_recording_start">Inizio registrazione</string>
<string name="toast_recording_finish">Registazione salvata in</string>
<string name="toast_file_delete">%1$s eliminato con successo</string>
<string name="toast_file_exists">Il file %1$s già esiste. Scegliere un nome del file differente.</string>

<!-- Notifications -->
<string name="notification_recording">Registrazione...</string>

<!-- Dialogs -->
<string name="dialog_title_delete">Conferma cancellazione</string>
<string name="dialog_text_delete">Sei sicuro di voler cancellare questo file?</string>
<string name="dialog_title_licenses">Licenze open source</string>
<string name="dialog_title_rename">Rinomina file</string>
<string name="dialog_title_options">Opzioni</string>

<string name="dialog_file_rename">Rinomina file</string>
<string name="dialog_file_delete">Elimina file</string>
<string name="dialog_action_cancel">Elimina</string>
<string name="dialog_action_ok">OK</string>
<string name="dialog_action_yes">Sì</string>
<string name="dialog_action_no">No</string>

<string name="no_saved_recordings_message">Nessuna registrazione salvata</string>
<string name="pause_recording_button">Pausa</string>
<string name="resume_recording_button">Riprendi</string>
<string name="default_file_name">Le mie registrazioni</string>
<string name="record_prompt">Premi il bottone per iniziare a registrare</string>
<string name="record_in_progress">Registrazione in corso</string>

</resources>

0 comments on commit 204fc1d

Please sign in to comment.