Translate to your lenguage - Firefox OS General

Here i am going to put a tutorial of how to translate to your lenguage firefox OS.
IMPORTANT I AM TRYING TO FIND HOW TO HAVE MORE THAN ONE LENGUAGE RUNNING IF YOU TRANSLATE YOU LOSE ONE LENGUAGE
First descompile your ROM
Then go to data/local/webapps here you will find all apps to translate.
Now install a program for edit .html and notepad if you are in windows.
We are going to use settings.gaimobile.org to translate
We open the folder and we will see a ZIP call aplication you unzip it.
Now we open index.html with a html editor:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In the code:
<!-- Main List -->
<section role="region" id="root">
<header>
<h1 data-l10n-id="settings">Settings</h1> Here you translate the CODE only the word!!!
</header>
<!-- Main :: Network & Connectivity -->
<header>
<h2 data-l10n-id="networkAndConnectivity">Network & Connectivity</h2>
</header>
<ul>
<li>
<label>
<input data-type="switch" name="ril.radio.disabled" type="checkbox">
<span></span>
</label>
<a id="menuItem-airplaneMode" class="menu-item" data-l10n-id="airplaneMode">Modo Avión</a>
</li>
<li>
<label>
<input data-type="switch" name="geolocation.enabled" type="checkbox">
<span></span>
</label>
<a id="menuItem-gps" class="menu-item" data-l10n-id="gps">GPS</a>
</li>
<li>
<small id="wifi-desc" class="menu-item-desc" data-l10n-id="fullStatus-disconnected">Offline</small>
<a id="menuItem-wifi" class="menu-item" href="#wifi" data-l10n-id="wifi">Wi-Fi</a>
</li>
<li>
<small id="call-desc" class="menu-item-desc"></small>
<a id="menuItem-callSettings" class="menu-item" href="#call" data-l10n-id="callSettings">Ajustes de llamada</a>
Then when you finnish editing all save it.
You can see what you have done opening it with a broswer.
Then you comprime it when you finnish and you try it.
This app per app.
I WILL POST MORE THINGS

How to localize FirefoxOS
You can contribute to FirefoxOS translation using one of localization platforms such as mozilla.locamotion.org
Get in touch with the Mozilla Localization team of your language to learn more.

thanks
谢谢
这对以后用其他语言的wepapp非常有用。:good:

Good new!
Now I found new way to add language without delete another language
Go to B2G/gaia/shared/resource/language.json
and add new language (i add "th" : "ไทย",)
so now build and flash it you will found new language support at first time boot

Related

614c - Opera Mobile 9.7 / 9.5 and hardware keyboard

Does anyone know if there's a way to get the 610c / 612c / 614c xt9 hardware keyboard working with Opera Mobile 9.5? I've tried four or five different versions, but none of them work correctly.
UPDATE
It turns out that google is a wonderful thing. Anyone having the same problem can find some registry edits here that will fix the problem:
van_grieg said:
To enable t9-based input methods in Opera, one needs to:
1. Open a registry editor and go to HKLM\Software\Tegic\eT9
2. Add a multi-string key named "CustomClassNames"
3. Add "WMOpera_EditEx" and "Opera_MainWndClass" for Opera 9.x, "OperaWindowClass" for Opera 8.x
4. Soft reset the device
5. Enjoy working t9 in Opera
Click to expand...
Click to collapse
A note: don't bother downloading the .cab mentioned in the link above, it adds the "WMOpera_EditEx", but not the "Opera_MainWndClass". If someone would like to make a new .cab, that would be great!
Another note: don't use Total Commander to do the registry edits, it will only show hexdecimal values for the string.
thanx Zoltair, i will try and report here the result
It seems like this hack is no longer working with Opera Mobile 9.7 b1 ... not when I tried it, anyway. Anyone know a work-around?
It does seem to work for the address bar on Opera Mobile 9.7 here, but it doesn't work for text fields within the page. I'm guessing maybe they changed the name of a class between 9.5 and 9.7? Anyone know what the correct values should be?
solution
ok i tested and with the following registry values should work with opera mobile 9.7 beta 2 (i only tested beta 2)
note by default it is in ABC mode, press * key to change to xt9 mode
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
or in hex values:
Code:
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9]
"CustomClassNames"=hex(7):4f,00,4d,00,31,00,30,00,2d,00,4d,00,4c,00,2d,00,4d,\
00,61,00,69,00,6e,00,57,00,6e,00,64,00,43,00,6c,00,61,00,73,00,73,00,00,00,\
57,00,4d,00,4f,00,70,00,65,00,72,00,61,00,5f,00,45,00,64,00,69,00,74,00,45,\
00,78,00,00,00,00,00

[APP] VLC MediaPlayer Remote for Windows Mobile

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am NOT the developer but just found this app on SourceForge, Its an opensource app VLC MediaPlayer Remote. The application requires Windows Mobile 6.x and .NET Compact Framework 3.5
[ via : 1800PocketPC.com ]
SourceForge link : http://sourceforge.net/project/platformdownload.php?group_id=254038
And how do this works? I installed it on my PPC and tried to connect to the port given in the settings of my vlc, but connection didn't work. Could you help?
try to open the port 8080(default port for vlcs webinterface) in your firewall
and don't forget to create an new webinterface interface
look
Look im not new to the whole computer thing.. but.. WHAT?
open the port I get, but when thats not possible? (no acces to modem/router)
en where to create that interface?
VLC Media Player also allows you to change the interface style by downloading and installing new skins. There are hundreds of skins and themes available for the VLC media player. Download VLC player free.
_________________
thanks,
Im going to try this tonight.
Will it let you search the folders for the vid you want?
GLO said:
thanks,
Im going to try this tonight.
Will it let you search the folders for the vid you want?
Click to expand...
Click to collapse
Yes, It will let you browse folders
THE BEST => http://www.ycsoft.org/?Produits::PocketPC_TotalControl
Try it !!
and could someone explain in simple english, how to create the whole WebInterface in VLC so that this works??
cuz, i don't understand a word that this hxxp://wiki.videolan.org/Control_VLC_via_a_browser says
edit:
nevermind, I finally figured it out
citizenKenny said:
and could someone explain in simple english, how to create the whole WebInterface in VLC so that this works??
cuz, i don't understand a word that this hxxp://wiki.videolan.org/Control_VLC_via_a_browser says
edit:
nevermind, I finally figured it out
Click to expand...
Click to collapse
OK how bout you share a step by step of how you did it?

[Solved] 6.5.3 HTC menu enhancement 2011 curtain fix

Hi peeps,
I've been trying to find a solution for the pisition fix of the curtain of the menu enhacement. Courtains are showing a gap on the top as per the picture:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is happening in all menus (except those on manila)
Is any fix for this?
I'm using Menu Enhancement v1.1.20113129.00 (from Topaz 2.53) and manila 2.5.1921 (with interceptor position fix)
EDIT: fixes in posts 2 and 6 below works perfect. Thanks to HD2Owner and Ultrashot
Thanks for your help.
Brgds
you have to use a position-fixed cuihandler.dll module.
how to fix it manually in Menu_Enhancement_1_1_20162731_00_leo_3.14:
two matches of 0x34 should be replaced to 0x24 -> search in s000 module part for 3430a0e3 (hex) with hex-editor and change 34 to 24 (ultrashot told me this)
Thanks for the advise. I tried to use your fix with my package but didn't work, and I'll have to manually fix my package.
Quick questions:
- Any suggestion for an easy to use HEX editor?
- After editing, do I need to sign the package or something?
I'll also try to use the package from the LEO with the fix, as see how it works, But I don't know if there is any dependency with other packages of the LEO 3.14.
Thanks.
try the package i uploaded first (i flashed and tested it myself).
if this doesn't work for you, upload your cuihandler.dll and i will ask ultrashot for the correct value (maybe different).
try hxd hex editor or similar to edit.
Attached my CUIHandler.
I'll try hxd hex editor.
Thanks
you have to test it. not tested!
enjoy..
Kind of off-topic but what taskbar are you using?
yes, a bit off topic... search for Dark Ninja Desire Taskbar V3 WM6.5.x (Battery %).cab
Hi, just use the 2018 Menu Enhancement from the Oboe device. You will find this attached.
It was designed for WM6.5.3, so there are no gaps in it.

[APP][2.1+] Omega Browser

Fast, smooth and easy to use, when you're browsing on a tablet or smartphone, Omega helps you get more out of your time online, whether you're finding information or relaxing with entertainment. It's the ideal web browser to use on fast network connections such as Wi-Fi, 3G and 4G. It’s designed to make the most of your Android device.Supports Flash.Save battery and money.
Features:
1) Fast search in Google and voice search .
2) Fast page load.
3) Saving energy and money.
4) Full use of the screen.
5) Streamings audio and video players.
6) Search in address string.
7) Automatic completion of addresses.
8) Download manager.
9) Quick setup.
10)Support open local files.
11)Save page for view offline.
12)Autofill forms on popular sites.
13)Private mode.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download​
Oh, I'm sorry.
Put my topic into apps.
Sorry =(
R: [APP][2.1+] Omega Browser
Greattt!
Can you share strings in english because i want it on italian!!!
We will welcome any help.Please!Send translations on [email protected].
You can translate app on other language or improve any exists translation.
Download strings
R: [APP][2.1+] Omega Browser
Im remaking Italian translation from your string and array english!!
Thanks and bye!
WUT ?)))
Can you share this strings?))))
Hi, I can translate it to German. Will send you the translated strings via mail
Greetz from Germany
OK
PsyJoe said:
Hi, I can translate it to German. Will send you the translated strings via mail
Greetz from Germany
Click to expand...
Click to collapse
Thanks for help!
will translate in french...
You can help with this ?
desalesouche said:
will translate in french...
Click to expand...
Click to collapse
You can help with this ?
2.4
*Fixed:
1) Fixed crashes by intent.
2) Enhanced perfomance.
3) Fixed tabs size.
4) Minor changes.
On Google Play

[Guide] Add new wallpapers in SecWallpaperChooser.apk

I was trying to add few extra wallpapers in my Samsung device's system app SecWallpaperChooser.apk but unfortunately didn't find any tutorial or guide to help me, so I have to learn and do it all on my own.
So basically I'm writing this tutorial for those who want to add new wallpapers and specially for those new devs who are making new Rom with lollipop or above version theme for a device that is 4.1+
Prerequisites:-
1) A rooted phone
2) Backup your original SecWallpaperChooser.apk
3) Any Tool that can Decompile & Recompile with it's requirements
4) Notepad++
5) Photoshop or any other similar software.
6) Basic knowledge of decompiling and recompiling.
Let's Start
Backup your SecWallPaperChooser.apk
Decompile SecWallpaperChooser.apk
Add or edit wallpapers in \res\drawable-sw320dp-hdpi [Since my device is sw-320dp-hdpi, you may have different too]
Numbering should be in ascending order like wvga_05.jpg , wvga_05_small.jpg , wvga_06.jpg , wvga_06_small.jpg & so on.... Check the screenshot below.
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now Open \res\values\public.xml
Replace "APKTOOL_DUMMY_XXXX" with the new added wallpaper name & save it.
I have added 5 new wallpapers with the name
wvga_06.jpg , wvga_06_small.jpg
wvga_07.jpg , wvga_06_small.jpg
wvga_08.jpg , wvga_06_small.jpg
wvga_09.jpg , wvga_06_small.jpg
wvga_10.jpg , wvga_06_small.jpg
Click to expand...
Click to collapse
Screenshot
Now Open \res\values-sw320dp-hdpi\arrays.xml [Since my device is sw-320dp-hdpi, you may have different too]
Add the item[wallpaper] name that you have added & save it.
I have added the 5 new wallpapers with the above name so my additions in the coding is
<item>wvga_06</item>
<item>wvga_07</item>
<item>wvga_08</item>
<item>wvga_09</item>
<item>wvga_10</item>
Click to expand...
Click to collapse
Screenshot
Recompile & install the apk or adb push it.
If you like my work press :good: and if you use it for your rom don't forget to mention it Enjoy!
Final Screenshots​
Thank you for explanations.

Categories

Resources