15 lines
690 B
Text
15 lines
690 B
Text
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
### Localization for Developer Tools tooltips.
|
|
|
|
learn-more = <span data-l10n-name="link">Més informació</span>
|
|
|
|
## In the Rule View when a CSS property cannot be successfully applied we display
|
|
## an icon. When this icon is hovered this message is displayed to explain how
|
|
## the problem can be solved. CSS properties and values in <strong> tags should
|
|
## not be translated.
|
|
|
|
inactive-text-overflow-when-no-overflow-fix = Proveu d'afegir <strong>overflow:hidden</strong>. { learn-more }
|