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

Commit de17832d authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Automatic translation import

Change-Id: I856caf686de2c4037805d800c30ed05784241f6b
parent a9dd79ba
Loading
Loading
Loading
Loading
+86 −0
Original line number Diff line number Diff line
@@ -18,30 +18,116 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Long-press back kill application -->
  <string name="app_killed_message">App killed</string>
  <!-- label for item that screenshots in phone options dialog -->
  <string name="global_action_screenshot">Screenshot</string>
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <string name="permgrouplab_security">Security</string>
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <string name="permgroupdesc_security">Permissions related to device security information.</string>
  <!-- label for item that restarts the phone in phone options dialog -->
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Current</string>
  <!-- status message in phone options dialog for screenshot action -->
  <!-- Restart menu -->
  <!-- Button to restart the phone, within the Restart Options dialog -->
  <!-- Button to restart the phone into recovery, within the Restart Options dialog -->
  <string name="reboot_recovery">Recovery</string>
  <!-- Button to restart the phone into bootloader, within the Restart Options dialog -->
  <string name="reboot_bootloader">Bootloader</string>
  <!-- Button to restart the phone into download, within the Restart Options dialog -->
  <string name="reboot_download">Download</string>
  <!-- Button to soft restart the device, within the Restart Options dialog -->
  <!-- Title of dialog to confirm restarting. -->
  <!-- Restart Confirmation Dialog.  When the user chooses to restart the device, there will
         be a confirmation dialog.  This is the message. -->
  <!-- Restart Progress Dialog. This is shown if the user chooses to restart the phone. -->
  <!-- ADB over network notification -->
  <string name="adb_net_active_notification_title">ADB over network enabled</string>
  <!-- ADB over USB and network notification -->
  <string name="adb_both_active_notification_title">ADB over USB &amp; network enabled</string>
  <!-- ADB notification message-->
  <string name="adb_active_generic_notification_message">Touch to disable debugging.</string>
  <!-- Privacy Guard -->
  <string name="permlab_changePrivacyGuardState">enable or disable Privacy Guard</string>
  <string name="permdesc_changePrivacyGuardState">Allows the app to change whether another app runs with Privacy Guard. When an app is running with Privacy Guard, it will not have access to personal data such as contacts, call logs, or messages.</string>
  <string name="privacy_guard_notification">Privacy Guard active</string>
  <string name="privacy_guard_notification_detail"><xliff:g id="app">%1$s</xliff:g> will not be able to access personal data</string>
  <string name="privacy_guard_dialog_title">Privacy Guard</string>
  <string name="privacy_guard_dialog_summary"><xliff:g id="app">%1$s</xliff:g> would like to <xliff:g id="op">%2$s</xliff:g>.</string>
  <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
  <string name="permission_remember_choice">Remember my choice</string>
  <!-- App ops requests -->
  <string name="app_ops_access_camera">access the camera</string>
  <string name="app_ops_access_location">access your location</string>
  <string name="app_ops_access_notifications">read your notifications</string>
  <string name="app_ops_activate_vpn">activate a VPN</string>
  <string name="app_ops_auto_start">start at power up</string>
  <string name="app_ops_delete_call_log">delete your call log</string>
  <string name="app_ops_delete_contacts">delete your contacts</string>
  <string name="app_ops_delete_mms">delete your MMS messages</string>
  <string name="app_ops_delete_sms">delete your SMS messages</string>
  <string name="app_ops_draw_on_top">draw windows on top</string>
  <string name="app_ops_get_usage_stats">get app usage stats</string>
  <string name="app_ops_keep_device_awake">keep your device awake</string>
  <string name="app_ops_make_phone_call">make a phone call</string>
  <string name="app_ops_modify_calendar">update your calendar</string>
  <string name="app_ops_modify_call_log">update the call log</string>
  <string name="app_ops_modify_clipboard">modify the clipboard</string>
  <string name="app_ops_modify_contacts">update your contacts</string>
  <string name="app_ops_modify_settings">update system settings</string>
  <string name="app_ops_mute_unmute_microphone">mute/unmute the microphone</string>
  <string name="app_ops_play_audio">play audio</string>
  <string name="app_ops_post_notification">post a notification</string>
  <string name="app_ops_project_media">project media</string>
  <string name="app_ops_read_calendar">read your calendar</string>
  <string name="app_ops_read_call_log">read the call log</string>
  <string name="app_ops_read_clipboard">read the clipboard</string>
  <string name="app_ops_read_contacts">read your contacts</string>
  <string name="app_ops_read_mms">read your MMS messages</string>
  <string name="app_ops_read_sms">read your SMS messages</string>
  <string name="app_ops_receive_sms">receive an SMS message</string>
  <string name="app_ops_record_audio">record audio</string>
  <string name="app_ops_send_mms">send an MMS message</string>
  <string name="app_ops_send_sms">send an SMS message</string>
  <string name="app_ops_start_at_bootup">start at power up</string>
  <string name="app_ops_toast_window">display toast messages</string>
  <string name="app_ops_toggle_bluetooth">toggle Bluetooth</string>
  <string name="app_ops_toggle_mobile_data">toggle mobile data</string>
  <string name="app_ops_toggle_nfc">toggle NFC</string>
  <string name="app_ops_toggle_wifi">toggle Wi-Fi</string>
  <string name="app_ops_use_alarm_volume">control alarm volume</string>
  <string name="app_ops_use_audio_focus">control the audio focus</string>
  <string name="app_ops_use_bluetooth_volume">control the Bluetooth volume</string>
  <string name="app_ops_use_master_volume">control the master volume</string>
  <string name="app_ops_use_media_buttons">use the media buttons</string>
  <string name="app_ops_use_media_volume">control the media volume</string>
  <string name="app_ops_use_notification_volume">control the notification volume</string>
  <string name="app_ops_use_ring_volume">control the ringtone volume</string>
  <string name="app_ops_use_vibrate">use haptic feedback</string>
  <string name="app_ops_use_voice_volume">control the voice call volume</string>
  <string name="app_ops_write_mms">write an MMS message</string>
  <string name="app_ops_write_sms">write an SMS message</string>
  <string name="app_ops_use_fingerprint">use fingerprint</string>
  <string name="app_ops_add_voicemail">add a voicemail</string>
  <string name="app_ops_read_phone_state">access phone state</string>
  <string name="app_ops_scan_wifi">scan Wi-Fi networks</string>
  <string name="app_ops_change_wallpaper">change the wallpaper</string>
  <string name="app_ops_assist_structure">use assist structure</string>
  <string name="app_ops_assist_screenshot">take a screenshot</string>
  <string name="app_ops_use_body_sensors">use body sensors</string>
  <string name="app_ops_read_cell_broadcasts">read cell broadcasts</string>
  <string name="app_ops_mock_location">mock your location</string>
  <string name="app_ops_read_external_storage">read external storage</string>
  <string name="app_ops_write_external_storage">write external storage</string>
  <string name="app_ops_turn_on_screen">turn the screen on</string>
  <string name="app_ops_get_accounts">get device accounts</string>
  <string name="app_ops_wifi_change">change Wi-Fi state</string>
  <string name="app_ops_su">get root access</string>
  <!-- Protected Apps Notification -->
  <string name="notify_package_component_protected_title">Activity launch blocked</string>
  <string name="notify_package_component_protected_text"><xliff:g id="app_name">%1$s</xliff:g> is protected from being launched. Tap to authenticate and launch the application.</string>
  <!-- Notify user that they are in Lock-to-app (for devices without navbar) -->
  <string name="lock_to_app_toast_no_navbar">To unpin this screen, touch and hold the Back button.</string>
  <!-- Message to show the user when their vendor image doesn't match the build's fingerprint. -->
</resources>
+46 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2014 The CyanogenMod Project
     Copyright (c) 2013, The Linux Foundation. All rights reserved.

     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">
  <!-- Long-press back kill application -->
  <!-- label for item that screenshots in phone options dialog -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- label for item that restarts the phone in phone options dialog -->
  <!-- label for current user in phone options dialog -->
  <!-- status message in phone options dialog for screenshot action -->
  <!-- Restart menu -->
  <!-- Button to restart the phone, within the Restart Options dialog -->
  <!-- Button to restart the phone into recovery, within the Restart Options dialog -->
  <!-- Button to restart the phone into bootloader, within the Restart Options dialog -->
  <!-- Button to restart the phone into download, within the Restart Options dialog -->
  <!-- Button to soft restart the device, within the Restart Options dialog -->
  <!-- Title of dialog to confirm restarting. -->
  <!-- Restart Confirmation Dialog.  When the user chooses to restart the device, there will
         be a confirmation dialog.  This is the message. -->
  <!-- Restart Progress Dialog. This is shown if the user chooses to restart the phone. -->
  <!-- ADB over network notification -->
  <!-- ADB over USB and network notification -->
  <!-- ADB notification message-->
  <!-- Privacy Guard -->
  <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
  <!-- App ops requests -->
  <!-- Protected Apps Notification -->
  <!-- Notify user that they are in Lock-to-app (for devices without navbar) -->
  <!-- Message to show the user when their vendor image doesn't match the build's fingerprint. -->
</resources>
+1729 −0

File added.

Preview size limit exceeded, changes collapsed.

+38 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!-- Copyright (C) 2011 The Android Open Source 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">
  <!-- Title of the activity when a full backup has been requested and must be confirmed -->
  <!-- Title of the activity when a full restore has been requested and must be confirmed -->
  <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
  <!-- Button to allow a requested full backup to occur -->
  <!-- Button to refuse to allow the requested full backup -->
  <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
  <!-- Button to allow a requested full restore to occur -->
  <!-- Button to refuse to allow the requested full restore -->
  <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. -->
  <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. -->
  <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. -->
  <!-- Text for message to user that they must enter an encryption password to use for the full backup operation. -->
  <!-- Text for message to user that they may optionally supply an encryption password to use for a full backup operation. -->
  <!-- Text for message to user that they must supply an encryption password to use for a full backup operation because their phone is locked. -->
  <!-- Text for message to user when performing a full restore operation, explaining that they must enter the password originally used to encrypt the full backup data. -->
  <!-- Text of a toast telling the user that a full backup operation has begun -->
  <!-- Text of a toast telling the user that a full backup operation has ended -->
  <!-- Text of a toast telling the user that a full restore operation has begun -->
  <!-- Text of a toast telling the user that a full restore operation has ended -->
  <!-- Text of a toast telling the user that the operation has timed out -->
</resources>
+3 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources></resources>
Loading