blob: a5feb5d21c954044389b8c3be55f0c7ce85edbb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/.
## Rule of this file:
## 1. key should always be in lower case ascii so we can do case insensitive
## comparison in the code faster.
## Format of this file:
## charset_name.title = a_title - specifies the human readable title for
## this charset
## Format of this file:
## charset_name.title = a_title - specifies the human readable title for
## this charset
x-user-defined.title = Gebruikergedefinieerd
chardet.ja_parallel_state_machine.title = Japannees
chardet.ko_parallel_state_machine.title = Koreaans
chardet.zhcn_parallel_state_machine.title = Vereenvoudigde Sjinees
|