mirror of
https://github.com/aikar/commands.git
synced 2026-06-19 21:40:41 +00:00
ebb4fd6644
* Update CommandManager.java (#3) * Create acf-core_cs.properties (#2) * Create acf-minecraft_cs.properties (#1)
38 lines
2.3 KiB
Properties
38 lines
2.3 KiB
Properties
#
|
|
# Copyright (c) 2016-2017 Daniel Ennis (Aikar) - MIT License
|
|
#
|
|
# Permission is hereby granted, free of charge, to any person obtaining
|
|
# a copy of this software and associated documentation files (the
|
|
# "Software"), to deal in the Software without restriction, including
|
|
# without limitation the rights to use, copy, modify, merge, publish,
|
|
# distribute, sublicense, and/or sell copies of the Software, and to
|
|
# permit persons to whom the Software is furnished to do so, subject to
|
|
# the following conditions:
|
|
#
|
|
# The above copyright notice and this permission notice shall be
|
|
# included in all copies or substantial portions of the Software.
|
|
#
|
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
#
|
|
|
|
acf-minecraft.invalid_world = Chyba: Tento svet neexistuje.
|
|
acf-minecraft.you_must_be_holding_item = Chyba: Musis drzet predmet v hlavni ruce.
|
|
acf-minecraft.player_is_vanished_confirm = \
|
|
Upozorneni: Hrac <c2>{vanished}</c2> ma aktivni vanish! Neprozrad ho!\n\
|
|
Chces-li tuto akci opravdu provest, pridej <c2>:confirm</c2> na konec jeho prezdivky.\n\
|
|
Napr. <c2>{vanished}:confirm</c2>
|
|
acf-minecraft.username_too_short = Chyba: Prezdivka je prilis kratka, musi mit alespon tri znaky.
|
|
acf-minecraft.is_not_a_valid_name = Chyba: <c2>{name}</c2> neni platna prezdivka.
|
|
acf-minecraft.multiple_players_match = Chyba: Retezec <c2>{search}</c2> odpovida vice hracum <c3>({all})</c3>, upresni jej.
|
|
acf-minecraft.no_player_found_server = Retezec <c2>{search}</c2> neodpovida zadnemu pripojenemu hraci.
|
|
acf-minecraft.no_player_found = Retezec <c2>{search}</c2> neodpovida zadnemu hraci.
|
|
acf-minecraft.location_please_specify_world = Chyba: Je potreba zadat svet. Priklad: <c2>world:x,y,z</c2>.
|
|
acf-minecraft.location_please_specify_xyz = Chyba: Je potreba zadat souradnice. Priklad: <c2>world:x,y,z</c2>.
|
|
acf-minecraft.location_console_not_relative = Chyba: Konzole nemuze pouzivat relativni souradnice.
|