diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/common/pref/pref-languages.properties')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/common/pref/pref-languages.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/common/pref/pref-languages.properties b/l10n-zh-CN/suite/chrome/common/pref/pref-languages.properties new file mode 100755 index 0000000000..c13778a78a --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/pref/pref-languages.properties @@ -0,0 +1,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=下列条目是无效的语言代码: +illegalOtherLanguageTitle=无效的语言代码 +# 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] |