NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 57 58 59 60 61 … 93 Next »
Language Plugin ?

 
  • 0 Vote(s) - 0 Average
Language Plugin ?
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#21
2005-10-28, 07:48 PM
Yes Dottore - you are right that the plugins also should be translatable.

There is one sheet in the Excel doc that is named plugin. It is empty now.
But I had the same idea, that we should enable plugin developers to add strings that are new and not found in other plugins. Otherwise there will be many duplicates. I mostly use the main GBPVR and not so many plugins.

Here are some strings that I found and will add to the "plugin page" for collecting the strings. But that will be next step after "collecting" the regular translations, because I guess there are many plugins that are translatable, and we should find the strings first.
I wish all plugin developers used the "standard" as set by sub once.
To use a "tilde" char after the string.

<!-- Music Albums Plugin - Modified 2005-09-01
-->
<translate originalText="Music Albums" translatedText="Music Albums~" />
<translate originalText="Play your favourite music albums and M3U playlists" translatedText="Play your favourite music albums and M3U playlists~" />
<translate originalText="Total albums" translatedText="Total albums~" />
<translate originalText="Unknown album" translatedText="Unknown album~" />
<translate originalText="Unknown artist" translatedText="Unknown artist~" />
<translate originalText="Unknown" translatedText="Unknown~" />
<translate originalText="Other" translatedText="Other~" />
<translate originalText="Genre" translatedText="Genre~" />
<translate originalText="Year" translatedText="Year~" />
<translate originalText="of" translatedText="of~" />
<translate originalText="Previous song" translatedText="Previous song~" />
<translate originalText="Coming up next" translatedText="Coming up next~" />
<translate originalText="Last added song" translatedText="Last added song~" />
<translate originalText="Last added album" translatedText="Last added album~" />
<translate originalText="Current Song" translatedText="Current Song~" />
<translate originalText="Playlist is currently empty" translatedText="Playlist is currently empty~" />
- <!-- My Pictures plugin - Modified 2005-09-01
-->
<translate originalText="My Pictures" translatedText="My Pictures~" />
<translate originalText="View your pictures" translatedText="View your pictures~" />
<translate originalText="View:" translatedText="View: ~" />
<translate originalText="List" translatedText="List~" />
<translate originalText="Icons" translatedText="Icons~" />
<translate originalText="Big Icons" translatedText="Big icons~" />
<translate originalText="Details" translatedText="Details~" />
<translate originalText="Details" translatedText="Details~" />
<translate originalText="Sort:" translatedText="Sort: ~" />
<translate originalText="Name" translatedText="Name~" />
<translate originalText="Date" translatedText="Date~" />
<translate originalText="Size" translatedText="Size~" />
<translate originalText="Type" translatedText="Type~" />
<translate originalText="SlideShow" translatedText="SlideShow~" />
<translate originalText="RSlideShow" translatedText="RSlideShow~" />
<translate originalText="Random" translatedText="Slumpval~" />
<translate originalText="Playlists" translatedText="Playlists~" />
<translate originalText="File Lists" translatedText="File Lists~" />
<translate originalText="Objects" translatedText="Objects~" />
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#22
2005-10-28, 08:34 PM
duplicates could be eliminated by the transform-to-xml-algorithm. so i would let the plugin-developers enter every string they show on the screen via the translate-option. would be the best, i think...
---------------------
www.sitecomposer.de
n@boleo
Offline

Member

Posts: 152
Threads: 12
Joined: Apr 2005
#23
2005-10-29, 06:02 PM
There will be a problem with translations. I recreate the french XML file and tried with the BlueMCE2 skin... Many string are too long and can't be displayed correctly... I guess this will occurs with other language too, the solution I can imagine is to adapt the skin for each language... But this is too long and too hard !! Any other idea ?

By the way i forgot on translation :
Code:
"Browsing guide" is translate as "Parcourir le guide"
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#24
2005-11-01, 10:55 AM (This post was last modified: 2005-11-01, 12:19 PM by MixMan.)
Thanks Naboleo and Dottore for your translations.
I have updated the first post with a new zip, that includes your translations.
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#25
2005-11-03, 06:03 PM
First post in this thread has the LanguagePlugin.ZIP

This “Language Plugin” will extract all Language.XML files into a GBPVR/Language folder.
After extraction a Language Selector will be launched.
Selected Language will be copied to the GBPVR folder with the name Language.XML
Restart GBPVR for translation to take place in the GUI.
If you would like to add or change the translations. Have a look at the Excel sheets in the Language folder.

Updated translations: English, German, French, Swedish
Not Updated translations: Greek, Dutch, Spanish, Italian
Bablefish translations: Norwegian, Portuguese
n@boleo
Offline

Member

Posts: 152
Threads: 12
Joined: Apr 2005
#26
2005-11-07, 03:55 PM
I've made several changes to make the french translation better fit with the BlueMCE2 skin (actually mine). What do you prefer for updating your plugin : the XML file or the excel one ?
I also notice the "next/previous map" button are not yet translated in the weather plugin.

@Sub : Do a way exists to extract all strings from my setup which would provide all apps/plugins one ?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#27
2005-11-07, 04:19 PM
Quote:@Sub : Do a way exists to extract all strings from my setup which would provide all apps/plugins one ?
No, there is no easy/automated way to do this.
n@boleo
Offline

Member

Posts: 152
Threads: 12
Joined: Apr 2005
#28
2005-11-08, 03:43 PM (This post was last modified: 2005-11-08, 03:58 PM by n@boleo.)
Here is the French XML updated version :
  • Few fixes within previous translation to better fit BlueMC2 skin
  • Few fixes for spelling error
  • Added/translated My Videos strings
  • Added/translated My Music strings (only one works, others are not translated)
  • Added/translated Music Albums & My Pictures Plugin (but i'm not using them yet)
Anybody knows why "My Music" strings are not translated ?
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#29
2005-11-10, 08:09 PM
Thanks N@boleo for the added strings.
I'm putting them into the Excel sheet right now.
I will generate new XMLs for all countries....any day.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#30
2005-11-10, 08:19 PM
I dont know if you saw the thread below, but I've got a couple of translation strings that I'll need to change to correct my bad spelling (or making up words in this case).

http://forums.nextpvr.com/showthread.php?t=10475
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,107 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,578 2020-11-14, 08:01 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,655 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,020 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,896 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,342 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,035 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,274 2012-08-12, 07:56 PM
Last Post: sub
  Get NextPVR data directory from outside a plugin McBainUK 3 2,353 2012-02-11, 05:42 PM
Last Post: mvallevand
  Weather Plugin imilne 0 1,508 2012-01-15, 08:33 PM
Last Post: imilne

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode