XLPage

This page contains the string mappings to convert PmWiki's prompts into Italian.

  
  ### Locale identifier, e.g. 'de' or 'cs_CZ.ISO-8859-2'
  'Locale' => 'it_IT',
  ### Time format, e.g. '%Y-%m-%d %H:%M EET'
  'TimeFmt' => '%d/%m/%Y ore %H:%M %Z',

  ### Standard layout strings
  'View' => 'Vedi',
  'Edit' => 'Modifica',
  'History' => 'Versioni',
  'Attach' => 'Allega',
  'Print' => 'Stampa',
  'Backlinks' => '',
  'Login' => '',
  'Logout' => '',
  'Recent Changes' => 'Modifiche recenti',
  'Search' => 'Cerca',
  'Page last modified on {$LastModified}' => 'Ultima modifica il {$LastModified}',
  'Go' => 'Vai',
  'All Recent Changes' => 'Tutte le modifiche recenti', 
  # access keys
  # 'ak_view' => '',
  # 'ak_edit' => 'e',
  # 'ak_history' => 'h',
  # 'ak_attach' => '',
  # 'ak_print' => '',
  # 'ak_backlinks' => '',
  # 'ak_logout' => '',
  # 'ak_recentchanges' => 'c',

  ### PageTitle/LinkText technical pages (for full list see page Localization.Localization)
  'RecentChanges' => 'Modifiche recenti',
  'AllRecentChanges' => 'Tutte le modifiche recenti',
  'GroupHeader' => '',
  'GroupFooter' => '',
  'SideBar' => '',
  'GroupAttributes' => '',

  ### Print layout strings
  'From $WikiTitle' => 'Da $WikiTitle',
  'Retrieved from {$PageUrl}' => 'Tratto da {$PageUrl}', 

  ### Page locations
  '{$SiteGroup}/EditQuickReference' => 'PmWikiIt/EditQuickReference', 
  '{$SiteGroup}/UploadQuickReference' => 'PmWikiIt/UploadQuickReference', 
  '{$SiteGroup}/Search' => 'PmWikiIt/Search',
  '{$SiteGroup}.PageNotFound' => '',

  ### Browse page strings
  'redirected from' => 'rediretto da',

  ### Edit page strings
  'Editing {*$FullName}' => 'Modifica {*$FullName}',
  'Save' => 'Salva', 
  'Save and edit' => 'Salva e continua',  
  'Publish' => '',
  'Save draft' => '',
  'Save draft and edit' => '',
  'Preview' => 'Anteprima',
  'Cancel' => 'Annulla',
  'Reset' => 'Ripristina',
  'Author' => 'Autore',
  'An author name is required.' => 'Il nome dell\'autore è obbligatorio',
  'Summary' => 'Sommario',
  'This is a minor edit' => 'Questa è una modifica minore',
  'Preview {*$FullName}' => 'Anteprima {*$FullName}',
  'End of preview -- remember to save' => 'Fine anteprima -- ricorda di salvare',
  'Page is unsaved' => 'La pagina non è salvata',
  'Top' => 'Torna su',
  # access keys
  # 'ak_save' => 's',
  # 'ak_saveedit' => 'u',
  # 'ak_preview' => 'p',
  # 'ak_savedraft' => 'd',
  # 'ak_textedit' => ',',
  # 'e_rows' => '23',
  # 'e_cols' => '60',

  ### Page history strings
  '{$FullName} History' => '{$FullName} Versioni',
  'Show minor edits' => 'Mostra le modifiche minori',
  'Hide minor edits' => 'Nascondi le modifiche minori',
  'Show changes to markup' => 'Mostra le modifiche da evidenziare',
  'Show changes to output' => 'Mostra le modifiche',
  'by' => 'di',
  'Restore' => 'Ripristina',
  'Added line $DiffLines:' => 'Aggiunta la linea $DiffLines:',
  'Added lines $DiffLines:' => 'Aggiunte le linee $DiffLines:',
  'Changed line $DiffLines from:' => 'Modificata la linea $DiffLines: da:',
  'Changed lines $DiffLines from:' => 'Modificate le linee $DiffLines: da:',
  'Deleted line $DiffLines:' => 'Cancellata la linea $DiffLines:',
  'Deleted lines $DiffLines:' => 'Cancellate le linee $DiffLines:',
  'to:' => 'a:',

  ### Page attribute strings
  'Attributes' => 'Attributi',
  '{$FullName} Attributes' => 'Attributi di $FullName',
  'Set new read password:' => 'Imposta nuova password di lettura:',
  'Set new edit password:' => 'Imposta nuova password di scrittura:',
  'Set new attribute password:' => 'Imposta nuova password per modifica attributi:',
  'Set new publish password:' => '',
  'Set new upload password:' => 'Imposta nuova password di upload:', 
  '(set by $PWSource)' => '(impostata da $PWSource)',
  '(using $PWCascade password)' => '',
  '(protected)' => '',
  'EnterAttributes' => "Inserisci nuovi attributi per questa pagina. Lascia il campo bianco per lasciare l'attributo alla precedente impostazione. Per eliminare un attributo inserisci 'clear'",
  'The page has an "attr" attribute and cannot be deleted.' => '',

  ## Authorization strings
  'Name' => 'Pseudonimo',
  'Password' => 'Password',
  'Password required' => 'Password obbligatoria',
  'Name/password not recognized' => 'Nome o password non riconosciuti',

  ### Search strings
  'Search Results' => 'Risultato della ricerca',
  'SearchFor' => 'Ricerca per <em>$Needle</em>',
  'SearchFound' => 'Trovate $MatchCount pagine su $MatchSearched esaminate.',

  ### Upload strings
  'Attachments for' => 'Allegati di',
  'File to upload:' => 'Oggetto da allegare:',
  'Name attachment as:' => 'Nome da dare all\'allegato:',
  'Upload' => 'Allega',
  'Uploads' => 'Allega',
  'ULsuccess' => 'caricamento avvenuto',
  'ULbadname' => 'nome file non valido',
  'ULbadtype' => "tipo file '$upext' non permesso",
  'ULtoobig' => 'il file supera la dimensione massima permessa dal webserver',
  'ULtoobigext' => "il file supera la dimensione massima di $upmax byte per file di tipo '$upext'",
  'ULpartial' => 'ricezione file incompleta',
  'ULnofile' => 'nessun file caricato',
  'ULexists' => 'file gi&agrave; esistente',
  'ULpquota' => 'quota del gruppo superata',
  'ULtquota' => "quota per l'upload superata",

  ### GuiEdit button bar
  'Emphasized' => '',
  'Emphasized (italic)' => 'Corsivo',
  'Strong' => '',
  'Strong (bold)' => 'Neretto',
  'Page link' => 'Link',
  'Link to internal page' => 'Link Pagina',
  'link text' => 'Testo del link',
  'Link to external page' => 'Link Pagina Esterna',
  'file.ext' => '',
  'Attach file' => 'Allega File',
  'Big text' => 'Caratteri grandi',
  'Small text' => 'Caratteri piccoli',
  'Superscript' => 'Esponente',
  'Subscript' => 'Deponente',
  'Heading' => 'Titolo',
  'Subheading' => 'Sottotitolo',
  'Center' => 'Centra',
  'Unordered list' => 'Elenco non ordinato',
  'Unordered (bullet) list' => 'Elenco puntato',
  'Ordered list' => 'Elenco ordinato',
  'Ordered (numbered) list' => 'Elenco numerato',
  'Indented text' => 'Testo rientrato',
  'Hanging indent' => 'Prima riga non indentata',
  'Horizontal rule' => 'Riga Orizzontale',
  'Table' => 'Tabella',
  # access keys
  # 'ak_em' => '',
  # 'ak_strong' => '',

  ### Others
  '(approve sites)' => '(approva siti)',
  'This post has been blocked by the administrator' => 'Questo post &egrave; stato bloccato dall'amministratore',
  'Address blocked from posting' => '',
  'Text blocked from posting' => '',
  'Password encryption' => 'Cifratura della password',
  'EditConflict' => 'La pagina che stai modificando &egrave; cambiata dal momento in cui hai cominciato. Le modifiche sono state incluse nel testo sottostante, puoi verificare il risultato dell\'inclusione prima di salvare. I conflitti che il sistema non &egrave; riuscito a risolvere sono inclusi tra &lt;&lt;&lt;&lt;&lt;&lt;&lt; e &gt;&gt;&gt;&gt;&gt;&gt;&gt;.'
  'EditWarning' => "The page you are editing has been modified since you started editing it.  If you continue, your changes will overwrite any changes that others have made.",
  'View changes' => 'Visualizza modifiche',
  '?invalid page name' => '',
  'More information' => '',
  "PmWiki can't process your request" => '',
  'We are sorry for any inconvenience' => '',
  'Return to' => '',

  ### Historical
  'Save as draft' => 'Salva come bozza',  
  'not found' => 'non trovato',
  ## pre-2.1 phrases
  'Page last modified on $LastModified' => 'Ultima modifica il $LastModified',
  'Editing `{$FullName}' => 'Modifica `{$FullName}',
  'Describe $Name here.' => 'Descrizione della pagina $Name.', 
  'Preview `{$FullName}' => 'Anteprima',
  '$FullName History' => '$FullName Versioni',
  'Page Attributes' => 'Attributi della pagina',
  '$FullName Attributes' => 'Attributi di $FullName',
  'Printable View' => 'Versione stampabile', 
  'Page History' => 'Versioni pagina', 
  'Edit Page' => 'Modifica pagina', 
  'WikiHelp' => 'AiutoWiki', 
  'Retrieved from $PageUrl' => 'Tratto da $PageUrl', 
  'PmWiki/WikiHelp' => 'PmWikiIt/AiutoWiki', 
  'PmWiki.EditQuickReference' => 'PmWikiIt.EditQuickReference', 
  'Main/SearchWiki' => 'PmWikiIt/Search',


Notes

Notes

  • Created 2004-02-09 by Pm from translations provided by Carlo Strozzi
  • Updated 2004-12-05 by Pm for PmWiki 2
  • Updated 2004-12-14 by scoid for PmWiki 2
  • Updated 2005-05-01 by Giorgio for PmWiki 2
  • Updated 2005-11-22 by Blues for PmWiki 2
  • Updated 2007-02-07 by SteP - added HTML character entities & some translations
  • Updated 2007-10-21 by rigo - added some translations


Pagina originale: PmWikiIt.XLPage - Backlinks

Ultime modifiche:
PmWikiIt.XLPage: 15/01/2022 ore 16:39 UTC