diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2014-02-02 17:03:52 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gmail.com> | 2014-02-11 21:16:58 +0200 |
commit | bc30cfff397ddb631a878e4d3a1072f1e7034437 (patch) | |
tree | 191b6504a98e7b037c44bc3be7f2dd922c08c063 /res | |
parent | d5f4c6614f69b79fb0c2a96d97b24bcf8eff6c3b (diff) | |
download | android_packages_apps_Trebuchet-bc30cfff397ddb631a878e4d3a1072f1e7034437.tar.gz android_packages_apps_Trebuchet-bc30cfff397ddb631a878e4d3a1072f1e7034437.tar.bz2 android_packages_apps_Trebuchet-bc30cfff397ddb631a878e4d3a1072f1e7034437.zip |
Trebuchet: IW translation
- Transifex export
Change-Id: I32a9f21f25773f750a5b3e4d369348cf9a332464
Diffstat (limited to 'res')
-rw-r--r-- | res/values-iw/cm_translations.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/res/values-iw/cm_translations.xml b/res/values-iw/cm_translations.xml new file mode 100644 index 000000000..5329324b3 --- /dev/null +++ b/res/values-iw/cm_translations.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 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> + <string name="sort_button_text">מיין</string> + <string name="filter_button_text">סינון</string> + <string name="default_screen_button_text">מסך ברירת מחדל</string> + <string name="transition_effect_button_text">אפקט גלילה</string> + <string name="sort_mode_title">כותרת</string> + <string name="sort_mode_launch_count">הפעל ספירה</string> + <string name="sort_mode_install_time">זמן התקנה</string> + <string name="scrolling_page_outlines">תיאור דף</string> + <string name="wallpaper_scroll">גלילת טפט</string> + <string name="preferences_title">העדפות</string> + <string name="preferences_interface_title">ממשק</string> + <string name="preferences_application_title">יישום</string> + <string name="preferences_interface_homescreen_title">מסך הבית</string> + <string name="preferences_interface_homescreen_summary">מסכים וטפטים</string> + <string name="preferences_interface_homescreen_search_title">סרגל החיפוש</string> + <string name="preferences_interface_homescreen_search_summary">הצג את שורת החיפוש תמיד בחלק העליון של המסך</string> + <string name="preferences_interface_drawer_title">מגירה</string> + <string name="preferences_interface_dock_title">עגינה</string> + <string name="preferences_interface_general_title">כללי</string> + <string name="preferences_interface_general_icons_category">סמלים</string> + <string name="preferences_interface_general_icons_large_title">סמלים גדולים יותר</string> + <string name="preferences_interface_general_icons_large_summary">השתמש בצלמיות יישום גדול מאוד במסך הבית ובמגירה</string> + <string name="preferences_interface_general_icons_text_style_title">סגנון הגופן של הטקסט</string> + <string name="preferences_interface_general_icons_text_style_summary">סגנון ועיצוב הגופן עבור טקסט הסמלים</string> + <string name="dialog_pick_iconpack_title">בחר ערכת סמלים</string> + <string name="default_iconpack_title">סמלי ברירת מחדל</string> + <string name="icon_packs_title">אוסף סמלים</string> + <string name="no_iconpacks_summary">לא מותקנות ערכות סמל</string> + <string-array name="preferences_interface_general_icons_text_font_family_entries"> + <item>רגיל</item> + <item>לבן</item> + <item>מרוכז</item> + </string-array> + <string-array name="transition_effect_entries"> + <item>ללא</item> + <item>התקרבות</item> + <item>התרחקות</item> + <item>סובב שמאלה</item> + <item>סובב ימינה</item> + <item>קוביית פנים</item> + <item>קוביית חוץ</item> + <item>מחסנית</item> + <item>אקורדיון</item> + <item>היפוך</item> + <item>גליל פנימי</item> + <item>גליל חיצוני</item> + <item>קרוסלה</item> + <item>תקציר</item> + </string-array> +</resources> |