mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Fix typos in DatabaseSettingsWidgetRemote
This commit is contained in:
parent
1ca607792d
commit
647272e9c5
2 changed files with 22 additions and 22 deletions
|
@ -2291,16 +2291,6 @@ removed from the database.</source>
|
||||||
<source>Download input field</source>
|
<source>Download input field</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>e.g.:
|
|
||||||
get DatabaseOnRemote.kdbx {TEMP_DATABASE}
|
|
||||||
exit
|
|
||||||
---
|
|
||||||
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
|
||||||
The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Upload</source>
|
<source>Upload</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -2317,16 +2307,6 @@ The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
||||||
<source>Upload input field</source>
|
<source>Upload input field</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>e.g.:
|
|
||||||
put {TEMP_DATABASE} DatabaseOnRemote.kdbx
|
|
||||||
exit
|
|
||||||
---
|
|
||||||
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
|
||||||
The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Name cannot be empty.</source>
|
<source>Name cannot be empty.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -2359,6 +2339,26 @@ The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
||||||
<source>You have unsaved changes. Do you want to save them?</source>
|
<source>You have unsaved changes. Do you want to save them?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>e.g.:
|
||||||
|
get DatabaseOnRemote.kdbx {TEMP_DATABASE}
|
||||||
|
exit
|
||||||
|
---
|
||||||
|
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
||||||
|
The command has to exit. In case of `sftp` as last command `exit` has to be sent
|
||||||
|
</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>e.g.:
|
||||||
|
put {TEMP_DATABASE} DatabaseOnRemote.kdbx
|
||||||
|
exit
|
||||||
|
---
|
||||||
|
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
||||||
|
The command has to exit. In case of `sftp` as last command `exit` has to be sent
|
||||||
|
</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>DatabaseTabWidget</name>
|
<name>DatabaseTabWidget</name>
|
||||||
|
|
|
@ -181,7 +181,7 @@ get DatabaseOnRemote.kdbx {TEMP_DATABASE}
|
||||||
exit
|
exit
|
||||||
---
|
---
|
||||||
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
||||||
The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
The command has to exit. In case of `sftp` as last command `exit` has to be sent
|
||||||
</string>
|
</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -231,7 +231,7 @@ put {TEMP_DATABASE} DatabaseOnRemote.kdbx
|
||||||
exit
|
exit
|
||||||
---
|
---
|
||||||
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
{TEMP_DATABASE} is used as placeholder to store the database in a temporary location
|
||||||
The command has to exit. In case of `sftp` as last commend `exit` has to be sent
|
The command has to exit. In case of `sftp` as last command `exit` has to be sent
|
||||||
</string>
|
</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue