forked from tonyarnold/symphony-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 24
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 #29 from DaveRev/patch-1
Create lang.it.php
- Loading branch information
Showing
1 changed file
with
51 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,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).', | ||
|
||
); |