diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-12-25 19:33:58 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-12-25 19:58:50 +0200 |
commit | 55147e2fff12f9ab1a392cf9ef37e5a57f39ecf7 (patch) | |
tree | c6fed3bbfaacd1f6dd3b6899f78bdea791b45bb5 /packages/SystemUI/res/values-en-rAU | |
parent | 46835db6958a453761c3fae8bbc432eca07b5661 (diff) | |
download | frameworks_base-55147e2fff12f9ab1a392cf9ef37e5a57f39ecf7.zip frameworks_base-55147e2fff12f9ab1a392cf9ef37e5a57f39ecf7.tar.gz frameworks_base-55147e2fff12f9ab1a392cf9ef37e5a57f39ecf7.tar.bz2 |
Automatic translation import
Change-Id: I96f3c5a41d3c52473c161aaf2c97d821caa99bb9
Diffstat (limited to 'packages/SystemUI/res/values-en-rAU')
-rw-r--r-- | packages/SystemUI/res/values-en-rAU/cm_arrays.xml | 29 | ||||
-rw-r--r-- | packages/SystemUI/res/values-en-rAU/cm_strings.xml | 55 |
2 files changed, 84 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-en-rAU/cm_arrays.xml b/packages/SystemUI/res/values-en-rAU/cm_arrays.xml new file mode 100644 index 0000000..cf5825b --- /dev/null +++ b/packages/SystemUI/res/values-en-rAU/cm_arrays.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2012-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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="cardinal_directions"> + <item>N</item> + <item>NE</item> + <item>E</item> + <item>SE</item> + <item>S</item> + <item>SW</item> + <item>W</item> + <item>NW</item> + </string-array> +</resources> diff --git a/packages/SystemUI/res/values-en-rAU/cm_strings.xml b/packages/SystemUI/res/values-en-rAU/cm_strings.xml new file mode 100644 index 0000000..bac2e03 --- /dev/null +++ b/packages/SystemUI/res/values-en-rAU/cm_strings.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2012-2015 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="status_bar_expanded_header_weather_format"><xliff:g id="temp">%1$s</xliff:g> - <xliff:g id="condition">%2$s</xliff:g></string> + <string name="left_shortcut_hint">Swipe right for %1$s</string> + <string name="right_shortcut_hint">Swipe left for %1$s</string> + <string name="select_application">Select application</string> + <string name="lockscreen_choose_action_title">Choose action</string> + <string name="lockscreen_none_target">None</string> + <string name="navbar_dialog_title">Choose action to assign</string> + <string name="navbar_home_button">Home button</string> + <string name="navbar_recent_button">Recent button</string> + <string name="navbar_search_button">Search button</string> + <string name="navbar_back_button">Back button</string> + <string name="navbar_empty_button">Empty button</string> + <string name="navbar_menu_conditional_button">Menu (autoHide) button</string> + <string name="navbar_menu_always_button">Menu (alwaysShow) button</string> + <string name="navbar_menu_big_button">Menu button</string> + <string name="accessibility_dpad_left">Cursor left</string> + <string name="accessibility_dpad_right">Cursor right</string> + <string name="advanced_dev_option_wipe_app">Wipe app data</string> + <string name="advanced_dev_option_force_stop">Force stop</string> + <string name="advanced_dev_option_uninstall">Uninstall</string> + <string name="quick_settings_compass_init">Initialising\u2026</string> + <string name="quick_settings_network_adb_label">ADB over network</string> + <string name="quick_settings_compass_label">Compass</string> + <string name="quick_settings_nfc_label">NFC</string> + <string name="quick_settings_profiles">System profiles</string> + <string name="quick_settings_profiles_off">Profiles disabled</string> + <string name="quick_settings_screen_timeout_detail_title">Screen timeout</string> + <string name="quick_settings_lockscreen_label">Lock screen</string> + <string name="quick_settings_lockscreen_label_enforced">Lock screen enforced</string> + <string name="accessibility_quick_settings_location_battery_saving">Location reporting: Battery-saving mode.</string> + <string name="accessibility_quick_settings_location_gps_only">Location reporting: Sensors-only mode.</string> + <string name="accessibility_quick_settings_location_high_accuracy">Location reporting: High-accuracy mode.</string> + <string name="quick_settings_location_detail_title">Location mode</string> + <string name="quick_settings_location_battery_saving_label">Battery-saving</string> + <string name="quick_settings_location_gps_only_label">Device only</string> + <string name="quick_settings_location_high_accuracy_label">High accuracy</string> +</resources> |