1

Topic: Blog Label Editing - Translation

Hi,
i switched to Version 2.7 and  can´t find the place where to change the "Filter" labels for Blogs like: "Browse by",  "Direction" - and also the choices like "Most recend", "Most Viewed", etc.

Labels

Anybody out there who tells me where to edit these entries?

thx in advance - John

2

Re: Blog Label Editing - Translation

With the tool textcrawler you can search up the files in the includes/languages/german directory to find the entries.

They are in the lang.core.php file.


@vlad

They are not translated to german

It should be:


"order_filters" =>
"Filter",

"order_direction" =>
"Richtung",

"order_asc" =>
"aufsteigend",

"order_desc" =>
"absteigend",


"order_browse" =>
"Sortieren nach",

"order_date" =>
"Neuste",

"order_views" =>
"Am meisten gesehen",

"order_rating" =>
"Am beliebtesten",

Btw in the polish language register file there are details of one specific page www.sex.pl they should be removed so that only "Przeczytalem Regulamin" remains.

Last edited by sirtir (2011-08-12 08:04:05)

3

Re: Blog Label Editing - Translation

Thank You so much. This is the solution.

Best - John