opening TIC-80 sources

This commit is contained in:
BADIM-PC\Vadim
2017-09-26 09:59:34 +03:00
parent b003d8f56f
commit e502b89a1d
325 changed files with 186092 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">TIC-80</string>
<string name="enterFileName">Enter file name:</string>
<string name="saveButtonText">Save</string>
<string name="cancelButtonText">Cancel</string>
<string name="cannotSaveFileMessage">Cannot save file</string>
<string name="fileNameFirstMessage">Please enter the file name first</string>
<string name="okButtonText">OK</string>
<string name="loadButtonText">Load</string>
<string name="accessDenied">Access denied</string>
<string name="missingFile">No such file</string>
<string name="newFolderButtonText">New folder</string>
<string name="newFolderDialogMessage">Create new folder</string>
<string name="createButtonText">Create</string>
<string name="folderCreationOk">Folder created sucessfully</string>
<string name="folderCreationError">Error while creating folder</string>
<string name="information">Information</string>
</resources>