Translation for Aeon.MQ4

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Tobby Offline
Fan
Posts: 439
Joined: Jul 2011
Reputation: 1
Post: #121
Swedish now at 100% again
(This post was last modified: 2012-08-05 13:07 by Tobby.)
find quote
Wanilton Offline
Fan
Posts: 668
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #122
(2012-08-05 13:05)CutSickAss Wrote:  Mentioned this in the main Aeon MQ4 thread, but better post it here as well:

I believe string 31774 ("NOTE") is incorrect, and should be changed to something like "RATING", since it is only used in two occasions, in both cases indicating the movie/game rating:

Bottom left side ("NOTE").............[Image: screenshot001wkf.th.png]

Where it says "NOTE/VOTES"........[Image: screenshot002ry.th.png]

FIX NOW, thanks

Wanilton

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
find quote
bostann Offline
Junior Member
Posts: 5
Joined: Aug 2012
Reputation: 0
Post: #123
Russian translation is now 100%
find quote
amanker Offline
Junior Member
Posts: 12
Joined: Jul 2012
Reputation: 0
Post: #124
At last Hindi translation is completed 100%. It required a lot of effort since Hindi is very new to computer world and many computer related words are not available in Hindi. So you have to descide yourself appropriate translation. Where as European languages are available in computer world since many years.

Please send me access to aeon mq4 skin folder access.

Regards
Ashok Manker
find quote
Wanilton Offline
Fan
Posts: 668
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #125
@amanker,, please send message for e-mail, request skin for aeonmq@gmail.com, MarcosQui will liberate your access to sugarsync.

@All translators:

The name of folders in english please, don´t translate the name of the folders for your language, in this string:

1. Create a root folder with any name, for example MY THEME.[CR][CR]2. Inside the root folder create 16 folders by these names:[CR]addons, autumn, concerts, custom, games, LiveTV, movies, music, MyMenu, pictures, settings, spring, summer, tvshows, videos, winter.[CR][CR]3. Place within each of these folders the images you chose, MY THEME supports multiple files, you can include as many pictures as you want per > folder.[CR][CR]4. After the theme ready enter the path of the root.[CR][CR]The default image for Aeon MQ 4 has pixels 72dpi 1920x1080 JPG format and I would suggest using the program FastStone Photo Resize to obtain good quality images and low size.


Thanks,

Wanilton

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
(This post was last modified: 2012-08-09 18:40 by Wanilton.)
find quote
amanker Offline
Junior Member
Posts: 12
Joined: Jul 2012
Reputation: 0
Post: #126
@wanilton, I have corrected that translation for folder path in English

Thanks,
Ashok Manker
find quote
mitaok Offline
Junior Member
Posts: 2
Joined: Mar 2012
Reputation: 0
Post: #127
Croatian translation is now 100%.
(This post was last modified: 2012-08-19 13:21 by mitaok.)
find quote
CutSickAss Offline
Fan
Posts: 435
Joined: Dec 2011
Reputation: 28
Location: Greece
Post: #128
@MarcosQui & @Wanilton

There is one label in IncludesTopMenu.xml that is not localized (line number on the front, added by Grep):
Code:
IncludesTopMenu.xml
04415: <label>Missing info filter</label>

Also, in Views.xml there are some MPAA ratings that are hard-coded as well, but I don't know if they're being used anywhere, just thought I should mention it:
Code:
Views.xml
06648: <label>Rated [COLOR d0ffffff]R[/COLOR]</label>
06653: <label>Rated [COLOR d0ffffff]PG-13[/COLOR]</label>
06658: <label>Rated [COLOR d0ffffff]PG[/COLOR]</label>
06663: <label>Rated [COLOR d0ffffff]NC-17[/COLOR]</label>
06668: <label>Rated [COLOR d0ffffff]G[/COLOR]</label>

Lastly, are you planning on localizing the RCB labels? Has this not been done because the add-on itself is not translated?
Code:
script-RCB-editromcollection.xml
00024: <label>OPTIONS</label>
00029: <label>Rom Collection Browser - Configuration</label>
00072: <label>Import games</label>
00076: <label>Import game data</label>
00080: <label>Browse games</label>
00084: <label>Launch games</label>
00137: <label>Rom Collection</label>
00206: <label>Rom path</label>
00213: <label>Rom path</label>
00230: <label>Rom file mask</label>
00237: <label>Rom file mask</label>
00248: <label>Ignore on scan</label>
00258: <label>Allow update</label>
00275: <label>Max folder depth</label>
00299: <label>Disk indicator</label>
00315: <label>Use foldername as gamename</label>
00371: <label>Scraper 1</label>
00461: <label>Scraper 2</label>
00550: <label>Scraper 3</label>
00645: <label>Media type</label>
00705: <label>Media path</label>
00712: <label>Media path</label>
00730: <label>Media file mask</label>
00737: <label>Media file mask</label>
00750: <label>Remove media path</label>
00762: <label>Add media path</label>
00820: <label>Images (Main window)</label>
00911: <label>Images (Info window)</label>
00963: <label>Autoplay video (Main window)</label>
00987: <label>Emulator cmd</label>
01013: <label>Emulator params</label>
01033: <label>Use emulator in solo mode</label>
01044: <label>Use Popen to launch emulator</label>
01055: <label>Do not extract zip files</label>
01071: <label>Savestate path</label>
01096: <label>Savestate file mask</label>
01121: <label>Savestate params</label>
01146: <label>Pre-Launch cmd</label>
01171: <label>Post-Launch cmd</label>
01207: <label>Save config</label>
01219: <label>Cancel</label>

script-RCB-editscraper.xml
00029: <label>OPTIONS</label>
00034: <label>Rom Collection Browser - Configuration</label>
00086: <label>Offline scrapers</label>
00141: <label>Scraper</label>
00153: <label>Scraper</label>
00219: <label>Use description per game</label>
00236: <label>Path game desc</label>
00248: <label>Path game desc</label>
00275: <label>Game desc file mask</label>
00288: <label>Game desc file mask</label>
00318: <label>Parse instruction</label>
00330: <label>Parse instruction</label>
00350: <label>Search game by crc</label>
00360: <label>Use foldername as crc</label>
00370: <label>Use filename as crc</label>
00382: <label>Remove scraper</label>
00396: <label>Add scraper</label>
00426: <label>Save config</label>
00451: <label>Cancel</label>

script-RCB-importoptions.xml
00033: <label>Rom Collection Browser - Import Games</label>
00091: <label>Rom Collection</label>
00103: <label>Rom Collection</label>
00208: <label>Scraping mode</label>
00220: <label>Scraping mode</label>
00288: <label>Change scrapers for this run</label>
00351: <label>Scraper 1</label>
00364: <label>Scraper 1</label>
00471: <label>Scraper 2</label>
00484: <label>Scraper 2</label>
00591: <label>Scraper 3</label>
00604: <label>Scraper 3</label>
00699: <label>Import</label>
00727: <label>Cancel</label>

script-RCB-removeRC.xml
00034: <label>RCB - DELETE ROM COLLECTION</label>
00093: <label>Rom Collection</label>
00105: <label>Rom Collection</label>
00211: <label>Removal Option</label>
00223: <label>Removal Option</label>
00313: <label>Delete</label>
00341: <label>Cancel</label>

Thank you for your hard work, the skin looks awesome!
(This post was last modified: 2012-08-20 22:46 by CutSickAss.)
find quote
kubi55 Offline
Junior Member
Posts: 1
Joined: Aug 2012
Reputation: 0
Post: #129
Started with translation of Turkish language. At ~25% now, hope to finish it next week Wink
find quote
Post Reply