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

Commit 57b38fc2 authored by pureexe's avatar pureexe Committed by Marco Brohet
Browse files

Dialer : TH Translation

Patchset2 : Fix wrong xliff

Change-Id: If421c25b5f31471d10952b793e1cde49a855cc9c
parent 5ae52e20
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013 The CyanogenMod 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <plurals name="hour">
    <item quantity="other">%d ชั่วโมง</item>
  </plurals>
  <plurals name="minute">
    <item quantity="other">%d นาที</item>
  </plurals>
  <plurals name="second">
    <item quantity="other">%d วินาที</item>
  </plurals>
  <plurals name="call">
    <item quantity="other">%d สาย</item>
  </plurals>
</resources>
+50 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013 The CyanogenMod 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <string name="call_log_stats_title">สถิติ</string>
  <string name="callStatsDetailTitle">รายละเอียดสถิติการโทร</string>
  <string name="call_stats">สถิติการโทร</string>
  <string name="call_stats_refresh">โหลดใหม่</string>
  <string name="activity_title_call_stats">สถิติการโทร</string>
  <string name="call_stats_nav_all">ทั้งหมด</string>
  <string name="call_stats_nav_incoming">สายเรียกเข้า</string>
  <string name="call_stats_nav_outgoing">สายโทรออก</string>
  <string name="call_stats_nav_missed">สายที่ไม่ได้รับ</string>
  <string name="call_stats_incoming">สายเรียกเข้า: <xliff:g id="percent">%d</xliff:g>%%</string>
  <string name="call_stats_outgoing">สายโทรออก: <xliff:g id="percent">%d</xliff:g>%%</string>
  <string name="call_stats_missed">สายที่ไม่ได้รับ</string>
  <string name="call_stats_missed_percent">สายที่ไม่ได้รับ: <xliff:g id="percent">%d</xliff:g>%%</string>
  <string name="call_stats_header_total">ทั้งหมด: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
  <string name="call_stats_header_total_callsonly">ทั้งหมด: <xliff:g id="call_count">%s</xliff:g></string>
  <string name="call_stats_filter_from">วันเริ่มต้น</string>
  <string name="call_stats_filter_to">วันสิ้นสุด</string>
  <string name="call_stats_filter_picker_title">ขอบเขตการกรอง</string>
  <string name="date_quick_selection">เลือกรวดเร็ว</string>
  <string name="date_qs_currentmonth">เดือนนี้</string>
  <string name="date_qs_currentquarter">สามเดือนนี้</string>
  <string name="date_qs_currentyear">ปีนี้</string>
  <string name="date_qs_lastweek">สัปดาห์ที่แล้ว</string>
  <string name="date_qs_lastmonth">เดือนที่แล้ว</string>
  <string name="date_qs_lastquarter">สามเดือนที่แล้ว</string>
  <string name="date_qs_lastyear">ปีที่แล้ว</string>
  <string name="call_stats_date_filter">ตั้งขอบเขตเวลา</string>
  <string name="call_stats_reset_filter">รีเซ็ตขอบเขตเวลา</string>
  <string name="call_stats_sort_by_duration">เรียงตามระยะเวลาโทร</string>
  <string name="call_stats_sort_by_count">เรียงตามจำนวนครั้งการโทร</string>
  <string name="menu_add_to_blacklist">เพิ่มไปยังบัญชีดำ</string>
  <string name="toast_added_to_blacklist">%s เพิ่มไปยังบัญชีดำ</string>
</resources>