forked from r3gis3r/CSipSimple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
120 lines (96 loc) · 3.58 KB
/
config
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[main]
host = https://www.transifex.com
lang_map = zh_CN: zh-rCN, zh_TW: zh-rTW, pt_BR: pt-rBR, en_GB: en-rGB, es_ES: es-rES
type = ANDROID
[csipsimple.strings]
file_filter = res/values-<lang>/strings.xml
source_file = res/values/strings.xml
source_lang = en
[csipsimple.acct_status_strings]
file_filter = res/values-<lang>/acct_status_strings.xml
source_file = res/values/acct_status_strings.xml
source_lang = en
[csipsimple.descriptions_strings]
file_filter = res/values-<lang>/descriptions_strings.xml
source_file = res/values/descriptions_strings.xml
source_lang = en
[csipsimple.in_call_strings]
file_filter = res/values-<lang>/in_call_strings.xml
source_file = res/values/in_call_strings.xml
source_lang = en
[csipsimple.log_strings]
file_filter = res/values-<lang>/log_strings.xml
source_file = res/values/log_strings.xml
source_lang = en
[csipsimple.messages_strings]
file_filter = res/values-<lang>/messages_strings.xml
source_file = res/values/messages_strings.xml
source_lang = en
[csipsimple.prefs_strings]
file_filter = res/values-<lang>/prefs_strings.xml
source_file = res/values/prefs_strings.xml
source_lang = en
[csipsimple.tests_strings]
file_filter = res/values-<lang>/tests_strings.xml
source_file = res/values/tests_strings.xml
source_lang = en
[csipsimple.wizard_advanced_strings]
file_filter = res/values-<lang>/wizard_advanced_strings.xml
source_file = res/values/wizard_advanced_strings.xml
source_lang = en
[csipsimple.wizard_authorization_strings]
file_filter = res/values-<lang>/wizard_authorization_strings.xml
source_file = res/values/wizard_authorization_strings.xml
source_lang = en
[csipsimple.wizard_basic_strings]
file_filter = res/values-<lang>/wizard_basic_strings.xml
source_file = res/values/wizard_basic_strings.xml
source_lang = en
[csipsimple.wizard_callcentric_strings]
file_filter = res/values-<lang>/wizard_callcentric_strings.xml
source_file = res/values/wizard_callcentric_strings.xml
source_lang = en
[csipsimple.wizard_common_strings]
file_filter = res/values-<lang>/wizard_common_strings.xml
source_file = res/values/wizard_common_strings.xml
source_lang = en
[csipsimple.wizard_cryptel_strings]
file_filter = res/values-<lang>/wizard_cryptel_strings.xml
source_file = res/values/wizard_cryptel_strings.xml
source_lang = en
[csipsimple.wizard_expert_strings]
file_filter = res/values-<lang>/wizard_expert_strings.xml
source_file = res/values/wizard_expert_strings.xml
source_lang = en
[csipsimple.wizard_iinet_strings]
file_filter = res/values-<lang>/wizard_iinet_strings.xml
source_file = res/values/wizard_iinet_strings.xml
source_lang = en
[csipsimple.wizard_onsip_strings]
file_filter = res/values-<lang>/wizard_onsip_strings.xml
source_file = res/values/wizard_onsip_strings.xml
source_lang = en
[csipsimple.wizard_ovh_strings]
file_filter = res/values-<lang>/wizard_ovh_strings.xml
source_file = res/values/wizard_ovh_strings.xml
source_lang = en
[csipsimple.wizard_sipgate_strings]
file_filter = res/values-<lang>/wizard_sipgate_strings.xml
source_file = res/values/wizard_sipgate_strings.xml
source_lang = en
[csipsimple.wizard_sipme_strings]
file_filter = res/values-<lang>/wizard_sipme_strings.xml
source_file = res/values/wizard_sipme_strings.xml
source_lang = en
[csipsimple.wizard_strings]
file_filter = res/values-<lang>/wizard_strings.xml
source_file = res/values/wizard_strings.xml
source_lang = en
[csipsimple.filters_strings]
file_filter = res/values-<lang>/filters_strings.xml
source_file = res/values/filters_strings.xml
source_lang = en
[csipsimple.warn_strings]
file_filter = res/values-<lang>/warn_strings.xml
source_file = res/values/warn_strings.xml
source_lang = en