Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add sync #6751

Closed
wants to merge 71 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
851358d
Added link menu for text selection
NejcZdovc Dec 23, 2016
4b5d79e
Avoid imported bookmarks on new tab page
cezaraugusto Jan 16, 2017
ec6d055
Add focus ring to about page form elements
jkup Dec 6, 2016
f8bbeba
Add Paste Without Formatting to context menu
liunkae Dec 21, 2016
69ab7c4
Stop hamburger menu from reopening
Hapcy Dec 23, 2016
70f8496
Add tests for hamburgerMenu's appearance
Hapcy Dec 23, 2016
87f11e7
Fixed local file opening
NejcZdovc Dec 26, 2016
80fb4cd
Merge "reportAnIssueMenuItem" and "submitFeedbackMenuItem"
bkilrain Jan 2, 2017
d70b72c
Remove all references to ReportAnIssueMenuItem
bkilrain Jan 2, 2017
a3c04df
Telemetry and tests
aekeus Dec 16, 2016
5cf254a
Fix formatting of telemetry docs
aekeus Dec 16, 2016
f4f1d92
Add links to vault-collector in docs
aekeus Dec 16, 2016
ba05545
Add events() function returning timing info, update tests, update docs
aekeus Dec 23, 2016
0ce3709
Handle cert fingerprints that contain '/'
diracdeltas Jan 4, 2017
9265f0a
Add Look Up for selected text in input fields
liunkae Jan 5, 2017
927dc7b
Minor improvements to about:extensions
jonathansampson Jan 8, 2017
50b925d
Added arrow navigation to the autofill
NejcZdovc Dec 29, 2016
59ff24f
Fixed null exception
NejcZdovc Jan 9, 2017
d3aae9e
Test for left/right on non sub menu item
NejcZdovc Jan 9, 2017
6d647d4
Making the Clear Browsing Data panel stateful
maazadeeb Dec 5, 2016
5afb235
restyle preferences payments
jkup Dec 8, 2016
3f6de01
punycode.decode only accept ASCII-only input
darkdh Jan 7, 2017
3070aff
Keep bookmarked entries on history
cezaraugusto Dec 16, 2016
30ace6c
Add "Import recovery keys" button to Payments->Advanced->Recover
Oct 26, 2016
fb770fd
show message when no payments have been made
jkup Jan 12, 2017
9a9a5e4
Fixed issue where template was showing param during wallet creation
bsclifton Jan 13, 2017
98a5a04
Added comments to preferences.less, avoiding regressions
Dec 17, 2016
2c6f462
Add auto-suggest sites option
cezaraugusto Jan 13, 2017
024db1a
Fix: Add right margin when url bar is in focus (fixes #5814) (#6358)
gyandeeps Jan 18, 2017
ad2e618
allow search icon to show while loading (#6532)
kaizensoze Jan 18, 2017
58f7318
Fix: Url bar icon for search mode (fixes #6273)
gyandeeps Dec 20, 2016
f114152
Fix small misspelling in urlbar icon
bsclifton Jan 19, 2017
3e090d4
Retool the ledger updates into the 0.13.1-branch
mrose17 Jan 17, 2017
db825dd
from last week's meeting...
mrose17 Jan 18, 2017
e2123f5
round the wallet balance
mrose17 Jan 18, 2017
e90da34
Added close tab settings
NejcZdovc Jan 7, 2017
b65c9f9
Separate input and select styles using Aphrodite
bsclifton Jan 16, 2017
0ce92fa
Pulled common styles into a file to be shared w/ Textbox + Dropdown
bsclifton Jan 17, 2017
62d16fe
Style cleanup per recommendation from @luixxiul. Also updated Shields…
bsclifton Jan 23, 2017
fdba53c
fix verified publisher icon in Contribution Statement PDF
Dec 17, 2016
990f172
Fixed drog and drop for local files
NejcZdovc Dec 23, 2016
9ef6d6d
Update: Keep tabs same size when closing (fixes #6088)
gyandeeps Dec 20, 2016
95587ca
Remove outline from addPublisher urlbar button
cezaraugusto Jan 20, 2017
8190b88
Change ledgerTable header font-size
cezaraugusto Jan 20, 2017
8fc22c1
restyle preferences payments
jkup Dec 8, 2016
2ea86c7
Added close tab settings
NejcZdovc Jan 7, 2017
5a597dd
Revert "Convert background page to event page"
diracdeltas Jan 4, 2017
f592520
start integration with brave/sync/feature/syncing
diracdeltas Dec 21, 2016
a5422e6
set object ids on bookmarks and history
diracdeltas Jan 4, 2017
f70fcab
Send site settings and bookmarks when sync starts up
diracdeltas Jan 5, 2017
3ca4be1
auto update to latest sync/staging
diracdeltas Jan 5, 2017
162a278
make travis download the sync client bundle
diracdeltas Jan 5, 2017
599ed12
fix failing siteUtil unit test
diracdeltas Jan 6, 2017
b83db16
Save sync init data as Immutable.List instead of Uint8Array
diracdeltas Jan 6, 2017
e8683b9
change RECEIVE_SYNC_RECORDS to GET_EXISTING_OBJECTS
diracdeltas Jan 9, 2017
e683ed2
sync site settings, add SYNC_CLEAR HISTORY
diracdeltas Jan 10, 2017
15fa8b0
add pref for sync
diracdeltas Jan 12, 2017
1826322
Sync: Update appState with Sync bookmark records
ayumi Jan 10, 2017
c3d0772
Add Sync logo
ayumi Jan 12, 2017
39e5ec3
move setObjectId from syncUtil to siteUtil to avoid dependency problems
diracdeltas Jan 12, 2017
63de410
auto-added docs from the post-commit hook
diracdeltas Jan 13, 2017
61e4b39
Fix SYNC_CLEAR_HISTORY
ayumi Jan 12, 2017
b473985
Fix applying Create bookmark folders
ayumi Jan 13, 2017
d9f7209
add sync QR code and setup options
diracdeltas Jan 13, 2017
4b71a9d
document sync.seedQr
diracdeltas Jan 16, 2017
33072ae
Add DELETE_SYNC_SITE_SETTINGS, decrease sync interval
diracdeltas Jan 17, 2017
09d1f0f
Fix syncing pinned sites
ayumi Jan 19, 2017
b5aa08b
Sync siteSettings with browser data
ayumi Jan 18, 2017
ac47c43
allow browser-laptop to join an existing sync profile
diracdeltas Jan 19, 2017
c2d8f70
On Sync init only send siteSettings without objectId
ayumi Jan 20, 2017
322cac5
Sync: Apply records asynchronously
ayumi Jan 23, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ httpse.leveldb

# webstrom
.idea

# sync bundle file should be built and copied from the brave/sync repo for now
app/extensions/brave/content/scripts/sync.js
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint && npm test
- npm run lint && npm run download-sync-client && npm test
notifications:
slack:
secure: bDwO2uce5JAZvjrvWj4+/+yEXJAIK4O0RcgUWvZ2IMbi7Q9I89Mw40JmkLWL6x2gWZwxr8+FoLtErJA7RVrsfImjrX+NmMyAB7AydLdrBJtkLozNnuacnhcnBRyp1gGCa1ymxCEXGbgC6onAD3kiJJhggr70T+2lu3IuJYXENhc=
Expand Down
3 changes: 1 addition & 2 deletions app/browser/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const createHistorySubmenu = () => {
label: locale.translation('clearBrowsingData'),
accelerator: 'Shift+CmdOrCtrl+Delete',
click: function (item, focusedWindow) {
CommonMenu.sendToFocusedWindow(focusedWindow, [messages.SHORTCUT_OPEN_CLEAR_BROWSING_DATA_PANEL, {browserHistory: true}])
CommonMenu.sendToFocusedWindow(focusedWindow, [messages.SHORTCUT_OPEN_CLEAR_BROWSING_DATA_PANEL])
}
}
]
Expand Down Expand Up @@ -426,7 +426,6 @@ const createWindowSubmenu = () => {

const createHelpSubmenu = () => {
const submenu = [
CommonMenu.reportAnIssueMenuItem(),
CommonMenu.separatorMenuItem,
CommonMenu.submitFeedbackMenuItem(),
{
Expand Down
1 change: 1 addition & 0 deletions app/cmdLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ app.on('will-finish-launching', () => {
// User clicked on a file or dragged a file to the dock on macOS
app.on('open-file', (event, path) => {
event.preventDefault()
path = encodeURI(path)
if (!focusOrOpenWindow(path)) {
newWindowURL = path
}
Expand Down
10 changes: 0 additions & 10 deletions app/common/commonMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,6 @@ module.exports.importBrowserDataMenuItem = () => {
}
}

module.exports.reportAnIssueMenuItem = () => {
return {
label: locale.translation('reportAnIssue'),
click: function (item, focusedWindow) {
module.exports.sendToFocusedWindow(focusedWindow,
[messages.SHORTCUT_NEW_FRAME, communityURL])
}
}
}

module.exports.submitFeedbackMenuItem = () => {
return {
label: locale.translation('submitFeedback'),
Expand Down
10 changes: 9 additions & 1 deletion app/common/constants/settingsEnums.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ const bookmarksToolbarMode = {
FAVICONS_ONLY: 'faviconsOnly'
}

const tabCloseAction = {
LAST_ACTIVE: 'lastActive',
NEXT: 'next',
FIRST: 'first',
PARENT: 'parent'
}

module.exports = {
startsWithOption,
newTabMode,
bookmarksToolbarMode
bookmarksToolbarMode,
tabCloseAction
}
1 change: 1 addition & 0 deletions app/common/state/aboutNewTabState.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const getTopSites = (state) => {
// remove folders; sort by visit count; enforce a max limit
const sites = (state.get('sites') || new Immutable.List())
.filter((site) => !siteUtil.isFolder(site))
.filter((site) => !siteUtil.isImportedBookmark(site))
.filter((site) => !isSourceAboutUrl(site.get('location')))
.sort(sortCountDescending)
.slice(0, aboutNewTabMaxEntries)
Expand Down
9 changes: 6 additions & 3 deletions app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ let generateBraveManifest = () => {
manifest_version: 2,
version: '1.0',
background: {
scripts: [ 'content/scripts/idleHandler.js' ],
persistent: false
scripts: [ 'content/scripts/idleHandler.js', 'content/scripts/sync.js' ]
},
content_scripts: [
{
Expand Down Expand Up @@ -148,7 +147,11 @@ let generateBraveManifest = () => {
// allow access to webpack dev server resources
let devServer = 'localhost:' + process.env.npm_package_config_port
cspDirectives['default-src'] = '\'self\' http://' + devServer
cspDirectives['connect-src'] = '\'self\' http://' + devServer + ' ws://' + devServer
cspDirectives['connect-src'] = ['\'self\'',
'http://' + devServer,
'ws://' + devServer,
appConfig.sync.serverUrl,
appConfig.sync.s3Url].join(' ')
cspDirectives['style-src'] = '\'self\' \'unsafe-inline\' http://' + devServer
}

Expand Down
1 change: 1 addition & 0 deletions app/extensions/brave/img/caret_down_grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/extensions/brave/locales/bn-BD/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=পছন্দসমূহ
settings=সেটিংস সমূহ...
bookmarksManager=ম্যানেজার বুকমার্ক করুন...
importBrowserData=ব্রাউজার ডেটা ইম্পোর্ট করুন
reportAnIssue=অভিযোগ জানান
submitFeedback=প্রতিক্রিয়া দাখিল করুন
bookmarksToolbar=বুকমার্ক টুলবার
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/bn-IN/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=ত্রুটির খবর দিন
submitFeedback=Submit Feedback…
bookmarksToolbar=বুকমার্ক জন্ত্রপট
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/cs/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Nastavení...
settings=Nastavení...
bookmarksManager=Správce záložek...
importBrowserData=Zavést data prohlížeče...
reportAnIssue=Hlásit potíže
submitFeedback=Odeslat zpětnou vazbu...
bookmarksToolbar=Nástrojový panel záložek
bravery=Štíty
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/de-DE/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Einstellungen...
settings=Einstellungen...
bookmarksManager=Lesezeichen verwalten...
importBrowserData=Browser-Daten importieren…
reportAnIssue=Problem melden
submitFeedback=Feedback senden...
bookmarksToolbar=Lesezeichen-Symbolleiste
bravery=Schutz
Expand Down
3 changes: 3 additions & 0 deletions app/extensions/brave/locales/en-US/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ reloadButton.title=Reload page
homeButton.title=Open Homepage
stopButton.title=Stop loading
noScriptButton.title=Allow scripts
enablePublisher.title=Enable publisher for payments
disablePublisher.title=Disable publisher for payments
braveMenu.title=Open Brave Shields Panel
muteTab=Mute tab
unmuteTab=Unmute tab
Expand Down Expand Up @@ -185,6 +187,7 @@ notificationPaymentDone=Your contribution of {{amount}} {{currency}} has been pr
notificationTryPayments=Are you ready to support the sites you use most?
notificationTryPaymentsYes=Sure, I'll try
prefsRestart=Do you want to restart now?
prefsRestartSync=Sync will start the next time Brave starts up. Restart now?
yes=Yes
no=No
noThanks=No thanks
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/en-US/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=Report an Issue
submitFeedback=Submit Feedback…
bookmarksToolbar=Bookmarks Toolbar
bravery=Shields
Expand Down
37 changes: 35 additions & 2 deletions app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,33 @@ paymentsWelcomeText5=Note: Brave Payments uses a country-lookup service in order
paymentsWelcomeText6=Need more info?
paymentsWelcomeText7=for Brave Payments…
paymentsWelcomeLink=View the FAQ
paymentsFAQLink.title=View the FAQ
paymentsSidebarText1=Our Partners
paymentsSidebarText2=All transaction IP addresses are anonymized with technology from:
paymentsSidebarText3=Brave Bitcoin Wallets are provided through a partnership with:
paymentsSidebarText4=Your contributions in the form of credit cards and bank cards are handled by:
syncTitle=Brave Sync
syncTitleMessage=Sync encrypted browser data between your devices securely and privately using Brave Sync.
syncEnable=Sync this device
syncData=Sync Data
syncDataMessage=Sync the following data from this device:
syncBookmarks=Bookmarks
syncHistory=Browsing history
syncSiteSettings=Saved site settings
syncNewDevice=Sync a new device...
syncStart=I am new to sync
syncAdd=I have an existing sync code
syncRestartNeeded=Please restart to finish sync setup!
syncNewDevice1=Open Brave on your new device and go to Preferences > Sync > 'I have an existing synced device'.
syncNewDevice2=If it asks you to scan a QR code, click the button below and point your camera at the QR code.
syncShowQR=Show secret QR code. (Do not share!)
syncHideQR=Hide QR code
syncNewDevice3=If asks you to enter code words, type in the words below.
syncShowPassphrase=Show secret code words. (Do not share!)
syncHidePassphrase=Hide code words
syncDeviceName=Enter an optional name for this device:
syncCreate=Set up sync
syncEnterPassphrase=Enter your sync code words:
accountBalance=account balance
accountBalanceConnectionError=Please check your Internet connection.
accountBalanceLoading=loading…
Expand All @@ -42,15 +65,16 @@ insufficientFundsStatus=Your account balance is under your budget for this month
defaultWalletStatus=Thanks for helping support your favorite websites!
tableEmptyText=No table data.
notificationEmptyText=Top publisher visits
syncEmptyText=Sync settings coming soon.
bitcoin=Bitcoin
bitcoinAdd=Use your existing Bitcoin wallet/account
bitcoinAddDescription=Use any BTC wallet that can transfer Bitcoin to your Brave wallet.
bitcoinBuy=Buy Bitcoin
noPaymentHistory=Your first payment contribution will be {{reconcileDate}}
viewPaymentHistory=View Payment History…
paymentHistoryTitle=Your Payment History
paymentHistoryFooterText=Your next payment contribution is {{reconcileDate}}.
paymentHistoryOKText=OK
hideExcluded=Only show included sites
bravePayments=Brave Payments
beta=beta
contributionDate=Contribution Date
Expand Down Expand Up @@ -83,6 +107,7 @@ off=off
on=on
ok=Ok
minimumPercentage=Hide sites with less than 1% usage
autoSuggestSites=auto-include sites
notifications=Show notifications
moneyAdd=Use your debit/credit card
moneyAddSubTitle=No Bitcoin needed!
Expand Down Expand Up @@ -112,6 +137,7 @@ views=Views
timeSpent=Time Spent
include=Include
percentage=%
remove=Remove
bravery=Bravery
hintsTitle=Helpful hints
hint0=The site shields panel allows you to turn HTTPS Everywhere on or off. HTTPS Everywhere automatically changes your HTTP traffic to HTTPS for supported sites to keep you more secure.
Expand All @@ -122,7 +148,11 @@ loveToHear=We'd love to hear from you.
startsWith=Brave starts with
startsWithOptionLastTime=My windows / tabs from last time
startsWithOptionHomePage=Home page
startsWithOptionNewTabPage=a new tab
startsWithOptionNewTabPage=Dashboard
tabCloseActionLastActive=Last active tab
tabCloseActionNext=Next tab
tabCloseActionFirst=First tab
tabCloseActionParent=Parent tab
newTabMode=A new tab shows
newTabBlank=blank
newTabNewTabPage=Dashboard
Expand All @@ -137,6 +167,7 @@ engineGoKey=Engine Go Key (Type First)
switchToNewTabs=Switch to new tabs immediately
paintTabs=Show tabs in page theme color
tabsPerTabPage=Number of tabs per tab set:
tabCloseAction=Which tab should be activated after the tab is closed:
showTabPreviews=Show tab previews on hover
showHistoryMatches=Show history matches
showBookmarkMatches=Show bookmark matches
Expand All @@ -158,6 +189,7 @@ backupLedger=Backup your wallet
balanceRecovered={{balance}} BTC was recovered and transferred to your Brave wallet.
recoverLedger=Recover your wallet
recover=Recover
recoverFromFile=Import recovery keys
printKeys=Print keys
saveRecoveryFile=Save recovery file...
advancedPrivacySettings=Advanced Privacy Settings:
Expand Down Expand Up @@ -228,6 +260,7 @@ engineGoKey=Engine Go Key (type first)
braveSoftware=Brave Software
emailAddress=Email address
viewLog=View Log
comingSoon=Coming soon!
setDefaultButton=Set as default…
setDefaultLabel=Brave is not your default browser:
setDefaultAlwaysSwitch=Always check on startup
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/es/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferencias…
settings=Ajustes…
bookmarksManager=Administrador de marcadores…
importBrowserData=Importar datos del navegador...
reportAnIssue=Reportar un problema
submitFeedback=Enviar opinión…
bookmarksToolbar=Barra de marcadores
bravery=Escudos
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/eu/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Hobespenak...
settings=Hobespenak...
bookmarksManager=Laster-marken hobespenak
importBrowserData=Nabigatzailearen datuak inportatu...
reportAnIssue=Arazo bati buruz ohartarazi
submitFeedback=Iruzkina bidali...
bookmarksToolbar=Laster-markaren erreminta taula
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/fr-FR/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Préférences…
settings=Paramètres…
bookmarksManager=Gestionnaire de signets…
importBrowserData=Importer les données d'un navigateur...
reportAnIssue=Remonter un problème
submitFeedback=Envoyer votre avis…
bookmarksToolbar=Barre des signets
bravery=Boucliers
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/hi-IN/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=विवाद दर्ज करें
submitFeedback=Submit Feedback…
bookmarksToolbar=पुस्तचिह्ननित औज़ारपट्टी
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/id-ID/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferensi…
settings=Pengaturan...
bookmarksManager=Pengelola Markah…
importBrowserData=Impor Data Peramban...
reportAnIssue=Laporkan Masalah
submitFeedback=Kirim Saran…
bookmarksToolbar=Bilah Alat Markah
bravery=Perisai
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/it-IT/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferenze...
settings=Impostazioni...
bookmarksManager=Gestione Segnalibri...
importBrowserData=Importa Dati Browser...
reportAnIssue=Riporta un problema
submitFeedback=Invia Opinione...
bookmarksToolbar=Barra dei segnalibri
bravery=Protezione
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/ja-JP/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=設定
settings=設定
bookmarksManager=ブックマーク マネージャー
importBrowserData=ブラウザーデータをインポート
reportAnIssue=問題を報告
submitFeedback=フィードバックを送信
bookmarksToolbar=ブックマーク ツールバー
bravery=保護設定
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/ko-KR/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=환경 설정...
settings=설정...
bookmarksManager=북마크 관리자...
importBrowserData=브라우저 데이터 가져오기...
reportAnIssue=문제 신고
submitFeedback=피드백 제출하기...
bookmarksToolbar=북마크 툴바
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/ms-MY/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Keutamaan
settings=Tetapan...
bookmarksManager=Pengurus Tandabuku...
importBrowserData=Import Data Pelayar...
reportAnIssue=Laporkan Isu
submitFeedback=Hantar Maklum balas...
bookmarksToolbar=Bar alatan Tandabuku
bravery=Perisai
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/nl-NL/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=Report an Issue
submitFeedback=Submit Feedback…
bookmarksToolbar=Bookmarks Toolbar
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/pl-PL/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=Zgłoś problem
submitFeedback=Submit Feedback…
bookmarksToolbar=Pasek zakładek
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/pt-BR/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferências...
settings=Configurações...
bookmarksManager=Gestor de Marcadores...
importBrowserData=Importar Dados do Navegador...
reportAnIssue=Relatar um Problema
submitFeedback=Submeter Feedback…
bookmarksToolbar=Barra de Favoritos
bravery=Escudos
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/ru/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Настройки...
settings=Настройки...
bookmarksManager=Менеджер закладок...
importBrowserData=Импорт данных браузера...
reportAnIssue=Сообщить о проблеме
submitFeedback=Оставить отзыв...
bookmarksToolbar=Панель закладок
bravery=Щиты
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/sl/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Nastavitve ...
settings=Nastavitve ...
bookmarksManager=Upravitelj zaznamkov ...
importBrowserData=Uvozi podatke brskalnika ...
reportAnIssue=Poročajte o težavi
submitFeedback=Pošlji odziv ...
bookmarksToolbar=Orodna vrstica zaznamkov
bravery=Ščiti
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/ta/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=பிரச்சனையை புகாரளி
submitFeedback=Submit Feedback…
bookmarksToolbar=புத்தகக்குறி கருவிப்பட்டை
bravery=Shields
Expand Down
1 change: 0 additions & 1 deletion app/extensions/brave/locales/te/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ preferences=Preferences…
settings=Settings…
bookmarksManager=Bookmarks Manager…
importBrowserData=Import Browser Data…
reportAnIssue=ఇష్యూ మాకు చెప్పుము
submitFeedback=Submit Feedback…
bookmarksToolbar=బుక్ మార్క్స్ టూల్ బార్
bravery=Shields
Expand Down
Loading