This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from eagleman:patch-1
Italian file for Search Deflector
- Loading branch information
Showing
1 changed file
with
48 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,48 @@ | ||
// All Italian IT translations for the configuration user interface. | ||
|
||
// Page and window titles | ||
title.window: Configura Search Deflector | ||
title.settings_page: Impostazioni | ||
title.language_page: Lingua | ||
title.update_page: Aggiorna | ||
|
||
// Text fragments used in labels | ||
//// Settings page | ||
fragment.version: Versione | ||
fragment.author: Autore | ||
//// Update page | ||
fragment.current_version: Versione Attuale | ||
fragment.build_date: Data della Build | ||
fragment.latest_version: Versione più recente | ||
fragment.uploader: Caricatore | ||
fragment.timestamp: Data e Ora | ||
fragment.binary_size: Dimensione file Eseguibile | ||
fragment.download_count: Conteggio Download | ||
|
||
// Labels used for input fields and options | ||
//// Settings page | ||
label.browser_name: Browser Preferito | ||
label.browser_path: Eseguibile del Browser | ||
label.engine_name: Motore di Ricerca Preferito | ||
label.engine_url: URL Personalizzato del motore di Ricerca | ||
label.profile_dir: Profilo Utente di Chrome/Firefox | ||
label.enable_profile: Abilita | ||
//// Language page | ||
label.language_select: Lingua dell'interfaccia | ||
|
||
// Static options in dropdown menus or radio button groups | ||
//// Settings page | ||
option.custom_browser: Personalizzato | ||
option.default_browser: Predefinito di Sistema | ||
option.custom_engine: Personalizzato | ||
//// Language page | ||
option.default_language: Predefinito di Sistema | ||
|
||
// Button label text | ||
//// Settings page | ||
button.apply: Applica | ||
button.website: Sito Web | ||
button.close: Chiudi | ||
//// Update page | ||
button.update: Aggiorna | ||
button.details: Dettagli |