1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (C) 2014 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 17<resources xmlns:android="http://schemas.android.com/apk/res/android" 18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <string-array name="sleep_timeout_entries"> 20 <item msgid="7643657925154052320">"5 דקות"</item> 21 <item msgid="6144296358870917421">"15 דקות"</item> 22 <item msgid="1532366273541603403">"30 דקות"</item> 23 <item msgid="2085428169229240524">"שעה אחת"</item> 24 <item msgid="1721833099003792021">"שעתיים"</item> 25 </string-array> 26 <string-array name="screen_off_timeout_entries"> 27 <item msgid="2023064540617589294">"15 דקות"</item> 28 <item msgid="4795171375052386180">"30 דקות"</item> 29 <item msgid="3607410962439496240">"שעה אחת"</item> 30 <item msgid="3961404165574258373">"4 שעות"</item> 31 <item msgid="7081536241895332602">"8 שעות"</item> 32 <item msgid="2309374028847575472">"12 שעות"</item> 33 <item msgid="8972691357879557282">"24 שעות"</item> 34 <item msgid="8711655845733997688">"אף פעם"</item> 35 </string-array> 36 <string-array name="captioning_typeface_selector_titles"> 37 <item msgid="890926483922346934">"ברירת מחדל"</item> 38 <item msgid="3343022995357433227">"Sans-serif"</item> 39 <item msgid="5638318073828379963">"Sans-serif דחוס"</item> 40 <item msgid="7195810992054707804">"Sans-serif עם רווח יחיד"</item> 41 <item msgid="3746382747920668734">"Serif"</item> 42 <item msgid="5506326688955062027">"Serif עם רווח יחיד"</item> 43 <item msgid="8403464187584231231">"Casual"</item> 44 <item msgid="6220546425366299741">"כתב-יד"</item> 45 <item msgid="1456504206632415023">"רישיות קטנות"</item> 46 </string-array> 47 <string-array name="captioning_font_size_selector_titles"> 48 <item msgid="2544683044075498815">"קטן מאוד"</item> 49 <item msgid="4812733698855185131">"קטן"</item> 50 <item msgid="628695363180883207">"רגיל"</item> 51 <item msgid="7397980392121949818">"גדול"</item> 52 <item msgid="8774213681644780958">"גדול מאוד"</item> 53 </string-array> 54 <string-array name="captioning_edge_type_selector_titles"> 55 <item msgid="4482240152068132930">"ללא"</item> 56 <item msgid="8734279541070888851">"קו מתאר"</item> 57 <item msgid="4018027888850818563">"הטלת צללית"</item> 58 <item msgid="5156498342956725270">"בולט"</item> 59 <item msgid="3944101071491815363">"שקוע"</item> 60 </string-array> 61 <string-array name="captioning_opacity_selector_titles"> 62 <item msgid="5486561918584724312">"25%"</item> 63 <item msgid="6571958570070138850">"50%"</item> 64 <item msgid="8127599536762217559">"75%"</item> 65 <item msgid="4680121960387090302">"100%"</item> 66 </string-array> 67 <string-array name="font_scale_entries"> 68 <item msgid="6953338104484431184">"קטן"</item> 69 <item msgid="3988732129988118066">"ברירת מחדל"</item> 70 <item msgid="366536516474422757">"גדול"</item> 71 <item msgid="2224819763437549790">"הכי גדול"</item> 72 </string-array> 73 <string-array name="wifi_peap_phase2_entries"> 74 <item msgid="5504589898033185752">"ללא"</item> 75 <item msgid="7421097083214266845">"MSCHAPV2"</item> 76 <item msgid="1160776373339603784">"GTC"</item> 77 </string-array> 78 <string-array name="wifi_phase2_entries"> 79 <item msgid="9208428577430898855">"ללא"</item> 80 <item msgid="299855611943030840">"PAP"</item> 81 <item msgid="4168234302019013836">"MSCHAP"</item> 82 <item msgid="3665868694672130423">"MSCHAPV2"</item> 83 <item msgid="1778635393795831325">"GTC"</item> 84 </string-array> 85</resources> 86