$office = new Cubedesigners_Form_CMS_Sub_Contact_Office();
$this->setBaseSubForm($office);
- $this->setBaseLegend('Edition du bureau « $coordonnees »');
- $this->setNewLegend('Nouveau bureau');
+ $this->setBaseLegend('Edit office « $coordonnees »');
+ $this->setNewLegend('New office');
}
}
public function init() {
$nom = new Zend_Form_Element_Text('nom');
- $nom->setLabel('Nom');
+ $nom->setLabel('Name');
$this->addElement($nom);
parent::init();
$tel = new CubeIT_Form_Element_Phone('tel');
- $tel->setLabel('Téléphone');
+ $tel->setLabel('Phone');
$this->addElement($tel);
$fax = new CubeIT_Form_Element_Phone('fax');
parent::init();
$icon = new CubeIT_Form_Element_File_Image('icon');
- $icon->setLabel('Icône');
+ $icon->setLabel('Icon');
$this->addElement($icon);
}
parent::init();
$zoom = new CubeIT_Form_Element_Int('zoom');
- $zoom->setLabel('Niveau de zoom');
+ $zoom->setLabel('Zoom level');
$this->addElement($zoom);
$centre = new CubeIT_Form_Adresse('centre');
- $centre->setLegend('Centrer la carte sur');
+ $centre->setLegend('Center map on');
$this->addSubForm($centre, 'centre');
$google = new CubeIT_Form_Element_Url('googleLink');
- $google->setLabel('Lien vers plan agrandi');
+ $google->setLabel('Link to Google map');
$this->addElement($google);
}
$this->setTitle('Edition des paramètres du site');
$locales = new CubeIT_Form_Element_LocalesMultiCheckbox('localesEnabled');
- $locales->setLabel('Langues actives');
+ $locales->setLabel('Enabled locales');
$this->addElement($locales);
$longTitle = new Zend_Form_Element_Text('longTitle');
- $longTitle->setLabel('Titre long par défaut (limité à 65 caractères)');
+ $longTitle->setLabel('Default long title');
$longTitle->setAttrib('maxlength', 65);
$this->addElementLocalized($longTitle);
$description = new CubeIT_Form_Element_Textarea('description');
- $description->setLabel('Description de la page par défaut (limité à 160 caractères)');
+ $description->setLabel('Default description');
$description->setAttrib('maxlength', 160);
$description->setAttrib('rows', 2);
$this->addElementLocalized($description);
*/
$logoTitle = new Zend_Form_Element_Text('logoTitle');
- $logoTitle->setLabel('Titre (logo)');
+ $logoTitle->setLabel('Logo title');
$this->addElementLocalized($logoTitle);
/* BLOC CONTACT */
$contact->setLabel('Contact details');
$this->addSubFormLocalized($contact, 'contact');
- /* BLOC SUIVEZ-NOUS */
- $followus = new Cubedesigners_Form_CMS_Sub_Followus();
- $followus->setLabel('Bloc Suivez-nous');
- $this->addSubFormLocalized($followus, 'followus');
/* COPYRIGHT */
$copyright = new Zend_Form_Element_Text('copyright');
- $copyright->setLabel('Copyright du bas de page');
+ $copyright->setLabel('Footer copyright');
$this->addElementLocalized($copyright);
-
-
- $privacy = new CubeIT_Form_Element_Markitup('privacy_text');
- $privacy->setLabel(__('Mention vie privée'));
- $this->addElement($privacy);
- }
+ }
}
parent::init();
$adresse = new CubeIT_Form_Element_Textarea('adresse');
- $adresse->setLabel(__('Adresse postale'));
+ $adresse->setLabel('Address');
$adresse->setAttrib('rows', 2);
$adresse->setOrder(10);
$adresse->setTranslate(false);
$this->addElement($adresse);
$code_postal = new CubeIT_Form_Element_Text('code_postal');
- $code_postal->setLabel(__('Code postal'));
+ $code_postal->setLabel('Post code');
$code_postal->setTranslate(false);
$code_postal->setOrder(20);
$this->addElement($code_postal);
$ville = new CubeIT_Form_Element_Text('ville');
- $ville->setLabel(__('Ville'));
+ $ville->setLabel('City');
$ville->setOrder(30);
$ville->setTranslate(false);
$this->addElement($ville);
$pays = new CubeIT_Form_Element_Country('pays');
- $pays->setLabel(__('Pays'));
+ $pays->setLabel('Country');
$pays->setDetectCountry();
$pays->setOrder(40);
$this->addElement($pays);
@import "00-constants";
#cookieBanner {
+ display: none;
background-color: #2d3035;
}
\ No newline at end of file