|
Android example source code file (strings.xml)
The strings.xml Android example source code
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (C) 2009 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">
<!-- General -->
<skip />
<!-- Application name -->
<string name="application_name">Gestures Builder
<!-- Title, name of the activity used to create a gesture -->
<string name="label_create_gesture">Create a gesture
<!-- Buttons -->
<skip />
<!-- Label, button used to add a gesture -->
<string name="button_add">Add gesture
<!-- Label, button used to reload all gestures -->
<string name="button_reload">Reload
<!-- Label, button used to cancel the operation of adding a gesture -->
<string name="button_discard">Discard
<!-- Label, button used to save a gesture newly created -->
<string name="button_done">Done
<!-- Gestures -->
<skip />
<!-- Label, prompt asking the user to enter the name of the gesture -->
<string name="prompt_gesture_name">Name
<!-- Error message, informs the user he needs to enter a name before saving a gesture -->
<string name="error_missing_name">You must enter a name
<!-- success message, tells the user where the gesture was saved -->
<string name="save_success">Gesture saved in %s
<!-- Buttons in Rename gesture dialog box -->
<string name="rename_action">OK
<!-- Buttons in Rename gesture dialog box -->
<string name="cancel_action">Cancel
<!-- Message displayed when the user opens the gestures settings screen -->
<string name="gestures_loading">Loading gestures...
<!-- Message displayed when the user has no gestures -->
<string name="gestures_empty">No gestures
<!-- Title of the screen used to view/manage gestures -->
<string name="gestures_activity">Gestures
<!-- Noun, menu item used to rename a gesture -->
<string name="gestures_rename">Rename
<!-- Noun, menu item used to remove a gesture -->
<string name="gestures_delete">Delete
<!-- Message displayed when a gesture is successfully deleted -->
<string name="gestures_delete_success">Gesture deleted
<!-- Title of dialog box -->
<string name="gestures_rename_title">Rename gesture
<!-- Label of gesture name field in Rename gesture dialog box -->
<string name="gestures_rename_label">Gesture name
<!-- Message, displayed when the sdcard cannot be found, 1st parameter is the name of the file that stores the gestures. CHAR LIMIT=80 -->
<string name="gestures_error_loading">Could not load %s. Make sure you have storage available.
</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.