The official extension repository only consists of freely available extensions. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| ChangeLog | 108 | View | 14.04.2006 | Download |
| README.txt | 80 | View | 14.04.2006 | Download |
| class.tsfeBeUserAuth.php | 30 K | View | 14.04.2006 | Download |
| ext_icon.gif | 124 | View | 14.04.2006 | Download |
| ext_localconf.php | 274 | View | 14.04.2006 | Download |
| locallang_tsfe.php | 3.7 K | View | 14.04.2006 | Download |
| doc/wizard_form.dat | 1.3 K | 14.04.2006 | Download | |
| doc/wizard_form.html | 15.5 K | 14.04.2006 | Download | |
| FE_editMenu/FE_editMenu-switch.css | 610 | View | 11.04.2006 | Download |
| FE_editMenu/FE_editMenu.css | 5.8 K | View | 10.04.2006 | Download |
| FE_editMenu/onLoad.js | 2.2 K | 07.04.2006 | Download |
<?php
/**
* Extension language labels for extension "pixe_feediting"
*
* This file is detected by the translation tool.
*/
$LOCAL_LANG = Array (
"default" => Array (
"pages" => "Pages",
"content" => "Content",
"listModule" => "List Module",
"columnOverview" => "Column Overview",
"file" => "Media",
"filelist" => "List of Media Files",
"images" => "Images",
"dam" => "Media",
"damFiles" => "List of Media Files",
"damUpload" => "Upload Files",
"damList" => "Media Files",
"damThumbs" => "Thumbnail View",
"damIndex" => "Indexing of Media Files",
"advanced" => "Advanced",
"logout" => "Logout",
"adminOptions_EnterEditMode" => "Enter Edit Mode",
"adminOptions_CloseEditMode" => "Close Edit Mode",
"edit_newRecord" => "New Record Item...",
"edit_openPage" => "Open Page...",
"about" => "About Typo3 CMS",
// labels when integrated into smile_workflow
"workflow" => "Workflow",
"workflow_action" => "Action :",
"workflow_accept" => "Accept",
"workflow_refuse" => "Refuse",
"workflow_comment" => "Comment :",
"workflow_submit" => "Send",
"workflow_accept_done" => "The acceptance of this step has been done successfully !",
"workflow_refuse_done" => "The refusal of this step has been done successfully !",
"nothing" => "No action permitted on this page !",
"workflow_publish" => "Publication operations",
"mess_accept" => " asks for validation on page ",
"mess_refuse" => " refuses the validation of the page ",
"sujet_accept" => "Request for validation",
"sujet_refuse" => "Refusal of validation",
"comment" => "Comment :",
"edit_newVersion" => "Create new version...",
),
"dk" => Array (
),
"de" => Array (
),
"no" => Array (
),
"it" => Array (
),
"fr" => Array (
"workflow" => "Workflow",
"workflow_action" => "Action :",
"workflow_accept" => "Accepter",
"workflow_refuse" => "Refuser",
"workflow_comment" => "Commentaire :",
"workflow_submit" => "Envoyer",
"workflow_accept_done" => "Changement d'état effectué",
"workflow_refuse_done" => "Refus de changement d'état pris en compte",
"nothing" => "Aucune action permise sur cette page !",
"workflow_publish" => "Opérations de publication",
"mess_accept" => " demande la validation sur la page ",
"mess_refuse" => " refuse la validation de la page ",
"sujet_accept" => "Demande de validation",
"sujet_refuse" => "Refus de validation",
"comment" => "Commentaire :",
"edit_newVersion" => "Nouveau Version",
),
"es" => Array (
),
"nl" => Array (
),
"cz" => Array (
),
"pl" => Array (
),
"si" => Array (
),
"fi" => Array (
),
"tr" => Array (
),
"se" => Array (
),
"pt" => Array (
),
"ru" => Array (
),
"ro" => Array (
),
"ch" => Array (
),
"sk" => Array (
),
"lt" => Array (
),
"is" => Array (
),
"hr" => Array (
),
"hu" => Array (
),
"gl" => Array (
),
"th" => Array (
),
"gr" => Array (
),
"hk" => Array (
),
"eu" => Array (
),
"bg" => Array (
),
"br" => Array (
),
"et" => Array (
),
"ar" => Array (
),
"he" => Array (
),
"ua" => Array (
),
"lv" => Array (
),
"jp" => Array (
),
"vn" => Array (
),
"ca" => Array (
),
"ba" => Array (
),
"kr" => Array (
),
);
?>