forked from dkim0419/SoundRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
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,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> |