-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements: address book, settings window, file modified date and o…
…ther improvements, fixes
- Loading branch information
Showing
15 changed files
with
1,032 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,38 @@ | ||
[Main] | ||
ID_ENTER_IP=Enter IP address: | ||
ID_FILE=File | ||
ID_SETTINGS=Settings | ||
ID_EXIT=Exit | ||
ID_CONNECTIONS=Connections | ||
ID_SELECT=Select | ||
ID_ABORT=Abort | ||
ID_HELP=Help | ||
ID_ABOUT_TITLE=About... | ||
|
||
ID_CONNECT=Connect | ||
ID_ALLOW_CONNECTION=Allow connection | ||
ID_NOT_ALLOW_RECEIVE_FILES=User did not approve receiving files | ||
ID_FAIL_CONNECT=Failed to connect | ||
ID_CONNECTION_LOST=Connection lost | ||
ID_SEND_FILES=Sending files (%d of %d) | ||
ID_SEND_FILES=Files sent: %d of %d | ||
ID_SEND_FILES_ABORTED=File sending aborted | ||
ID_RECEIVE_FILES=Receiving files (%d of %d) | ||
ID_RECEIVE_FILES=Files received: %d of %d | ||
ID_SUCCESS_RECEIVED_FILES=All files successfully received | ||
ID_SUCCESS_SENDED_FILES=All files sent successfully | ||
ID_SUCCESS_SENT_FILES=All files sent successfully | ||
|
||
ID_NAME=Name | ||
ID_IP_ADDRESS=IP address | ||
ID_ENTER_NAME=Enter the title: | ||
ID_ENTER_IP=Enter IP address: | ||
ID_ADD=Add | ||
ID_EDIT=Edit | ||
ID_REMOVE=Remove | ||
ID_SELECT=Select | ||
ID_CANCEL=Cancel | ||
|
||
ID_SELECT_FOLDER=Select folder | ||
ID_FOLDER_RECEIVING_FILES=Folder for receiving files: | ||
ID_PORT=Port: | ||
ID_IPS_WITOUT_ASKING=Receive from the following IPs without asking: | ||
ID_OK=OK | ||
|
||
;About | ||
ID_ABOUT_TITLE=About... | ||
ID_LAST_UPDATE=Last update: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,39 @@ | ||
[Main] | ||
ID_ENTER_IP=Введите IP адрес: | ||
ID_FILE=Файл | ||
ID_SETTINGS=Настройки | ||
ID_EXIT=Выход | ||
ID_CONNECTIONS=Подключения | ||
ID_SELECT=Выбрать | ||
ID_ABORT=Прервать | ||
ID_HELP=Справка | ||
ID_ABOUT_TITLE=О программе... | ||
|
||
ID_CONNECT=Подключение | ||
ID_ALLOW_CONNECTION=Разрешить подключение | ||
ID_NOT_ALLOW_RECEIVE_FILES=Пользователь не одобрил получение файлов | ||
ID_FAIL_CONNECT=Не удалось подключиться | ||
ID_CONNECTION_LOST=Подключение потеряно | ||
ID_SEND_FILES=Отправка файлов (%d из %d) | ||
ID_SEND_FILES=Отправлено файлов: %d из %d | ||
ID_SEND_FILES_ABORTED=Отправка файлов прервана | ||
ID_RECEIVE_FILES=Получение файлов (%d из %d) | ||
ID_RECEIVE_FILES=Получено файлов: %d из %d | ||
ID_RECEIVE_FILES_ABORTED=Получение файлов прервано | ||
ID_SUCCESS_RECEIVED_FILES=Все файлы успешно получены | ||
ID_SUCCESS_SENDED_FILES=Все файлы успешно отправлены | ||
ID_SUCCESS_SENT_FILES=Все файлы успешно отправлены | ||
|
||
ID_NAME=Название | ||
ID_IP_ADDRESS=IP адрес | ||
ID_ENTER_NAME=Введите название: | ||
ID_ENTER_IP=Введите IP адрес: | ||
ID_ADD=Добавить | ||
ID_EDIT=Изменить | ||
ID_REMOVE=Удалить | ||
ID_SELECT=Выбрать | ||
ID_CANCEL=Отмена | ||
|
||
ID_SELECT_FOLDER=Выберите папку | ||
ID_FOLDER_RECEIVING_FILES=Folder for receiving files: | ||
ID_PORT=Порт: | ||
ID_IPS_WITOUT_ASKING=Принимать со следующих IP не спрашивая: | ||
ID_OK=ОК | ||
|
||
;About | ||
ID_ABOUT_TITLE=О программе... | ||
ID_LAST_UPDATE=Последнее обновление: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[Main] | ||
Port=5371 | ||
;Если поле пустое, то по умолчанию передача файлов идет на рабочий стол. | ||
Path= | ||
Path= | ||
AddressBook=PC 1=192.168.0.100;PC 2=192.168.0.101; | ||
IPsWithoutRequest=127.0.0.1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.