Sha256: 18306b21d9c05fc4b23959b41d1a42c2fd9aa61a34cd79520cdd0afb03cbc796

Contents?: true

Size: 1.86 KB

Versions: 1

Compression:

Stored size: 1.86 KB

Contents

<?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">Any Cut</string>

    <string name="shortcutName">Shortcut name</string>
    
    <string-array name="mainMenu">
        <item>Direct call</item>
        <item>Direct text message</item>
        <item>Activity</item>
        <item>Make your own</item>
    </string-array>

	<string name="welcomeString">Any Cut lets you create Home screen shortcuts to anything you want!</string>
	<string name="welcomeString2">You may also access Any Cut by long pressing on the Home screen and selecting it from the Shortcut group</string>
	<string name="newShortcut">New shortcut</string>
	<string name="shortcutCreated">Shortcut created.</string>

	<string name="callShortcutActivityTitle">Choose a number to call</string>
	<string name="textShortcutActivityTitle">Choose a number to text</string>
	<string name="activityShortcutActivityTitle">Choose an activity</string>
	<string name="customShortcutActivityTitle">Make your own shortcut</string>

	<string name="shortcutEditorTitle">Edit shortcut</string>
	
	<string name="shortcutAction">Action</string>
	<string name="shortcutData">Data</string>
	<string name="shortcutType">Type</string>
	
	<string name="errorEmptyName">Name cannot be empty</string>
</resources>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remi-andrake-0.1.0 examples/more-apps/AnyCut/res/values/strings.xml