View Single Post
Old 05-01-2010, 07:07 AM   #927
surquizu
Evangelist
surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.
 
surquizu's Avatar
 
Posts: 411
Karma: 902071
Join Date: Jun 2008
Location: Zaragoza (Spain)
Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE
Quote:
Originally Posted by kravitz View Post
surquizu

Where are one string added
Code:
		ACTION_GOTO_LINK: "Goto Link"
and one changed
Code:
		GROUP_VIEWER_TITLE: "Book Viewer Settings"
in Сatalan

Is it correct translation for second?)
Code:
		GROUP_VIEWER_TITLE: "Llibre Visor Configuraci" + String.fromCharCode(243) + ""
VICTORSJG, surquizu
Following strings require translation
Code:
		GROUP_MENU_TITLE: "Menu Settings",
		GROUP_VIEWER_TITLE: "Book Viewer Settings"
		ACTION_GOTO_LINK: "Goto Link"
in Spanish

Thanks!
Correct translation in catalan:

ACTION_GOTO_LINK: "Anar a Enlla" + String.fromCharCode(231) + ""

GROUP_VIEWER_TITLE: "Visor Configuraci" + String.fromCharCode(243) + " Llibre"

Kravitz, You change the file, "catalan.js"?

Thanks
surquizu is offline   Reply With Quote