Strict Standards: Declaration of action_plugin_searchtext::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /lib/plugins/searchtext/action.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /lib/plugins/searchtext/action.php:14) in /inc/auth.php on line 313

Warning: Cannot modify header information - headers already sent by (output started at /lib/plugins/searchtext/action.php:14) in /inc/actions.php on line 163
style-graficzne:smarty-translate [Shop Docs]

Dokumentacja techniczna

{translate} Smarty helper

Zwraca frazę przetłumaczoną na dany język sesji. W przypadku nieznalezienia tłumaczenia, zwraca frazę wejściową.

Parametry:

  • key (string) [obowiązkowy] - fraza wejściowa
  • format (string) [opcjonalny] - format, dopuszczalne wartości: currency | date | int

Wszystkie pozostałe parametry zostają przekazane, po przetłumaczeniu frazy, do funkcji vsprintf().

Przykład:

  <span>{translate key='Order history (%d)' p1=$orders_count}</span>