Most of these are file moves; a couple notable exceptions are the changes due to the move, and fixing up test code: - database/DatabaseCursorTest.java - database/DatabaseStatementTest.java - net/UriTest.java
39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASI
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<string name="coerceIntegerToString">100</string>
|
|
<string name="coerceBooleanToString">true</string>
|
|
<string name="coerceColorToString">#fff</string>
|
|
<string name="coerceFloatToString">100.0</string>
|
|
<string name="coerceDimensionToString">100px</string>
|
|
<string name="coerceFractionToString">100<xliff:g id="percent">%</xliff:g></string>
|
|
|
|
<string name="formattedStringNone">Format[]</string>
|
|
<string name="formattedStringOne">Format[<xliff:g id="format">%d</xliff:g>]</string>
|
|
<string name="formattedStringTwo">Format[<xliff:g id="format">%3$d,%2$s</xliff:g>]</string>
|
|
|
|
<string name="reference">here</string>
|
|
|
|
<plurals name="plurals_test">
|
|
<item quantity="one">A dog</item>
|
|
<item quantity="other">Some dogs</item>
|
|
</plurals>
|
|
|
|
<!-- <string name="layout_six_text_text">F</string> -->
|
|
</resources>
|