1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 13:37:57 -05:00
parent e205bbc999
commit bf149b4c49
10 changed files with 50 additions and 45 deletions

View File

@@ -1,13 +1,13 @@
{
"appName": {
"message": "bitwarden"
"message": "Bitwarden"
},
"extName": {
"message": "bitwarden - Free Password Manager",
"message": "Bitwarden - Free Password Manager",
"description": "Extension name"
},
"extDesc": {
"message": "bitwarden is a secure and free password manager for all of your devices.",
"message": "A secure and free password manager for all of your devices.",
"description": "Extension description"
},
"loginOrCreateNewAccount": {
@@ -167,7 +167,7 @@
"message": "Visit Our Website"
},
"visitOurWebsiteDirectly": {
"message": "Visit our website to get help, news, email us, and/or learn more about how to use bitwarden."
"message": "Visit our website to get help, news, email us, and/or learn more about how to use Bitwarden."
},
"fileBugReport": {
"message": "File a Bug Report"
@@ -191,22 +191,22 @@
"message": "Automatically generate strong, unique passwords for your logins."
},
"bitWebVault": {
"message": "bitwarden Web Vault"
"message": "Bitwarden Web Vault"
},
"bitWebVaultInfo": {
"message": "Manage your items from any web browser with the bitwarden web vault."
"message": "Manage your items from any web browser with the Bitwarden web vault."
},
"bitIosVault": {
"message": "bitwarden iOS Vault"
"message": "Bitwarden iOS Vault"
},
"bitIosVaultInfo": {
"message": "Manage your items from your mobile devices with the bitwarden iOS vault."
"message": "Manage your items from your mobile devices with the Bitwarden iOS vault."
},
"bitAndrVault": {
"message": "bitwarden Android Vault"
"message": "Bitwarden Android Vault"
},
"bitAndrVaultInfo": {
"message": "Manage your items from your mobile devices with the bitwarden Android vault."
"message": "Manage your items from your mobile devices with the Bitwarden Android vault."
},
"importItems": {
"message": "Import Items"
@@ -502,7 +502,7 @@
"message": "The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time."
},
"notificationAddDesc": {
"message": "Should bitwarden remember this password for you?"
"message": "Should Bitwarden remember this password for you?"
},
"notificationAddSave": {
"message": "Yes, Save Now"
@@ -635,7 +635,7 @@
"message": "You are a premium member!"
},
"premiumCurrentMemberThanks": {
"message": "Thank you for supporting bitwarden."
"message": "Thank you for supporting Bitwarden."
},
"premiumPrice": {
"message": "All for just %price% /year!"
@@ -727,7 +727,7 @@
"message": "Self-hosted Environment"
},
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted bitwarden installation."
"message": "Specify the base URL of your on-premise hosted Bitwarden installation."
},
"customEnvironment": {
"message": "Custom Environment"

View File

@@ -322,7 +322,7 @@ export default class MainBackground {
type: 'normal',
id: 'root',
contexts: ['all'],
title: 'bitwarden',
title: 'Bitwarden',
});
await this.contextMenusCreate({
@@ -607,7 +607,7 @@ export default class MainBackground {
tabId: tabId,
});
} else if (this.sidebarAction.setTitle) {
let title = 'bitwarden';
let title = 'Bitwarden';
if (text && text !== '') {
title += (' [' + text + ']');
}

View File

@@ -63,7 +63,7 @@
"19": "images/icon19.png",
"38": "images/icon38.png"
},
"default_title": "bitwarden",
"default_title": "Bitwarden",
"default_popup": "popup/index.html"
},
"permissions": [
@@ -119,7 +119,7 @@
}
},
"sidebar_action": {
"default_title": "bitwarden",
"default_title": "Bitwarden",
"default_panel": "popup/index.html?uilocation=sidebar",
"default_icon": "images/icon19.png"
}

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>bitwarden</title>
<title>Bitwarden</title>
</head>
<body ng-controller="mainController as main" class="{{main.animation}}" ng-class="{sm: main.smBody, xs: main.xsBody }">
<div ui-view class="main-view"></div>

View File

@@ -7,7 +7,7 @@
<key>Builder Version</key>
<string>13604.4.7.1.3</string>
<key>CFBundleDisplayName</key>
<string>bitwarden</string>
<string>Bitwarden</string>
<key>CFBundleIdentifier</key>
<string>com.bitwarden.safari</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -45,13 +45,13 @@
<key>Include By Default</key>
<true/>
<key>Label</key>
<string>bitwarden</string>
<string>Bitwarden</string>
<key>Palette Label</key>
<string>bitwarden</string>
<string>Bitwarden</string>
<key>Popover</key>
<string>bitwarden-popover</string>
<key>Tool Tip</key>
<string>bitwarden</string>
<string>Bitwarden</string>
</dict>
</array>
</dict>
@@ -73,7 +73,7 @@
</array>
</dict>
<key>Description</key>
<string>bitwarden is a secure and free password manager for all of your devices.</string>
<string>A secure and free password manager for all of your devices.</string>
<key>DeveloperIdentifier</key>
<string>LTZ2PFU5D6</string>
<key>ExtensionInfoDictionaryVersion</key>