StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 12-27-2008, 01:20 AM
according according is offline
Registered User
Pro Plus Member
 
Join Date: Dec 2008
Location: Milano - Lombardia - Italy - Europe
Posts: 18
Default Help for italian language translation ...

Hi All,
I try to translate in italian language all the sections of website (http://www.according.it).

It's not easy... a part of the site has been translated but I can not find many words or phrases to be translated in php pages.

Example. In home page there is the words "Read more" I need to change as "Leggi ancora" or in each post (example http://www.according.it/?p=15) there is "dicembre 22, 2008 by" I need to change "22 Dicembre 2008 scritto da" as in topnavbar where I change the js function... but I do not find pages ...

I must search for any word or phrase or there is a more rational method?

Thanks!

Otello
  #2  
Old 12-27-2008, 02:26 AM
adew adew is offline
Community Moderator
 
Join Date: Oct 2008
Location: Genève, Suisse
Posts: 14,270
Default Re: Help for italian language translation ...

Hi Otello,

Unfortunately there is no easier way - you have to go through each template file and find hard-coded English text and translate it.

For the Read more on the home page etc, open up functions.php and near the end of the file you will find these lines:
Line 291:
Code:
echo "'>"."Read More &rarr;</a>";
Line 310:
Code:
echo "'>"."Read More &rarr;</a>";
Change those to:
Code:
echo "'>"."Leggi ancora &rarr;</a>";
For the date etc, open up index.php and archive.php and find these lines of code:
Code:
<?php the_time('F j, Y'); ?></span> by
and replace with:
Code:
<?php the_time('j F Y'); ?></span> scritto da
You may to look through other template files to see other examples like this which need changing.
__________________
Ade
Themessence - Studiograsshopper

WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget

Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL!
Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort.
  #3  
Old 12-27-2008, 06:20 AM
according according is offline
Registered User
Pro Plus Member
 
Join Date: Dec 2008
Location: Milano - Lombardia - Italy - Europe
Posts: 18
Default Re: Help for italian language translation ...

Hi adew,

Thanks again!

Otello
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use Italian translation as base for Dutch one? Reishonger General Discussion 6 09-02-2009 11:52 AM
Problem with italian translation CHARLIEGOLF General Discussion 42 07-13-2009 06:20 AM


All times are GMT -5. The time now is 12:18 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.