Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
140 commits
Select commit Hold shift + click to select a range
ca83e8c
Refactor scaffolding of sidebar to prepare React integration
sebastienbarbier Jan 5, 2018
7e600dc
Using webpack to load current sidebar code
sebastienbarbier Jan 5, 2018
7ff02e4
Use webpack to build on watch and web-ext to refresh browser.
sebastienbarbier Jan 5, 2018
20409b5
Migrate code structure to react components
sebastienbarbier Jan 5, 2018
360d789
Apply fixes based on code review
sebastienbarbier Feb 7, 2018
0baaf90
Improve eslint and fix package.json with missing packages
sebastienbarbier Feb 7, 2018
c05934e
Prettify sidebar and settings code using npm run format and latest es…
sebastienbarbier Feb 7, 2018
cd30cf7
Fix eslint errors
sebastienbarbier Feb 7, 2018
3b96114
Migrate version from January to react
sebastienbarbier Feb 7, 2018
ba924c0
Merge branch 'master' into react
sebastienbarbier Feb 7, 2018
99cd22d
Remove deprecated files from master
sebastienbarbier Feb 7, 2018
f823112
Perform npm run format to fix lint errors in travis
sebastienbarbier Feb 7, 2018
2d4a907
Remove console.log and move script back in body
sebastienbarbier Feb 8, 2018
a12c96c
Reformat INITIAL_CONTENT in editor
sebastienbarbier Feb 8, 2018
7be513d
Remove commented panel.js
sebastienbarbier Feb 8, 2018
6a5764e
Fix build which was including jsx and causing crash on npm run lint
sebastienbarbier Feb 8, 2018
6706932
Configure travis to build on lint job and be able to perform web-ext …
sebastienbarbier Feb 8, 2018
b1197e6
Reuse eslint-plugin-mozilla
sebastienbarbier Feb 8, 2018
64ccf1e
Fix CSS on footer text with text ellipsis on small size
sebastienbarbier Feb 8, 2018
70b8d7d
Modify code structure in sidebar front side
sebastienbarbier Feb 8, 2018
4d3dc68
Refactor footer animation to match states and be more intuitive to un…
sebastienbarbier Feb 9, 2018
d72797e
Migrate main styling from css to sass.
sebastienbarbier Feb 9, 2018
354c226
Fix bug with wrong svg url in scss during build
sebastienbarbier Feb 9, 2018
40cd9cb
Remove old code using timeout to edit footer text
sebastienbarbier Feb 9, 2018
2113f1d
Fix broken dark theme because of missing CSS in build
sebastienbarbier Feb 9, 2018
b70eb53
Clean footer code
sebastienbarbier Feb 9, 2018
b4a6daa
Fix css on dark theme
sebastienbarbier Feb 9, 2018
28cdffd
Change footer text as grey is not clickable.
sebastienbarbier Feb 9, 2018
504c463
Merge branch 'prepare-2.2.0'
Feb 9, 2018
42ca26a
Back to development 2.3.0
Feb 9, 2018
f9b7974
Add discourse link
vladikoff Feb 9, 2018
eb54a74
Pontoon: Update Romanian (ro) localization of Test Pilot: Notes
sn-o-w Feb 10, 2018
92b8b1d
Merge branch 'master' into react
sebastienbarbier Feb 12, 2018
6f16706
Fix issue with INITIAL_CONTENT removed during sync
sebastienbarbier Feb 12, 2018
b052762
Simplify conditions in footer animation
sebastienbarbier Feb 12, 2018
1242afc
Remove PadState from authenticate event since it is no sended
sebastienbarbier Feb 12, 2018
8fa96c0
Pontoon: Update Albanian (sq) localization of Test Pilot: Notes
ujdhesa Feb 13, 2018
4f9e257
"Sync with..." tooltip is wrongly displayed when hovering the "Give F…
himanish-star Feb 13, 2018
5bbf1de
Fix typo with visibility in CSS and fix context menu animation
sebastienbarbier Feb 14, 2018
fe430d7
Remove webpack watch file and add comment about using babel
sebastienbarbier Feb 14, 2018
29ab40a
Update RELEASE.md
Natim Feb 14, 2018
232cc54
Clean up readme
vladikoff Feb 14, 2018
3dfc590
Update README.md
vladikoff Feb 14, 2018
ddbc487
Refactor loading process to display only when everything is ready
sebastienbarbier Feb 14, 2018
a24ec18
Merge branch 'master' into react
sebastienbarbier Feb 14, 2018
b00e175
Try to run the tests again on travis.
Feb 14, 2018
2bb89db
@natim temptative.
Feb 14, 2018
c6b1039
fix all tests
vladikoff Feb 14, 2018
b7348b2
Kill CK editor build already make during npm install.
Feb 14, 2018
069d2c1
Merge branch 'fix-tests'
Feb 14, 2018
a393ce7
Merge branch 'master' into react
sebastienbarbier Feb 14, 2018
870ba21
Fix missing translation in editor heading options
sebastienbarbier Feb 14, 2018
fae3841
Fix give Feedback button to use the tabs.create API
sebastienbarbier Feb 14, 2018
723b25a
Fix the wording of Synced at changed too
sebastienbarbier Feb 14, 2018
40a6fa0
Merge pull request #550 from sebastienbarbier/react
Natim Feb 14, 2018
3e53708
Fix missing initial content on react after refactoring loading
sebastienbarbier Feb 14, 2018
2652050
Add stylelint support for SCSS/CSS linting
pdehaan Feb 14, 2018
a9eca16
You cannot lint if you didn't lint
Feb 14, 2018
0243c35
Merge pull request #683 from pdehaan/yo-stylelinter
Natim Feb 14, 2018
a680aba
Refactor code on initialContent loading
sebastienbarbier Feb 14, 2018
4b4c6ed
Merge pull request #684 from mozilla/fix-circle-ci
Natim Feb 14, 2018
7c2b572
Merge pull request #685 from sebastienbarbier/fix-missing-initial-con…
Natim Feb 14, 2018
327aa3b
Change sync text to black in footer
sebastienbarbier Feb 15, 2018
b963e0f
Add styling on footer button to make it grey and not clickable during…
sebastienbarbier Feb 15, 2018
0ed5a0d
Refactor footer to now use STATE objects to manage UI
sebastienbarbier Feb 15, 2018
9ce0de1
Remove useless variable initialisation
sebastienbarbier Feb 15, 2018
e2d3bf4
Fix minor issue with colors in footer
sebastienbarbier Feb 15, 2018
6ba386b
Fix linting.
Feb 15, 2018
70e2f44
Merge pull request #687 from sebastienbarbier/syncing-indicator-now-b…
Natim Feb 15, 2018
59345fc
Fix email tooltip.
Feb 16, 2018
8a98b4d
'Send to Notes' context menu (#655)
cedricium Feb 16, 2018
1a93c4d
Update changelog.
Feb 16, 2018
eea7ceb
Pontoon: Update German (de) localization of Test Pilot: Notes
koehlermichael Feb 16, 2018
91d1ada
Pontoon: Update Japanese (ja) localization of Test Pilot: Notes
kyoshino Feb 16, 2018
c605b7c
Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilo…
maykonchagas Feb 16, 2018
5003d24
Pontoon: Update Portuguese (Portugal) (pt-PT) localization of Test Pi…
rodrigommc Feb 16, 2018
344b43d
Add Notes version and Firefox versions in the survey URL (#692)
Natim Feb 16, 2018
e97e2fe
Disable sync spin on save
vladikoff Feb 16, 2018
80fde81
Merge pull request #694 from mozilla/no-spin-on-save
Natim Feb 16, 2018
9e6e404
Move insertSelectedText to the editor.js lib file. (#693)
Natim Feb 16, 2018
9033f3c
Pontoon: Update Chinese (Taiwan) (zh-TW) localization of Test Pilot: …
petercpg Feb 16, 2018
982dd7a
Pontoon: Update Italian (it) localization of Test Pilot: Notes
flodolo Feb 16, 2018
7065411
Pontoon: Update Hungarian (hu) localization of Test Pilot: Notes
Feb 16, 2018
b3ac038
Pontoon: Update Sorbian, Upper (hsb) localization of Test Pilot: Notes
milupo Feb 16, 2018
3444e48
Export as HTML (#695)
Natim Feb 16, 2018
33bd82f
Pontoon: Update Georgian (ka) localization of Test Pilot: Notes
AG12r Feb 16, 2018
53b43a3
Pontoon: Update German (de) localization of Test Pilot: Notes
koehlermichael Feb 16, 2018
68eab2a
Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilo…
maykonchagas Feb 16, 2018
9c0f17c
Pontoon: Update Sorbian, Upper (hsb) localization of Test Pilot: Notes
milupo Feb 16, 2018
9da0e25
Pontoon: Update Hungarian (hu) localization of Test Pilot: Notes
Feb 16, 2018
f76b9ff
Pontoon: Update Chinese (Taiwan) (zh-TW) localization of Test Pilot: …
petercpg Feb 16, 2018
7520be4
Pontoon: Update French (fr) localization of Test Pilot: Notes
TheoChevalier Feb 16, 2018
7ae371d
Pontoon: Update Japanese (ja) localization of Test Pilot: Notes
kyoshino Feb 16, 2018
8a40b81
Pontoon: Update Chinese (China) (zh-CN) localization of Test Pilot: N…
yfdyh000 Feb 16, 2018
df5afe3
Pontoon: Update Kaqchikel (cak) localization of Test Pilot: Notes
Jsyanis Feb 16, 2018
4c2c642
Pontoon: Update Malay (ms) localization of Test Pilot: Notes
manxmensch Feb 16, 2018
25bc610
Pontoon: Update Portuguese (Portugal) (pt-PT) localization of Test Pi…
rodrigommc Feb 16, 2018
cc97543
Pontoon: Update Spanish (Chile) (es-CL) localization of Test Pilot: N…
RAVMN Feb 17, 2018
0255080
Pontoon: Update Italian (it) localization of Test Pilot: Notes
flodolo Feb 17, 2018
13f8764
Pontoon: Update Turkish (tr) localization of Test Pilot: Notes
selimsum Feb 17, 2018
f1222cc
Pontoon: Update Sorbian, Lower (dsb) localization of Test Pilot: Notes
milupo Feb 17, 2018
313f7c3
Pontoon: Update Dutch (nl) localization of Test Pilot: Notes
markh-bz Feb 17, 2018
5712f6d
Pontoon: Update Swedish (sv-SE) localization of Test Pilot: Notes
PeterKCinteros Feb 17, 2018
82d7534
Pontoon: Update Russian (ru) localization of Test Pilot: Notes
unghost Feb 17, 2018
c17bdd4
Pontoon: Update Spanish (Spain) (es-ES) localization of Test Pilot: N…
jordicuevas Feb 18, 2018
30529ad
Pontoon: Update French (fr) localization of Test Pilot: Notes
TheoChevalier Feb 19, 2018
ef9c0f2
Pontoon: Update Tagalog (tl) localization of Test Pilot: Notes
cyrixware Feb 19, 2018
5c33741
Pontoon: Update Frisian (fy-NL) localization of Test Pilot: Notes
Fjoerfoks Feb 19, 2018
dec6dbf
Pontoon: Update Norwegian Bokmål (nb-NO) localization of Test Pilot: …
Feb 19, 2018
eef802e
Pontoon: Update Slovenian (sl) localization of Test Pilot: Notes
upwinxp Feb 19, 2018
62b6b6b
Pontoon: Update Bosnian (bs) localization of Test Pilot: Notes
Feb 19, 2018
eb82599
Fix missing tooltip on sync button
sebastienbarbier Feb 19, 2018
b4f3568
Fix Typo
sebastienbarbier Feb 19, 2018
f7a6fcc
Add a title attribute to the menu item.
Feb 19, 2018
0887b03
Fix linter.
Feb 19, 2018
ccf5b22
Merge pull request #702 from mozilla/699-export-as-html-tooltip
Natim Feb 19, 2018
2956fc3
Simplify source tree
sebastienbarbier Feb 19, 2018
546f880
Merge pull request #701 from mozilla/698-missing-sync-tooltip
sebastienbarbier Feb 19, 2018
e4801f2
Merge pull request #703 from mozilla/700-source-tree-modification
sebastienbarbier Feb 19, 2018
62e6b01
Pontoon: Update Spanish (Argentina) (es-AR) localization of Test Pilo…
gaby2300 Feb 19, 2018
9ebf141
Pontoon: Update Spanish (Mexico) (es-MX) localization of Test Pilot: …
robertoalvarado Feb 19, 2018
c3273eb
Pontoon: Update Arabic (ar) localization of Test Pilot: Notes
SafaAlfulaij Feb 20, 2018
ac0fc93
Fix block edition after reaching max line limit
sebastienbarbier Feb 20, 2018
22401ac
Add metrics to export to html (#709) r=@Natim
vladikoff Feb 20, 2018
7801d4c
Disallow click event during syncing
sebastienbarbier Feb 20, 2018
b772642
Using isClickable is enough, Thanks @Natim ;)
sebastienbarbier Feb 20, 2018
8a58116
Add a `Disable sync` tooltip in the menu. (#713)
Natim Feb 20, 2018
b2266eb
Disable 'Send to Notes' context menu item in Notes
cedricium Feb 20, 2018
9f0328e
Merge pull request #714 from cedricium/master
Natim Feb 21, 2018
afa62ea
Implement notification to warn about reaching lmax line limit
sebastienbarbier Feb 21, 2018
9ec1ef9
Fix linting on ckeditor scss
sebastienbarbier Feb 21, 2018
15a0f70
Fix border to the right of the sync button...
sebastienbarbier Feb 21, 2018
89be615
Use the correct background-collor for both links and button in the do…
Feb 21, 2018
3b6ca9b
Merge pull request #719 from mozilla/715-dark-theme-hover
Natim Feb 21, 2018
5ee91fc
Rename variable isLimitReached to wasLimitReached
sebastienbarbier Feb 21, 2018
4d4ddb1
Merge pull request #718 from mozilla/remove-border-from-sync-button
sebastienbarbier Feb 21, 2018
a17132d
Merge pull request #712 from mozilla/708-disable-click-during-syncing
sebastienbarbier Feb 21, 2018
51e79e6
Merge pull request #706 from mozilla/705-max-line-limit-error
sebastienbarbier Feb 21, 2018
219951d
Preparing 3.0.0 release
vladikoff Feb 21, 2018
0e01122
Merge branch 'prepare-3.0.0'
vladikoff Feb 21, 2018
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 .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react"]
}
15 changes: 11 additions & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ env:
webextensions: true

parserOptions:
ecmaFeatures:
jsx: true
ecmaVersion: 2017
sourceType: module

extends:
- eslint:recommended
- plugin:mozilla/recommended
- plugin:react/recommended
- plugin:jsx-a11y/recommended

globals:
BrowserStorageCredentials: false
ClassicEditor: false
Jose: false
JoseJWE: false
Expand All @@ -20,23 +24,26 @@ globals:
Quill: false
TestPilotGA: false
customizeEditor: false
disconnectFromKinto: false
formatFooterTime: false
fxaCryptoRelier: false
fxaFetchProfile: false
fxaRenewCredential: false
getPadStats: false
loadFromKinto: false
localizeEditorButtons: false
migrationCheck: false
migrationNote: false
migrationBody: false
retrieveNote: false
saveToKinto: false
setAnimation: false
BrowserStorageCredentials: false
loadFromKinto: false
disconnectFromKinto: false
saveToKinto: false

plugins:
- mozilla
- jsx-a11y
- react

root: true

Expand Down
7 changes: 7 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "stylelint-config-recommended",
"rules": {
"no-descending-specificity": null,
"shorthand-property-no-redundant-values": null
}
}
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
addons:
firefox: latest
node_js:
- "6"
- "8"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand All @@ -15,12 +15,17 @@ env:

matrix:
include:
- script: npm run build-ck
env: BUILD_CK
- script: npm run test
env:
global:
- FIREFOX_BINARY: firefox
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- script: npm run build
env: BUILD_NOTES
before_install:
- script: npm run lint
env: LINT
before_script: npm run build
before_install:
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.0

* Add send-to-notes context menu (#655)
* Use React.js states to render the add-on frontend (#550)
* Export to HTML feature (#695)


## 2.2.0 (2018-02-12)

* Add the full heading names (#528)
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Firefox Notes

A notepad for Firefox

[![CircleCI](https://circleci.com/gh/mozilla/notes/tree/master.svg?style=svg)](https://circleci.com/gh/mozilla/notes/tree/master)
[![Available on Test Pilot](https://img.shields.io/badge/available_on-Test_Pilot-0996F8.svg)](https://testpilot.firefox.com/experiments/notes)
[![Waffle.io - Bug Triage](https://badge.waffle.io/mozilla/notes.svg?columns=all)](https://waffle.io/mozilla/notes)

## What does it aim for

This project let you open a notepad in the Firefox toolbar to store notes about your browsing.
> Discussion Forum: [https://discourse.mozilla.org/c/test-pilot/notes](https://discourse.mozilla.org/c/test-pilot/notes)


## How can you use it
## Contribute

Step 0: If you plan on sending pull-request, you should fork the repository.
Step 1: Clone the [notes](https://github.com/mozilla/notes) repository or your fork.
* Step 0: If you plan on sending a pull-request, you should fork the repository.
* Step 1: Clone the [notes](https://github.com/mozilla/notes) repository or your fork.
```
git clone https://github.com/mozilla/notes.git
# or
git clone https://github.com/[yourusername]/notes.git
```
Step 2:Navigate to the root of the directory you cloned and run:
* Step 2: Navigate to the root of the directory you cloned and run:
> Make sure to use Node.js 6+.

| Command | Description |
Expand All @@ -29,7 +29,11 @@ Step 2:Navigate to the root of the directory you cloned and run:

You can also open the `test/index.html` file in your browser to run the automated tests.

## Localization
## Release

See [RELEASE.md](https://github.com/mozilla/notes/blob/master/RELEASE.md) for release steps.

### Localization

Firefox Notes localization is managed via [Pontoon](https://pontoon.mozilla.org/projects/test-pilot-notes/), not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the [existing localization team](https://pontoon.mozilla.org/teams/) for your language, or Mozilla’s [l10n-drivers](https://wiki.mozilla.org/L10n:Mozilla_Team#Mozilla_Corporation) for guidance.

Expand Down
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ git push origin production
* Upgrade to next version in dev (i.e 1.8.0dev):
* Update `package.json` next version number
* Update `src/manifest.json` next version number
* Update `src/background.js` next version number
* Prepare `CHANGELOG.md` for the next release

```
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ machine:

test:
override:
- npm run build
- npm run lint

# Build the extension and copy to artifacts directory.
- npm run build
- cp web-ext-artifacts/*.zip $CIRCLE_ARTIFACTS
6 changes: 6 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ An event fired when the migration from Quill.JS to CKEditor already happened
- `ec` - `notes`
- `ea` - `metrics-migrated-before`

#### `context-menu`
An event fired when the "Send to Notes" context menu is used

- `ec` - `notes`
- `ea` - `metrics-context-menu`

#### `limit-reached`

An event fired when user goes over the pad limit (15000 character)
Expand Down
7 changes: 7 additions & 0 deletions locales/ar/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=اتجاه النص
themeLegend=سمة
defaultThemeTitle=المبدئي
darkThemeTitle=داكن

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=أرسِل إلى الملاحظات

exportAsHTML=صدّر بنسق HTML…
7 changes: 7 additions & 0 deletions locales/bs/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Smjer teksta
themeLegend=Tema
defaultThemeTitle=Zadano
darkThemeTitle=Tamno

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Pošalji u bilješke

exportAsHTML=Izvezi kao HTML…
7 changes: 7 additions & 0 deletions locales/cak/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Rochochib'al Rucholajem Tzij
themeLegend=Wachinel
defaultThemeTitle=K'o wi
darkThemeTitle=Q'equ'm

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Titaq pa Notes

exportAsHTML=Tik'wäx el achi'el HTML…
7 changes: 7 additions & 0 deletions locales/de/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Textrichtung
themeLegend=Design
defaultThemeTitle=Standard
darkThemeTitle=Dunkel

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=An Notes senden

exportAsHTML=Als HTML exportieren…
7 changes: 7 additions & 0 deletions locales/dsb/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Tekstowy směr
themeLegend=Drastwa
defaultThemeTitle=Standard
darkThemeTitle=Śamny

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Na Notes pósłaś

exportAsHTML=Ako HTML eksportěrowaś…
7 changes: 7 additions & 0 deletions locales/en-US/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Text Direction
themeLegend=Theme
defaultThemeTitle=Default
darkThemeTitle=Dark

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Send to Notes

exportAsHTML=Export as HTML…
7 changes: 7 additions & 0 deletions locales/es-AR/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Dirección del texto
themeLegend=Tema
defaultThemeTitle=Predeterminado
darkThemeTitle=Oscuro

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Enviar a Notes

exportAsHTML=Exportar como HTML…
7 changes: 7 additions & 0 deletions locales/es-CL/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Dirección del texto
themeLegend=Tema
defaultThemeTitle=Por defecto
darkThemeTitle=Oscuro

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Enviar a Notes

exportAsHTML=Exportar como HTML…
7 changes: 7 additions & 0 deletions locales/es-ES/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Dirección del texto
themeLegend=Tema
defaultThemeTitle=Predeterminado
darkThemeTitle=Oscuro

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Enviar a Notes

exportAsHTML=Exportar como HTML…
7 changes: 7 additions & 0 deletions locales/es-MX/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Dirección del texto
themeLegend=Tema
defaultThemeTitle=Predeterminado
darkThemeTitle=Oscuro

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Enviar a Notes

exportAsHTML=Exportar como HTML…
7 changes: 7 additions & 0 deletions locales/fr/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Orientation du texte
themeLegend=Thème
defaultThemeTitle=Par défaut
darkThemeTitle=Sombre

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Envoyer à Notes

exportAsHTML=Exporter comme HTML…
7 changes: 7 additions & 0 deletions locales/fy-NL/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Tekstrjochting
themeLegend=Tema
defaultThemeTitle=Standert
darkThemeTitle=Donker

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Ferstjoere nei Notes

exportAsHTML=Eksportearje as HTML…
7 changes: 7 additions & 0 deletions locales/hsb/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Tekstowy směr
themeLegend=Drasta
defaultThemeTitle=Standard
darkThemeTitle=Ćmowy

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Na Notes pósłać

exportAsHTML=Jako HTML eksportować…
7 changes: 7 additions & 0 deletions locales/hu/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Szövegirány
themeLegend=Téma
defaultThemeTitle=Alapértelmezett
darkThemeTitle=Sötét

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Küldés a Notesba

exportAsHTML=Exportálás HTML-ként…
7 changes: 7 additions & 0 deletions locales/it/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Orientamento del testo
themeLegend=Tema
defaultThemeTitle=Predefinito
darkThemeTitle=Scuro

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Invia a Notes

exportAsHTML=Esporta in HTML…
7 changes: 7 additions & 0 deletions locales/ja/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=テキストの記述方向
themeLegend=テーマ
defaultThemeTitle=既定
darkThemeTitle=ダーク

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Notes へ送る

exportAsHTML=HTML としてエクスポート...
7 changes: 7 additions & 0 deletions locales/ka/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=ტექსტის მიმართულება
themeLegend=გაფორმება
defaultThemeTitle=ნაგულისხმევი
darkThemeTitle=მუქი

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Notes-ში გადაგზავნა

exportAsHTML=HTML ფაილად შენახვა…
7 changes: 7 additions & 0 deletions locales/ms/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Hala Teks
themeLegend=Tema
defaultThemeTitle=Piawai
darkThemeTitle=Gelap

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Hantar ke Notes

exportAsHTML=Eksport sebagai HTML…
7 changes: 7 additions & 0 deletions locales/nb-NO/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ textDirectionTitle=Tekstretting
themeLegend=Tema
defaultThemeTitle=Standard
darkThemeTitle=Mørk

# Displayed in the context menu when selecting text on a web page, used to send
# the text to Firefox Notes. Keep "Notes" in English, since it's the name of the
# add-on.
sendToNotes=Send til Notes

exportAsHTML=Eksporter som HTML…
Loading