Index: functions.php
===================================================================
--- functions.php	(revision 5043)
+++ functions.php	(working copy)
@@ -1443,4 +1443,13 @@
 	}
 }
 
+// Support theme translation
+function __l($text) {
+   return apply_filters('translate', $text);
+}
+
+function __le($text) {
+   echo __l($text);
+}
+
 ?>
\ No newline at end of file
