This is a documentation for Board Game Arena: play board games online !
Translations — разлика између измена
Пређи на навигацију
Пређи на претрагу
(Created page with " (todo)") |
Нема описа измене |
||
Ред 1: | Ред 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) |
Верзија на датум 11. јануар 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)