mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 01:02:16 -05:00
Credit to JSch author
This commit is contained in:
parent
aa643c2fc6
commit
a03aaaf5a5
2668
src/keepass2android/Resources/Resource.designer.cs
generated
2668
src/keepass2android/Resources/Resource.designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -126,6 +126,12 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/android_filechooser_contrib"
|
||||
android:text="@string/CreditsText" />
|
||||
<TextView
|
||||
android:id="@+id/Credit2"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/Credit"
|
||||
android:text="@string/CreditsTextSFTP" />
|
||||
</RelativeLayout>
|
||||
|
||||
</ScrollView>
|
@ -5,6 +5,7 @@
|
||||
<string name="about_homepage">Homepage</string>
|
||||
<string name="AboutText">Keepass2Android is a password manager providing read/write access to KeePass 2.x databases on Android.</string>
|
||||
<string name="CreditsText">The User Interface is based on a port of KeepassDroid developed by Brian Pellin. Code for database operations is based on KeePass by Dominik Reichl. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.</string>
|
||||
<string name="CreditsTextSFTP">SFTP support is implemented using the JSch library under BSD licence, created by JCraft, Inc.</string>
|
||||
<string name="accept">Accept</string>
|
||||
<string name="add_entry">Add entry</string>
|
||||
<string name="add_url_entry">Create entry for URL</string>
|
||||
|
Loading…
Reference in New Issue
Block a user