Update of /cvsroot/phpwiki/phpwiki/locale
In directory sc8-pr-cvs1:/tmp/cvs-serv6723
Modified Files:
Makefile
Log Message:
Internal change: Ran make dep to add new plugins for localization.
Index: Makefile
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -2 -b -p -d -r1.33 -r1.34
--- Makefile 18 Nov 2003 19:30:29 -0000 1.33
+++ Makefile 17 Dec 2003 20:28:10 -0000 1.34
@@ -146,4 +146,5 @@ ${POT_FILE}: ../lib/pear/PEAR.php
${POT_FILE}: ../lib/plugin/AllPages.php
${POT_FILE}: ../lib/plugin/AllUsers.php
+${POT_FILE}: ../lib/plugin/AuthorHistory.php
${POT_FILE}: ../lib/plugin/BackLinks.php
${POT_FILE}: ../lib/plugin/CacheTest.php
@@ -160,7 +161,9 @@ ${POT_FILE}: ../lib/plugin/IncludePage.p
${POT_FILE}: ../lib/plugin/InterWikiSearch.php
${POT_FILE}: ../lib/plugin/LikePages.php
+${POT_FILE}: ../lib/plugin/ListSubpages.php
${POT_FILE}: ../lib/plugin/MostPopular.php
${POT_FILE}: ../lib/plugin/OldStyleTable.php
${POT_FILE}: ../lib/plugin/OrphanedPages.php
+${POT_FILE}: ../lib/plugin/PageDump.php
${POT_FILE}: ../lib/plugin/PageGroup.php
${POT_FILE}: ../lib/plugin/PageHistory.php
@@ -193,5 +196,4 @@ ${POT_FILE}: ../lib/plugin/WikiBlog.php
${POT_FILE}: ../lib/plugin/WikiForm.php
${POT_FILE}: ../lib/plugin/_BackendInfo.php
-${POT_FILE}: ../lib/plugin/_MailifyPage.php
${POT_FILE}: ../lib/plugin/_PreferencesInfo.php
${POT_FILE}: ../lib/plugin/text2png.php
@@ -213,4 +215,5 @@ ${POT_FILE}: ../themes/Portland/template
${POT_FILE}: ../themes/Portland/templates/body.tmpl
${POT_FILE}: ../themes/Portland/templates/browse.tmpl
+${POT_FILE}: ../themes/Portland/templates/debug.tmpl
${POT_FILE}: ../themes/Portland/templates/editpage.tmpl
${POT_FILE}: ../themes/Portland/templates/navbar.tmpl
|