|
You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, techwriter.
You can view and copy the source of this page:
- {{ArticleMetaData
- |sourcecode=[[Media:I18nMeego.zip]]
- |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) -->
- |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') -->
- |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
- |platform= <!-- Compatible platforms - e.g. Symbian^1 and later, Qt 4.6 and later -->
- |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) -->
- |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 -->
- |signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer -->
- |capabilities=<!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. -->
- |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase -->
- |id= <!-- Article Id (Knowledge base articles only) -->
- |language=Lang-Chinese
- |translated-by= <!-- [[User: XXXXX]] -->
- |translated-from-title=<!-- Title only -->
- |translated-from-id= <!-- Id of translated revision -->
- |review-by=<!-- After re-review: [[User:username]] -->
- |review-timestamp=<!-- After re-review: YYYYMMDD -->
- |update-by=<!-- After significant update: [[User:username]]-->
- |update-timestamp=<!-- After significant update: YYYYMMDD -->
- |creationdate=20110616
- |author=[[User:Flycarl]]
- }}
- ===准备===
- *测试手机:Harmanttan,RM680
- *Image 版本:22-4 PR ,(18-5之前的版本无法识别地区)
- *开发平台:N950SDK 22-5(22-5以前的版本使用Qt creator 无法正确部署desktop文件)
- ===步骤===
- *编辑desktop文件如下
- <code>
- [Desktop Entry]
- EncOding=UTF-8
- Version=1.0
- Type=Application
- Terminal=false
- Name=i18nMeego
- Name[zh]=国际化翻译
- Name[zh_HK]=国际化翻譯
- Name[zh_TW]=国际化翻譯w
- Exec=invoker --single-instance --type=d /opt/i18nMeego/bin/i18nMeego
- Icon=/usr/share/icons/hicolor/scalable/apps/i18nMeego.svg
- X-Window-Icon=
- X-HildonDesk-ShowInToolbar=true
- X-Osso-Type=application/x-executable
- </code>
- 注意:在编辑中文字符时要使用UTF-8编码
- *例子:[[file:I18nMeego.zip]]
- ===相关链接===
- *[[Qt_开发|Qt 开发]]
- *[[Meego开发| MeeGo/Maemo开发]]
- [[Category:Lang-Chinese]]
复制代码
Templates used on this page:
|
|