alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Android example source code file (strings.xml)

This example Android source code file (strings.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Android by Example" TM.

Java - Android tags/keywords

cancel, delete, export, failed, if, import, license, note, notes, sd, search, successfully, there, wikinotes

The strings.xml Android example source code

<?xml version="1.0" encoding="utf-8"?>
<!--
	* Copyright (C) 2008 Google Inc. 
	* 
	* 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>
    <string name="app_name">Wiki Notes
    <string name="wiki_title">Wiki Notes -%s
    <string name="wiki_editing">Editing Note - %s
    <string name="confirm_button">Confirm
    <string name="cancel_button">Cancel
    <string name="delete_title">Delete Note?
    <string name="delete_message">Really delete this page? All information will be lost!
    <string name="yes_button">Yes
    <string name="no_button">No
    <string name="search_results">Matching:
    <string name="recent_changes">Recently Changed Pages
    <string name="search_body">Search Contents
    <string name="search_titles">Search Titles
    <string name="search_title">Search Notes
    <string name="start_page">Top Note
    <string name="menu_edit">Edit Note
    <string name="menu_start">Go To Start Note
    <string name="menu_recent">List All Notes
    <string name="menu_delete">Delete Note
    <string name="menu_export">Export Notes
    <string name="menu_import">Import Notes
    <string name="about_title">About WikiNotes
    <string name="about_body">"Thank you for using WikiNotes!\n\nTo get started, edit the Top Note (which appears
right away when you first start WikiNotes) and add text.  Text that has more than one capital letter -- called
a WikiWord -- is automatically turned into a link. By touching a WikiWord, you can create a new note with that title,
or edit an existing note. Use the Menu button to delete and edit existing notes, and to access a list of all your notes.\n\n
WikiNotes is brought to you by Dick Wall, Dan Morrill, and the Android team at Google.\n\n
WikiNotes is open-source software, released under the Apache 2.0 Software License.
For more information, visit us at http://code.google.com/p/apps-for-android/\n"
    </string>
    <string name="about_dismiss_button">Done
    <string name="menu_about">About WikiNotes
    <string name="export_success_title">Export Succeeded
    <string name="export_failure_title">Export Failed
    <string name="export_success">"Successfully exported %1$d notes to removable media (SD card.)\n\nConnect the device to your computer to retrieve the file named:\n%2$s."
    <string name="export_failure_missing_sd">There is no external storage (SD card) present, or it is not working properly.\n\nIf your device is currently connected to your computer, eject it, disconnect it, and try again.
    <string name="export_failure_io_error">Something went wrong while writing the file.
    <string name="export_dismiss_button">Okay    
    <string name="import_confirm_title">Are you sure?
    <string name="import_confirm_body">Be careful! Importing notes will destroy all the notes you currently have!\n\n
If you don't want to lose your current notes, please touch 'Cancel'.\n\n
If you wish to proceed with the import, be sure that a file named WikiNotes-import.xml is on your removable storage card (SD card) and touch 'Proceed'.\n</string>
    <string name="import_confirm_button">Proceed
    <string name="import_cancel_button">Cancel
    <string name="import_success">Successfully imported %1$d notes.
    <string name="import_success_title">Import Succeeded
    <string name="import_failure_title">Import Failed
    <string name="import_failure_io">An error occurred while reading the data to import.\n\nPlease check your storage card, and try again.
    <string name="import_failure_corrupt">The data in the import file doesn't seem to be WikiNotes XML.\n\nPlease verify that the file was previously exported from WikiNotes, and try again.
    <string name="import_failure_nofile">There doesn't seem to be a file to import data from.\n\nPlease check your storage card and copy a file previously exported from WikiNotes into the root folder of the card, under the name "WikiNotes-import.xml".
    <string name="email_leader">Hello! I thought you might be interested in seeing this note I recorded on my Android phone.\n\n%1$s
    <string name="menu_email">Mail Note
</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

 

new blog posts

 

Copyright 1998-2021 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.