Improve a bit the translation

This commit is contained in:
Michele Guerini Rocco 2015-02-18 00:38:12 +01:00
parent af17ef0f47
commit f9c37dab91

View File

@ -4,8 +4,8 @@
### Info ### Info
A chat client that uses shared folders to Dropbox. A chat client that uses Dropbox shared folders.
Made using python 3 and Tk interface. Made using python 3 and Tk.
### Instructions ### Instructions
First usage: First usage:
@ -13,11 +13,11 @@ First usage:
From the menu bar select: From the menu bar select:
* Profile -> "User Name" and enter your name. * Profile -> "User Name" and enter your name.
* Conversation -> "New File" or "Open File .." and choose a text file * Conversation -> "New File" or "Open File .." and choose a text file
Write a message in the text box and press return to enter it in the file. Write a message in the text box and press return to write it in the file.
Once written, the file is synced with Dropbox so that others can respond. Once written, the file is synced with Dropbox so that others can reply.
Recent files are listed in the sidebar and on the last used is reopened at startup. Recent files are listed in the sidebar and the last used is reopened at startup.
To permanently delete a file, simply move it to the trash while to remove the reference from the right-click on the file in the sidebar and select "Delete". To permanently delete a file, simply move it to the trash while to remove the reference right-click on the file in the sidebar and select "Delete".
### Building ### Building
A setup is included to convert Dropchat into a binary using py2exe or py2app. A setup is included to convert Dropchat into a binary using py2exe or py2app.
@ -28,4 +28,4 @@ Usage:
### License ### License
Dual licensed under the MIT and GPL licenses: Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html http://www.gnu.org/licenses/gpl.html