blob: 9b359d26b780133aa0916c0d0d0255a7a76ee859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.message" version="0.8.15" install-location="internal-only">
<label>Message</label>
<author email="jyjeong@samsung.com" href="www.samsung.com">Jaeyun Jeong</author>
<description>Message Application</description>
<ui-application appid="org.tizen.message" exec="/usr/apps/org.tizen.message/bin/message" nodisplay="false" multiple="false" type="capp" taskmanage="true">
<icon>org.tizen.message.png</icon>
<label>Messages</label>
<label xml:lang="ar-ae">الرسائل</label>
<label xml:lang="az-az">Mesajlar</label>
<label xml:lang="bg-bg">Съобщения</label>
<label xml:lang="ca-es">Missatges</label>
<label xml:lang="cs-cz">Zprávy</label>
<label xml:lang="da-dk">Meddelelser</label>
<label xml:lang="de-de">Nachrichten</label>
<label xml:lang="el-gr">Μηνύματα</label>
<label xml:lang="en-gb">Messages</label>
<label xml:lang="en-ph">Messages</label>
<label xml:lang="en-us">Messages</label>
<label xml:lang="es-es">Mensajes</label>
<label xml:lang="es-mx">Mensajes</label>
<label xml:lang="et-ee">Sõnumid</label>
<label xml:lang="eu-es">Mezuak</label>
<label xml:lang="fi-fi">Viestit</label>
<label xml:lang="fr-ca">Messages</label>
<label xml:lang="fr-fr">Messages</label>
<label xml:lang="ga-ie">Teachtaireachtaí</label>
<label xml:lang="gl-es">Mensaxes</label>
<label xml:lang="hi-in">सन्देश</label>
<label xml:lang="hr-hr">Poruke</label>
<label xml:lang="hu-hu">Üzenetek</label>
<label xml:lang="hy-am">Հղրդգրթ</label>
<label xml:lang="is-is">Skilaboð</label>
<label xml:lang="it-it">Messaggi</label>
<label xml:lang="ja-jp">メッセージ</label>
<label xml:lang="ka-ge">შეტყობინებები</label>
<label xml:lang="kk-kz">Хабарламалар</label>
<label xml:lang="ko-kr">메시지</label>
<label xml:lang="lt-lt">Žinutės</label>
<label xml:lang="lv-lv">Ziņas</label>
<label xml:lang="mk-mk">Пораки</label>
<label xml:lang="nb-no">Meldinger</label>
<label xml:lang="nl-nl">Berichten</label>
<label xml:lang="pl-pl">Wiadomości</label>
<label xml:lang="pt-br">Mensagens</label>
<label xml:lang="pt-pt">Mensagem</label>
<label xml:lang="ro-ro">Mesaje</label>
<label xml:lang="ru-ru">Сообщения</label>
<label xml:lang="sk-sk">Správy</label>
<label xml:lang="sl-si">Sporočila</label>
<label xml:lang="sr-rs">Poruke</label>
<label xml:lang="sv-se">Meddelanden</label>
<label xml:lang="tr-tr">Mesajlar</label>
<label xml:lang="uk-ua">Повідомлення</label>
<label xml:lang="uz-uz">Xabarlar</label>
<label xml:lang="zh-cn">信息</label>
<label xml:lang="zh-hk">訊息</label>
<label xml:lang="zh-sg">讯息</label>
<label xml:lang="zh-tw">訊息</label>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send"/>
<uri name="mmsto"/>
<mime name="*/*"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send"/>
<uri name="mmsto"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send"/>
<mime name="*/*"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send_text"/>
<uri name="sms"/>
<mime name="*/*"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send_text"/>
<uri name="sms"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send_text"/>
<mime name="*/*"/>
</application-service>
<application-service>
<operation name="http://tizen.org/appcontrol/operation/send_text"/>
</application-service>
</ui-application>
<ui-application appid="org.tizen.msg-ui-class0" exec="/usr/apps/org.tizen.message/bin/msg-ui-class0" nodisplay="true" multiple="false" type="capp" taskmanage="true">
<label>Msg-ui-class0</label>
<label xml:lang="en-us">Class0 message viewer</label>
<label xml:lang="ko-kr">메시지</label>
</ui-application>
<ui-application appid="msg-composer-efl" exec="/usr/ug/bin/msg-composer-efl" nodisplay="true" multiple="true" type="capp" taskmanage="false">
<icon>org.tizen.message.png</icon>
<label>Message</label>
<label xml:lang="en-us">Message</label>
</ui-application>
</manifest>
|