blob: 912dc92d39611b6ede36754f13cf4409fa5fd759 [file] [log] [blame]
Michael Bestas03bc7052016-03-12 03:19:10 +02001# cm-12.1.yaml
Michael Bestas29ddc932015-05-10 21:17:13 +03002#
3# Crowdin configuration file for CyanogenMod
4#
5# Copyright (C) 2014-2015 The CyanogenMod Project
6#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18
19api_key_env: CM_CROWDIN_API_KEY
20base_path_env: CM_CROWDIN_BASE_PATH
Michael Bestas44fbb352015-12-17 02:01:42 +020021base_path_contains_branch_subfolders: true
Michael Bestas29ddc932015-05-10 21:17:13 +030022project_identifier: cyanogenmod
23preserve_hierarchy: true
24
25files:
26# Frameworks
27
28 # framework-res
29 -
Michael Bestas44fbb352015-12-17 02:01:42 +020030 source: '/frameworks/base/core/res/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +030031 translation: '/%original_path%-%android_code%/%original_file_name%'
32 languages_mapping: &anchor
33 android_code:
34 af: af
35 am: am
36 ar: ar
Michael Bestas46829262016-03-19 01:12:27 +020037 as: as-rIN
Michael Bestas29ddc932015-05-10 21:17:13 +030038 ast: ast-rES
39 az: az-rAZ
40 be: be
41 bg: bg
42 bn: bn-rBD
43 ca: ca
44 cs: cs
45 cy: cy
46 da: da
47 de: de
48 el: el
49 en-AU: en-rAU
50 en-GB: en-rGB
51 en-IN: en-rIN
Michael Bestas6db70b92015-10-03 00:26:51 +030052 en-PT: en-rPT
Michael Bestas29ddc932015-05-10 21:17:13 +030053 eo: eo
54 es-ES: es
Michael Bestas7ce81012016-02-12 00:27:13 +020055 es-MX: es-rMX
Michael Bestas29ddc932015-05-10 21:17:13 +030056 es-US: es-rUS
57 et: et-rEE
58 eu: eu-rES
59 fa: fa
60 fi: fi
61 fr: fr
62 fr-CA: fr-rCA
63 fy-NL: fy-rNL
64 gl: gl-rES
Michael Bestas08944b02015-10-16 18:08:14 +030065 gu-IN: gu-rIN
Michael Bestas29ddc932015-05-10 21:17:13 +030066 he: iw
67 hi: hi
68 hr: hr
69 hu: hu
70 hy-AM: hy-rAM
71 id: in
72 is: is-rIS
73 it: it
74 ja: ja
75 ka: ka-rGE
76 kk: kk-rKZ
77 km: km-rKH
78 kn: kn-rIN
79 ko: ko
80 ku: ku
81 ky: ky-rKG
82 lb: lb
83 lo: lo-rLA
84 lt: lt
85 lv: lv
86 mk: mk-rMK
87 ml-IN: ml-rIN
88 mn: mn-rMN
89 mr: mr-rIN
90 ms: ms-rMY
91 my: my-rMM
92 nb: nb
93 ne-NP: ne-rNP
94 nl: nl
Michael Bestas46829262016-03-19 01:12:27 +020095 or: or-rIN
Michael Bestas29ddc932015-05-10 21:17:13 +030096 pa-IN: pa-rIN
97 pl: pl
98 pt-PT: pt-rPT
99 pt-BR: pt-rBR
100 rm-CH: rm
101 ro: ro
102 ru: ru
103 si-LK: si-rLK
104 sk: sk
105 sl: sl
Michael Bestas08944b02015-10-16 18:08:14 +0300106 sq: sq-rAL
Michael Bestas29ddc932015-05-10 21:17:13 +0300107 sr: sr
108 sv-SE: sv
109 sw: sw
110 ta: ta-rIN
111 te: te-rIN
112 th: th
113 tl: tl
114 tr: tr
115 ug: ug
116 uk: uk
117 ur-PK: ur-rPK
118 uz: uz-rUZ
119 vi: vi
120 zh-CN: zh-rCN
121 zh-HK: zh-rHK
122 zh-TW: zh-rTW
123 zu: zu
124
Michael Bestasd6f1be22015-09-21 17:09:10 +0300125 # DocumentsUI
126 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200127 source: '/frameworks/base/packages/DocumentsUI/res/values/cm_strings.xml'
Michael Bestasd6f1be22015-09-21 17:09:10 +0300128 translation: '/%original_path%-%android_code%/%original_file_name%'
129 languages_mapping: *anchor
130
Michael Bestas29ddc932015-05-10 21:17:13 +0300131 # Keyguard
132 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200133 source: '/frameworks/base/packages/Keyguard/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300134 translation: '/%original_path%-%android_code%/%original_file_name%'
135 languages_mapping: *anchor
136
137 # SystemUI
138 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200139 source: '/frameworks/base/packages/SystemUI/res/values/cm_arrays.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300140 translation: '/%original_path%-%android_code%/%original_file_name%'
141 languages_mapping: *anchor
142 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200143 source: '/frameworks/base/packages/SystemUI/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300144 translation: '/%original_path%-%android_code%/%original_file_name%'
145 languages_mapping: *anchor
146
147# Packages
148
149 # AudioFX
150 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200151 source: '/packages/apps/AudioFX/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300152 translation: '/%original_path%-%android_code%/%original_file_name%'
153 languages_mapping: *anchor
154
155 # Bluetooth
156 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200157 source: '/packages/apps/Bluetooth/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300158 translation: '/%original_path%-%android_code%/%original_file_name%'
159 languages_mapping: *anchor
160
161 # BluetoothExt
162 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200163 source: '/packages/apps/BluetoothExt/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300164 translation: '/%original_path%-%android_code%/%original_file_name%'
165 languages_mapping: *anchor
166 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200167 source: '/packages/apps/BluetoothExt/res/values/strings_dun.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300168 translation: '/%original_path%-%android_code%/%original_file_name%'
169 languages_mapping: *anchor
170 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200171 source: '/packages/apps/BluetoothExt/res/values/strings_ftp.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300172 translation: '/%original_path%-%android_code%/%original_file_name%'
173 languages_mapping: *anchor
174 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200175 source: '/packages/apps/BluetoothExt/res/values/strings_map.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300176 translation: '/%original_path%-%android_code%/%original_file_name%'
177 languages_mapping: *anchor
178 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200179 source: '/packages/apps/BluetoothExt/res/values/strings_sap.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300180 translation: '/%original_path%-%android_code%/%original_file_name%'
181 languages_mapping: *anchor
182
Michael Bestas538aa882015-12-19 00:37:10 +0200183 # Browser
184 -
185 source: '/packages/apps/Browser/res/values/cm_strings.xml'
186 translation: '/%original_path%-%android_code%/%original_file_name%'
187 languages_mapping: *anchor
188
Michael Bestas29ddc932015-05-10 21:17:13 +0300189 # Calculator
190 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200191 source: '/packages/apps/Calculator/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300192 translation: '/%original_path%-%android_code%/%original_file_name%'
193 languages_mapping: *anchor
194
195 # Calendar
196 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200197 source: '/packages/apps/Calendar/res/values/cm_plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300198 translation: '/%original_path%-%android_code%/%original_file_name%'
199 languages_mapping: *anchor
200 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200201 source: '/packages/apps/Calendar/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300202 translation: '/%original_path%-%android_code%/%original_file_name%'
203 languages_mapping: *anchor
204
205 # Camera2
206 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200207 source: '/packages/apps/Camera2/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300208 translation: '/%original_path%-%android_code%/%original_file_name%'
209 languages_mapping: *anchor
210
211 # CellBroadcastReceiver
212 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200213 source: '/packages/apps/CellBroadcastReceiver/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300214 translation: '/%original_path%-%android_code%/%original_file_name%'
215 languages_mapping: *anchor
216
Michael Bestas29ddc932015-05-10 21:17:13 +0300217 # CMBugReport
218 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200219 source: '/packages/apps/CMBugReport/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300220 translation: '/%original_path%-%android_code%/%original_file_name%'
221 languages_mapping: *anchor
222
223 # CMFileManager
224 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200225 source: '/packages/apps/CMFileManager/res/values/plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300226 translation: '/%original_path%-%android_code%/%original_file_name%'
227 languages_mapping: *anchor
228 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200229 source: '/packages/apps/CMFileManager/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300230 translation: '/%original_path%-%android_code%/%original_file_name%'
231 languages_mapping: *anchor
232
233 # CMUpdater
234 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200235 source: '/packages/apps/CMUpdater/res/values/plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300236 translation: '/%original_path%-%android_code%/%original_file_name%'
237 languages_mapping: *anchor
238 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200239 source: '/packages/apps/CMUpdater/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300240 translation: '/%original_path%-%android_code%/%original_file_name%'
241 languages_mapping: *anchor
242
243 # CMWallpapers
244 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200245 source: '/packages/apps/CMWallpapers/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300246 translation: '/%original_path%-%android_code%/%original_file_name%'
247 languages_mapping: *anchor
248
249 # Contacts
250 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200251 source: '/packages/apps/Contacts/res/values/cm_plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300252 translation: '/%original_path%-%android_code%/%original_file_name%'
253 languages_mapping: *anchor
254 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200255 source: '/packages/apps/Contacts/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300256 translation: '/%original_path%-%android_code%/%original_file_name%'
257 languages_mapping: *anchor
258
259 # ContactsCommon
260 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200261 source: '/packages/apps/ContactsCommon/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300262 translation: '/%original_path%-%android_code%/%original_file_name%'
263 languages_mapping: *anchor
264
265 # DeskClock
266 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200267 source: '/packages/apps/DeskClock/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300268 translation: '/%original_path%-%android_code%/%original_file_name%'
269 languages_mapping: *anchor
270
271 # Dialer
272 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200273 source: '/packages/apps/Dialer/res/values/cm_arrays.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300274 translation: '/%original_path%-%android_code%/%original_file_name%'
275 languages_mapping: *anchor
276 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200277 source: '/packages/apps/Dialer/res/values/cm_plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300278 translation: '/%original_path%-%android_code%/%original_file_name%'
279 languages_mapping: *anchor
280 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200281 source: '/packages/apps/Dialer/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300282 translation: '/%original_path%-%android_code%/%original_file_name%'
283 languages_mapping: *anchor
284
285 # Eleven
286 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200287 source: '/packages/apps/Eleven/res/values/plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300288 translation: '/%original_path%-%android_code%/%original_file_name%'
289 languages_mapping: *anchor
290 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200291 source: '/packages/apps/Eleven/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300292 translation: '/%original_path%-%android_code%/%original_file_name%'
293 languages_mapping: *anchor
294
295 # Email
296 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200297 source: '/packages/apps/Email/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300298 translation: '/%original_path%-%android_code%/%original_file_name%'
299 languages_mapping: *anchor
300
301 # Gallery2
302 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200303 source: '/packages/apps/Gallery2/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300304 translation: '/%original_path%-%android_code%/%original_file_name%'
305 languages_mapping: *anchor
306 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200307 source: '/packages/apps/Gallery2/res/values/codeaurora_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300308 translation: '/%original_path%-%android_code%/%original_file_name%'
309 languages_mapping: *anchor
310
311 # InCallUI
312 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200313 source: '/packages/apps/InCallUI/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300314 translation: '/%original_path%-%android_code%/%original_file_name%'
315 languages_mapping: *anchor
316 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200317 source: '/packages/apps/InCallUI/res_cm/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300318 translation: '/%original_path%-%android_code%/%original_file_name%'
319 languages_mapping: *anchor
320
321 # LockClock
322 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200323 source: '/packages/apps/LockClock/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300324 translation: '/%original_path%-%android_code%/%original_file_name%'
325 languages_mapping: *anchor
326
327 # Mms
328 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200329 source: '/packages/apps/Mms/res/values/cm_arrays.xml'
Michael Bestas9cfe4172015-09-08 23:31:42 +0300330 translation: '/%original_path%-%android_code%/%original_file_name%'
331 languages_mapping: *anchor
332 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200333 source: '/packages/apps/Mms/res/values/cm_plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300334 translation: '/%original_path%-%android_code%/%original_file_name%'
335 languages_mapping: *anchor
336 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200337 source: '/packages/apps/Mms/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300338 translation: '/%original_path%-%android_code%/%original_file_name%'
339 languages_mapping: *anchor
340
341 # PhoneCommon
342 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200343 source: '/packages/apps/PhoneCommon/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300344 translation: '/%original_path%-%android_code%/%original_file_name%'
345 languages_mapping: *anchor
346
Michael Bestasf2174e22015-12-16 22:22:14 +0200347 # Profiles
348 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200349 source: '/packages/apps/Profiles/res/values/strings.xml'
Michael Bestasf2174e22015-12-16 22:22:14 +0200350 translation: '/%original_path%-%android_code%/%original_file_name%'
351 languages_mapping: *anchor
352
Michael Bestas29ddc932015-05-10 21:17:13 +0300353 # Settings
354 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200355 source: '/packages/apps/Settings/res/values/cm_plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300356 translation: '/%original_path%-%android_code%/%original_file_name%'
357 languages_mapping: *anchor
358 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200359 source: '/packages/apps/Settings/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300360 translation: '/%original_path%-%android_code%/%original_file_name%'
361 languages_mapping: *anchor
362
363 # SetupWizard
364 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200365 source: '/packages/apps/SetupWizard/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300366 translation: '/%original_path%-%android_code%/%original_file_name%'
367 languages_mapping: *anchor
368
369 # SoundRecorder
370 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200371 source: '/packages/apps/SoundRecorder/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300372 translation: '/%original_path%-%android_code%/%original_file_name%'
373 languages_mapping: *anchor
374
375 # Stk
376 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200377 source: '/packages/apps/Stk/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300378 translation: '/%original_path%-%android_code%/%original_file_name%'
379 languages_mapping: *anchor
380
381 # Terminal
382 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200383 source: '/packages/apps/Terminal/res/values/arrays.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300384 translation: '/%original_path%-%android_code%/%original_file_name%'
385 languages_mapping: *anchor
386 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200387 source: '/packages/apps/Terminal/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300388 translation: '/%original_path%-%android_code%/%original_file_name%'
389 languages_mapping: *anchor
390
391 # ThemeChooser
392 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200393 source: '/packages/apps/ThemeChooser/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300394 translation: '/%original_path%-%android_code%/%original_file_name%'
395 languages_mapping: *anchor
396
397 # Trebuchet
398 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200399 source: '/packages/apps/Trebuchet/res/values/cm_arrays.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300400 translation: '/%original_path%-%android_code%/%original_file_name%'
401 languages_mapping: *anchor
402 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200403 source: '/packages/apps/Trebuchet/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300404 translation: '/%original_path%-%android_code%/%original_file_name%'
405 languages_mapping: *anchor
406
Michael Bestasa1d175a2015-05-12 05:20:28 +0300407 # TvSettings
408 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200409 source: '/packages/apps/TvSettings/Settings/res/values/cm_strings.xml'
Michael Bestasa1d175a2015-05-12 05:20:28 +0300410 translation: '/%original_path%-%android_code%/%original_file_name%'
411 languages_mapping: *anchor
412
Michael Bestas29ddc932015-05-10 21:17:13 +0300413 # UnifiedEmail
414 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200415 source: '/packages/apps/UnifiedEmail/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300416 translation: '/%original_path%-%android_code%/%original_file_name%'
417 languages_mapping: *anchor
418
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700419# Cyngn packages
420
Michael Bestasaa51d6f2015-08-21 22:57:29 +0300421 # AudioFX
422 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200423 source: '/packages/cyngn/AudioFX/res/values/cm_strings.xml'
Michael Bestasaa51d6f2015-08-21 22:57:29 +0300424 translation: '/%original_path%-%android_code%/%original_file_name%'
425 languages_mapping: *anchor
426
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700427 # CalendarNext
428 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200429 source: '/packages/cyngn/CalendarNext/res/values/cm_strings.xml'
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700430 translation: '/%original_path%-%android_code%/%original_file_name%'
431 languages_mapping: *anchor
432 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200433 source: '/packages/cyngn/CalendarNext/res/values/strings.xml'
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700434 translation: '/%original_path%-%android_code%/%original_file_name%'
435 languages_mapping: *anchor
436
Michael Bestasaa51d6f2015-08-21 22:57:29 +0300437 # CameraNext
438 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200439 source: '/packages/cyngn/CameraNext/res/values/cm_strings.xml'
Michael Bestasaa51d6f2015-08-21 22:57:29 +0300440 translation: '/%original_path%-%android_code%/%original_file_name%'
441 languages_mapping: *anchor
442 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200443 source: '/packages/cyngn/CameraNext/res/values/qcomstrings.xml'
Michael Bestasaa51d6f2015-08-21 22:57:29 +0300444 translation: '/%original_path%-%android_code%/%original_file_name%'
445 languages_mapping: *anchor
446 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200447 source: '/packages/cyngn/CameraNext/res/values/strings.xml'
Michael Bestasaa51d6f2015-08-21 22:57:29 +0300448 translation: '/%original_path%-%android_code%/%original_file_name%'
449 languages_mapping: *anchor
450
Michael Bestas5b789fe2015-08-21 23:10:39 +0300451 # CMFota
452 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200453 source: '/packages/cyngn/CMFota/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300454 translation: '/%original_path%-%android_code%/%original_file_name%'
455 languages_mapping: *anchor
456
457 # CMLogger
458 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200459 source: '/packages/cyngn/CMLogger/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300460 translation: '/%original_path%-%android_code%/%original_file_name%'
461 languages_mapping: *anchor
462
Michael Bestasea0ebfc2015-10-06 01:38:15 +0300463 # CMResolver
464 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200465 source: '/packages/cyngn/CMResolver/res/values/strings.xml'
Michael Bestasea0ebfc2015-10-06 01:38:15 +0300466 translation: '/%original_path%-%android_code%/%original_file_name%'
467 languages_mapping: *anchor
468
Michael Bestas5b789fe2015-08-21 23:10:39 +0300469 # CyanogenAccount
470 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200471 source: '/packages/cyngn/CyanogenAccount/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300472 translation: '/%original_path%-%android_code%/%original_file_name%'
473 languages_mapping: *anchor
474
Michael Bestasd3f5c082015-08-05 18:15:10 +0300475 # DialerNext
476 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200477 source: '/packages/cyngn/DialerNext/res/values/cm_strings.xml'
Michael Bestasd3f5c082015-08-05 18:15:10 +0300478 translation: '/%original_path%-%android_code%/%original_file_name%'
479 languages_mapping: *anchor
480
Michael Bestas5b789fe2015-08-21 23:10:39 +0300481 # EmailNext
482 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200483 source: '/packages/cyngn/EmailNext/res/values/cm_strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300484 translation: '/%original_path%-%android_code%/%original_file_name%'
485 languages_mapping: *anchor
486 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200487 source: '/packages/cyngn/EmailNext/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300488 translation: '/%original_path%-%android_code%/%original_file_name%'
489 languages_mapping: *anchor
490
491 # ExchangeNext
492 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200493 source: '/packages/cyngn/ExchangeNext/res/values/cm_strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300494 translation: '/%original_path%-%android_code%/%original_file_name%'
495 languages_mapping: *anchor
496 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200497 source: '/packages/cyngn/ExchangeNext/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300498 translation: '/%original_path%-%android_code%/%original_file_name%'
499 languages_mapping: *anchor
500
501 # GalleryNext
502 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200503 source: '/packages/cyngn/GalleryNext/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300504 translation: '/%original_path%-%android_code%/%original_file_name%'
505 languages_mapping: *anchor
506
507
Michael Bestasd3f5c082015-08-05 18:15:10 +0300508 # InCallUINext
509 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200510 source: '/packages/cyngn/InCallUINext/res/values/cm_strings.xml'
Michael Bestasd3f5c082015-08-05 18:15:10 +0300511 translation: '/%original_path%-%android_code%/%original_file_name%'
512 languages_mapping: *anchor
513
Michael Bestas5b789fe2015-08-21 23:10:39 +0300514 # Screencast
515 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200516 source: '/packages/cyngn/Screencast/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300517 translation: '/%original_path%-%android_code%/%original_file_name%'
518 languages_mapping: *anchor
519
520 # ThemeChooser
521 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200522 source: '/packages/cyngn/ThemeChooser/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300523 translation: '/%original_path%-%android_code%/%original_file_name%'
524 languages_mapping: *anchor
525
526 # ThemeStore
527 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200528 source: '/packages/cyngn/ThemeStore/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300529 translation: '/%original_path%-%android_code%/%original_file_name%'
530 languages_mapping: *anchor
531
532 # UnifiedEmailNext
533 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200534 source: '/packages/cyngn/UnifiedEmailNext/res/values/cm_strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300535 translation: '/%original_path%-%android_code%/%original_file_name%'
536 languages_mapping: *anchor
537 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200538 source: '/packages/cyngn/UnifiedEmailNext/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300539 translation: '/%original_path%-%android_code%/%original_file_name%'
540 languages_mapping: *anchor
541
542 # VoiceWakeup
543 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200544 source: '/packages/cyngn/VoiceWakeup/res/values/strings.xml'
Michael Bestas5b789fe2015-08-21 23:10:39 +0300545 translation: '/%original_path%-%android_code%/%original_file_name%'
546 languages_mapping: *anchor
547
Michael Bestas5f3b7682015-06-22 12:59:35 +0300548# Input methods
549
550 # LatinIME
551 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200552 source: '/packages/inputmethods/LatinIME/java/res/values/cm_strings.xml'
Michael Bestas5f3b7682015-06-22 12:59:35 +0300553 translation: '/%original_path%-%android_code%/%original_file_name%'
554 languages_mapping: *anchor
555
Michael Bestas29ddc932015-05-10 21:17:13 +0300556# Providers
557
558 # DownloadProvider
559 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200560 source: '/packages/providers/DownloadProvider/res/values/cm_plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300561 translation: '/%original_path%-%android_code%/%original_file_name%'
562 languages_mapping: *anchor
563 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200564 source: '/packages/providers/DownloadProvider/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300565 translation: '/%original_path%-%android_code%/%original_file_name%'
566 languages_mapping: *anchor
567
568 # ThemesProvider
569 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200570 source: '/packages/providers/ThemesProvider/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300571 translation: '/%original_path%-%android_code%/%original_file_name%'
572 languages_mapping: *anchor
573
574# Services
575
576 # Mms
577 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200578 source: '/packages/services/Mms/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300579 translation: '/%original_path%-%android_code%/%original_file_name%'
580 languages_mapping: *anchor
581
582 # Telecomm
583 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200584 source: '/packages/services/Telecomm/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300585 translation: '/%original_path%-%android_code%/%original_file_name%'
586 languages_mapping: *anchor
587
588 # Telephony
589 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200590 source: '/packages/services/Telephony/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300591 translation: '/%original_path%-%android_code%/%original_file_name%'
592 languages_mapping: *anchor
593
594# Wallpapers
595
596 # Galaxy4
597 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200598 source: '/packages/wallpapers/Galaxy4/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300599 translation: '/%original_path%-%android_code%/%original_file_name%'
600 languages_mapping: *anchor
601
602 # PhaseBeam
603 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200604 source: '/packages/wallpapers/PhaseBeam/res/values/cm_strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300605 translation: '/%original_path%-%android_code%/%original_file_name%'
606 languages_mapping: *anchor
607
608 # PhotoPhase
609 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200610 source: '/packages/wallpapers/PhotoPhase/res/values/plurals.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300611 translation: '/%original_path%-%android_code%/%original_file_name%'
612 languages_mapping: *anchor
613 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200614 source: '/packages/wallpapers/PhotoPhase/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300615 translation: '/%original_path%-%android_code%/%original_file_name%'
616 languages_mapping: *anchor
617
Michael Bestasde8b4db2015-05-13 19:08:42 +0300618# Vendor
619
620 # CM SDK
621 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200622 source: '/vendor/cmsdk/cm/res/res/values/strings.xml'
Michael Bestasde8b4db2015-05-13 19:08:42 +0300623 translation: '/%original_path%-%android_code%/%original_file_name%'
624 languages_mapping: *anchor
625
Michael Bestas6e4258b2015-09-15 15:39:09 +0300626 # CMSettingsProvider
627 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200628 source: '/vendor/cmsdk/packages/CMSettingsProvider/res/values/strings.xml'
Michael Bestas6e4258b2015-09-15 15:39:09 +0300629 translation: '/%original_path%-%android_code%/%original_file_name%'
630 languages_mapping: *anchor
631
Michael Bestas29ddc932015-05-10 21:17:13 +0300632# Device specific
633
634 # fmapp2
635 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200636 source: '/hardware/qcom/fm/fmapp2/res/values/arrays.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300637 translation: '/%original_path%-%android_code%/%original_file_name%'
638 languages_mapping: *anchor
639 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200640 source: '/hardware/qcom/fm/fmapp2/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300641 translation: '/%original_path%-%android_code%/%original_file_name%'
642 languages_mapping: *anchor
643
644 # FMRecord
645 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200646 source: '/hardware/qcom/fm/FMRecord/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300647 translation: '/%original_path%-%android_code%/%original_file_name%'
648 languages_mapping: *anchor
649
650 # SamsungServiceMode
651 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200652 source: '/packages/apps/SamsungServiceMode/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300653 translation: '/%original_path%-%android_code%/%original_file_name%'
654 languages_mapping: *anchor
655
Michael Bestas8ce9e272015-07-28 19:12:53 +0300656 # asus tf300t AutoParts
Michael Bestas29ddc932015-05-10 21:17:13 +0300657 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200658 source: '/device/asus/tf300t/AutoParts/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300659 translation: '/%original_path%-%android_code%/%original_file_name%'
660 languages_mapping: *anchor
661
Michael Bestas8ce9e272015-07-28 19:12:53 +0300662 # bn acclaim TFF
Michael Bestas29ddc932015-05-10 21:17:13 +0300663 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200664 source: '/device/bn/acclaim/TFF/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300665 translation: '/%original_path%-%android_code%/%original_file_name%'
666 languages_mapping: *anchor
667
Michael Bestas8ce9e272015-07-28 19:12:53 +0300668 # motorola condor doze
669 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200670 source: '/device/motorola/condor/doze/res/values/strings.xml'
Michael Bestas8ce9e272015-07-28 19:12:53 +0300671 translation: '/%original_path%-%android_code%/%original_file_name%'
672 languages_mapping: *anchor
673
Michael Bestas87405a92015-06-04 22:08:58 +0300674 # motorola omap4-common doze
675 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200676 source: '/device/motorola/omap4-common/doze/res/values/strings.xml'
Michael Bestas87405a92015-06-04 22:08:58 +0300677 translation: '/%original_path%-%android_code%/%original_file_name%'
678 languages_mapping: *anchor
679
Michael Bestasf52a1d02015-05-31 05:47:44 +0300680 # motorola qcom-common doze
681 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200682 source: '/device/motorola/qcom-common/doze/res/values/strings.xml'
Michael Bestasf52a1d02015-05-31 05:47:44 +0300683 translation: '/%original_path%-%android_code%/%original_file_name%'
684 languages_mapping: *anchor
685
Michael Bestas8ce9e272015-07-28 19:12:53 +0300686 # motorola quark cmactions
Michael Bestasf52a1d02015-05-31 05:47:44 +0300687 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200688 source: '/device/motorola/quark/cmactions/res/values/strings.xml'
Michael Bestasf52a1d02015-05-31 05:47:44 +0300689 translation: '/%original_path%-%android_code%/%original_file_name%'
690 languages_mapping: *anchor
691
Michael Bestas8ce9e272015-07-28 19:12:53 +0300692 # motorola victara cmactions
Michael Bestasf52a1d02015-05-31 05:47:44 +0300693 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200694 source: '/device/motorola/victara/cmactions/res/values/strings.xml'
Michael Bestasf52a1d02015-05-31 05:47:44 +0300695 translation: '/%original_path%-%android_code%/%original_file_name%'
696 languages_mapping: *anchor
697
Michael Bestas8ce9e272015-07-28 19:12:53 +0300698 # motorola xt897 AsantiKeypad
Michael Bestas29ddc932015-05-10 21:17:13 +0300699 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200700 source: '/device/motorola/xt897/AsantiKeypad/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300701 translation: '/%original_path%-%android_code%/%original_file_name%'
702 languages_mapping: *anchor
703
Michael Bestas8ce9e272015-07-28 19:12:53 +0300704 # oppo common configpanel
Michael Bestas29ddc932015-05-10 21:17:13 +0300705 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200706 source: '/device/oppo/common/configpanel/res/values/strings.xml'
Michael Bestas29ddc932015-05-10 21:17:13 +0300707 translation: '/%original_path%-%android_code%/%original_file_name%'
708 languages_mapping: *anchor
Michael Bestasf52a1d02015-05-31 05:47:44 +0300709
Michael Bestas8ce9e272015-07-28 19:12:53 +0300710 # samsung galaxys2-common AdvancedDisplay
711 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200712 source: '/device/samsung/galaxys2-common/AdvancedDisplay/res/values/arrays.xml'
Michael Bestas8ce9e272015-07-28 19:12:53 +0300713 translation: '/%original_path%-%android_code%/%original_file_name%'
714 languages_mapping: *anchor
715 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200716 source: '/device/samsung/galaxys2-common/AdvancedDisplay/res/values/strings.xml'
Michael Bestas8ce9e272015-07-28 19:12:53 +0300717 translation: '/%original_path%-%android_code%/%original_file_name%'
718 languages_mapping: *anchor
719
Michael Bestasf52a1d02015-05-31 05:47:44 +0300720 # samsung qcom-common doze
721 -
Michael Bestas44fbb352015-12-17 02:01:42 +0200722 source: '/device/samsung/qcom-common/doze/res/values/strings.xml'
Michael Bestasf52a1d02015-05-31 05:47:44 +0300723 translation: '/%original_path%-%android_code%/%original_file_name%'
724 languages_mapping: *anchor
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700725
Michael Bestas8e3385f2016-02-19 03:26:15 +0200726 # yu sambar configpanel
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700727 -
Michael Bestas8e3385f2016-02-19 03:26:15 +0200728 source: '/device/yu/sambar/configpanel/res/values/strings.xml'
Abhisek Devkota25f67bd2015-07-06 01:16:13 -0700729 translation: '/%original_path%-%android_code%/%original_file_name%'
730 languages_mapping: *anchor