|
From: <var...@us...> - 2008-08-26 15:21:58
|
Revision: 6207
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6207&view=rev
Author: vargenau
Date: 2008-08-26 15:22:07 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
Activated Id substitution for Subversion
Modified Paths:
--------------
trunk/locale/README
trunk/locale/make-php-trans.awk
trunk/locale/update-makefile.sh
Property Changed:
----------------
trunk/locale/README
trunk/locale/make-php-trans.awk
trunk/locale/update-makefile.sh
Modified: trunk/locale/README
===================================================================
--- trunk/locale/README 2008-08-26 15:20:22 UTC (rev 6206)
+++ trunk/locale/README 2008-08-26 15:22:07 UTC (rev 6207)
@@ -218,7 +218,7 @@
Date: Sun, 27 Jan 2002 17:28:55 -0500
Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
- X-Rcs-Id: $Id: README,v 1.13 2005-01-08 22:41:42 rurban Exp $
+ X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
pagename=Neueste%C4nderungen;
flags=PAGE_LOCKED;
@@ -395,4 +395,4 @@
Carsten Klapp <car...@us...>
Reini Urban <ru...@x-...>
-$Id: README,v 1.13 2005-01-08 22:41:42 rurban Exp $
+$Id$
Property changes on: trunk/locale/README
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/locale/make-php-trans.awk
===================================================================
--- trunk/locale/make-php-trans.awk 2008-08-26 15:20:22 UTC (rev 6206)
+++ trunk/locale/make-php-trans.awk 2008-08-26 15:22:07 UTC (rev 6207)
@@ -1,4 +1,4 @@
-# $Id: make-php-trans.awk,v 1.4 2002-01-28 03:59:30 dairiki Exp $
+# $Id$
BEGIN {
msgid=""; msgstr="";
Property changes on: trunk/locale/make-php-trans.awk
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/locale/update-makefile.sh
===================================================================
--- trunk/locale/update-makefile.sh 2008-08-26 15:20:22 UTC (rev 6206)
+++ trunk/locale/update-makefile.sh 2008-08-26 15:22:07 UTC (rev 6207)
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: update-makefile.sh,v 1.9 2005-02-12 10:35:08 rurban Exp $
+# $Id$
#
# This shell script is used to update the list of .po files and the
# dependencies for phpwiki.pot in the Makefile.
Property changes on: trunk/locale/update-makefile.sh
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|