Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Side by Side Diff: grit/testdata/android.xml

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « grit/testdata/about.html ('k') | grit/testdata/bad_browser.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!--
2 Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6
7 <resources>
8 <!-- A string with placeholder. -->
9 <string xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" name="placeholders ">
10 Open <xliff:g id="FILENAME" example="internet.html">%s</xliff:g>?
11 </string>
12
13 <!-- A simple string. -->
14 <string name="simple">A simple string.</string>
15
16 <!-- A string with a comment. -->
17 <string name="comment">Contains a <!-- ignore this --> comment. </string>
18
19 <!-- A second simple string. -->
20 <string name="simple2"> Another simple string. </string>
21
22 <!-- A non-translatable string. -->
23 <string name="constant" translatable="false">Do not translate me.</string>
24 </resources>
OLDNEW
« no previous file with comments | « grit/testdata/about.html ('k') | grit/testdata/bad_browser.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698