components/docbook/iso-codes/iso-codes.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Sat, 01 Oct 2016 11:18:56 -0700
changeset 7041 f02b84458bf7
permissions -rw-r--r--
23245475 Move iso-codes 3.21 to Userland PSARC/2010/143 GNOME 2.30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7041
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> \
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
    default mangler.man.stability "pass-through volatile">
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.fmri \
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
    value=pkg:/data/iso-codes@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.summary value="ISO code lists and translations"
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
set name=com.oracle.info.description value="ISO code lists and translations"
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
set name=info.classification \
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Desktop (GNOME)/Theming"
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2010/143
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
file path=usr/share/locale/af/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
file path=usr/share/locale/af/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
file path=usr/share/locale/af/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
file path=usr/share/locale/af/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
file path=usr/share/locale/af/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
file path=usr/share/locale/af/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
file path=usr/share/locale/am/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
file path=usr/share/locale/am/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
file path=usr/share/locale/am/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
file path=usr/share/locale/am/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
file path=usr/share/locale/am/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
file path=usr/share/locale/am/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
file path=usr/share/locale/ar/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
file path=usr/share/locale/ar/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
file path=usr/share/locale/ar/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
file path=usr/share/locale/ar/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
file path=usr/share/locale/ar/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
file path=usr/share/locale/ar/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
file path=usr/share/locale/ar/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
file path=usr/share/locale/ar/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
file path=usr/share/locale/as/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
file path=usr/share/locale/as/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
file path=usr/share/locale/as/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
file path=usr/share/locale/as/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
file path=usr/share/locale/ast/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
file path=usr/share/locale/ast/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
file path=usr/share/locale/ast/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
file path=usr/share/locale/ast/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
file path=usr/share/locale/az/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
file path=usr/share/locale/az/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
file path=usr/share/locale/az/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
file path=usr/share/locale/az/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
file path=usr/share/locale/az/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
file path=usr/share/locale/az/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
file path=usr/share/locale/az/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
file path=usr/share/locale/az/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
file path=usr/share/locale/be/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
file path=usr/share/locale/be/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
file path=usr/share/locale/be/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/locale/be/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
file path=usr/share/locale/bg/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/locale/bg/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/locale/bg/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/locale/bg/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/locale/bg/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/locale/bg/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/locale/bg/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
file path=usr/share/locale/bg/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/locale/bg/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/locale/bg/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
file path=usr/share/locale/bn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/locale/bn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/locale/bn_IN/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/locale/bn_IN/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/locale/bn_IN/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/locale/bn_IN/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/locale/bn_IN/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/locale/bn_IN/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/locale/br/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
file path=usr/share/locale/br/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
file path=usr/share/locale/br/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
file path=usr/share/locale/br/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
file path=usr/share/locale/br/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
file path=usr/share/locale/br/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
file path=usr/share/locale/br/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
file path=usr/share/locale/br/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
file path=usr/share/locale/br/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
file path=usr/share/locale/br/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
file path=usr/share/locale/bs/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   108
file path=usr/share/locale/bs/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   109
file path=usr/share/locale/bs/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   110
file path=usr/share/locale/bs/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   111
file path=usr/share/locale/bs/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   112
file path=usr/share/locale/bs/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   113
file path=usr/share/locale/bs/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   114
file path=usr/share/locale/bs/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   115
file path=usr/share/locale/byn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   116
file path=usr/share/locale/byn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   117
file path=usr/share/locale/byn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   118
file path=usr/share/locale/byn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   119
file path=usr/share/locale/byn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   120
file path=usr/share/locale/byn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   121
file path=usr/share/locale/ca/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/locale/ca/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/locale/ca/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/locale/ca/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/locale/ca/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   126
file path=usr/share/locale/ca/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   127
file path=usr/share/locale/ca/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/locale/ca/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/locale/ca/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/locale/ca/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/locale/crh/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/locale/crh/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/locale/crh/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/locale/crh/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/locale/crh/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/locale/crh/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/locale/crh/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   138
file path=usr/share/locale/crh/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   139
file path=usr/share/locale/cs/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   140
file path=usr/share/locale/cs/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   141
file path=usr/share/locale/cs/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   142
file path=usr/share/locale/cs/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   143
file path=usr/share/locale/cs/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   144
file path=usr/share/locale/cs/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   145
file path=usr/share/locale/cs/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   146
file path=usr/share/locale/cs/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   147
file path=usr/share/locale/cs/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   148
file path=usr/share/locale/cs/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   149
file path=usr/share/locale/cs/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   150
file path=usr/share/locale/cs/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   151
file path=usr/share/locale/cy/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   152
file path=usr/share/locale/cy/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   153
file path=usr/share/locale/cy/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   154
file path=usr/share/locale/cy/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   155
file path=usr/share/locale/cy/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   156
file path=usr/share/locale/cy/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   157
file path=usr/share/locale/da/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   158
file path=usr/share/locale/da/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   159
file path=usr/share/locale/da/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   160
file path=usr/share/locale/da/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   161
file path=usr/share/locale/da/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   162
file path=usr/share/locale/da/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   163
file path=usr/share/locale/da/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   164
file path=usr/share/locale/da/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   165
file path=usr/share/locale/da/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   166
file path=usr/share/locale/da/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   167
file path=usr/share/locale/da/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   168
file path=usr/share/locale/da/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   169
file path=usr/share/locale/de/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   170
file path=usr/share/locale/de/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   171
file path=usr/share/locale/de/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   172
file path=usr/share/locale/de/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   173
file path=usr/share/locale/de/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   174
file path=usr/share/locale/de/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   175
file path=usr/share/locale/de/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   176
file path=usr/share/locale/de/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   177
file path=usr/share/locale/de/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   178
file path=usr/share/locale/de/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   179
file path=usr/share/locale/dz/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   180
file path=usr/share/locale/dz/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   181
file path=usr/share/locale/el/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   182
file path=usr/share/locale/el/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   183
file path=usr/share/locale/el/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   184
file path=usr/share/locale/el/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   185
file path=usr/share/locale/el/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   186
file path=usr/share/locale/el/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   187
file path=usr/share/locale/el/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   188
file path=usr/share/locale/el/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   189
file path=usr/share/locale/el/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   190
file path=usr/share/locale/el/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   191
file path=usr/share/locale/el/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   192
file path=usr/share/locale/el/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   193
file path=usr/share/locale/en/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   194
file path=usr/share/locale/en/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   195
file path=usr/share/locale/eo/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   196
file path=usr/share/locale/eo/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   197
file path=usr/share/locale/eo/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   198
file path=usr/share/locale/eo/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   199
file path=usr/share/locale/eo/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   200
file path=usr/share/locale/eo/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   201
file path=usr/share/locale/eo/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   202
file path=usr/share/locale/eo/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   203
file path=usr/share/locale/eo/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   204
file path=usr/share/locale/eo/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   205
file path=usr/share/locale/es/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   206
file path=usr/share/locale/es/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   207
file path=usr/share/locale/es/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   208
file path=usr/share/locale/es/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   209
file path=usr/share/locale/es/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   210
file path=usr/share/locale/es/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   211
file path=usr/share/locale/es/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   212
file path=usr/share/locale/es/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   213
file path=usr/share/locale/es/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   214
file path=usr/share/locale/es/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   215
file path=usr/share/locale/es/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   216
file path=usr/share/locale/es/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   217
file path=usr/share/locale/et/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   218
file path=usr/share/locale/et/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   219
file path=usr/share/locale/et/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   220
file path=usr/share/locale/et/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   221
file path=usr/share/locale/et/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   222
file path=usr/share/locale/et/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   223
file path=usr/share/locale/et/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   224
file path=usr/share/locale/et/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   225
file path=usr/share/locale/et/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   226
file path=usr/share/locale/et/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   227
file path=usr/share/locale/eu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   228
file path=usr/share/locale/eu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   229
file path=usr/share/locale/eu/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   230
file path=usr/share/locale/eu/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   231
file path=usr/share/locale/eu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   232
file path=usr/share/locale/eu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   233
file path=usr/share/locale/eu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   234
file path=usr/share/locale/eu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   235
file path=usr/share/locale/fa/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   236
file path=usr/share/locale/fa/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   237
file path=usr/share/locale/fa/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   238
file path=usr/share/locale/fa/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   239
file path=usr/share/locale/fa/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   240
file path=usr/share/locale/fa/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   241
file path=usr/share/locale/fa/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   242
file path=usr/share/locale/fa/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   243
file path=usr/share/locale/fi/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   244
file path=usr/share/locale/fi/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   245
file path=usr/share/locale/fi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   246
file path=usr/share/locale/fi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   247
file path=usr/share/locale/fi/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   248
file path=usr/share/locale/fi/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   249
file path=usr/share/locale/fi/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   250
file path=usr/share/locale/fi/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   251
file path=usr/share/locale/fi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   252
file path=usr/share/locale/fi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   253
file path=usr/share/locale/fi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   254
file path=usr/share/locale/fi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   255
file path=usr/share/locale/fo/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   256
file path=usr/share/locale/fo/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   257
file path=usr/share/locale/fr/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   258
file path=usr/share/locale/fr/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   259
file path=usr/share/locale/fr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   260
file path=usr/share/locale/fr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   261
file path=usr/share/locale/fr/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   262
file path=usr/share/locale/fr/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   263
file path=usr/share/locale/fr/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   264
file path=usr/share/locale/fr/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   265
file path=usr/share/locale/fr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   266
file path=usr/share/locale/fr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   267
file path=usr/share/locale/fr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   268
file path=usr/share/locale/fr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   269
file path=usr/share/locale/ga/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   270
file path=usr/share/locale/ga/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   271
file path=usr/share/locale/ga/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   272
file path=usr/share/locale/ga/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   273
file path=usr/share/locale/ga/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   274
file path=usr/share/locale/ga/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   275
file path=usr/share/locale/ga/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   276
file path=usr/share/locale/ga/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   277
file path=usr/share/locale/ga/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   278
file path=usr/share/locale/ga/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   279
file path=usr/share/locale/gez/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   280
file path=usr/share/locale/gez/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   281
file path=usr/share/locale/gez/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   282
file path=usr/share/locale/gez/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   283
file path=usr/share/locale/gez/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   284
file path=usr/share/locale/gez/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   285
file path=usr/share/locale/gl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   286
file path=usr/share/locale/gl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   287
file path=usr/share/locale/gl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   288
file path=usr/share/locale/gl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   289
file path=usr/share/locale/gl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   290
file path=usr/share/locale/gl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   291
file path=usr/share/locale/gl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   292
file path=usr/share/locale/gl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   293
file path=usr/share/locale/gl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   294
file path=usr/share/locale/gl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   295
file path=usr/share/locale/gu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   296
file path=usr/share/locale/gu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   297
file path=usr/share/locale/gu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   298
file path=usr/share/locale/gu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   299
file path=usr/share/locale/gu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   300
file path=usr/share/locale/gu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   301
file path=usr/share/locale/haw/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   302
file path=usr/share/locale/haw/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   303
file path=usr/share/locale/he/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   304
file path=usr/share/locale/he/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   305
file path=usr/share/locale/he/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   306
file path=usr/share/locale/he/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   307
file path=usr/share/locale/he/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   308
file path=usr/share/locale/he/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   309
file path=usr/share/locale/he/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   310
file path=usr/share/locale/he/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   311
file path=usr/share/locale/hi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   312
file path=usr/share/locale/hi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   313
file path=usr/share/locale/hi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   314
file path=usr/share/locale/hi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   315
file path=usr/share/locale/hi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   316
file path=usr/share/locale/hi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   317
file path=usr/share/locale/hr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   318
file path=usr/share/locale/hr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   319
file path=usr/share/locale/hr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   320
file path=usr/share/locale/hr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   321
file path=usr/share/locale/hr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   322
file path=usr/share/locale/hr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   323
file path=usr/share/locale/hu/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   324
file path=usr/share/locale/hu/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   325
file path=usr/share/locale/hu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   326
file path=usr/share/locale/hu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   327
file path=usr/share/locale/hu/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   328
file path=usr/share/locale/hu/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   329
file path=usr/share/locale/hu/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   330
file path=usr/share/locale/hu/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   331
file path=usr/share/locale/hu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   332
file path=usr/share/locale/hu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   333
file path=usr/share/locale/hu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   334
file path=usr/share/locale/hu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   335
file path=usr/share/locale/hy/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   336
file path=usr/share/locale/hy/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   337
file path=usr/share/locale/id/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   338
file path=usr/share/locale/id/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   339
file path=usr/share/locale/id/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   340
file path=usr/share/locale/id/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   341
file path=usr/share/locale/id/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   342
file path=usr/share/locale/id/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   343
file path=usr/share/locale/id/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   344
file path=usr/share/locale/id/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   345
file path=usr/share/locale/id/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   346
file path=usr/share/locale/id/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   347
file path=usr/share/locale/id/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   348
file path=usr/share/locale/id/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   349
file path=usr/share/locale/is/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   350
file path=usr/share/locale/is/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   351
file path=usr/share/locale/is/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   352
file path=usr/share/locale/is/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   353
file path=usr/share/locale/is/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   354
file path=usr/share/locale/is/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   355
file path=usr/share/locale/it/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   356
file path=usr/share/locale/it/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   357
file path=usr/share/locale/it/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   358
file path=usr/share/locale/it/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   359
file path=usr/share/locale/it/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   360
file path=usr/share/locale/it/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   361
file path=usr/share/locale/it/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   362
file path=usr/share/locale/it/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   363
file path=usr/share/locale/it/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   364
file path=usr/share/locale/it/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   365
file path=usr/share/locale/it/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   366
file path=usr/share/locale/it/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   367
file path=usr/share/locale/ja/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   368
file path=usr/share/locale/ja/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   369
file path=usr/share/locale/ja/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   370
file path=usr/share/locale/ja/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   371
file path=usr/share/locale/ja/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   372
file path=usr/share/locale/ja/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   373
file path=usr/share/locale/ja/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   374
file path=usr/share/locale/ja/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   375
file path=usr/share/locale/ja/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   376
file path=usr/share/locale/ja/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   377
file path=usr/share/locale/ja/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   378
file path=usr/share/locale/ja/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   379
file path=usr/share/locale/ka/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   380
file path=usr/share/locale/ka/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   381
file path=usr/share/locale/kk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   382
file path=usr/share/locale/kk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   383
file path=usr/share/locale/km/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   384
file path=usr/share/locale/km/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   385
file path=usr/share/locale/kn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   386
file path=usr/share/locale/kn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   387
file path=usr/share/locale/kn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   388
file path=usr/share/locale/kn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   389
file path=usr/share/locale/kn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   390
file path=usr/share/locale/kn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   391
file path=usr/share/locale/ko/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   392
file path=usr/share/locale/ko/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   393
file path=usr/share/locale/ko/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   394
file path=usr/share/locale/ko/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   395
file path=usr/share/locale/ko/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   396
file path=usr/share/locale/ko/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   397
file path=usr/share/locale/ko/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   398
file path=usr/share/locale/ko/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   399
file path=usr/share/locale/ko/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   400
file path=usr/share/locale/ko/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   401
file path=usr/share/locale/ko/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   402
file path=usr/share/locale/ko/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   403
file path=usr/share/locale/kok/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   404
file path=usr/share/locale/kok/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   405
file path=usr/share/locale/kok/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   406
file path=usr/share/locale/kok/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   407
file path=usr/share/locale/ku/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   408
file path=usr/share/locale/ku/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   409
file path=usr/share/locale/lt/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   410
file path=usr/share/locale/lt/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   411
file path=usr/share/locale/lt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   412
file path=usr/share/locale/lt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   413
file path=usr/share/locale/lt/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   414
file path=usr/share/locale/lt/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   415
file path=usr/share/locale/lt/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   416
file path=usr/share/locale/lt/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   417
file path=usr/share/locale/lt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   418
file path=usr/share/locale/lt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   419
file path=usr/share/locale/lt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   420
file path=usr/share/locale/lt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   421
file path=usr/share/locale/lv/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   422
file path=usr/share/locale/lv/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   423
file path=usr/share/locale/lv/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   424
file path=usr/share/locale/lv/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   425
file path=usr/share/locale/lv/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   426
file path=usr/share/locale/lv/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   427
file path=usr/share/locale/lv/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   428
file path=usr/share/locale/lv/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   429
file path=usr/share/locale/lv/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   430
file path=usr/share/locale/lv/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   431
file path=usr/share/locale/mi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   432
file path=usr/share/locale/mi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   433
file path=usr/share/locale/mi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   434
file path=usr/share/locale/mi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   435
file path=usr/share/locale/mi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   436
file path=usr/share/locale/mi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   437
file path=usr/share/locale/mk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   438
file path=usr/share/locale/mk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   439
file path=usr/share/locale/mk/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   440
file path=usr/share/locale/mk/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   441
file path=usr/share/locale/mk/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   442
file path=usr/share/locale/mk/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   443
file path=usr/share/locale/ml/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   444
file path=usr/share/locale/ml/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   445
file path=usr/share/locale/ml/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   446
file path=usr/share/locale/ml/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   447
file path=usr/share/locale/ml/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   448
file path=usr/share/locale/ml/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   449
file path=usr/share/locale/mn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   450
file path=usr/share/locale/mn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   451
file path=usr/share/locale/mn/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   452
file path=usr/share/locale/mn/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   453
file path=usr/share/locale/mn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   454
file path=usr/share/locale/mn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   455
file path=usr/share/locale/mn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   456
file path=usr/share/locale/mn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   457
file path=usr/share/locale/mr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   458
file path=usr/share/locale/mr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   459
file path=usr/share/locale/mr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   460
file path=usr/share/locale/mr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   461
file path=usr/share/locale/mr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   462
file path=usr/share/locale/mr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   463
file path=usr/share/locale/ms/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   464
file path=usr/share/locale/ms/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   465
file path=usr/share/locale/ms/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   466
file path=usr/share/locale/ms/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   467
file path=usr/share/locale/ms/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   468
file path=usr/share/locale/ms/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   469
file path=usr/share/locale/mt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   470
file path=usr/share/locale/mt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   471
file path=usr/share/locale/mt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   472
file path=usr/share/locale/mt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   473
file path=usr/share/locale/mt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   474
file path=usr/share/locale/mt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   475
file path=usr/share/locale/nb/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   476
file path=usr/share/locale/nb/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   477
file path=usr/share/locale/nb/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   478
file path=usr/share/locale/nb/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   479
file path=usr/share/locale/nb/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   480
file path=usr/share/locale/nb/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   481
file path=usr/share/locale/nb/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   482
file path=usr/share/locale/nb/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   483
file path=usr/share/locale/nb/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   484
file path=usr/share/locale/nb/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   485
file path=usr/share/locale/ne/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   486
file path=usr/share/locale/ne/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   487
file path=usr/share/locale/nl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   488
file path=usr/share/locale/nl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   489
file path=usr/share/locale/nl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   490
file path=usr/share/locale/nl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   491
file path=usr/share/locale/nl/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   492
file path=usr/share/locale/nl/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   493
file path=usr/share/locale/nl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   494
file path=usr/share/locale/nl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   495
file path=usr/share/locale/nl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   496
file path=usr/share/locale/nl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   497
file path=usr/share/locale/nl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   498
file path=usr/share/locale/nl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   499
file path=usr/share/locale/nn/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   500
file path=usr/share/locale/nn/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   501
file path=usr/share/locale/nn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   502
file path=usr/share/locale/nn/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   503
file path=usr/share/locale/nn/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   504
file path=usr/share/locale/nn/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   505
file path=usr/share/locale/nn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   506
file path=usr/share/locale/nn/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   507
file path=usr/share/locale/nn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   508
file path=usr/share/locale/nn/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   509
file path=usr/share/locale/nso/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   510
file path=usr/share/locale/nso/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   511
file path=usr/share/locale/nso/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   512
file path=usr/share/locale/nso/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   513
file path=usr/share/locale/nso/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   514
file path=usr/share/locale/nso/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   515
file path=usr/share/locale/nso/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   516
file path=usr/share/locale/nso/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   517
file path=usr/share/locale/oc/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   518
file path=usr/share/locale/oc/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   519
file path=usr/share/locale/oc/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   520
file path=usr/share/locale/oc/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   521
file path=usr/share/locale/oc/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   522
file path=usr/share/locale/oc/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   523
file path=usr/share/locale/oc/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   524
file path=usr/share/locale/oc/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   525
file path=usr/share/locale/oc/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   526
file path=usr/share/locale/oc/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   527
file path=usr/share/locale/oc/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   528
file path=usr/share/locale/oc/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   529
file path=usr/share/locale/or/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   530
file path=usr/share/locale/or/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   531
file path=usr/share/locale/or/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   532
file path=usr/share/locale/or/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   533
file path=usr/share/locale/or/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   534
file path=usr/share/locale/or/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   535
file path=usr/share/locale/pa/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   536
file path=usr/share/locale/pa/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   537
file path=usr/share/locale/pa/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   538
file path=usr/share/locale/pa/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   539
file path=usr/share/locale/pa/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   540
file path=usr/share/locale/pa/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   541
file path=usr/share/locale/pl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   542
file path=usr/share/locale/pl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   543
file path=usr/share/locale/pl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   544
file path=usr/share/locale/pl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   545
file path=usr/share/locale/pl/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   546
file path=usr/share/locale/pl/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   547
file path=usr/share/locale/pl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   548
file path=usr/share/locale/pl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   549
file path=usr/share/locale/pl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   550
file path=usr/share/locale/pl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   551
file path=usr/share/locale/pl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   552
file path=usr/share/locale/pl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   553
file path=usr/share/locale/ps/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   554
file path=usr/share/locale/ps/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   555
file path=usr/share/locale/ps/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   556
file path=usr/share/locale/ps/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   557
file path=usr/share/locale/ps/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   558
file path=usr/share/locale/ps/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   559
file path=usr/share/locale/pt/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   560
file path=usr/share/locale/pt/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   561
file path=usr/share/locale/pt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   562
file path=usr/share/locale/pt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   563
file path=usr/share/locale/pt/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   564
file path=usr/share/locale/pt/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   565
file path=usr/share/locale/pt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   566
file path=usr/share/locale/pt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   567
file path=usr/share/locale/pt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   568
file path=usr/share/locale/pt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   569
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   570
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   571
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   572
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   573
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   574
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   575
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   576
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   577
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   578
file path=usr/share/locale/pt_BR/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   579
file path=usr/share/locale/ro/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   580
file path=usr/share/locale/ro/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   581
file path=usr/share/locale/ro/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   582
file path=usr/share/locale/ro/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   583
file path=usr/share/locale/ro/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   584
file path=usr/share/locale/ro/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   585
file path=usr/share/locale/ro/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   586
file path=usr/share/locale/ro/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   587
file path=usr/share/locale/ro/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   588
file path=usr/share/locale/ro/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   589
file path=usr/share/locale/ro/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   590
file path=usr/share/locale/ro/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   591
file path=usr/share/locale/ru/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   592
file path=usr/share/locale/ru/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   593
file path=usr/share/locale/ru/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   594
file path=usr/share/locale/ru/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   595
file path=usr/share/locale/ru/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   596
file path=usr/share/locale/ru/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   597
file path=usr/share/locale/ru/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   598
file path=usr/share/locale/ru/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   599
file path=usr/share/locale/ru/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   600
file path=usr/share/locale/ru/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   601
file path=usr/share/locale/rw/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   602
file path=usr/share/locale/rw/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   603
file path=usr/share/locale/rw/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   604
file path=usr/share/locale/rw/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   605
file path=usr/share/locale/rw/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   606
file path=usr/share/locale/rw/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   607
file path=usr/share/locale/rw/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   608
file path=usr/share/locale/rw/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   609
file path=usr/share/locale/sk/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   610
file path=usr/share/locale/sk/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   611
file path=usr/share/locale/sk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   612
file path=usr/share/locale/sk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   613
file path=usr/share/locale/sk/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   614
file path=usr/share/locale/sk/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   615
file path=usr/share/locale/sk/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   616
file path=usr/share/locale/sk/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   617
file path=usr/share/locale/sk/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   618
file path=usr/share/locale/sk/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   619
file path=usr/share/locale/sk/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   620
file path=usr/share/locale/sk/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   621
file path=usr/share/locale/sl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   622
file path=usr/share/locale/sl/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   623
file path=usr/share/locale/sl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   624
file path=usr/share/locale/sl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   625
file path=usr/share/locale/sl/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   626
file path=usr/share/locale/sl/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   627
file path=usr/share/locale/sl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   628
file path=usr/share/locale/sl/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   629
file path=usr/share/locale/sl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   630
file path=usr/share/locale/sl/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   631
file path=usr/share/locale/sl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   632
file path=usr/share/locale/sl/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   633
file path=usr/share/locale/so/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   634
file path=usr/share/locale/so/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   635
file path=usr/share/locale/sq/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   636
file path=usr/share/locale/sq/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   637
file path=usr/share/locale/sr/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   638
file path=usr/share/locale/sr/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   639
file path=usr/share/locale/sr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   640
file path=usr/share/locale/sr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   641
file path=usr/share/locale/sr/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   642
file path=usr/share/locale/sr/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   643
file path=usr/share/locale/sr/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   644
file path=usr/share/locale/sr/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   645
file path=usr/share/locale/sr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   646
file path=usr/share/locale/sr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   647
file path=usr/share/locale/sr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   648
file path=usr/share/locale/sr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   649
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   650
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   651
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   652
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   653
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   654
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   655
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   656
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   657
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   658
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   659
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   660
file path=usr/share/locale/sr@latin/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   661
file path=usr/share/locale/sv/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   662
file path=usr/share/locale/sv/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   663
file path=usr/share/locale/sv/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   664
file path=usr/share/locale/sv/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   665
file path=usr/share/locale/sv/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   666
file path=usr/share/locale/sv/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   667
file path=usr/share/locale/sv/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   668
file path=usr/share/locale/sv/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   669
file path=usr/share/locale/sv/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   670
file path=usr/share/locale/sv/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   671
file path=usr/share/locale/sv/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   672
file path=usr/share/locale/sv/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   673
file path=usr/share/locale/sw/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   674
file path=usr/share/locale/sw/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   675
file path=usr/share/locale/ta/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   676
file path=usr/share/locale/ta/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   677
file path=usr/share/locale/ta/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   678
file path=usr/share/locale/ta/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   679
file path=usr/share/locale/ta/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   680
file path=usr/share/locale/ta/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   681
file path=usr/share/locale/te/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   682
file path=usr/share/locale/te/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   683
file path=usr/share/locale/te/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   684
file path=usr/share/locale/te/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   685
file path=usr/share/locale/th/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   686
file path=usr/share/locale/th/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   687
file path=usr/share/locale/th/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   688
file path=usr/share/locale/th/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   689
file path=usr/share/locale/th/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   690
file path=usr/share/locale/th/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   691
file path=usr/share/locale/th/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   692
file path=usr/share/locale/th/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   693
file path=usr/share/locale/th/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   694
file path=usr/share/locale/th/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   695
file path=usr/share/locale/th/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   696
file path=usr/share/locale/th/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   697
file path=usr/share/locale/ti/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   698
file path=usr/share/locale/ti/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   699
file path=usr/share/locale/ti/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   700
file path=usr/share/locale/ti/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   701
file path=usr/share/locale/ti/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   702
file path=usr/share/locale/ti/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   703
file path=usr/share/locale/tig/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   704
file path=usr/share/locale/tig/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   705
file path=usr/share/locale/tig/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   706
file path=usr/share/locale/tig/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   707
file path=usr/share/locale/tig/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   708
file path=usr/share/locale/tig/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   709
file path=usr/share/locale/tk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   710
file path=usr/share/locale/tk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   711
file path=usr/share/locale/tl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   712
file path=usr/share/locale/tl/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   713
file path=usr/share/locale/tr/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   714
file path=usr/share/locale/tr/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   715
file path=usr/share/locale/tr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   716
file path=usr/share/locale/tr/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   717
file path=usr/share/locale/tr/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   718
file path=usr/share/locale/tr/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   719
file path=usr/share/locale/tr/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   720
file path=usr/share/locale/tr/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   721
file path=usr/share/locale/tr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   722
file path=usr/share/locale/tr/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   723
file path=usr/share/locale/tr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   724
file path=usr/share/locale/tr/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   725
file path=usr/share/locale/tt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   726
file path=usr/share/locale/tt/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   727
file path=usr/share/locale/tt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   728
file path=usr/share/locale/tt/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   729
file path=usr/share/locale/tt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   730
file path=usr/share/locale/tt/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   731
file path=usr/share/locale/uk/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   732
file path=usr/share/locale/uk/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   733
file path=usr/share/locale/uk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   734
file path=usr/share/locale/uk/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   735
file path=usr/share/locale/uk/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   736
file path=usr/share/locale/uk/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   737
file path=usr/share/locale/uk/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   738
file path=usr/share/locale/uk/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   739
file path=usr/share/locale/uk/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   740
file path=usr/share/locale/uk/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   741
file path=usr/share/locale/uk/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   742
file path=usr/share/locale/uk/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   743
file path=usr/share/locale/ve/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   744
file path=usr/share/locale/ve/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   745
file path=usr/share/locale/ve/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   746
file path=usr/share/locale/ve/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   747
file path=usr/share/locale/ve/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   748
file path=usr/share/locale/ve/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   749
file path=usr/share/locale/ve/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   750
file path=usr/share/locale/ve/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   751
file path=usr/share/locale/vi/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   752
file path=usr/share/locale/vi/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   753
file path=usr/share/locale/vi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   754
file path=usr/share/locale/vi/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   755
file path=usr/share/locale/vi/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   756
file path=usr/share/locale/vi/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   757
file path=usr/share/locale/vi/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   758
file path=usr/share/locale/vi/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   759
file path=usr/share/locale/vi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   760
file path=usr/share/locale/vi/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   761
file path=usr/share/locale/vi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   762
file path=usr/share/locale/vi/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   763
file path=usr/share/locale/wa/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   764
file path=usr/share/locale/wa/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   765
file path=usr/share/locale/wa/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   766
file path=usr/share/locale/wa/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   767
file path=usr/share/locale/wa/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   768
file path=usr/share/locale/wa/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   769
file path=usr/share/locale/wa/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   770
file path=usr/share/locale/wa/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   771
file path=usr/share/locale/wal/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   772
file path=usr/share/locale/wal/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   773
file path=usr/share/locale/wo/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   774
file path=usr/share/locale/wo/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   775
file path=usr/share/locale/xh/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   776
file path=usr/share/locale/xh/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   777
file path=usr/share/locale/xh/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   778
file path=usr/share/locale/xh/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   779
file path=usr/share/locale/xh/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   780
file path=usr/share/locale/xh/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   781
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   782
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   783
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   784
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   785
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   786
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_3166_2.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   787
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   788
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   789
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   790
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   791
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   792
file path=usr/share/locale/zh_CN/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   793
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   794
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   795
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   796
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   797
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   798
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   799
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   800
file path=usr/share/locale/zh_HK/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   801
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   802
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_15924.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   803
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   804
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   805
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   806
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_4217.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   807
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   808
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   809
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   810
file path=usr/share/locale/zh_TW/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   811
file path=usr/share/locale/zu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   812
file path=usr/share/locale/zu/LC_MESSAGES/iso_3166.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   813
file path=usr/share/locale/zu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   814
file path=usr/share/locale/zu/LC_MESSAGES/iso_639.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   815
file path=usr/share/locale/zu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   816
file path=usr/share/locale/zu/LC_MESSAGES/iso_639_3.mo
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   817
file path=usr/share/pkgconfig/iso-codes.pc
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   818
file path=usr/share/xml/iso-codes/iso_15924.xml
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   819
file path=usr/share/xml/iso-codes/iso_3166.xml
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   820
file path=usr/share/xml/iso-codes/iso_3166_2.xml
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   821
file path=usr/share/xml/iso-codes/iso_4217.xml
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   822
file path=usr/share/xml/iso-codes/iso_639.xml
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   823
file path=usr/share/xml/iso-codes/iso_639_3.xml
f02b84458bf7 23245475 Move iso-codes 3.21 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   824
license LICENSE license=LGPLv2.1