[Rt-commit] rt branch, 4.0/loc-cleanups, updated. rt-4.0.1rc1-12-g0edc32e

Shawn Moore sartak at bestpractical.com
Mon May 23 18:43:05 EDT 2011


The branch, 4.0/loc-cleanups has been updated
       via  0edc32ef56908f2e764fef94ab08ed9fea8d29cb (commit)
       via  b88ad6b6983770271d049e726b749867eed2a911 (commit)
      from  605456cf9b2ae6c2a11452d792e2d0b501d676b7 (commit)

Summary of changes:
 share/html/Install/Finish.html |    2 +-
 share/html/Search/Simple.html  |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit b88ad6b6983770271d049e726b749867eed2a911
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon May 23 18:18:02 2011 -0400

    Factor out the fulltext: of simple search
    
        This is not intended for translation since you are expected to type
        the English word "fulltext" to get FTS.

diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index a4365da..b903e4e 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -57,11 +57,12 @@
 <p><&|/l&>Search for tickets. Enter <strong>id</strong> numbers, <strong>queues</strong> by name, Owners by <strong>username</strong> and Requestors by <strong>email address</strong>.</&></p>
 
 % my $config = RT->Config->Get('FullTextSearch') || {};
+% my $fulltext_keyword = 'fulltext:';
 % if ( $config->{'Enable'} ) {
 % if ( $config->{'Indexed'} ) {
-<p><&|/l&>You can search for any word in full ticket history by typing <b>fulltext:<i>word</i></b>.</&></p>
+<p><&|/l, $fulltext_keyword &>You can search for any word in full ticket history by typing <b>[_1]<i>word</i></b>.</&></p>
 % } else {
-<p><&|/l&>Searching the full text of every ticket can take a long time, but if you need to do it, you can search for any word in full ticket history by typing <b>fulltext:<i>word</i></b>.</&></p>
+<p><&|/l, $fulltext_keyword &>Searching the full text of every ticket can take a long time, but if you need to do it, you can search for any word in full ticket history by typing <b>[_1]<i>word</i></b>.</&></p>
 % }
 % }
 

commit 0edc32ef56908f2e764fef94ab08ed9fea8d29cb
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon May 23 18:41:49 2011 -0400

    Factor out the <tt>root</tt>
    
        As much fun as it would be to make RT log me in with
        スーパーユーザー/password, we really don't want translators changing
        the word root.

diff --git a/share/html/Install/Finish.html b/share/html/Install/Finish.html
index 1fceb6d..e567b3f 100644
--- a/share/html/Install/Finish.html
+++ b/share/html/Install/Finish.html
@@ -53,7 +53,7 @@
 </p>
 
 <p>
-<&|/l&>You should be taken directly to a login page. You'll be able to log in with username of <tt>root</tt> and the password you set earlier.</&>
+<&|/l, '<tt>root</tt>' &>You should be taken directly to a login page. You'll be able to log in with username of [_1] and the password you set earlier.</&>
 </p>
 
 <p>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list