Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/strings.xml.in

Issue 29322413: Issue 2750 - [Support other languages] Apply Firefox's translations (Closed)
Patch Set: Refined README again. Created July 27, 2015, 10:18 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mobile/android/base/locales/en-US/android_strings.dtd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #filter substitution 1 #filter substitution
2 <?xml version="1.0" encoding="utf-8"?> 2 <?xml version="1.0" encoding="utf-8"?>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 6
7 <!DOCTYPE resources [ 7 <!DOCTYPE resources [
8 #includesubst @BRANDPATH@ 8 #includesubst @BRANDPATH@
9 #includesubst @STRINGSPATH@ 9 #includesubst @STRINGSPATH@
10 #includesubst @ABBSTRINGSPATH@
10 #includesubst @SYNCSTRINGSPATH@ 11 #includesubst @SYNCSTRINGSPATH@
11 #includesubst @SEARCHSTRINGSPATH@ 12 #includesubst @SEARCHSTRINGSPATH@
12 13
13 <!-- C-style format strings. --> 14 <!-- C-style format strings. -->
14 <!ENTITY formatI "&#037;I"> 15 <!ENTITY formatI "&#037;I">
15 <!ENTITY formatS "&#037;s"> 16 <!ENTITY formatS "&#037;s">
16 <!ENTITY formatS1 "&#037;1&#036;s"> 17 <!ENTITY formatS1 "&#037;1&#036;s">
17 <!ENTITY formatS2 "&#037;2&#036;s"> 18 <!ENTITY formatS2 "&#037;2&#036;s">
18 <!ENTITY formatS3 "&#037;3&#036;s"> 19 <!ENTITY formatS3 "&#037;3&#036;s">
19 <!ENTITY formatD "&#037;d"> 20 <!ENTITY formatD "&#037;d">
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri ng> 572 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri ng>
572 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</ string> 573 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</ string>
573 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri ng> 574 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri ng>
574 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> 575 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string>
575 576
576 <!-- This is currently just a filler-text --> 577 <!-- This is currently just a filler-text -->
577 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego ry_acceptable_ads_extra_summary;</string> 578 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego ry_acceptable_ads_extra_summary;</string>
578 579
579 </resources> 580 </resources>
580 581
OLDNEW
« no previous file with comments | « mobile/android/base/locales/en-US/android_strings.dtd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld