Added CVS tags to scripts

This commit is contained in:
Robin Johnson
2002-08-10 04:20:19 +00:00
parent 7bb224ccdb
commit 94e25fad8a
5 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ $Source$
- New script to neaten all language files - New script to neaten all language files
* lang/check_lang.sh: * lang/check_lang.sh:
- New script to check language files for consistancy - New script to check language files for consistancy
* lang/*.sh:
- Added CVS tags to scripts
2002-08-08 Robin Johnson <robbat2@users.sourceforge.net> 2002-08-08 Robin Johnson <robbat2@users.sourceforge.net>
* Documentation.html: * Documentation.html:

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
# #
# Shell script that adds a message to all message files (Lem9) # Shell script that adds a message to all message files (Lem9)
# #

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
# #
# Shell script that adds a message file to all message files # Shell script that adds a message file to all message files
# adding "//to translate" on each line # adding "//to translate" on each line

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
# #
# Shell script that removes a message from all message files (Lem9) # Shell script that removes a message from all message files (Lem9)
# it checks for the message, followed by a space # it checks for the message, followed by a space

View File

@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# $Id$
## ##
# Shell script that synchronises all translations in phpMyAdmin # Shell script that synchronises all translations in phpMyAdmin
## ##