Bug 5058 - Unlocalized "ex:" string seen on Hebrew version
: Unlocalized "ex:" string seen on Hebrew version
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Localization
: 6.5.2
: PC Windows XP
: P4 minor (vote)
: ---
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-14 22:38 UTC by Mickey Gee
Modified: 2008-12-18 11:12 UTC (History)
0 users

See Also:
Category: ---


Attachments
Screenshot (2.13 MB, image/bmp)
2007-05-14 22:39 UTC, Mickey Gee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mickey Gee 2007-05-14 22:38:57 UTC
Here's the description from Michael H:

> (3). (Moran ) There is a string "ex:" that is not translated and could  
> not be  found in the he_strings. We need to translate it.. (see  
> screenshot
> ToTran).
>
> (Michael)Confirmed: hard coded in advanced_search.html. Let's use the  
> token EXAMPLE_SHORT? to UPDATE (See attached file: ToTran.zip)
>
> Moran - I didn't understand where can we find EXAMPLE_SHORT  in order to
> fix the string "ex:"

Post 6.5.2 - minor, but needs a new string to be introduced and localized  
for all languages.

These Hebrew translators have spotted stuff that others have missed! Probably an issue with other languages, but I leave that to others to figure out.

Screenshot to follow.
Comment 1 Mickey Gee 2007-05-14 22:39:58 UTC
Created attachment 2003 [details]
Screenshot
Comment 2 Michael Herger 2007-05-15 01:16:10 UTC
It's easier for them as a simple pattern matching won't recognize it as readable ;-).

We'll have to add a new string token.
Comment 3 Michael Herger 2007-05-21 13:25:38 UTC
Simple enough:


Index: D:/eclipse/slimpy65/HTML/EN/advanced_search.html
===================================================================
--- D:/eclipse/slimpy65/HTML/EN/advanced_search.html	(revision 12060)
+++ D:/eclipse/slimpy65/HTML/EN/advanced_search.html	(working copy)
@@ -85,7 +85,7 @@
 	[% timeSelectionBlock(name='search.timestamp.op') %]
 
 	<input name="search.timestamp" value="[% search.timestamp.value %]" size="10" maxlength="10" type="text">
-	&nbsp; ex: [% dateFormat %]
+	&nbsp; [% "EXAMPLE_SHORT" | string %] [% dateFormat %]
 [% END %]
 
 [% WRAPPER field title='BITRATE' %]
Index: D:/eclipse/slimpy65/strings.txt
===================================================================
--- D:/eclipse/slimpy65/strings.txt	(revision 12060)
+++ D:/eclipse/slimpy65/strings.txt	(working copy)
@@ -11756,6 +11756,10 @@
 	SV	Avancerad Sökning
 	ZH_CN	高等�查
 
+EXAMPLE_SHORT
+	DE	z.B.
+	EN	ex:
+
 SEARCH
 	CS	Hledat v archivu
 	DA	Søg efter musik
Comment 4 Michael Herger 2007-05-21 13:44:53 UTC
Change 12067 - please localize :-)
Comment 5 Mickey Gee 2007-06-22 10:33:34 UTC
Change 12286 -- June 22 2007 build