Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2007 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18     <string name="app_name">Package installer</string>
     19     <string name="install">Install</string>
     20     <string name="done">Done</string>
     21     <!-- TODO REMOVE LATER -->
     22     <string name="security_settings_desc">Allow this application to:</string>
     23     <string name="cancel">Cancel</string>
     24     <string name="unknown">Unknown</string>
     25     <string name="installing">Installing\u2026</string>
     26     <string name="install_done">Application installed</string>
     27     <string name="install_confirm_question">Do you want to install this application?</string>
     28     <string name="install_failed">Application not installed</string>
     29     <string name="install_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> could not be installed on this phone.</string>
     30     <string name="launch">Open</string>
     31     <string name="unknown_apps_dlg_title">Install blocked</string>
     32     <string name="unknown_apps_dlg_text">For security, your phone is set to block installation of applications not obtained from Android Market.</string>
     33     <string name="ok">OK</string>
     34     <string name="settings">Settings</string>
     35     <string name="manage_applications">Manage applications</string>
     36     <string name="dlg_app_replacement_title">Replace application</string>
     37     <string name="dlg_app_replacement_statement">The application you are installing will replace another application.\n\nAll previous user data will be saved.</string>
     38     <!-- Dialog attributes when replacing system app -->
     39     <string name="dlg_sys_app_replacement_statement">This is a system application. Do you still want to replace it?\n\nAll previous user data will be saved.</string>
     40     <string name="out_of_space_dlg_title">Out of space</string>
     41     <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> could not be installed. Free up some space and try again.</string>
     42     <!-- strings related to uninstall activity -->
     43     <string name="dlg_ok">OK</string>
     44     <string name="app_not_found_dlg_title">Application not found</string>
     45     <string name="app_not_found_dlg_text"> The application was not
     46 found in the list of installed applications.</string>
     47     <string name="uninstall_application_question">Uninstall application?</string>
     48     <string name="uninstall_update_question">Uninstall update?</string>
     49     <string name="uninstall_application_text">This application will be uninstalled.</string>
     50     <string name="uninstall_update_text">The application update will be uninstalled. You can still use the factory version of the application.</string>
     51     <string name="uninstalling">Uninstalling\u2026</string>
     52     <string name="uninstall_done">Uninstall finished</string>
     53     <string name="uninstall_failed">Uninstall not successful</string>
     54     <string name="uninstall_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> could not be uninstalled</string>
     55 
     56     <!-- Dialog attributes to indicate parse errors -->
     57     <string name="Parse_error_dlg_title">Parse error</string>
     58     <string name="Parse_error_dlg_text">There is a problem parsing the package.</string>
     59 </resources>
     60