|
Android example source code file (strings.xml)
The strings.xml Android example source code<?xml version="1.0" encoding="utf-8"?> <!-- /** * Copyright (c) 2010, 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"> <!-- Label for this package --> <string name="label">SamplesyncAdapter</string> <!-- Permission label --> <string name="permlab_samplesyncadapterAuthPassword">access to passwords for Sample SyncAdapter accounts</string> <!-- Permission description --> <string name="permdesc_samplesyncadapterAuthPassword">Allows applications direct access to the passwords for the Sample SyncAdapter account(s) you have configured.</string> <!-- Permission label --> <string name="permlab_samplesyncadapterAuth">view configured accounts</string> <!-- Permission description --> <string name="permdesc_samplesyncadapterAuth">Allows applications to see the usernames (email addresses) of the Sample SyncAdapter account(s) you have configured.</string> <string name="notification_login_error">Touch to sign into your Sample SyncAdapter account.</string> <!-- Title string for Login activity--> <string name="ui_activity_title">Sign-in</string> <!-- Message shown in progress dialog while app connects to the server --> <string name="ui_activity_authenticating">Authenticating\u2026</string> <!-- AuthenticatorActivity --> <skip /> <!-- Label above username EditText --> <string name="login_activity_username_label">Username</string> <!-- Label above password EditText --> <string name="login_activity_password_label">Password</string> <!-- Button to sign in after entering username and password --> <string name="login_activity_ok_button">Sign in</string> <!-- Message shown in dialog if the username or password is invalid. --> <string name="login_activity_loginfail_text_both">The username or password isn\'t valid. A Sample SyncAdapter account is required. Please try again. </string> <!-- Message shown in dialog if the password is invalid --> <string name="login_activity_loginfail_text_pwonly">You entered the wrong password or your account has changed. Please re-enter your password.</string> <!-- Message shown in dialog to prompt the user for their password --> <string name="login_activity_loginfail_text_pwmissing">Type the password for this account.</string> <!-- Message shown if the provided account doesn't support the current activity. --> <string name="login_activity_newaccount_text">Sign in to your Sample SyncAdapter account. </string> <!-- Button that takes the user to the "sign in" screen --> <string name="sign_in_button_label">Sign in</string> <!-- Button for going to the previous screen or step --> <string name="back_button_label">Back</string> <!-- Button to cancel the current operation --> <string name="cancel_button_label">Cancel</string> <string name="profile_action">Sample profile</string> <string name="view_profile">View Profile</string> </resources> Other Android examples (source code examples)Here is a short list of links related to this Android strings.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.