This is a documentation for Board Game Arena: play board games online !
Translations: Forskjell mellom revisjoner
Hopp til navigering
Hopp til søk
(Created page with " (todo)") |
Ingen redigeringsforklaring |
||
Linje 1: | Linje 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) |
Revisjonen fra 11. jan. 2013 kl. 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)