1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-07 00:38:13 +02:00

moved copy into xml file

This commit is contained in:
Kyle Spearrin 2017-05-20 16:02:43 -04:00
parent aac525eb3e
commit 370be9f2f1
2 changed files with 51 additions and 45 deletions

View File

@ -1,45 +0,0 @@
# Name
bitwarden Free Password Manager
# Summary
A secure and free password manager for all of your devices
# Description
bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.
Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.
Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? bitwarden makes it easy for you to create, store, and access your passwords.
bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.
# Asset - Tile
A secure and free password manager for all of your devices
# Screenshot - Sync
Sync and access your vault from multiple devices
# Screenshot - Vault
Manage all your logins and passwords from a secure vault
# Screenshot - Autofill
Quickly auto-fill your login credentials into any website that you visit
# Screenshot - Menu
Your vault is also conveniently accessible from the right-click context menu
# Screenshot - Password
Automatically generate strong, random, and secure passwords
# Screenshot - Edit
Your information is managed securely using AES-256 bit encryption

51
store/locales/en/copy.xml Normal file
View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<data name="Name">
<value>bitwarden Free Password Manager</value>
<comment></comment>
</data>
<data name="Summary">
<value>A secure and free password manager for all of your devices</value>
<comment></comment>
</data>
<data name="Description">
<value>
bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.
Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.
Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? bitwarden makes it easy for you to create, store, and access your passwords.
bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.
</value>
<comment></comment>
</data>
<data name="AssetTitle">
<value>A secure and free password manager for all of your devices</value>
<comment></comment>
</data>
<data name="ScreenshotSync">
<value>Sync and access your vault from multiple devices</value>
<comment></comment>
</data>
<data name="ScreenshotVault">
<value>Manage all your logins and passwords from a secure vault</value>
<comment></comment>
</data>
<data name="ScreenshotAutofill">
<value>Quickly auto-fill your login credentials into any website that you visit</value>
<comment></comment>
</data>
<data name="ScreenshotMenu">
<value>Your vault is also conveniently accessible from the right-click context menu</value>
<comment></comment>
</data>
<data name="ScreenshotMenu">
<value>Automatically generate strong, random, and secure passwords</value>
<comment></comment>
</data>
<data name="ScreenshotEdit">
<value>Your information is managed securely using AES-256 bit encryption</value>
<comment></comment>
</data>
</root>