Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e82e479032b9e9db42407203fadc039e1ae850ba

commit e82e479032b9e9db42407203fadc039e1ae850ba
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sat Mar 29 01:30:51 2008 +0100

packages: mark 3 new strings as translatable

diff --git a/frugalware/packages.php b/frugalware/packages.php
index df8a5f4..5e5ecf1 100644
--- a/frugalware/packages.php
+++ b/frugalware/packages.php
@@ -90,10 +90,10 @@ function main()
$content = "<form name=\"pkgsrch\" action=\"/packages/\" method=\"get\">
<fieldset class=\"pkg\"><legend>".gettext("Package search")."</legend>
".gettext("Search for:")."<br />
-               <input type=\"radio\" name=\"op\" value=\"pkg\" 
checked=\"checked\"/>packages<br />
+               <input type=\"radio\" name=\"op\" value=\"pkg\" 
checked=\"checked\"/>".gettext("packages")."<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input class=\"required\" type=\"checkbox\" 
name=\"desc\" id=\"descr\" /><label for=\"descr\" 
class=\"pkg-phrasing\">".gettext("Search in description")."</label><br />
-               <input type=\"radio\" name=\"op\" value=\"file\" />files<br />
-               <input type=\"radio\" name=\"op\" value=\"groups\" />groups<br 
/>
+               <input type=\"radio\" name=\"op\" value=\"file\" 
/>".gettext("files")."<br />
+               <input type=\"radio\" name=\"op\" value=\"groups\" 
/>".gettext("groups").<br />
<input class=\"required\" type=\"text\" id=\"pkgsrc\" name=\"srch\" size=\"40\" 
title=\"".gettext("Regular expression")."\"/> " . gettext( '(regular 
expression)' ) . "
<br />
<br />
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to