Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
View Poll Results: What would you like in rom by default?
A. Aero theme 148 21.83%
A. Aero Black theme 210 30.97%
B. Fully rooted 390 57.52%
B. More secure 114 16.81%
C. HTC connection setup, perhaps other apps 295 43.51%
C. None at all 34 5.01%
D. HTC rings package 217 32.01%
D. None ring by HTC 49 7.23%
E. HTC wallpapers package 181 26.70%
E. Replaced by transparent png 88 12.98%
E. None wallpaper from HTC 46 6.78%
F. All Microsoft default rings, wallpapers etc. 195 28.76%
F. Wallpapers replaced by transparent png 86 12.68%
F. The most pure/light as possible 123 18.14%
G. HOME=Search, WIN=Home page 120 17.70%
G. HOME=Home page, WIN=Search 206 30.38%
H. Radio don't need headphone to work 123 18.14%
H. Radio need it but option for switch is here 153 22.57%
I. If no Mango beta2 a good NoDo version 193 28.47%
I. Or a more functional beta1 with more stuff 176 25.96%
J. Forgotten question option 1 17 2.51%
J. Forgotten question option 2 21 3.10%
"Do what you want!" ^^ 217 32.01%
Multiple Choice Poll. Voters: 678. You may not vote on this poll

THREAD CLOSED
Tip us?
 
huismeester
Old
(Last edited by huismeester; 20th August 2011 at 11:29 AM.)
#2171  
huismeester's Avatar
Senior Member
Thanks Meter 169
Posts: 1,815
Join Date: May 2008
Hi Yuki sorry for my question but mango rtm has 17 languages more on board include dutch.
So why dutch translation?

Nokia Lumia 920
 
hyellow
Old
#2172  
Senior Member
Thanks Meter 54
Posts: 514
Join Date: Oct 2006
If I may add a suggestion/request.
The time it involves to open the app switch/taskmanager takes about 2 or 3 seconds when press and hold the back button. Is it possible to reduce this to one second or so?
When I use the back key to go back a page, it only takes me one press, wich is not even a second, so the whole second to use with the app switcher might do.
 
amno1970
Old
#2173  
Member
Thanks Meter 4
Posts: 98
Join Date: Dec 2007
Quote:
Originally Posted by YukiXDA View Post
Thx but looking at this thread http://forum.xda-developers.com/show....php?t=1214454
we need a NLD "0413"="Nederlands" translation if someone...
A few points about spanish translation there.

There is a "Small" text that should be translated to "Pequeño".

And I prefer capitalice only the first letter in a phrase, such as "Luz de fondo" instead of "Luz de Fondo". Fondo is not a noun so it shouldn't be capitalized in spanish

So it will be something like this:

<extendedSettingsManifest icon="file://\Windows\search_btn.png" >
<setting mode="still" type="header" title="Ajustes de cámara" />
<setting mode="video" type="header" title="Ajustes de videocámara" />

<setting type="enum"
mode="still"
guid="{F466FFED-023D-43f6-A111-AB01ED631242}"
title="Escenas">
<value friendlyName="Auto" longValue="0" default="true"/>
<value friendlyName="Retrato" longValue="8" />
<value friendlyName="Paisaje" longValue="6" />
<value friendlyName="Deportes" longValue="10" />
<value friendlyName="Playa" longValue="3" />
<value friendlyName="Luz de fondo" longValue="2" />
<value friendlyName="Luz de vela" longValue="4" />
<value friendlyName="Macro" longValue="5" />
</setting>

<setting type="enum"
mode="both"
guid="{20F63C0B-DF02-4d50-8DA4-CD94549B6917}"
title="Efectos">
<value friendlyName="Ninguno" longValue="0" default="true"/>
<value friendlyName="Escala de grises" longValue="2" />
<value friendlyName="Negativo" longValue="3" />
<value friendlyName="Sepia" longValue="4" />
<value friendlyName="Solarizado" longValue="5" />
</setting>

<setting type="enum"
mode="still"
guid="{A4AD2549-D9B6-47ca-82C7-E9E7E95D81B7}"
title="Resolución">
<value friendlyName="Pequeño (640 x 480)" width="640" height="480" />
<value friendlyName="1M (1280 x 960)" width="1280" height="960" />
<value friendlyName="2M (1600 x 1200)" width="1600" height="1200" />
<value friendlyName="3M (2048 x 1536)" width="2048" height="1536" />
<value friendlyName="5M (2592 x 1944)" width="2592" height="1944" default="true"/>
</setting>

<setting
type="enum"
mode="video"
guid="{9F4200C4-72CC-412d-9313-625D0B504183}"
title="Resolución">
<value friendlyName="720P (1280 x 720)" width="1280" height="720" />
<value friendlyName="VGA (640 x 480)" width="640" height="480" default="true" />
<value friendlyName="QVGA (320 x 240)" width="320" height="240" />
</setting>

<setting type="enum"
mode="both"
guid="{CE470A7C-139F-428a-ADAF-C3039D89AEA1}"
title="Modo de medición">
<value friendlyName="Centro" longValue="1" default="true"/>
<value friendlyName="Promedio" longValue="0" />
<value friendlyName="Punto" longValue="2" />
</setting>

<setting type="enum"
mode="both"
guid="{A66E9AED-7C4B-48eb-89B7-61E818E8E03F}"
title="Ajuste de parpadeo">
<value friendlyName="Auto" longValue="3" default="true"/>
<value friendlyName="50Hz" longValue="1" />
<value friendlyName="60Hz" longValue="2" />
</setting>

<setting
type="enum"
mode="video"
guid="{27090605-702A-4466-808F-37EB9B8F7D0E}"
title="Enfoque automático">
<value friendlyName="Encendido" longValue="1" default="true"/>
<value friendlyName="Apagado" longValue="0" />
</setting>

</extendedSettingsManifest>
 
tfouto
Old
#2174  
Senior Member
Thanks Meter 24
Posts: 482
Join Date: Jun 2007
Portuguese translation?
 
huismeester
Old
#2175  
huismeester's Avatar
Senior Member
Thanks Meter 169
Posts: 1,815
Join Date: May 2008
Quote:
Originally Posted by hyellow View Post
If I may add a suggestion/request.
The time it involves to open the app switch/taskmanager takes about 2 or 3 seconds when press and hold the back button. Is it possible to reduce this to one second or so?
When I use the back key to go back a page, it only takes me one press, wich is not even a second, so the whole second to use with the app switcher might do.
My i see i think one second is to short Sir i think it gives some trouble whit return to.......

Nokia Lumia 920
YukiXDA Old
#2176  
Guest
Thanks Meter
Posts: n/a
Quote:
Originally Posted by hyellow View Post
If I may add a suggestion/request.
The time it involves to open the app switch/taskmanager takes about 2 or 3 seconds when press and hold the back button. Is it possible to reduce this to one second or so?
When I use the back key to go back a page, it only takes me one press, wich is not even a second, so the whole second to use with the app switcher might do.
mmm I can take a look.
But we are not making a mango but a 7004 rom ^^
I can preinclude some registry things if this come from registry of course

For translations look at the files which comes from 7720 rom, it should not be necessary to add modifications. If ever for the latest other language you have any suggestion you can post them in mwang thread, I'll look at that.
The Following 2 Users Say Thank You to For This Useful Post: [ Click to Expand ]
 
hyellow
Old
#2177  
Senior Member
Thanks Meter 54
Posts: 514
Join Date: Oct 2006
Quote:
Originally Posted by huismeester View Post
My i see i think one second is to short Sir i think it gives some trouble whit return to.......
Well, I haven't timed it, but I assume one press only to return to a previous page, takes me shorter than I can say "one".

I find it more inconvenient to have to wait about 2 or 3 seconds before the app switcher pops up.

We could set it to 1.2 seconds just in case?
 
PedrooNL
Old
#2178  
Senior Member
Thanks Meter 20
Posts: 608
Join Date: Nov 2008
Location: Amsterdam
Quote:
Originally Posted by YukiXDA View Post
mmm is this one correct? http://forum.xda-developers.com/show...3&postcount=50
i've not take care about dutch instead of Nederlands
This one is correct.
HTC Titan (and maintaining 2 HTC HD2s for the family)
 
radiance26
Old
#2179  
radiance26's Avatar
Senior Member
Thanks Meter 22
Posts: 266
Join Date: Jun 2009
Location: Avignon
Quote:
I've put the pictures because someone ask us to
One or two problems yet but the most is finished, so it can be for very soon... or not^^ can't know when I'll solve that.

Have a good day
In this case hope it will will be sooner than later
there is too much suspense here, so I return to work.
 
james1123
Old
#2180  
james1123's Avatar
Member
Thanks Meter 2
Posts: 61
Join Date: Nov 2009
Location: Northamptonshire
I have just tried to apply the patch that changes the green button to the camera button, restarted the phone but it isn't working for me, what is wrong?
Current Device: - Windows Phone 8X by HTC - T-Mobile
Old Devices: Samsung Omnia 7, HTC HD2, ZTE Blade, Sony Sony Ericsson W910i, SPV M3100, SPV C550...

THREAD CLOSED
Tags
leo hd2 wp7 nodo 7392, mango, updateable wp7
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Go to top of page...