diff options
-rw-r--r-- | res/values-af/cm_arrays.xml | 39 | ||||
-rw-r--r-- | res/values-af/cm_strings.xml | 48 |
2 files changed, 87 insertions, 0 deletions
diff --git a/res/values-af/cm_arrays.xml b/res/values-af/cm_arrays.xml new file mode 100644 index 000000000..aa3fda7d0 --- /dev/null +++ b/res/values-af/cm_arrays.xml @@ -0,0 +1,39 @@ +<?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-array name="preferences_interface_general_icons_text_font_family_entries"> + <item>Gereelde</item> + <item>Lig</item> + <item>Verkorte</item> + </string-array> + <string-array name="transition_effect_entries"> + <item>Geen</item> + <item>Zoom in</item> + <item>Zoom uit</item> + <item>Roteer op</item> + <item>Roteer af</item> + <item>Kubus in</item> + <item>Kubus uit</item> + <item>Stapel</item> + <item>Trek klavier</item> + <item>Flip</item> + <item>Silinder in</item> + <item>Silinder uit</item> + <item>Rondomtalie</item> + <item>Oorsig</item> + </string-array> +</resources> diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml new file mode 100644 index 000000000..50b93ea39 --- /dev/null +++ b/res/values-af/cm_strings.xml @@ -0,0 +1,48 @@ +<?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="application_copyright">Kopiereg \u00A9 2014 Die CyanogenMod Projek</string> + <string name="sort_button_text">Sorteer</string> + <string name="filter_button_text">Filter</string> + <string name="default_screen_button_text">Verstek skerm</string> + <string name="transition_effect_button_text">Rol effek</string> + <string name="sort_mode_title">Titel</string> + <string name="sort_mode_launch_count">Begin telling</string> + <string name="sort_mode_install_time">Installerings tyd</string> + <string name="scrolling_page_outlines">Bladsy buitelyne</string> + <string name="scrolling_fade_adjacent">Vervaag kant bladsye</string> + <string name="wallpaper_scroll">Rol muurpapier</string> + <string name="preferences_title">Instellings</string> + <string name="preferences_application_title">Program</string> + <string name="preferences_interface_homescreen_title">Tuis skerm</string> + <string name="preferences_interface_homescreen_search_title">Soekbalk</string> + <string name="preferences_interface_homescreen_search_summary">Wys soekbalk altyd aan die bokant van die skerm</string> + <string name="preferences_interface_drawer_title">Laai</string> + <string name="preferences_interface_dock_title">Dok</string> + <string name="preferences_interface_general_title">Algemeen</string> + <string name="preferences_interface_general_icons_category">Ikone</string> + <string name="preferences_interface_general_icons_large_title">Groter ikone</string> + <string name="preferences_interface_general_icons_large_summary">Gebruik ekstra groot toepassing ikone in tuis skerm en laai</string> + <string name="preferences_interface_general_icons_text_style_title">Teksfont styl</string> + <string name="preferences_interface_general_icons_text_style_summary">Variant en styl van font om te gebruik vir ikoon teks</string> + <string name="dialog_pick_iconpack_title">Kies ikoon stel</string> + <string name="default_iconpack_title">Standaard ikone</string> + <string name="icon_packs_title">Ikoon stelle</string> + <string name="no_iconpacks_summary">Geen ikoon stelle geïnstalleer</string> + <string name="all_apps_cling_cm">Verpersoonlik jou laai</string> + <string name="all_apps_cling_summary">Tik die bladsy aanwyser vir bykomende konfigurasie-instellings</string> +</resources> |