Skip to content

Instantly share code, notes, and snippets.

@MatteCarra
Last active August 21, 2016 15:06
Show Gist options
  • Save MatteCarra/af002fde9b0d2bd4466c to your computer and use it in GitHub Desktop.
Save MatteCarra/af002fde9b0d2bd4466c to your computer and use it in GitHub Desktop.
ChatCraft English Translation
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name_ChatCraft">ChatCraft</string>
<string name="drawer_open">Menu opened</string>
<string name="drawer_close">Menu closed</string>
<string name="action_menu">Disconnect</string>
<string name="action_tab">Tab Complete</string>
<string name="name_server_field">Server name</string>
<string name="name_server_description">The server name that will be displayed in your Login page.</string>
<string name="name_server_error">There is one server with the same name!</string>
<string name="ip_server_field">Server ip</string>
<string name="ip_server_description">Insert server ip. You can find it by searching server name on Google. DO NOT WRITE THE PORT HERE!</string>
<string name="ip_server_error">This ip is not valid!</string>
<string name="port_server_field">Server port</string>
<string name="port_server_description">If you don\'t know the server port press next. 25565 is the default minecraft server port!</string>
<string name="port_server_error">Server port must be a number! Default port is 25565</string>
<string name="version_server_field">Minecraft version</string>
<string name="version_server_description">Minecraf Version of this server</string>
<string name="version_server_error">Select a minecraft version! You can find it by searching server name on Google</string>
<string name="name_account_field">Nickname or Email</string>
<string name="name_account_description">The name you will use on minecraft servers! If you are premium use your email!</string>
<string name="name_account_error">The name can\'t contain spaces!</string>
<string name="password_premium_checkbox_field">Are you premium?</string>
<string name="password_premium_checkbox_error">Yes</string>
<string name="password_premiumt_checkbox_description">If you have a premium Minecraft account (paid on minecraft.net) select this!</string>
<string name="password_premium_field">Password Login Minecraft Premium</string>
<string name="password_premium_error">Premium login failed! Check you typed you EMAIL and password correctly!</string>
<string name="password_premium_description">Password for PREMIUM USERS. Insert the password you use on minecraft.net! If you are not premium press back and deselect checkbox!</string>
<string name="password_account_field">Servers Login password</string>
<string name="password_account_error">The password can\'t contain spaces!</string>
<string name="password_account_description">Password for auto-login (Optional)! All non-premium servers uses plugins for authentication and this field will auto authenticate with most of this servers.</string>
<string name="tp_safe_place_description">Run in a safe place after login</string>
<string name="auto_teleport_name">Auto-Teleport after login</string>
<string name="auto_login_description">Auto login after connection</string>
<string name="save_skin_description">Save skins on internal storage!</string>
<string name="download_skin_description">Downloads skins also without WiFi!</string>
<string name="high_performance_description">In case of lag disable this!</string>
<string name="add_account_description">Add an Account</string>
<string name="benvenuto">Hi! Login to chat!</string>
<string name="login_to_see">Login to see someone here!</string>
<string name="kicked_reason">You were kicked for this reason:</string>
<string name="fail_connect">Can\'t connect to {IP}:{PORT}! Maybe the server is offline! Check the port and the ip and retry!</string>
<string name="save_skin_alert_title">Activating skins save on files</string>
<string name="save_skin_alert_desc">Successfully activated "save skins on file" function. Caution: if you have not much space disable this function!</string>
<string name="disable_save_skin_alert_title">Disabling skins save on files</string>
<string name="disable_save_skin_alert_desc">Do you want to delete all saved skins?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="exit_alert_desc">Are you sure to exit?</string>
<string name="snackbar_one">Before disconnecting you must connect!</string>
<string name="snackbar_tab">Before tab you must connect!</string>
<string name="already_connected_alert_title">Already connected!</string>
<string name="already_connected_alert_desc">You are already connected! Do you want to disconnect and join {IP}?</string>
<string name="error_version_alert_title">Version error</string>
<string name="error_version_alert_desc">The version of {SERVER} seems to be wrong! Do you want that I fix it?</string>
<string name="showcase_menu_title">Open the menu</string>
<string name="showcase_menu_desc">From menu you can do a lot of things! Try it!</string>
<string name="permium_ask_title">ChatCraft PRO Features</string>
<string name="permium_ask_desc">You have only to pay 0.99€ for a lot of PREMIUM features. I worked a lot to allow you to use this app! Thank you very much :)</string>
<string name="permium_reply_no">We are really sad :(</string>
<string name="pro_account_add">You have only to pay 0.99€ for a lot of PREMIUM features. If you want to edit account, open drawer, open account section, press Manage Accounts and then edit account.</string>
<string name="remove_account_failed">Remove Account Failed</string>
<string name="remove_account_failed_desc">There must be one account left! Add an account before removing this!</string>
<string name="remove_account_title">Remove account</string>
<string name="remove_account_desc">Are you sure to remove this account?</string>
<string name="buy_insert_name_title">Insert your name</string>
<string name="buy_insert_name_content">Insert your minecraft name</string>
<string name="still_disconnected">Prima devi connetterti al server!</string>
<string name="unknown_error">A unknown error occurred</string>
<string name="good_shopping">Good shopping!</string>
<string name="error_name">Your email seems to be incorrect. YOU MUSTN\'T INSERT YOUR USERNAME. YOU MUST INSERT YOUR EMAIL!!!</string>
<string name="error_email">Your username seems to be incorrect. You must use a USERNAME for non premium accounts!</string>
<string name="italian_warning">Usa Vs Urss is an italian server. If you do not understand Italian I suggest you to add an other Server!</string>
<string name="connection_failed">Connection failed!</string>
<string name="old_version">An update has been found! Update for new fixes and features!</string>
<string name="experimental_movement">Tips: This is an experimental feature. Use it only if necessary! It doesn\'t work 100%!</string>
<string name="in_app_purchase_stoler">It seems you hacked with some tool in-app purchases. If it is an error please contact me on usavsurss@gmail.com. I will fix this in a few moments.</string>
<string name="help_not_found">No help available :(</string>
<string name="pro_features">This feature is only available with PRO in app purchase. Click this message to buy it.</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment