mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
tweak new-game dialog strings.
This commit is contained in:
parent
7d1a475e61
commit
8c36727578
1 changed files with 11 additions and 24 deletions
|
@ -1,18 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
<!-- -*- compile-command: "../../; make install"; -*- -->
|
||||||
|
|
||||||
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>
|
<resources>
|
||||||
<string name="button_new_game">Add game</string>
|
<string name="button_new_game">Add game</string>
|
||||||
|
@ -48,19 +35,19 @@
|
||||||
|
|
||||||
<string name="newgame_local_header">New Local-only game</string>
|
<string name="newgame_local_header">New Local-only game</string>
|
||||||
<string name="newgame_local_descf">Create a new game where all
|
<string name="newgame_local_descf">Create a new game where all
|
||||||
players will be on this device. To play with your default
|
players will be on this device. To play against a robot and
|
||||||
settings (i.e. with 2 players and in %1$s) just press \"Play
|
with your default settings (in %1$s, etc.) just press \"Play
|
||||||
Game\". To change some settings first, press \"Configure
|
now\". To add players or change game settings, press
|
||||||
game\".</string>
|
\"Configure first\".</string>
|
||||||
<string name="newgame_networked_header">New Networked game</string>
|
<string name="newgame_networked_header">New Networked game</string>
|
||||||
<string name="newgame_networked_desc">Create a game that will be
|
<string name="newgame_networked_desc">Create a game that will be
|
||||||
played over the network. The \"Invite now\" button starts a
|
played over the network. The \"Invite now\" button starts a
|
||||||
game and helps you invite a friend to join it. Or press
|
two-device game and helps you invite a friend to join it. Or
|
||||||
\"Configure game\" to change some of the defaults before you
|
press \"Configure first\" to change some of the defaults before
|
||||||
start your networked game. (You\'ll have a chance to invite
|
you start your networked game. (You\'ll have a chance to send
|
||||||
a friend later.)</string>
|
invites later.)</string>
|
||||||
<string name="newgame_local">Play game</string>
|
<string name="newgame_local">Play now</string>
|
||||||
<string name="newgame_local_config">Configure game</string>
|
<string name="newgame_local_config">Configure first</string>
|
||||||
<string name="newgame_invite">Invite now</string>
|
<string name="newgame_invite">Invite now</string>
|
||||||
<string name="newgame_net_config">Configure first</string>
|
<string name="newgame_net_config">Configure first</string>
|
||||||
<string name="dup_game_queryf">You already have a game that seems
|
<string name="dup_game_queryf">You already have a game that seems
|
||||||
|
|
Loading…
Add table
Reference in a new issue