Skip to content

Commit

Permalink
Merge pull request #29 from DaveRev/patch-1
Browse files Browse the repository at this point in the history
Create lang.it.php
  • Loading branch information
kanduvisla committed Feb 4, 2013
2 parents 0328f9d + 50a5d76 commit 82113c4
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions lang/lang.it.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php

$about = array(
'name' => 'Italian',
'author' => array(
'name' => 'Davide Grobberio',
'email' => 'davide@zaniniadv.it',
'website' => 'http://www.zaniniadv.it'
),
'release-date' => '2013-01-27'
);

/**
* CKEditor
*/
$dictionary = array(

'CKEditor File Browser' =>
'CKEditor File Browser',

'Field to display as name' =>
'Campi da visualizzare come nome',

'Link template' =>
'Modello',

'Link templates:' =>
'Modelli:',

'Permitted sections for the file browser:' =>
'Sezioni cui è possibile impostare CKEditor:',

'Section' =>
'Sezioni',

'Section to get the entries from' =>
'Sezioni cui ottenere le voci',

'There are no sections available. Please select which sections are permitted to use the CKEditor file upload feature in the Symphony System Preferences.' =>
'Non ci sono sezioni al momento. Seleziona le sezioni in cui è possibile utilizzare l\'upload file CKEditor.',

'Use {$id} for the entry ID, and {$fieldname} for field-placeholders. If the field has a handle, this is automatically used.' =>
'Usa {$id} per selezionare l\'ID delle voci, e {$fieldname} per il campo segna-posto. Se il campo ha un "handle", questa viene automaticamente utilizzato.',

'create new' =>
'Crea nuovo',

'Styles: (one style per line: <code>h3.example { color: #f00; background: #0f0; }</code>) Class name is converted to name (h3.hello-world = Hello World).' =>
'Stili: (uno stile per riga: <code>h3.esempio { color: #f00; background: #0f0; }</code>) Il nome della classe viene convertito nel nome scelto (h3.hello-world = Hello World).',

);

0 comments on commit 82113c4

Please sign in to comment.