XBMC Community Forum
MiniMeedia and International Support - Language Translations Wanted! - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: MiniMeedia (/forumdisplay.php?fid=114)
+---- Thread: MiniMeedia and International Support - Language Translations Wanted! (/showthread.php?tid=51289)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


- xbs08 - 2009-05-29 00:45

@ZIOLele
Same errors in Portuguese...

I ask for another change.
Videos, Movies and TV Shows should have separate strings, because in English "your" can mean 4 words in Portuguese "teu, tua, teus, tuas".
For ex. "Watch your Movies" in PT is "Assiste aos teus Filmes" and "Watch your TV shows" in PT is "Assiste às tuas Séries de TV".
One is male and the other is female genre Smile


- ZIOLele - 2009-05-29 10:42

xbs08 Wrote:@ZIOLele
Same errors in Portuguese...

I ask for another change.
Videos, Movies and TV Shows should have separate strings, because in English "your" can mean 4 words in Portuguese "teu, tua, teus, tuas".
For ex. "Watch your Movies" in PT is "Assiste aos teus Filmes" and "Watch your TV shows" in PT is "Assiste às tuas Séries de TV".
One is male and the other is female genre Smile

In Italian too... Big Grin


- skunkm0nkee - 2009-05-29 11:28

If you post a suggestion in here as to what I need to change the English strings.xml to then I'll see what I can do.

I think you are requesting multiple versions of these strings:

PHP Code:
<string id="31011">Watch your</string>
  <
string id="31012">Listen to</string>
  <
string id="31013">View your</string>
  <
string id="31014">Use your</string

but I want to make sure I get it all done right.

Thanks


- xbs08 - 2009-05-29 11:54

Actually only multiple strings for string 30011 need to be created, the other strings are specific for each category and doesnt need change.

I changed my strings.xml (and home.xml accordantly) to something like this:

PHP Code:
<string id="31009">Assiste aos teus</string>  <!-- used for Movies -->
  <
string id="31010">Assiste às tuas</string>  <!-- used for TV shows -->
  <
string id="31011">Assiste aos teus</string>   <!-- used for Videos --> 



- skunkm0nkee - 2009-05-29 12:18

xbs08 Wrote:Actually only multiple strings for string 30011 need to be created, the other strings are specific for each category and doesnt need change.

I changed my strings.xml (and home.xml accordantly) to something like this:

PHP Code:
<string id="31009">Assiste aos teus</string>  <!-- used for Movies -->
  <
string id="31010">Assiste às tuas</string>  <!-- used for TV shows -->
  <
string id="31011">Assiste aos teus</string>   <!-- used for Videos --> 

Excellent, that should be simple enough to do. Hope that works for the other translators too?

BTW I've added a new string for the System Info screen:

PHP Code:
<string id="31018">Basic Info</string



- xbs08 - 2009-05-29 12:26

It will work because they are independent like "listen", "view" and "use" are Smile

PHP Code:
<string id="31018">Informação Básica</string



- skunkm0nkee - 2009-05-29 12:38

xbs08 Wrote:It will work because they are independent like "listen", "view" and "use" are Smile

PHP Code:
<string id="31018">Informação Básica</string

Excellent, thank you Big Grin


- Melandryu - 2009-05-29 15:29

Spanish:

PHP Code:
<string id="31018">Informacion Basica</string



- ZIOLele - 2009-05-29 15:46

Updated Italian Translation, with xbs08' tips and the new info string:

PHP Code:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<!-- $Revision: 204$ -->
<!--  strings 31000 thru 31999 reserved for skins  -->

<strings>
  <!-- Home / General -->
  <string id="31000">File Manager</string>
  <string id="31001">Informazioni</string>
  <string id="31002">Reset</string>
  <string id="31003">Analizza</string>
  <string id="31004">Cambia</string>
  <string id="31005">Varie</string>
  <string id="31006">Visuale</string>
  <string id="31007">On/Off</string>
  <string id="31008">Senza Voto</string>
  <string id="31009">Guarda i tuoi</string> <!--Films -->
  <string id="31010">Guarda le tue</string> <!--TV Shows-->
  <string id="31011">Guarda i tuoi</string> <!-- Videos-->
  <string id="31012">Ascolta la tua</string>
  <string id="31013">Guarda le tue</string>
  <string id="31014">Usa i tuoi</string>
  <string id="31015">Controlla</string>
  <string id="31016">Configura</string>
  <string id="31017">Power</string>
  <string id="31018">Informazioni di base</string>  
  <string id="31019">Riproduci </string>
  <string id="31020">Controlla il</string>
  <string id="31021">Per</string>
  <string id="31022">Aggiunti di recente</string>

  <!-- Options Menu -->
  <string id="31100">Poster Info</string>
  <string id="31101">Ordina per</string>
  <string id="31102">Opzioni</string>
  <string id="31103">Vetrina</string>
  <string id="31104">Mostra orologio grande</string>
  <string id="31105">Cascata</string>
  <string id="31106">Esibizione</string>
  <string id="31107">Lista bassa</string>
  <string id="31108">Esposizione</string>
  <string id="31109">Lista alta</string>

  <!-- Settings -->
  <string id="31200">Mostra la trama</string>
  <string id="31201">Aggiornati di recente</string>
  <string id="31202"> la cartella degli sfondi</string>
  <string id="31203">Sfondi</string>
  <string id="31204">Menu Opzioni</string>
  <string id="31205">Nascondi</string>
  <string id="31206">Orologio</string>
  <string id="31207">Nascondi il Meteo in Home</string>
  <string id="31208">Disabilita</string>
  <string id="31209">Configura le opzioni per </string>
  <string id="31210">Menu</string>
  <string id="31211">Nascondi la trama nell' OSD Video</string>
  <string id="31212">Nascondi l'Overlay "Visto"</string>
  <string id="31213">Nascondi la diapositiva</string>
  <string id="31214">Mostra la recensione</string>
  <string id="31215">Mostra il Tipo</string>
  <string id="31216">Nascondi il numero dei media</string>
  <string id="31217">Usa i poster per le serie TV</string>
  <string id="31218">Mostra un OSD Video minimale</string>
  <string id="31219">Nascondi il BG Rumure bianco</string>

  <!-- Video -->
  <string id="31300">N/A</string>
  <string id="31301">Diapositiva</string>
  <string id="31302">Fanart</string>
  <string id="31303">Stagioni</string>
  <string id="31304">Tempo rimanente</string>

  <!-- Music -->
  <string id="31400">Finito</string>
  <string id="31401">Corrente</string>
  <string id="31402">Seleziona Visuale</string>
  <string id="31403">Preimpostazioni di Visualizzazione</string>
  <string id="31404">Opzioni di Visualizzazione</string>
  <string id="31405">Testi</string>
  <string id="31406">Path dei Testi</string>

  <!-- Dialogs -->
  <string id="31500">Seleziona Profilo</string>
  <string id="31501">Muto</string>
  <string id="31502">Crea</string>

</strings> 



- Haggy - 2009-05-29 15:50

Do you have a german translation yet? If not, i'd like to...