From 458385d6e71e2289b4544eb8e1b89fcae1b91cec Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 17 Nov 2008 21:45:22 +0000 Subject: [PATCH] oops: tr.php - dummies for linguist in PHP git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@193 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- www/inc/tr.php | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 www/inc/tr.php 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 -- 1.7.2.5