messages.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. {
  2. "appliesToEverything": {
  3. "message": "Tutto",
  4. "description": "Text displayed for styles that apply to all sites"
  5. },
  6. "linterIssues": {
  7. "message": "Problemi",
  8. "description": "Label for the CSS linter issues block on the style edit page"
  9. },
  10. "defaultTheme": {
  11. "message": "predefinito",
  12. "description": "Default CodeMirror CSS theme option on the edit style page"
  13. },
  14. "bckpInstStyles": {
  15. "message": "Esporta stili",
  16. "description": ""
  17. },
  18. "optionsUpdateInterval": {
  19. "message": "Controlla e installa automaticamente tutti gli aggiornamenti stili disponibili (in ore)",
  20. "description": ""
  21. },
  22. "exportLabel": {
  23. "message": "Esporta",
  24. "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
  25. },
  26. "installButton": {
  27. "message": "Installa",
  28. "description": "Label for install button"
  29. },
  30. "linterJSONError": {
  31. "message": "Formato JSON non valido",
  32. "description": "Setting linter config with invalid JSON"
  33. },
  34. "optionsBadgeNormal": {
  35. "message": "Colore sfondo",
  36. "description": ""
  37. },
  38. "updateCheckHistory": {
  39. "message": "Cronologia controlli aggiornamento",
  40. "description": ""
  41. },
  42. "enableStyleLabel": {
  43. "message": "Attiva",
  44. "description": "Label for the button to enable a style"
  45. },
  46. "styleMissingName": {
  47. "message": "Inserisci un nome",
  48. "description": "Error displayed when user saves without providing a name"
  49. },
  50. "genericHistoryLabel": {
  51. "message": "Cronologia",
  52. "description": "Used in various places to show a history log of something"
  53. },
  54. "shortcutsNote": {
  55. "message": "Definisci scorciatoie da tastiera",
  56. "description": ""
  57. },
  58. "appliesDomainOption": {
  59. "message": "URL nel dominio",
  60. "description": "Option to make the style apply to the entered string as a domain"
  61. },
  62. "checkForUpdate": {
  63. "message": "Verifica la presenza di aggiornamenti",
  64. "description": "Label for the button to check a single style for an update"
  65. },
  66. "optionsIconDark": {
  67. "message": "Temi browser scuri",
  68. "description": ""
  69. },
  70. "styleFromMozillaFormatError": {
  71. "message": "Importazione da formato Mozilla fallita",
  72. "description": "Label for the import error"
  73. },
  74. "optionsOpenManager": {
  75. "message": "Organizza stili",
  76. "description": ""
  77. },
  78. "updateAllCheckSucceededNoUpdate": {
  79. "message": "Nessun aggiornamento trovato",
  80. "description": "Text that displays when an update all check completed and no updates are available"
  81. },
  82. "importReportLegendAdded": {
  83. "message": "aggiunto",
  84. "description": "Text after the number of styles added in the report shown after importing styles"
  85. },
  86. "styleFromMozillaFormatPrompt": {
  87. "message": "Incolla il codice formato Mozilla",
  88. "description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
  89. },
  90. "helpAlt": {
  91. "message": "Guida",
  92. "description": "Alternate text for help buttons"
  93. },
  94. "search": {
  95. "message": "Cerca",
  96. "description": "Label before the search input field in the editor shown on Ctrl-F"
  97. },
  98. "versionInvalidOlder": {
  99. "message": "La versione dello stile è più vecchia di quella installata.",
  100. "description": "Displayed when the version of style is older than the installed one"
  101. },
  102. "confirmYes": {
  103. "message": "Si",
  104. "description": "'Yes' button in a confirm dialog"
  105. },
  106. "findStylesForSite": {
  107. "message": "Trova più stili per questo sito",
  108. "description": "Text for a link that gets a list of styles for the current site"
  109. },
  110. "manageHeading": {
  111. "message": "Stili installati",
  112. "description": "Heading for the manage page"
  113. },
  114. "styleEnabledLabel": {
  115. "message": "Attivato",
  116. "description": "Label for the enabled state of styles"
  117. },
  118. "styleToMozillaFormatHelp": {
  119. "message": "Il formato Mozilla del codice può essere utilizzato con Stylish per Firefox e può essere inviato a userstyles.org.",
  120. "description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
  121. },
  122. "sectionAdd": {
  123. "message": "Aggiungi un'altra sezione",
  124. "description": "Label for the button to add a section"
  125. },
  126. "styleSaveLabel": {
  127. "message": "Salva",
  128. "description": "Label for save button for style editing"
  129. },
  130. "genericSavedMessage": {
  131. "message": "Salvato",
  132. "description": "Used in various parts of the UI to indicate that something was saved"
  133. },
  134. "confirmDelete": {
  135. "message": "Elimina",
  136. "description": ""
  137. },
  138. "confirmDefault": {
  139. "message": "Utilizza predefinito",
  140. "description": "'Set to default' button in a confirm dialog"
  141. },
  142. "confirmCancel": {
  143. "message": "Annulla",
  144. "description": ""
  145. },
  146. "retrieveBckp": {
  147. "message": "Importa stili",
  148. "description": ""
  149. },
  150. "writeStyleForURL": {
  151. "message": "questo URL",
  152. "description": "Text for link in toolbar pop-up to write a new style for the current URL"
  153. },
  154. "optionsSubheading": {
  155. "message": "Più Opzioni",
  156. "description": "Subheading for options section on manage page."
  157. },
  158. "appliesAdd": {
  159. "message": "Aggiungi",
  160. "description": "Label for the button to add an 'applies' entry"
  161. },
  162. "appliesRegexpOption": {
  163. "message": "URL corrispondenti all'espressione regolare",
  164. "description": "Option to make the style apply to the entered string as a regular expression"
  165. },
  166. "importReportLegendUpdatedCode": {
  167. "message": "codice aggiornato",
  168. "description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
  169. },
  170. "styleInstall": {
  171. "message": "Installare \"$stylename$\" in Stylus?",
  172. "description": "Confirmation when installing a style",
  173. "placeholders": {
  174. "stylename": {
  175. "content": "$1"
  176. }
  177. }
  178. },
  179. "optionsBadgeDisabled": {
  180. "message": "Colore sfondo quanto disattivato",
  181. "description": ""
  182. },
  183. "optionsCheck": {
  184. "message": "Aggiorna stili",
  185. "description": ""
  186. },
  187. "manageText": {
  188. "message": "<a href='https://userstyles.org'>Ottieni stili da userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Otteini aiuto</a>",
  189. "description": "Help text on the manage page"
  190. },
  191. "manageOnlyLocal": {
  192. "message": "Solo stili creati localmente",
  193. "description": "Checkbox to show only locally created styles i.e. non-updatable"
  194. },
  195. "searchStyles": {
  196. "message": "Contenuti ricerca",
  197. "description": "Label for the search filter textbox on the Manage styles page"
  198. },
  199. "checkAllUpdatesForce": {
  200. "message": "Controlla di nuovo, non ho modificato nessuno stile!",
  201. "description": "Label for the button to apply all detected updates"
  202. },
  203. "disableStyleLabel": {
  204. "message": "Disattiva",
  205. "description": "Label for the button to disable a style"
  206. },
  207. "prefShowBadge": {
  208. "message": "Stili attivi per il sito attuale",
  209. "description": "Label for the checkbox controlling toolbar badge text."
  210. },
  211. "styleCancelEditLabel": {
  212. "message": "Torna a gestione",
  213. "description": "Label for cancel button for style editing"
  214. },
  215. "styleChangesNotSaved": {
  216. "message": "Hai apportato modifiche a questo stile senza salvare.",
  217. "description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
  218. },
  219. "importLabel": {
  220. "message": "Importa",
  221. "description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
  222. },
  223. "shortcuts": {
  224. "message": "Scorciatoie",
  225. "description": "Go to shortcut configuration"
  226. },
  227. "updateCheckFailServerUnreachable": {
  228. "message": "Aggiornamento non riuscito: server non raggiungibile.",
  229. "description": "Text that displays when an update check failed because the update server is unreachable"
  230. },
  231. "manageFilters": {
  232. "message": "Filtri",
  233. "description": "Label for filters container"
  234. },
  235. "applyAllUpdates": {
  236. "message": "Applica tutti gli aggiornamenti",
  237. "description": "Label for the button to apply all detected updates"
  238. },
  239. "optionsReset": {
  240. "message": "Reimposta le opzioni ai valori predefiniti",
  241. "description": ""
  242. },
  243. "optionsCustomizeUpdate": {
  244. "message": "Aggiornamenti",
  245. "description": ""
  246. },
  247. "deleteStyleConfirm": {
  248. "message": "Vuoi eliminare questo stile?",
  249. "description": "Confirmation before deleting a style"
  250. },
  251. "styleBadRegexp": {
  252. "message": "Regexp non valida.",
  253. "description": "Validation message for a bad regexp in a style"
  254. },
  255. "license": {
  256. "message": "Licenza",
  257. "description": "Label for the license"
  258. },
  259. "optionsHeading": {
  260. "message": "Opzioni",
  261. "description": "Heading for options section on manage page."
  262. },
  263. "appliesDisplay": {
  264. "message": "Applica a: $applies$",
  265. "description": "Text on the manage screen to describe what the style applies to",
  266. "placeholders": {
  267. "applies": {
  268. "content": "$1"
  269. }
  270. }
  271. },
  272. "optionsIconLight": {
  273. "message": "Temi browser chiari",
  274. "description": ""
  275. },
  276. "openStylesManager": {
  277. "message": "Apri gestore stili",
  278. "description": "Label for the style maanger opener in the browser action context menu."
  279. },
  280. "styleUpdate": {
  281. "message": "Sei sicuro di voler aggiornare '$stylename$'?",
  282. "description": "Confirmation when updating a style",
  283. "placeholders": {
  284. "stylename": {
  285. "content": "$1"
  286. }
  287. }
  288. },
  289. "dysfunctional": {
  290. "message": "Stylus non può funzionare in finestre anonime perché Firefox disattiva la connessione diretta al contesto della pagina di background interna dell'estensione.",
  291. "description": "Displayed in Firefox when its settings make Stylus dysfunctional"
  292. },
  293. "styleSectionsTitle": {
  294. "message": "Sezioni",
  295. "description": "Title for the style sections section"
  296. },
  297. "genericResetLabel": {
  298. "message": "Reimposta",
  299. "description": "Used in various parts of UI to indicate that something may be reset to its original state"
  300. },
  301. "editStyleTitle": {
  302. "message": "Modifica dello stile $stylename$",
  303. "description": "Title of the page for editing styles",
  304. "placeholders": {
  305. "stylename": {
  306. "content": "$1"
  307. }
  308. }
  309. },
  310. "updateCheckSucceededNoUpdate": {
  311. "message": "Lo stile è aggiornato.",
  312. "description": "Text that displays when an update check completed and no update is available"
  313. },
  314. "appliesUrlPrefixOption": {
  315. "message": "URL che iniziano con",
  316. "description": "Option to make the style apply to the entered string as a URL prefix"
  317. },
  318. "popupBordersTooltip": {
  319. "message": "Utile per temi scuri nelle nuove versioni di Chrome dato che non colora più i bordi laterali",
  320. "description": ""
  321. },
  322. "updateCheckManualUpdateHint": {
  323. "message": "Forzare un aggiornamento sovrascriverà tutte le modifiche locali",
  324. "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
  325. },
  326. "installUpdateFromLabel": {
  327. "message": "Controlla aggiornamenti",
  328. "description": "Label for the checkbox to save current URL for update check"
  329. },
  330. "sectionHelp": {
  331. "message": "Le sezioni consentono di definire diverse parti di codice da applicare a diversi insiemi di URL dello stesso stile. Ad esempio, un unico stile potrebbe modificare la home page di un sito diversamente da come modificherebbe il resto del sito.",
  332. "description": "Help text for sections"
  333. },
  334. "noStylesForSite": {
  335. "message": "Nessuno stile installato per questo sito.",
  336. "description": "Text displayed when no styles are installed for the current site"
  337. },
  338. "appliesDisplayTruncatedSuffix": {
  339. "message": "e altro ancora",
  340. "description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
  341. },
  342. "appliesRemove": {
  343. "message": "Rimuovi",
  344. "description": "Label for the button to remove an 'applies' entry"
  345. },
  346. "updatesCurrentlyInstalled": {
  347. "message": "Aggiornamenti installati:",
  348. "description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
  349. },
  350. "styleToMozillaFormatTitle": {
  351. "message": "Stile in formato Mozilla",
  352. "description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
  353. },
  354. "cm_colorpicker": {
  355. "message": "Selezionatore colore per colori CSS",
  356. "description": "Label for the checkbox controlling colorpicker option for the style editor."
  357. },
  358. "writeStyleFor": {
  359. "message": "Scrivi stile per:",
  360. "description": "Label for toolbar pop-up that precedes the links to write a new style"
  361. },
  362. "replace": {
  363. "message": "Sostituisci",
  364. "description": "Label before the replace input field in the editor shown on Ctrl-H"
  365. },
  366. "appliesLabel": {
  367. "message": "Vale per",
  368. "description": "Label for 'applies to' fields on the edit/add screen"
  369. },
  370. "openOptionsPopup": {
  371. "message": "Opzioni",
  372. "description": "Go to Options UI"
  373. },
  374. "openManage": {
  375. "message": "Gestisci gli stili installati",
  376. "description": "Link to open the manage page."
  377. },
  378. "updateCheckFailBadResponseCode": {
  379. "message": "Aggiornamento non riuscito: il server ha risposto con il codice $code$.",
  380. "description": "Text that displays when an update check failed because the response code indicates an error",
  381. "placeholders": {
  382. "code": {
  383. "content": "$1"
  384. }
  385. }
  386. },
  387. "appliesSpecify": {
  388. "message": "Specifica",
  389. "description": "Label for the button to make a style apply only to specific sites"
  390. },
  391. "installUpdate": {
  392. "message": "Installa aggiornamento",
  393. "description": "Label for the button to install an update for a single style"
  394. },
  395. "optionsCheckUpdate": {
  396. "message": "Controlla e installa gli aggiornamenti disponibili",
  397. "description": ""
  398. },
  399. "filteredStyles": {
  400. "message": "$numShown$ mostrati di $numTotal$ totali",
  401. "description": "TL note - make this message short",
  402. "placeholders": {
  403. "numTotal": {
  404. "content": "$2"
  405. },
  406. "numShown": {
  407. "content": "$1"
  408. }
  409. }
  410. },
  411. "importReportTitle": {
  412. "message": "Importazione stili terminata",
  413. "description": "Title of the report shown after importing styles"
  414. },
  415. "styleMozillaFormatHeading": {
  416. "message": "Formato Mozilla",
  417. "description": "Heading for the section with buttons to import/export Mozilla format of the style"
  418. },
  419. "sectionRemove": {
  420. "message": "Rimuovi sezione",
  421. "description": "Label for the button to remove a section"
  422. },
  423. "searchStylesTooltip": {
  424. "message": "Per mostrare gli stili per un URL, inserisci il prefisso 'url:'\nAd esempio, url:https://github.com/openstyles/stylus",
  425. "description": "Label for the search filter textbox on the Manage styles page"
  426. },
  427. "disableAllStyles": {
  428. "message": "Disattiva tutti gli stili",
  429. "description": "Label for the checkbox that turns all enabled styles off."
  430. },
  431. "undoGlobal": {
  432. "message": "Annulla in tutte le sezioni",
  433. "description": "CSS-beautify global Undo button label"
  434. },
  435. "updateCompleted": {
  436. "message": "Aggiornamento completato.",
  437. "description": "Text that displays when an update completed"
  438. },
  439. "dysfunctionalBackgroundConnection": {
  440. "message": "Non può funzionare correttamente a causa di un bug conosciuto in questa versione di Firefox: chrome.extension.getBackgroundPage() non restituisce un risultato valido",
  441. "description": "Displayed in style manager when unable to connect to the background page"
  442. },
  443. "checkingForUpdate": {
  444. "message": "Verifica in corso...",
  445. "description": "Text to display when checking a style for an update"
  446. },
  447. "popupManageTooltip": {
  448. "message": "Shift-click o click destro apre il gestore con gli stili applicabili per il sito corrente",
  449. "description": "Tooltip for the 'Manage' button in the popup."
  450. },
  451. "manageFaviconsHelp": {
  452. "message": "Stylus utilizza un servizio esterno https://www.google.com/s2/favicons",
  453. "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
  454. },
  455. "styleInstallOverwrite": {
  456. "message": "'$stylename$' è già installato. Vuoi sovrascriverlo?\nVersione: $oldVersion$ -> $newVersion$",
  457. "description": "Confirmation when re-installing a style",
  458. "placeholders": {
  459. "stylename": {
  460. "content": "$1"
  461. },
  462. "newVersion": {
  463. "content": "$3"
  464. },
  465. "oldVersion": {
  466. "content": "$2"
  467. }
  468. }
  469. },
  470. "updateCheckSkippedLocallyEdited": {
  471. "message": "Questo stile è stato editato localmente.",
  472. "description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
  473. },
  474. "linterRulesLink": {
  475. "message": "Vedi una lista completa di regole",
  476. "description": "Stylelint or CSSLint rules label added immediately before a link"
  477. },
  478. "optionsResetButton": {
  479. "message": "Reimposta opzioni",
  480. "description": ""
  481. },
  482. "sectionCode": {
  483. "message": "Codice",
  484. "description": "Label for the code for a section"
  485. },
  486. "optionsAdvancedContextDelete": {
  487. "message": "Aggiungi 'Elimina' al menu contestuale dell'editor",
  488. "description": ""
  489. },
  490. "configureStyle": {
  491. "message": "Configura",
  492. "description": "Label for the button to configure userstyle"
  493. },
  494. "cm_smartIndent": {
  495. "message": "Usa indentazione intelligente",
  496. "description": "Label for the checkbox controlling smart indentation option for the style editor."
  497. },
  498. "styleRegexpTestButton": {
  499. "message": "Test RegExp",
  500. "description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
  501. },
  502. "appliesHelp": {
  503. "message": "Utilizza i controlli \"Applica a\" per limitare gli URL a cui viene applicato il codice in questa sezione.",
  504. "description": "Help text for 'applies to' section"
  505. },
  506. "editStyleHeading": {
  507. "message": "Modifica di stili",
  508. "description": "Title of the page for editing styles"
  509. },
  510. "editDeleteText": {
  511. "message": "Elimina",
  512. "description": "Label for the context menu item in the editor to delete selected text"
  513. },
  514. "cm_autocompleteOnTyping": {
  515. "message": "Completamento automatico durante digitazione",
  516. "description": "Label for the checkbox in the style editor."
  517. },
  518. "styleMetaErrorColor": {
  519. "message": "$color$ non è un colore valido",
  520. "description": "Error displayed when the value of @var color is invalid",
  521. "placeholders": {
  522. "color": {
  523. "content": "$1"
  524. }
  525. }
  526. },
  527. "manageOnlyDisabled": {
  528. "message": "Solo stili disattivati",
  529. "description": "Checkbox to show only disabled styles"
  530. },
  531. "cm_matchHighlightSelection": {
  532. "message": "Solo selezione",
  533. "description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
  534. },
  535. "stylusUnavailableForURL": {
  536. "message": "Stylus non funziona in pagine come questa.",
  537. "description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
  538. },
  539. "popupBorders": {
  540. "message": "Aggiungi bordi bianchi sui lati",
  541. "description": ""
  542. },
  543. "manageOnlyUpdates": {
  544. "message": "Solo con aggiornamenti o problemi",
  545. "description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
  546. },
  547. "addStyleTitle": {
  548. "message": "Aggiunta di stili",
  549. "description": "Title of the page for adding styles"
  550. },
  551. "externalLink": {
  552. "message": "Link esterno",
  553. "description": "Label for external links"
  554. },
  555. "importReplaceLabel": {
  556. "message": "Sovrascrivi stile",
  557. "description": "Label for the button to import and overwrite current style"
  558. },
  559. "optionsAdvanced": {
  560. "message": "Avanzato",
  561. "description": ""
  562. },
  563. "alphaChannel": {
  564. "message": "Opacità",
  565. "description": "Label of color's opacity"
  566. },
  567. "editorStylesButton": {
  568. "message": "Cerca stili editor",
  569. "description": "Find styles for the editor"
  570. },
  571. "optionsOpen": {
  572. "message": "Apri",
  573. "description": ""
  574. },
  575. "manageOnlyExternal": {
  576. "message": "Solo stili esterni",
  577. "description": "Checkbox to show only externally installed styles i.e. updatable"
  578. },
  579. "replaceAll": {
  580. "message": "Sostituisci tutto",
  581. "description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
  582. },
  583. "importReportUnchanged": {
  584. "message": "Non è stato cambiato nulla.",
  585. "description": "Message in the report shown after importing styles"
  586. },
  587. "optionsActions": {
  588. "message": "Azioni",
  589. "description": ""
  590. },
  591. "checkAllUpdates": {
  592. "message": "Verifica la disponibilità di aggiornamenti per tutti gli stili",
  593. "description": "Label for the button to check all styles for updates"
  594. },
  595. "openOptionsManage": {
  596. "message": "Opzioni UI",
  597. "description": "Go to Options UI"
  598. },
  599. "installUpdateFrom": {
  600. "message": "Attualmente lo stile è aggiornato da $url$",
  601. "description": "Label to describe where the style gets update",
  602. "placeholders": {
  603. "url": {
  604. "content": "$1"
  605. }
  606. }
  607. },
  608. "optionsPopupWidth": {
  609. "message": "Larghezza popup (in pixel)",
  610. "description": ""
  611. },
  612. "installButtonReinstall": {
  613. "message": "Reinstalla",
  614. "description": "Label for reinstall button"
  615. },
  616. "appliesLineWidgetWarning": {
  617. "message": "Non funziona con CSS minificato",
  618. "description": "A warning that applies-to information won't show properly with minified CSS"
  619. },
  620. "undo": {
  621. "message": "Annulla",
  622. "description": "Button label"
  623. },
  624. "externalSupport": {
  625. "message": "Supporto",
  626. "description": "Label for the external link to style's support site"
  627. },
  628. "confirmSave": {
  629. "message": "Salva",
  630. "description": "'Save' button in a confirm dialog"
  631. },
  632. "genericDisabledLabel": {
  633. "message": "Disattivato",
  634. "description": "Used in various lists/options to indicate that something is disabled"
  635. },
  636. "replaceWith": {
  637. "message": "Sostituisci con",
  638. "description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
  639. },
  640. "deleteStyleLabel": {
  641. "message": "Elimina",
  642. "description": "Label for the button to delete a style"
  643. },
  644. "updateCheckManualUpdateForce": {
  645. "message": "Installa aggiornamento (le modifiche locali verranno sovrascritte)",
  646. "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
  647. },
  648. "styleInstallFailed": {
  649. "message": "Installazione stile fallita!\n$error$",
  650. "description": "Warning when installation failed",
  651. "placeholders": {
  652. "error": {
  653. "content": "$1"
  654. }
  655. }
  656. },
  657. "addStyleLabel": {
  658. "message": "Scrivi nuovo stile",
  659. "description": "Label for the button to go to the add style page"
  660. },
  661. "optionsUpdateIntervalNote": {
  662. "message": "Per disattivare il controllo automatico degli aggiornamenti degli stili, imposta l'intervallo a 0",
  663. "description": ""
  664. },
  665. "installButtonUpdate": {
  666. "message": "Aggiorna",
  667. "description": "Label for update button"
  668. },
  669. "manageOnlyEnabled": {
  670. "message": "Solo stili attivati",
  671. "description": "Checkbox to show only enabled styles"
  672. },
  673. "editStyleLabel": {
  674. "message": "Modifica",
  675. "description": "Label for the button to go to the edit style page"
  676. },
  677. "installButtonInstalled": {
  678. "message": "Installato",
  679. "description": "Text displayed when the style is successfully installed"
  680. },
  681. "author": {
  682. "message": "Autore",
  683. "description": "Label for the style author"
  684. },
  685. "cm_theme": {
  686. "message": "Tema",
  687. "description": "Label for the style editor's CSS theme."
  688. },
  689. "popupOpenEditInWindow": {
  690. "message": "Apri editor in una nuova finestra",
  691. "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
  692. },
  693. "backupMessage": {
  694. "message": "Seleziona un file o trascinalo in questa pagina.",
  695. "description": "Message for backup"
  696. },
  697. "importReportUndone": {
  698. "message": "gli stili sono stati ripristinati",
  699. "description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
  700. },
  701. "helpKeyMapCommand": {
  702. "message": "Inserisci il nome di un comando",
  703. "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
  704. },
  705. "description": {
  706. "message": "Modifica lo stile del Web con Stylus, un gestore di stili utente. Stylus consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti.",
  707. "description": "Extension description"
  708. },
  709. "confirmClose": {
  710. "message": "Chiudi",
  711. "description": "'Close' button in a confirm dialog"
  712. }
  713. }