This is a documentation for Board Game Arena: play board games online !
الفرق بين المراجعتين لصفحة: «Translations»
اذهب إلى التنقل
اذهب إلى البحث
(Created page with " (todo)") |
لا ملخص تعديل |
||
سطر ١: | سطر ١: | ||
( | ; 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) |
مراجعة ١٦:٤٧، ١١ يناير ٢٠١٣
- 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)