Bugzilla – Bug 13900
replace concatenated "x to y from z" string with non-concatenated version
Last modified: 2009-10-06 00:16:03 UTC
currently built in the web templates: [% "ITEMS" | string %] [% pageinfo.startitem + 1 %] [% "TO" | string %] [% pageinfo.enditem + 1 %] [% "OF" | string %] [% pageinfo.totalitems %] might be replaced by one string, using placeholders: ITEMS_X_TO_Y_FROM_Z DE Elemente %s bis %s von %s EN Items %s to %s from %s IT Elementi da %s a %s di %s
see bug 10821
to be done in S::W::Common::pageInfo()
I suggest we go through a pseudo-translation process to find all possible concatenations as there are a lot of concatenated strings
Created attachment 5794 [details] concatenation example 1 [Items] 1 [to] 54 [of] 150 190 [albums] [with] 1092 [songs] [by] 150 [artists].
Created attachment 5795 [details] concatenation example 2 (3 [of] 3) in: [Directory Scan] (3 [of] 3) [Complete] 00:00:02
Created attachment 5796 [details] concatenation example 3 Content seems not to be present in Strings.txt. Does this need to be treated as translatable texts?
Created attachment 5797 [details] concatenation example 4 Home Menu Customization & Favorites Not exposed to translation