blob: a77e020f2a6f1691385101e0156fa1fe4c8574f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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/.
illegalOtherLanguage=The following entries were not valid language codes:
illegalOtherLanguageTitle=Invalid language code(s)
# LOCALIZATION NOTE: Next two strings are for language name representations with
# and without the region.
# e.g. languageRegionCodeFormat : "French/Canada [fr-ca]" languageCodeFormat : "French [fr]"
# %1$S = language name, %2$S = region name, %3$S = language-region code
languageRegionCodeFormat=%1$S/%2$S [%3$S]
# %1$S = language name, %2$S = language-region code
languageCodeFormat=%1$S [%2$S]
|