From: konrad Date: Mon, 17 Nov 2008 21:45:22 +0000 (+0000) Subject: oops: tr.php - dummies for linguist in PHP X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=458385d6e71e2289b4544eb8e1b89fcae1b91cec;p=web%2Fkonrad%2Fsmoke.git oops: tr.php - dummies for linguist in PHP git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@193 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/www/inc/tr.php b/www/inc/tr.php new file mode 100644 index 0000000..cc67ef0 --- /dev/null +++ b/www/inc/tr.php @@ -0,0 +1,21 @@ +, (C) 2008 +// +// Copyright: See README/COPYING files that come with this distribution +// +// + +/** tr() assumes the context is set with a C++ class statement (won't find any here) +or with a special comment, please include / * TRANSLATOR php:: * / in all files using it */ +function tr($str,$comment=""){return $str;} + +/** translate() also takes a context*/ +function translate($context,$str,$comment=""){return $str;} + +?> \ No newline at end of file