Improve English wording
PR: 71576 Submitted by: Warren Block <wblock@wonkity.com>
This commit is contained in:
parent
b622322bd2
commit
29993f9779
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22306
1 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@
|
||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.77 2004/08/20 17:59:55 wosch Exp $
|
# $FreeBSD: www/en/cgi/ports.cgi,v 1.78 2004/08/30 19:11:31 ceri Exp $
|
||||||
#
|
#
|
||||||
# ports.cgi - search engine for FreeBSD ports
|
# ports.cgi - search engine for FreeBSD ports
|
||||||
# o search for a port by name or description
|
# o search for a port by name or description
|
||||||
|
@ -567,9 +567,9 @@ FreeBSD Ports [short description <a href="$portsDesc">followed</a> ...]
|
||||||
};
|
};
|
||||||
|
|
||||||
print qq{
|
print qq{
|
||||||
"Package Name" search for the name of port or distribution.
|
"Package Name" searches for the name of a port or distribution.
|
||||||
"Description" search case-insensitive in a short comment about the port.
|
"Description" searches case-insensitive in a short comment about the port.
|
||||||
"All" search case-insensitive for the package name and in the
|
"All" searches case-insensitive for the package name and in the
|
||||||
description about the port.
|
description about the port.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
@ -612,10 +612,10 @@ Search for:
|
||||||
|
|
||||||
print qq{<hr noshade>
|
print qq{<hr noshade>
|
||||||
<p>
|
<p>
|
||||||
"New" print ports which are new in the ports collection
|
"New" lists ports which are new in the ports collection or moved from
|
||||||
or moved from an other ports section. "Changed" print updated ports.
|
another ports section. "Changed" lists updated ports.
|
||||||
"Removed" print ports which are deleted from ports collections
|
"Removed" lists ports which have been deleted from ports collections
|
||||||
or moved to an other ports section.
|
or moved to another ports section.
|
||||||
|
|
||||||
<FORM METHOD="GET" ACTION="$script_name">
|
<FORM METHOD="GET" ACTION="$script_name">
|
||||||
<SELECT NAME="type">
|
<SELECT NAME="type">
|
||||||
|
@ -662,7 +662,7 @@ sub footer {
|
||||||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif" alt="Powered by FreeBSD">
|
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif" alt="Powered by FreeBSD">
|
||||||
© 1996-2002 by Wolfram Schneider. All rights reserved.<br>
|
© 1996-2002 by Wolfram Schneider. All rights reserved.<br>
|
||||||
};
|
};
|
||||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.77 2004/08/20 17:59:55 wosch Exp $} . "<br>\n";
|
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.78 2004/08/30 19:11:31 ceri Exp $} . "<br>\n";
|
||||||
print qq{Please direct questions about this service to
|
print qq{Please direct questions about this service to
|
||||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||||
print qq{General questions about FreeBSD ports should be sent to } .
|
print qq{General questions about FreeBSD ports should be sent to } .
|
||||||
|
|
Loading…
Reference in a new issue