Ikiwiki's preprocessor parser cannot deal with arbitrary nested preprocesor directives. It's possible to nest a directive with single quoted values inside a triple-quoted value of a directive, but that's all. It's not possible to unambiguously parse nested quotes, so to support nesting, a new syntax would be needed. Maybe something xml-like? > You can, however, unambiguously parse nested square brackets, and I think > that would solve the problem, as long as you never allow the contents of a > directive to contain a *partial* directive, which seems reasonable to me. > > For example, I *think* you can unambiguously parse the following: > > \[[!if test="enabled(template) and templates/foo" then=""" > [[!template id=foo content="""Flying Purple People Eater"""]] > """]] > > --[[JoshTriplett]] ='get'> Unnamed repository; edit this file to name it for gitweb.Jonas Smedegaard
summaryrefslogtreecommitdiff
path: root/locale/fr/login
blob: 7c47c681361dc98833dd7566df05a38fbd521ca6 (plain)
  1. $self{texts} = {
  2. 'Company' => 'Société',
  3. 'Continue' => 'Continuer',
  4. 'Dataset is newer than version!' => 'Fichier de données plus récent que le logiciel!',
  5. 'Incorrect Dataset version!' => 'Fichier de données incorrect!',
  6. 'Login' => 'Login',
  7. 'Name' => 'Nom',
  8. 'Password' => 'Mot de passe',
  9. 'Upgrading to Version' => 'Mise à jour à la version',
  10. 'Version' => 'Version',
  11. 'You did not enter a name!' => 'Vous n\'avez pas saisi de nom!',
  12. 'done' => 'fait',
  13. };
  14. $self{subs} = {
  15. 'login' => 'login',
  16. 'login_screen' => 'login_screen',
  17. 'logout' => 'logout',
  18. 'selectdataset' => 'selectdataset',
  19. 'login' => 'login',
  20. };
  21. 1;