You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/greendroid/GDCatalog/res/values-en/strings.xml

61 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright (C) 2010 Cyril Mottier (http://www.cyrilmottier.com)
**
** 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">GDCatalog</string>
<string name="app_url">http://github.com/cyrilmottier/GreenDroid</string>
<string name="more_info_on_greendroid">For more information on the GreenDroid library, go to the GitHub project\'s web page:</string>
<!-- Activities labels -->
<string name="general_info_label">General information</string>
<string name="basic_item_label">Basic items</string>
<string name="xml_item_label">XML items</string>
<string name="tweaked_item_view_label">Tweaked itemviews</string>
<string name="segmented_label">SegmentedBar</string>
<string name="action_bar_activity_label">ActionBarActivity</string>
<string name="quick_action_label">QuickAction</string>
<string name="simple_async_image_view_label">Simple AsyncImageView</string>
<string name="async_image_view_list_view_label">AsyncImageView in ListView</string>
<string name="about">About</string>
<string name="license">License</string>
<!-- String used in the SegmentedActivity -->
<string name="segment_1">Jeff</string>
<string name="segment_2">Romain</string>
<string name="segment_3">Adam</string>
<string name="segment_4">Dan</string>
<string name="show_image_1">Set image 1</string>
<string name="show_image_2">Set image 2</string>
<string name="show_image_3">Set image 3</string>
<string name="first_screen">First screen</string>
<string name="refresh_pressed">You\'ve just pressed a ActionBarItem.Type.Refresh button</string>
<string name="custom_drawable">Custom drawable. Click on another item instead</string>
<string name="image_for_position">Image for position </string>
<string name="about_content">GreenDroid is a development library for the Android platform. It is intented to make UI developments easier and consistent through your applications.\n\nThe GreenDroid project has been initiated by <a href="http://www.cyrilmottier.com">Cyril Mottier</a></string>
</resources>