Merge
This commit is contained in:
parent
97f2d63ae7
commit
83fb8d486d
@ -75,7 +75,6 @@ class EvaluationController extends Zend_Controller_Action
|
||||
if ( $histoScores->nbReponses>1 ) {
|
||||
|
||||
$data = array();
|
||||
$data['unite'] = '';
|
||||
foreach ($histoScores->result->item as $item) {
|
||||
$d = array(
|
||||
'date' => $item->date,
|
||||
@ -95,33 +94,40 @@ class EvaluationController extends Zend_Controller_Action
|
||||
if( $cache->exist($path.$file) ){
|
||||
$return = $file;
|
||||
} else {
|
||||
if( count($data)<=1 ){
|
||||
if( count($data)<1 ){
|
||||
$return = null;
|
||||
} else {
|
||||
$labelsX = array();
|
||||
$labelsY = array();
|
||||
$dataX1 = array();
|
||||
$dataX2 = array();
|
||||
$dataX = array();
|
||||
foreach($data['data'] as $value){
|
||||
$dataX1[] = $value['value'];
|
||||
$labelsX[] = $value['date'];
|
||||
$dataX[] = $value['value'];
|
||||
$date = new Zend_Date($value['date'], 'yyyy-MM-dd');
|
||||
$labelsX[] = $date->toString('dd/MM/yyyy');
|
||||
}
|
||||
$i=-100; while($i>100){
|
||||
$labelsY[] = $i;
|
||||
}
|
||||
$c = new XYChart(500, 250);
|
||||
$c->setPlotArea(70, 10, 450, 200);
|
||||
$c->yAxis->setTitle($data['unite']);
|
||||
|
||||
$c = new XYChart(600, 300);
|
||||
$c->setPlotArea(40, 10, 540, 200, 0xE9EDFF, 0xFFFFFF, 0xC0C0C0, 0xC0C0C0, 0xC0C0C0);
|
||||
$c->xAxis->setTitle("Date");
|
||||
$c->xAxis->setColors(0x777777, 0x444444, 0x777777);
|
||||
$c->xAxis->setWidth(2);
|
||||
$c->yAxis->setTitle("Score");
|
||||
$c->yAxis->setWidth(2);
|
||||
$legendObj = $c->addLegend(50, 10, false, "times.ttf", 9);
|
||||
$legendObj->setBackground(Transparent);
|
||||
$c->addLineLayer($dataX1, 0x0000ff, "Evolution");
|
||||
$c->yAxis->setLabels($labelsY);
|
||||
$c->yAxis->setLabelStep(10);
|
||||
$c->xAxis->setLabelStyle("arial.ttf", 8, 0x444444, 90);
|
||||
$c->xAxis->setLabels($labelsX);
|
||||
$c->yAxis->setTitle("Score");
|
||||
$c->yAxis->setColors(0x777777, 0x444444, 0x777777);
|
||||
$c->yAxis->setWidth(2);
|
||||
$c->yAxis->setLabels($labelsY);
|
||||
|
||||
$textBoxObj = $c->addText(550, 15, 'IndiScore', "arialbi.ttf", 11, 0xAAAAAA);
|
||||
$textBoxObj->setAlignment(TopRight);
|
||||
|
||||
$layer = $c->addSplineLayer();
|
||||
$layer->setDataLabelFormat("{value}");
|
||||
$layer->setLineWidth(1);
|
||||
|
||||
$dataSetObj = $layer->addDataSet($dataX, 0x0000FF, "Target Group");
|
||||
$dataSetObj->setDataSymbol(CircleSymbol, 3, 0x5555FF);
|
||||
|
||||
if( $c->makeChart($path.$file ) === true){
|
||||
$return = $file;
|
||||
} else {
|
||||
|
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Extranet2.4\n"
|
||||
"POT-Creation-Date: 2013-12-26 11:07+0100\n"
|
||||
"PO-Revision-Date: 2013-12-26 11:18+0100\n"
|
||||
"POT-Creation-Date: 2014-04-24 09:31+0100\n"
|
||||
"PO-Revision-Date: 2014-04-24 09:32+0100\n"
|
||||
"Last-Translator: Michael RICOIS <mricois@scores-decisions.com>\n"
|
||||
"Language-Team: SND-A\n"
|
||||
"Language: en\n"
|
||||
@ -31,80 +31,87 @@ msgstr "News"
|
||||
msgid "Banque de France - "
|
||||
msgstr "BANK OF FRANCE"
|
||||
|
||||
#: application/controllers/DirigeantController.php:23
|
||||
#: application/controllers/DirigeantController.php:27
|
||||
#: application/languages/totranslate.php:20
|
||||
msgid "Liste des dirigeants"
|
||||
msgstr "List of managers"
|
||||
|
||||
#: application/controllers/DirigeantController.php:24
|
||||
#: application/controllers/DirigeantController.php:64
|
||||
#: application/controllers/DirigeantController.php:93
|
||||
#: application/controllers/EvaluationController.php:76
|
||||
#: application/controllers/EvaluationController.php:108
|
||||
#: application/controllers/EvaluationController.php:267
|
||||
#: application/controllers/EvaluationController.php:496
|
||||
#: application/controllers/EvaluationController.php:606
|
||||
#: application/controllers/EvaluationController.php:711
|
||||
#: application/controllers/EvaluationController.php:862
|
||||
#: application/controllers/DirigeantController.php:28
|
||||
#: application/controllers/DirigeantController.php:69
|
||||
#: application/controllers/DirigeantController.php:98
|
||||
#: application/controllers/EvaluationController.php:70
|
||||
#: application/controllers/EvaluationController.php:164
|
||||
#: application/controllers/EvaluationController.php:196
|
||||
#: application/controllers/EvaluationController.php:355
|
||||
#: application/controllers/EvaluationController.php:584
|
||||
#: application/controllers/EvaluationController.php:694
|
||||
#: application/controllers/EvaluationController.php:799
|
||||
#: application/controllers/EvaluationController.php:950
|
||||
#: application/controllers/FinanceController.php:39
|
||||
#: application/controllers/FinanceController.php:215
|
||||
#: application/controllers/FinanceController.php:465
|
||||
#: application/controllers/FinanceController.php:826
|
||||
#: application/controllers/FinanceController.php:972
|
||||
#: application/controllers/FinanceController.php:1014
|
||||
#: application/controllers/FinanceController.php:1035
|
||||
#: application/controllers/FinanceController.php:1279
|
||||
#: application/controllers/FinanceController.php:1304
|
||||
#: application/controllers/IdentiteController.php:1398
|
||||
#: application/controllers/IdentiteController.php:1415
|
||||
#: application/controllers/JuridiqueController.php:224
|
||||
#: application/controllers/JuridiqueController.php:274
|
||||
#: application/controllers/JuridiqueController.php:320
|
||||
#: application/controllers/JuridiqueController.php:341
|
||||
#: application/controllers/FinanceController.php:979
|
||||
#: application/controllers/FinanceController.php:1021
|
||||
#: application/controllers/FinanceController.php:1042
|
||||
#: application/controllers/FinanceController.php:1286
|
||||
#: application/controllers/FinanceController.php:1311
|
||||
#: application/controllers/IdentiteController.php:1476
|
||||
#: application/controllers/IdentiteController.php:1493
|
||||
#: application/controllers/JuridiqueController.php:226
|
||||
#: application/controllers/JuridiqueController.php:276
|
||||
#: application/controllers/JuridiqueController.php:322
|
||||
#: application/controllers/JuridiqueController.php:343
|
||||
msgid "Siret "
|
||||
msgstr "Siret"
|
||||
|
||||
#: application/controllers/DirigeantController.php:63
|
||||
#: application/controllers/DirigeantController.php:68
|
||||
#: application/languages/totranslate.php:21
|
||||
#: application/views/default/scripts/dirigeant/histo.phtml:29
|
||||
msgid "Historique des dirigeants"
|
||||
msgstr "History of Managers"
|
||||
|
||||
#: application/controllers/DirigeantController.php:92
|
||||
#: application/controllers/DirigeantController.php:97
|
||||
msgid "Liste des dirigeants opérationnels"
|
||||
msgstr "List of operational managers"
|
||||
|
||||
#: application/controllers/EvaluationController.php:75
|
||||
#: application/controllers/EvaluationController.php:69
|
||||
#, fuzzy
|
||||
msgid "Historique indiScore"
|
||||
msgstr "INDISCORE"
|
||||
|
||||
#: application/controllers/EvaluationController.php:163
|
||||
#: application/languages/totranslate.php:44
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:28
|
||||
msgid "IndiScore"
|
||||
msgstr "IndiScore"
|
||||
|
||||
#: application/controllers/EvaluationController.php:107
|
||||
#: application/controllers/EvaluationController.php:195
|
||||
#: application/languages/totranslate.php:45
|
||||
msgid "Rapport de synthèse"
|
||||
msgstr "Synthesis Report"
|
||||
|
||||
#: application/controllers/EvaluationController.php:266
|
||||
#: application/controllers/EvaluationController.php:354
|
||||
#: application/languages/totranslate.php:46
|
||||
msgid "Rapport complet"
|
||||
msgstr "Full report"
|
||||
|
||||
#: application/controllers/EvaluationController.php:495
|
||||
#: application/controllers/EvaluationController.php:583
|
||||
#, fuzzy
|
||||
msgid "Enquete commerciale"
|
||||
msgstr "Commercial survey"
|
||||
|
||||
#: application/controllers/EvaluationController.php:605
|
||||
#: application/controllers/EvaluationController.php:693
|
||||
#, fuzzy
|
||||
msgid "Avis de crédit"
|
||||
msgstr "Reviews custom credit"
|
||||
|
||||
#: application/controllers/EvaluationController.php:710
|
||||
#: application/controllers/EvaluationController.php:798
|
||||
#: application/languages/totranslate.php:48
|
||||
msgid "Scoring Credit Safe"
|
||||
msgstr "Scoring Credit Safe"
|
||||
|
||||
#: application/controllers/EvaluationController.php:861
|
||||
#: application/controllers/EvaluationController.php:949
|
||||
#: application/languages/totranslate.php:47
|
||||
msgid "Valorisation"
|
||||
msgstr "Valuation"
|
||||
@ -117,7 +124,7 @@ msgstr "Financial situation"
|
||||
#: application/controllers/FinanceController.php:214
|
||||
#, fuzzy
|
||||
msgid "Bilan, Compte de résultat"
|
||||
msgstr "Balances, Income statement"
|
||||
msgstr "Income Statement"
|
||||
|
||||
#: application/controllers/FinanceController.php:464
|
||||
#: application/languages/totranslate.php:25
|
||||
@ -129,37 +136,38 @@ msgstr "Ratios"
|
||||
msgid "Liasse fiscale"
|
||||
msgstr "Tax return"
|
||||
|
||||
#: application/controllers/FinanceController.php:971
|
||||
#: application/controllers/FinanceController.php:978
|
||||
#: application/languages/totranslate.php:28
|
||||
msgid "Bourse & Cotations"
|
||||
msgstr "Purse & Quotes"
|
||||
|
||||
#: application/controllers/FinanceController.php:1013
|
||||
#: application/controllers/FinanceController.php:1020
|
||||
msgid "Relations Banquaires"
|
||||
msgstr "Bank Account"
|
||||
|
||||
#: application/controllers/FinanceController.php:1034
|
||||
#: application/controllers/FinanceController.php:1041
|
||||
#: application/languages/totranslate.php:26
|
||||
msgid "Flux de trésorerie"
|
||||
msgstr "Cash flow"
|
||||
|
||||
#: application/controllers/FinanceController.php:1278
|
||||
#: application/controllers/FinanceController.php:1285
|
||||
msgid "Subventions"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/FinanceController.php:1303
|
||||
#: application/controllers/FinanceController.php:1310
|
||||
msgid "Subvention"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/IdentiteController.php:52
|
||||
msgid "Identité - "
|
||||
msgstr "Identity -"
|
||||
#: application/controllers/IdentiteController.php:58
|
||||
#, fuzzy
|
||||
msgid "Fiche Identité - "
|
||||
msgstr "See identity card"
|
||||
|
||||
#: application/controllers/IdentiteController.php:203
|
||||
#: application/controllers/IdentiteController.php:202
|
||||
msgid "Fiche procédure collective - "
|
||||
msgstr "Legal review -"
|
||||
|
||||
#: application/controllers/IdentiteController.php:314
|
||||
#: application/controllers/IdentiteController.php:313
|
||||
msgid "Liste des établissements - Siren "
|
||||
msgstr "Branch List - Siren "
|
||||
|
||||
@ -167,41 +175,63 @@ msgstr "Branch List - Siren "
|
||||
msgid "Liens inter-entreprises - Id "
|
||||
msgstr "Associated Links - Id "
|
||||
|
||||
#: application/controllers/IdentiteController.php:599
|
||||
#: application/controllers/IdentiteController.php:607
|
||||
msgid "Liens inter-entreprises - Siren "
|
||||
msgstr "Associated Links - Siren "
|
||||
|
||||
#: application/controllers/IdentiteController.php:976
|
||||
#: application/controllers/IdentiteController.php:1006
|
||||
msgid "Evènements - Siren "
|
||||
msgstr "INSEE events - Siren"
|
||||
|
||||
#: application/controllers/IdentiteController.php:1397
|
||||
#: application/controllers/IdentiteController.php:1475
|
||||
msgid "Groupe"
|
||||
msgstr "Parent Company"
|
||||
|
||||
#: application/controllers/IdentiteController.php:1414
|
||||
#: application/controllers/IdentiteController.php:1492
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: application/controllers/JuridiqueController.php:223
|
||||
#: application/controllers/JuridiqueController.php:178
|
||||
#, fuzzy
|
||||
msgid "Annonces Légales - "
|
||||
msgstr "Legal Notices"
|
||||
|
||||
#: application/controllers/JuridiqueController.php:225
|
||||
#, fuzzy
|
||||
msgid "Informations Réglementées"
|
||||
msgstr "Informations"
|
||||
|
||||
#: application/controllers/JuridiqueController.php:273
|
||||
#: application/controllers/JuridiqueController.php:275
|
||||
#: application/languages/totranslate.php:33
|
||||
msgid "Compétences Territoriales"
|
||||
msgstr "Territorial competences"
|
||||
|
||||
#: application/controllers/JuridiqueController.php:319
|
||||
#: application/controllers/JuridiqueController.php:321
|
||||
#, fuzzy
|
||||
msgid "Conventions Collectives"
|
||||
msgstr "Collective agreements"
|
||||
|
||||
#: application/controllers/JuridiqueController.php:340
|
||||
#: application/controllers/JuridiqueController.php:342
|
||||
msgid "Marques Déposées"
|
||||
msgstr "Trademarks"
|
||||
|
||||
#: application/controllers/PiecesController.php:682
|
||||
#, fuzzy
|
||||
msgid "Votre demande de reception de Kbis par email a été prise en compte"
|
||||
msgstr "Receive kbis by email"
|
||||
|
||||
#: application/controllers/PiecesController.php:736
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Votre commande à été prise en compte, vous recevrez ce document sous 3/5 "
|
||||
"jours"
|
||||
msgstr "You have been disconnected"
|
||||
|
||||
#: application/controllers/PiecesController.php:743
|
||||
#, fuzzy
|
||||
msgid "Erreur : Tous les champs doivent être renseigner."
|
||||
msgstr "All users"
|
||||
|
||||
#: application/controllers/RechercheController.php:29
|
||||
msgid "Recherche Entreprise"
|
||||
msgstr "Search Company"
|
||||
@ -232,12 +262,36 @@ msgstr "List of recent searches"
|
||||
msgid "Enquête"
|
||||
msgstr "Investigation"
|
||||
|
||||
#: application/controllers/SaisieController.php:134
|
||||
#: application/controllers/SaisieController.php:1961
|
||||
#: application/controllers/SaisieController.php:333
|
||||
#: application/controllers/SaisieController.php:2162
|
||||
msgid "Saisie - "
|
||||
msgstr "Edit - "
|
||||
|
||||
#: application/controllers/UserController.php:346
|
||||
#: application/controllers/SaisieController.php:2648
|
||||
#, fuzzy
|
||||
msgid "Ajout"
|
||||
msgstr "Add the"
|
||||
|
||||
#: application/controllers/SaisieController.php:2650
|
||||
msgid "Edition"
|
||||
msgstr "Edit"
|
||||
|
||||
#: application/controllers/SaisieController.php:2652
|
||||
#, fuzzy
|
||||
msgid "Suppression"
|
||||
msgstr "Print"
|
||||
|
||||
#: application/controllers/SaisieController.php:2658
|
||||
#, fuzzy
|
||||
msgid "a été réussi!"
|
||||
msgstr "You have been disconnected"
|
||||
|
||||
#: application/controllers/SaisieController.php:2660
|
||||
#, fuzzy
|
||||
msgid "n'a pas été réussi!"
|
||||
msgstr "You have been disconnected"
|
||||
|
||||
#: application/controllers/UserController.php:395
|
||||
msgid "Connexion"
|
||||
msgstr "Connextion"
|
||||
|
||||
@ -493,13 +547,13 @@ msgstr "Siren identification number"
|
||||
msgid "Dénomination Sociale"
|
||||
msgstr "Company Name"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/histo.phtml:40
|
||||
#: application/views/default/scripts/dirigeant/histo.phtml:41
|
||||
msgid "Modification le"
|
||||
msgstr "Change done the"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/histo.phtml:58
|
||||
#: application/views/default/scripts/dirigeant/histo.phtml:51
|
||||
#: application/views/default/scripts/dirigeant/liste.phtml:119
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:86
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:130
|
||||
msgid "Aucune donnée n'est présente dans notre base"
|
||||
msgstr "No data is present in our database"
|
||||
|
||||
@ -517,7 +571,7 @@ msgid "Recherche à partir de la dénomination sociale"
|
||||
msgstr "Search from the company name"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/liste.phtml:70
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:62
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:65
|
||||
msgid "Recherche à partir du nom du dirigeant"
|
||||
msgstr "Search from the name of manager"
|
||||
|
||||
@ -533,18 +587,86 @@ msgstr "Add a shareholder"
|
||||
msgid "DIRIGEANTS OPÉRATIONNELS"
|
||||
msgstr "OPERATIONAL MANAGERS"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:50
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:38
|
||||
#, fuzzy
|
||||
msgid "Ajouter un dirigeant"
|
||||
msgstr "Add a shareholder"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:53
|
||||
msgid "Recherche à partir de la Dénomination sociale"
|
||||
msgstr "Search from the Companyname"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:69
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:74
|
||||
msgid "né(e) le"
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:75
|
||||
#: application/views/default/scripts/identite/lienfiche.phtml:21
|
||||
#, fuzzy
|
||||
msgid "le"
|
||||
msgstr "Add the"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:79
|
||||
#: application/views/default/scripts/identite/lienfiche.phtml:25
|
||||
#, fuzzy
|
||||
msgid "à"
|
||||
msgstr "Born in"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:84
|
||||
#, fuzzy
|
||||
msgid "né(e)"
|
||||
msgstr "Born in"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:86
|
||||
#, fuzzy
|
||||
msgid "né"
|
||||
msgstr "Born in"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:88
|
||||
#, fuzzy
|
||||
msgid "née"
|
||||
msgstr "born the"
|
||||
|
||||
#: application/views/default/scripts/dirigeant/op.phtml:76
|
||||
msgid "né(e) à"
|
||||
msgstr "born in"
|
||||
#: application/views/default/scripts/evaluation/indiscore.phtml:41
|
||||
#, fuzzy
|
||||
msgid "Consulter l'historique des IndiScore"
|
||||
msgstr "Check the list of operational managers"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:3
|
||||
#, fuzzy
|
||||
msgid "HISTORIQUE INDISCORE"
|
||||
msgstr "INDISCORE"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:8
|
||||
#, fuzzy
|
||||
msgid "Numéro identifiant Siren"
|
||||
msgstr "Siret identification number"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:13
|
||||
#, fuzzy
|
||||
msgid "Dénomination sociale"
|
||||
msgstr "Company Name"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:19
|
||||
#, fuzzy
|
||||
msgid "Historique des scores"
|
||||
msgstr "History of bodacc announces"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:27
|
||||
#, fuzzy
|
||||
msgid "Date"
|
||||
msgstr "Registration date"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:29
|
||||
#, fuzzy
|
||||
msgid "Motif du changement"
|
||||
msgstr "Search from the name of manager"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:51
|
||||
#, fuzzy
|
||||
msgid "Impossible de générer le graphique"
|
||||
msgstr "Modify password"
|
||||
|
||||
#: application/views/default/scripts/evaluation/indiscorehisto.phtml:58
|
||||
#, fuzzy
|
||||
msgid "Aucune information sur l'historique disponible."
|
||||
msgstr "No IP"
|
||||
|
||||
#: application/views/default/scripts/identite/etablissements.phtml:2
|
||||
msgid "LISTE DES ÉTABLISSEMNTS"
|
||||
@ -578,7 +700,7 @@ msgstr "Inactive"
|
||||
msgid "Tous"
|
||||
msgstr "All"
|
||||
|
||||
#: application/views/default/scripts/identite/etablissements.phtml:75
|
||||
#: application/views/default/scripts/identite/etablissements.phtml:69
|
||||
msgid "Voir la fiche d'identité"
|
||||
msgstr "See the copany identity"
|
||||
|
||||
@ -598,6 +720,134 @@ msgstr "Company name & Contacts"
|
||||
msgid "Activité(s) & Chiffre d'affaires"
|
||||
msgstr "Activities & Turnover"
|
||||
|
||||
#: application/views/default/scripts/identite/lienfiche.phtml:30
|
||||
#, fuzzy
|
||||
msgid "Né(e)"
|
||||
msgstr "Born in"
|
||||
|
||||
#: application/views/default/scripts/identite/lienfiche.phtml:32
|
||||
#, fuzzy
|
||||
msgid "Né"
|
||||
msgstr "Born in"
|
||||
|
||||
#: application/views/default/scripts/identite/lienfiche.phtml:34
|
||||
#, fuzzy
|
||||
msgid "Née"
|
||||
msgstr "None"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:39
|
||||
#, fuzzy
|
||||
msgid "K-Bis inexistant pour cette forme juridique"
|
||||
msgstr "Legal form"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:46
|
||||
#, fuzzy
|
||||
msgid "Visualiser/Télécharger le kbis"
|
||||
msgstr "Receive kbis by email"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:59
|
||||
msgid "Recevoir le kbis par email"
|
||||
msgstr "Receive kbis by email"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:60
|
||||
msgid "Recevoir le kbis original par courrier"
|
||||
msgstr "Receive the original kbis by mail"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:62
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Les pièces demandées seront commandées par courrier auprès du greffe. "
|
||||
"Prévoir un délai de 2 à 3 semaines."
|
||||
msgstr "Receive the original kbis by mail"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:72
|
||||
#: application/views/default/scripts/pieces/commande.phtml:104
|
||||
#, fuzzy
|
||||
msgid "Commande de KBIS demandé pour la société"
|
||||
msgstr "SOCIETY"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:73
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Vous recevrez un email (sous 3/5 jours ouvrés) lorsque le document sera "
|
||||
"disponible."
|
||||
msgstr "Link a document"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:77
|
||||
#: application/views/default/scripts/pieces/commande.phtml:108
|
||||
#, fuzzy
|
||||
msgid "Votre email"
|
||||
msgstr "Receive kbis by email"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:84
|
||||
#: application/views/default/scripts/pieces/commande.phtml:114
|
||||
#, fuzzy
|
||||
msgid "Votre référence"
|
||||
msgstr "Your Reference"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:87
|
||||
#: application/views/default/scripts/pieces/commande.phtml:116
|
||||
msgid "(facultatif)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:92
|
||||
#: application/views/default/scripts/pieces/commande.phtml:144
|
||||
msgid "Valider"
|
||||
msgstr "Validate"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:96
|
||||
#, fuzzy
|
||||
msgid "Commande impossible. L'email de votre compte est invalide."
|
||||
msgstr "Exporting your portfolio"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:105
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Vous recevrez un email (sous 2 à 3 semaines) lorsque le document sera "
|
||||
"disponible."
|
||||
msgstr "Link a document"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:119
|
||||
#, fuzzy
|
||||
msgid "Votre Societe"
|
||||
msgstr "Your profile"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:123
|
||||
#, fuzzy
|
||||
msgid "Votre Nom"
|
||||
msgstr "Last name"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:127
|
||||
#, fuzzy
|
||||
msgid "Votre Prenom"
|
||||
msgstr "Your profile"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:131
|
||||
#, fuzzy
|
||||
msgid "Votre Adresse"
|
||||
msgstr "Address"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:135
|
||||
#, fuzzy
|
||||
msgid "Votre Code Postal"
|
||||
msgstr "Code :"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:139
|
||||
#, fuzzy
|
||||
msgid "Votre Ville"
|
||||
msgstr "City"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:148
|
||||
#, fuzzy
|
||||
msgid "Commande impossible. L'email de votre compte est invalide"
|
||||
msgstr "Exporting your portfolio"
|
||||
|
||||
#: application/views/default/scripts/pieces/commande.phtml:157
|
||||
#: application/views/default/scripts/pieces/commande.phtml:226
|
||||
#, fuzzy
|
||||
msgid "Vous n'avez pas les droits d'accès pour cette fonctionalité."
|
||||
msgstr "Permissions"
|
||||
|
||||
#: application/views/default/scripts/recherche/actionnaire.phtml:6
|
||||
msgid "RECHERCHE PAR ACTIONNAIRE"
|
||||
msgstr "SEARCH BY SHAREHOLDER"
|
||||
@ -617,20 +867,82 @@ msgstr "SEARCH A COMPANY"
|
||||
#: application/views/default/scripts/recherche/refclient.phtml:1
|
||||
#, fuzzy
|
||||
msgid "RECHERCHE SURVEILLANCE"
|
||||
msgstr "Search"
|
||||
msgstr "Monitoring"
|
||||
|
||||
#: application/views/default/scripts/recherche/worldcheck.phtml:4
|
||||
#, fuzzy
|
||||
msgid "RECHERCHE WORLDCHECK"
|
||||
msgstr "Search in WorldCheck"
|
||||
|
||||
#: application/views/default/scripts/user/login.phtml:613
|
||||
#: application/views/default/scripts/user/login.phtml:614
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:10
|
||||
#, fuzzy
|
||||
msgid "Civilité"
|
||||
msgstr "Solvency :"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:23
|
||||
msgid "Nom"
|
||||
msgstr "Last name"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:30
|
||||
msgid "Prenom"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:37
|
||||
#, fuzzy
|
||||
msgid "Nom d'usage"
|
||||
msgstr "Last name"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:44
|
||||
#, fuzzy
|
||||
msgid "Fonction"
|
||||
msgstr "Constructions"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:56
|
||||
#, fuzzy
|
||||
msgid "Date de naissance"
|
||||
msgstr "Closing date"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:69
|
||||
#, fuzzy
|
||||
msgid "Lieu de naissance"
|
||||
msgstr "Intracom VAT number."
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:76
|
||||
msgid "Téléphone"
|
||||
msgstr "Telephone"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:83
|
||||
#, fuzzy
|
||||
msgid "Télécopie"
|
||||
msgstr "Telephone"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol-form.phtml:90
|
||||
#, fuzzy
|
||||
msgid "Email"
|
||||
msgstr "Receive kbis by email"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol.phtml:9
|
||||
#, fuzzy
|
||||
msgid "Ajouter un dirigeant opérationnel"
|
||||
msgstr "Add a shareholder"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol.phtml:12
|
||||
#, fuzzy
|
||||
msgid "Modifier le dirigeant opérationnel"
|
||||
msgstr "Modify password"
|
||||
|
||||
#: application/views/default/scripts/saisie/diropcontrol.phtml:15
|
||||
#, fuzzy
|
||||
msgid "Supprimer le dirigeant opérationnel"
|
||||
msgstr "Search a Manager"
|
||||
|
||||
#: application/views/default/scripts/user/login.phtml:30
|
||||
#: application/views/default/scripts/user/login.phtml:31
|
||||
msgid "Identifiants oubliés ?"
|
||||
msgstr "Forgotten you login ?"
|
||||
|
||||
#: application/views/default/scripts/user/logout.phtml:3
|
||||
#: application/views/default/scripts/user/logout.phtml:16
|
||||
#: application/views/default/scripts/user/logout.phtml:21
|
||||
msgid "Vous avez été déconnecté."
|
||||
msgstr "You have been disconnected"
|
||||
|
||||
@ -639,16 +951,21 @@ msgid "Veuillez cliquer"
|
||||
msgstr "Click"
|
||||
|
||||
#: application/views/default/scripts/user/logout.phtml:4
|
||||
#: application/views/default/scripts/user/logout.phtml:20
|
||||
#: application/views/default/scripts/user/logout.phtml:25
|
||||
msgid "ici"
|
||||
msgstr "here"
|
||||
|
||||
#: application/views/default/scripts/user/logout.phtml:20
|
||||
#: application/views/default/scripts/user/logout.phtml:24
|
||||
#, fuzzy, php-format
|
||||
msgid "Si cette page ne disparait pas au bout de %1$s seconde(s)"
|
||||
msgstr "If this page does not disappear after 5 second(s), please click"
|
||||
|
||||
#: application/views/default/scripts/user/logout.phtml:25
|
||||
msgid "veuillez cliquer "
|
||||
msgstr "click"
|
||||
|
||||
#~ msgid "Numéro identifiant Siret"
|
||||
#~ msgstr "Siret identification number"
|
||||
#~ msgid "né(e) à"
|
||||
#~ msgstr "born in"
|
||||
|
||||
#~ msgid "Numéro de TVA Intracom."
|
||||
#~ msgstr "Intracom VAT number."
|
||||
@ -681,12 +998,6 @@ msgstr "click"
|
||||
#~ msgid "Création de l'établissement"
|
||||
#~ msgstr "Creation of the establishment"
|
||||
|
||||
#~ msgid "Adresse"
|
||||
#~ msgstr "Address"
|
||||
|
||||
#~ msgid "Téléphone"
|
||||
#~ msgstr "Telephone"
|
||||
|
||||
#~ msgid "Fax"
|
||||
#~ msgstr "FAX"
|
||||
|
||||
@ -916,9 +1227,6 @@ msgstr "click"
|
||||
#~ msgid "ISIN"
|
||||
#~ msgstr "ISIN"
|
||||
|
||||
#~ msgid "Nom du groupe"
|
||||
#~ msgstr "Group name"
|
||||
|
||||
#~ msgid "Sigle"
|
||||
#~ msgstr "Acronym"
|
||||
|
||||
@ -1183,9 +1491,6 @@ msgstr "click"
|
||||
#~ msgid "Avances et acomptes sur immo. incorp."
|
||||
#~ msgstr "Scores and outstandings"
|
||||
|
||||
#~ msgid "Constructions"
|
||||
#~ msgstr "Constructions"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Instal. techniques, ..."
|
||||
#~ msgstr "Technical or commercial disputes"
|
||||
@ -1394,9 +1699,6 @@ msgstr "click"
|
||||
#~ msgid "Dépôt"
|
||||
#~ msgstr "Deposit"
|
||||
|
||||
#~ msgid "INDISCORE"
|
||||
#~ msgstr "INDISCORE"
|
||||
|
||||
#~ msgid "Définir un Cut-off"
|
||||
#~ msgstr "Define a Cut-off"
|
||||
|
||||
@ -1429,9 +1731,6 @@ msgstr "click"
|
||||
#~ msgid "L'étude de la dirigeance ne relève aucun problème."
|
||||
#~ msgstr "Managers :"
|
||||
|
||||
#~ msgid "Solvabilité :"
|
||||
#~ msgstr "Solvency :"
|
||||
|
||||
#~ msgid "L'analyse de la solvabilité est Bonne"
|
||||
#~ msgstr "The solvency analysis is Good"
|
||||
|
||||
@ -1575,9 +1874,6 @@ msgstr "click"
|
||||
#~ msgid "Autre téléphone"
|
||||
#~ msgstr "Other telephone"
|
||||
|
||||
#~ msgid "E-mail"
|
||||
#~ msgstr "E-mail"
|
||||
|
||||
#~ msgid "Autre e-mail"
|
||||
#~ msgstr "Other e-mail"
|
||||
|
||||
@ -1601,9 +1897,6 @@ msgstr "click"
|
||||
#~ msgid "Demandeur"
|
||||
#~ msgstr "Applicant"
|
||||
|
||||
#~ msgid "Votre profil"
|
||||
#~ msgstr "Your profile"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Votre Identité"
|
||||
#~ msgstr "Identity -"
|
||||
@ -1614,12 +1907,6 @@ msgstr "click"
|
||||
#~ msgid "Votre Fax"
|
||||
#~ msgstr "Your fax"
|
||||
|
||||
#~ msgid "Votre E-mail"
|
||||
#~ msgstr "Your E-mail"
|
||||
|
||||
#~ msgid "Votre Référence"
|
||||
#~ msgstr "Your Reference"
|
||||
|
||||
#~ msgid "Service Achats"
|
||||
#~ msgstr "Purchasing Service"
|
||||
|
||||
@ -1708,16 +1995,6 @@ msgstr "click"
|
||||
#~ msgid "EXTRAIT KBIS"
|
||||
#~ msgstr "Monitoring of kbis commands"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Visualiser/Télécharger le kbis"
|
||||
#~ msgstr "Receive kbis by email"
|
||||
|
||||
#~ msgid "Recevoir le kbis par email"
|
||||
#~ msgstr "Receive kbis by email"
|
||||
|
||||
#~ msgid "Recevoir le kbis original par courrier"
|
||||
#~ msgstr "Receive the original kbis by mail"
|
||||
|
||||
#~ msgid "PRIVILÉGES & NANTISSEMENTS"
|
||||
#~ msgstr "PRIVILEGES AND PLEDGES"
|
||||
|
||||
@ -1876,9 +2153,6 @@ msgstr "click"
|
||||
#~ msgid "Navigateur actuel"
|
||||
#~ msgstr "Actual browser"
|
||||
|
||||
#~ msgid "Poste de travail"
|
||||
#~ msgstr "Workplace"
|
||||
|
||||
#~ msgid "Moteur de recherche"
|
||||
#~ msgstr "Search engine"
|
||||
|
||||
@ -1997,12 +2271,6 @@ msgstr "click"
|
||||
#~ msgid "Date d'envoi"
|
||||
#~ msgstr "Sending date"
|
||||
|
||||
#~ msgid "Liste des surveillances"
|
||||
#~ msgstr "List of monitorings"
|
||||
|
||||
#~ msgid "Ajout le"
|
||||
#~ msgstr "Add the"
|
||||
|
||||
#~ msgid "Envoyé le"
|
||||
#~ msgstr "Sent at"
|
||||
|
||||
@ -2051,10 +2319,6 @@ msgstr "click"
|
||||
#~ msgid "Mode Edition"
|
||||
#~ msgstr "Edit mode"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Si cette page ne disparait pas au bout de 5 seconde(s), veuillez cliquer"
|
||||
#~ msgstr "If this page does not disappear after 5 second(s), please click"
|
||||
|
||||
#~ msgid "Gestion Système"
|
||||
#~ msgstr "Management System"
|
||||
|
||||
@ -2172,9 +2436,6 @@ msgstr "click"
|
||||
#~ msgid "Liste des clients"
|
||||
#~ msgstr "List of customers"
|
||||
|
||||
#~ msgid "Nom"
|
||||
#~ msgstr "Last name"
|
||||
|
||||
#~ msgid "Editer"
|
||||
#~ msgstr "Edit"
|
||||
|
||||
@ -2211,9 +2472,6 @@ msgstr "click"
|
||||
#~ msgid "Racine des identifiants"
|
||||
#~ msgstr "Root of your login"
|
||||
|
||||
#~ msgid "Date de signature"
|
||||
#~ msgstr "Signature date"
|
||||
|
||||
#~ msgid "(AAAA-MM-YY)"
|
||||
#~ msgstr "(YYYY-MM-DD)"
|
||||
|
||||
@ -2547,15 +2805,9 @@ msgstr "click"
|
||||
#~ msgid "Non"
|
||||
#~ msgstr "No"
|
||||
|
||||
#~ msgid "Edition"
|
||||
#~ msgstr "Edit"
|
||||
|
||||
#~ msgid "Mettre sous surveillance"
|
||||
#~ msgstr "Put under surveillance"
|
||||
|
||||
#~ msgid "Néant"
|
||||
#~ msgstr "None"
|
||||
|
||||
#~ msgid "Aucune information"
|
||||
#~ msgstr "No information"
|
||||
|
||||
@ -2571,9 +2823,6 @@ msgstr "click"
|
||||
#~ msgid "Modifier le client"
|
||||
#~ msgstr "Modify a customer"
|
||||
|
||||
#~ msgid "Valider"
|
||||
#~ msgstr "Validate"
|
||||
|
||||
#~ msgid "Scores & Decisions SAS - Tous droits réservés - "
|
||||
#~ msgstr "Scores & Decisions SAS - All rights reserved - "
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
$disable = '';
|
||||
if($this->KbisErreurDEP){ $disable = ' disabled'; }
|
||||
?>
|
||||
<input class="noborder" type="radio" name="method" value="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siret'=>$this->view->siret))?>"<?=$disable?>/>
|
||||
<input class="noborder" type="radio" name="method" value="<?=$this->url(array('controller'=>'pieces', 'action'=>'kbis', 'siret'=>$this->siret))?>"<?=$disable?>/>
|
||||
<?=$this->translate("Visualiser/Télécharger le kbis");?>
|
||||
<?php if($this->KbisErreurDEP){ ?>
|
||||
<br/>K-Bis en ligne indisponible pour ce département. -
|
||||
|
@ -13,8 +13,29 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
||||
get_include_path(),
|
||||
)));
|
||||
|
||||
/** Zend_Application */
|
||||
require_once 'Zend/Application.php';
|
||||
//Use classmap autoloader - useful with opcode and realpath cache
|
||||
require_once 'Zend/Loader/AutoloaderFactory.php';
|
||||
require_once 'Zend/Loader/ClassMapAutoloader.php';
|
||||
Zend_Loader_AutoloaderFactory::factory(array(
|
||||
'Zend_Loader_ClassMapAutoloader' => array(
|
||||
__DIR__ . '/../../library/Zend/autoload_classmap.php',
|
||||
__DIR__ . '/../../library/Application/autoload_classmap.php',
|
||||
__DIR__ . '/../../library/Scores/autoload_classmap.php',
|
||||
__DIR__ . '/../../application/autoload_classmap.php',
|
||||
),
|
||||
'Zend_Loader_StandardAutoloader' => array(
|
||||
'prefixes' => array(
|
||||
'Zend' => __DIR__ . '/../../library/Zend',
|
||||
'Application' => __DIR__ . '/../../library/Application',
|
||||
'Scores' => __DIR__ . '/../../library/Scores',
|
||||
'Metier' => __DIR__ . '/../../library/Metier',
|
||||
),
|
||||
'fallback_autoloader' => true
|
||||
)
|
||||
));
|
||||
|
||||
// Zend_Application - Use it if you don't have autoloaders
|
||||
//require_once 'Zend/Application.php';
|
||||
|
||||
// Create application, bootstrap, and run
|
||||
$application = new Zend_Application(
|
||||
|
Loading…
Reference in New Issue
Block a user