Translation for "previous page, next page and You are here?"

Have a translation or something? It goes here. This can mean modules, documentation, or CMSMS itself!
slad

Translation for "previous page, next page and You are here?"

Post by slad »

Please, were can i translate the words: Previous page, Next page and You are here (in bradcrumbs)?
I'm searching for all the files and can't find this!
Thank's
Sérgio
cyberman

Re: Translation for "previous page, next page and You are here?"

Post by cyberman »

Please look at tag help - there you will found the options to change this :).
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

Hi!

I need the same...
But, "Please look at tag help" :(

Look where?

I'm new to CMSMS...

Regards,

Pedro Martins
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Translation for "previous page, next page and You are here?"

Post by Dr.CSS »

For Tags...

Extensions » Tags    click on the name of the Tag or the word Help across from it...

For Modules...

Extensions » Modules    Name or Help...
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

Hi Mark, thanks for the reply...

I've been in those screens, but still din't find any file with that text  :(

Now I know how to use the tags  :) but no where the specific ones are :(
cyberman

Re: Translation for "previous page, next page and You are here?"

Post by cyberman »

This is from template

Code: Select all

<!-- Start Breadcrumbs -->
   <div class="breadcrumbs">
        {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
   <hr class="accessibility" />
   </div>
<!-- End Breadcrumbs -->
And this is from help file
What does this do?

Prints a breadcrumb trail .
How do I use it?

Just insert the tag into your template/page like: {breadcrumbs}
What parameters does it take?

    * (optional) delimiter - Text to seperate entries in the list (default ">>").
    * (optional) initial - 1/0 If set to 1 start the breadcrumbs with a delimiter (default 0).
    * (optional) root - Page alias of a page you want to always appear as the first page in the list. Can be used to make a page (e.g. the front page) appear to be the root of everything even though it is not.
    * (optional) root_url - Override the URL of the root page. Useful for making link be to '/' instead of '/home/'. This requires that the root page be set as the default page.
    * (optional) classid - The CSS class for the non current page names, i.e. the first n-1 pages in the list. If the name is a link it is added to the tags, otherwise it is added to the tags.
    * (optional) currentclassid - The CSS class for the tag surrounding the current page name.
    * (optional) starttext - Text to append to the front of the breadcrumbs list, something like "You are here".
Please use your brain  ;) ...
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

Hi cyberman...

I think something is passing by in front of me...

If I fave "you are here", "previous page", "next page" and "^ top" in the site, it is supposed to have it written in some file in some directory, right?!

I opened ALL files and no one have these words  ???

And. I used my brain  ;D

The version I have is 1.0.4..

Really!... I can't find those words... Where are those template files? I read them all... and no one have "breadcrumbs"  ???
cyberman

Re: Translation for "previous page, next page and You are here?"

Post by cyberman »

eeadotcom wrote: If I fave "you are here", "previous page", "next page" and "^ top" in the site, it is supposed to have it written in some file in some directory, right?!
OK, you were a little bit wrong. Templates and stylesheets are normally all stored in database so you can't found a file  :).

Please go to your admin panel and make a look at at menu 'Layout > Templates' and you will see  :D ...
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

:-[ :-[ :-[ :-[

Done!...

But not the "Next page".... all others are in portuguese (my language)... but "Next page"...  :( were is it?
cyberman

Re: Translation for "previous page, next page and You are here?"

Post by cyberman »

       
            {cms_selflink dir="previous" label="Previous page: "}

            {cms_selflink dir="next"}
       
:)
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

I think I just used your brain  ::)

       
            {cms_selflink dir="previous" label="Página anterior: "}

            {cms_selflink dir="next" label ="Página seguinte: "}
       


:-\

Tanks :)

Now I'm plaiyng around with CSS :)

Cheers
cyberman

Re: Translation for "previous page, next page and You are here?"

Post by cyberman »

eeadotcom wrote: Now I'm plaiyng around with CSS :)
Have fun  :) ...
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

cyberman wrote:
eeadotcom wrote: Now I'm plaiyng around with CSS :)
Have fun  :) ...
I just got some fun... until stoping in the menu :(

Sorry by asking in this topic, but I have searched the forum and didn't get a easy ansewr to this:

Where is the css of the menu in "Left sidebar + 1 column" layout?

Regards,

Pedro
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Translation for "previous page, next page and You are here?"

Post by Dr.CSS »

If you go to Layout > Templates you will see a little orange CSS icon to the right click that and it will give you all the style sheets attached to the template, with this you will know which menu CSS is used...
eeadotcom

Re: Translation for "previous page, next page and You are here?"

Post by eeadotcom »

:-[

Sorry... I can't change the menu... I can't find any ccs that alter it...

Check: http://www.electronicaeaudio.com/index.php?page=home

It's all ok but the menu (I will use "news" default colors)
Post Reply

Return to “Translations”