This is a documentation for Board Game Arena: play board games online !
Translations: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
(Created page with " (todo)") |
Bez shrnutí editace |
||
Řádek 1: | Řádek 1: | ||
( | ; function _( $text ) | ||
: Transparent function, used to mark strings to be translated on the server side (ex: error message) | |||
; function clienttranslate( $string ) | |||
: Transparent function: used to mark string to be translated on client side (ex: notification message) |
Verze z 11. 1. 2013, 16:47
- function _( $text )
- Transparent function, used to mark strings to be translated on the server side (ex: error message)
- function clienttranslate( $string )
- Transparent function: used to mark string to be translated on client side (ex: notification message)