contentpack remove feature WIP
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// Example of a GLSL library
|
||||
#define PI 3.1415926535897932384626433832795
|
||||
#define PI2 (PI*2)
|
||||
|
||||
vec4 decompress_light(float compressed_light) {
|
||||
vec4 result;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Menu
|
||||
menu.missing-content=Missing Content!
|
||||
world.convert-request=Content indices have changed! Convert world files?
|
||||
pack.remove-confirm=Do you want to erase all pack content from the world forever?
|
||||
error.pack-not-found=Could not to find pack
|
||||
error.dependency-not-found=Dependency pack is not found
|
||||
world.delete-confirm=Do you want to delete world forever?
|
||||
|
||||
@@ -10,6 +10,8 @@ Add=Добавить
|
||||
error.pack-not-found=Не удалось найти пакет
|
||||
error.dependency-not-found=Используемая зависимость не найдена
|
||||
|
||||
pack.remove-confirm=Удалить весь поставляемый паком контент из мира (безвозвратно)?
|
||||
|
||||
# Меню
|
||||
menu.New World=Новый Мир
|
||||
menu.Quit=Выход
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
Reference in New Issue
Block a user