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

Side by Side Diff: chrome/content/ui/subscriptionSelection.xul

Issue 11015083: Merge labels and access keys into one string in locales (Closed)
Patch Set: Created July 3, 2013, 9:11 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
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2013 Eyeo GmbH 5 - Copyright (C) 2006-2013 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <hbox> 52 <hbox>
53 <button label="&list.download.retry;" oncommand="reloadSubscriptionList( )"/> 53 <button label="&list.download.retry;" oncommand="reloadSubscriptionList( )"/>
54 <button label="&list.download.website;" oncommand="UI.loadDocLink('subsc riptions')"/> 54 <button label="&list.download.website;" oncommand="UI.loadDocLink('subsc riptions')"/>
55 </hbox> 55 </hbox>
56 </vbox> 56 </vbox>
57 </deck> 57 </deck>
58 58
59 <description id="fromWebText" hidden="true">&fromWeb.description;</description > 59 <description id="fromWebText" hidden="true">&fromWeb.description;</description >
60 60
61 <groupbox id="differentSubscription"> 61 <groupbox id="differentSubscription">
62 <label value="&title.label;" accesskey="&title.accesskey;" control="title"/> 62 <label value="&title.label;" control="title"/>
63 <textbox id="title"/> 63 <textbox id="title"/>
64 64
65 <label value="&location.label;" accesskey="&location.accesskey;" control="lo cation"/> 65 <label value="&location.label;" control="location"/>
66 <textbox id="location"/> 66 <textbox id="location"/>
67 </groupbox> 67 </groupbox>
68 68
69 <description id="supplementMessage" invisible="true" _textTemplate="&supplemen tMessage;"> 69 <description id="supplementMessage" invisible="true" _textTemplate="&supplemen tMessage;">
70 &supplementMessage; 70 &supplementMessage;
71 <label class="text-link" oncommand="">dummy dummy dummy dummy dummy dummy du mmy dummy dummy dummy</label> 71 <label class="text-link" oncommand="">dummy dummy dummy dummy dummy dummy du mmy dummy dummy dummy</label>
72 </description> 72 </description>
73 <checkbox id="addMainSubscription" invisible="true" checked="true" _labelTempl ate="&addMain.label;" label="&addMain.label;" accesskey="&addMain.accesskey;"/> 73 <checkbox id="addMainSubscription" invisible="true" checked="true" _labelTempl ate="&addMain.label;" label="&addMain.label;"/>
74 74
75 </dialog> 75 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld