Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c7ef4f6 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Gerrit Code Review
Browse files

Adding back pdf_printer_media_sizes for values-zh-rCN to accomodate mediasize_default

Change-Id: I45cfd8babe813fa5dba49bb444e10517a3771f30
parent 7a886739
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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" BASIS,
     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>

    <string-array name="pdf_printer_media_sizes" translatable="false">
        <item>ROC_8K</item>
        <item>ROC_16K</item>
        <item>PRC_1</item>
        <item>PRC_2</item>
        <item>PRC_3</item>
        <item>PRC_4</item>
        <item>PRC_5</item>
        <item>PRC_6</item>
        <item>PRC_7</item>
        <item>PRC_8</item>
        <item>PRC_9</item>
        <item>PRC_10</item>
        <item>PRC_16K</item>
        <item>OM_PA_KAI</item>
        <item>OM_DAI_PA_KAI</item>
        <item>OM_JUURO_KU_KAI</item>
    </string-array>

</resources>