components/gnome/zenity/test/results-64.master
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 16 Aug 2016 22:32:29 -0700
changeset 6653 1c9054ea42c4
permissions -rw-r--r--
23245364 Move zenity to Userland and update to 3.18.0 PSARC/2016/375 GNOME apps and icons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6653
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
make[1]: Entering directory '$(@D)'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
Making check in src
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
make[2]: Entering directory '$(@D)/src'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
make[2]: Nothing to be done for 'check'.
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
make[2]: Leaving directory '$(@D)/src'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
Making check in po
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
make[2]: Entering directory '$(@D)/po'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
make[2]: Nothing to be done for 'check'.
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
make[2]: Leaving directory '$(@D)/po'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
Making check in data
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
make[2]: Entering directory '$(@D)/data'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
make[2]: Nothing to be done for 'check'.
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
make[2]: Leaving directory '$(@D)/data'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
Making check in help
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
make[2]: Entering directory '$(@D)/help'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
for lc in C bg ca cs da de el en_GB es eu fi fr gl hu ja oc pt_BR ru sl sv uk zh_CN; do \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
  if test -d "$lc"; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
    then d=; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
    xmlpath="$lc"; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
  else \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
    d="$(SOURCE_DIR)/help/"; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
    xmlpath="$lc:$(SOURCE_DIR)/help/$lc"; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
  fi; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
  for page in legal.xml calendar.page color-selection.page entry.page error.page file-selection.page forms.page index.page info.page intro.page list.page message.page notification.page password.page progress.page question.page scale.page text.page usage.page warning.page; do \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
    echo "xmllint --noout --noent --path $xmlpath --xinclude $d$lc/$page"; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
    xmllint --noout --noent --path "$xmlpath" --xinclude "$d$lc/$page"; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
  done; \
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
done
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
xmllint --noout --noent --path bg --xinclude bg/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
xmllint --noout --noent --path bg --xinclude bg/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
xmllint --noout --noent --path bg --xinclude bg/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
xmllint --noout --noent --path bg --xinclude bg/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
xmllint --noout --noent --path bg --xinclude bg/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
xmllint --noout --noent --path bg --xinclude bg/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
xmllint --noout --noent --path bg --xinclude bg/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
xmllint --noout --noent --path bg --xinclude bg/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
xmllint --noout --noent --path bg --xinclude bg/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
xmllint --noout --noent --path bg --xinclude bg/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
xmllint --noout --noent --path bg --xinclude bg/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
xmllint --noout --noent --path bg --xinclude bg/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
xmllint --noout --noent --path bg --xinclude bg/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
xmllint --noout --noent --path bg --xinclude bg/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
xmllint --noout --noent --path bg --xinclude bg/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
xmllint --noout --noent --path bg --xinclude bg/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
xmllint --noout --noent --path bg --xinclude bg/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
xmllint --noout --noent --path bg --xinclude bg/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
xmllint --noout --noent --path bg --xinclude bg/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
xmllint --noout --noent --path bg --xinclude bg/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
xmllint --noout --noent --path ca --xinclude ca/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
xmllint --noout --noent --path ca --xinclude ca/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
xmllint --noout --noent --path ca --xinclude ca/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
xmllint --noout --noent --path ca --xinclude ca/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
xmllint --noout --noent --path ca --xinclude ca/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
xmllint --noout --noent --path ca --xinclude ca/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
xmllint --noout --noent --path ca --xinclude ca/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
xmllint --noout --noent --path ca --xinclude ca/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
xmllint --noout --noent --path ca --xinclude ca/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
xmllint --noout --noent --path ca --xinclude ca/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
xmllint --noout --noent --path ca --xinclude ca/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
xmllint --noout --noent --path ca --xinclude ca/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
xmllint --noout --noent --path ca --xinclude ca/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
xmllint --noout --noent --path ca --xinclude ca/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
xmllint --noout --noent --path ca --xinclude ca/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
xmllint --noout --noent --path ca --xinclude ca/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
xmllint --noout --noent --path ca --xinclude ca/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
xmllint --noout --noent --path ca --xinclude ca/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
xmllint --noout --noent --path ca --xinclude ca/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
xmllint --noout --noent --path ca --xinclude ca/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
xmllint --noout --noent --path cs --xinclude cs/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
xmllint --noout --noent --path cs --xinclude cs/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
xmllint --noout --noent --path cs --xinclude cs/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
xmllint --noout --noent --path cs --xinclude cs/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
xmllint --noout --noent --path cs --xinclude cs/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
xmllint --noout --noent --path cs --xinclude cs/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
xmllint --noout --noent --path cs --xinclude cs/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
xmllint --noout --noent --path cs --xinclude cs/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
xmllint --noout --noent --path cs --xinclude cs/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
xmllint --noout --noent --path cs --xinclude cs/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
xmllint --noout --noent --path cs --xinclude cs/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
xmllint --noout --noent --path cs --xinclude cs/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
xmllint --noout --noent --path cs --xinclude cs/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
xmllint --noout --noent --path cs --xinclude cs/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
xmllint --noout --noent --path cs --xinclude cs/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
xmllint --noout --noent --path cs --xinclude cs/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
xmllint --noout --noent --path cs --xinclude cs/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
xmllint --noout --noent --path cs --xinclude cs/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
xmllint --noout --noent --path cs --xinclude cs/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   108
xmllint --noout --noent --path cs --xinclude cs/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   109
xmllint --noout --noent --path da --xinclude da/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   110
xmllint --noout --noent --path da --xinclude da/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   111
xmllint --noout --noent --path da --xinclude da/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   112
xmllint --noout --noent --path da --xinclude da/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   113
xmllint --noout --noent --path da --xinclude da/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   114
xmllint --noout --noent --path da --xinclude da/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   115
xmllint --noout --noent --path da --xinclude da/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   116
xmllint --noout --noent --path da --xinclude da/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   117
xmllint --noout --noent --path da --xinclude da/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   118
xmllint --noout --noent --path da --xinclude da/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   119
xmllint --noout --noent --path da --xinclude da/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   120
xmllint --noout --noent --path da --xinclude da/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   121
xmllint --noout --noent --path da --xinclude da/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   122
xmllint --noout --noent --path da --xinclude da/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   123
xmllint --noout --noent --path da --xinclude da/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   124
xmllint --noout --noent --path da --xinclude da/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   125
xmllint --noout --noent --path da --xinclude da/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   126
xmllint --noout --noent --path da --xinclude da/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   127
xmllint --noout --noent --path da --xinclude da/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   128
xmllint --noout --noent --path da --xinclude da/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   129
xmllint --noout --noent --path de --xinclude de/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   130
xmllint --noout --noent --path de --xinclude de/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   131
xmllint --noout --noent --path de --xinclude de/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   132
xmllint --noout --noent --path de --xinclude de/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   133
xmllint --noout --noent --path de --xinclude de/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   134
xmllint --noout --noent --path de --xinclude de/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   135
xmllint --noout --noent --path de --xinclude de/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   136
xmllint --noout --noent --path de --xinclude de/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   137
xmllint --noout --noent --path de --xinclude de/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   138
xmllint --noout --noent --path de --xinclude de/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   139
xmllint --noout --noent --path de --xinclude de/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   140
xmllint --noout --noent --path de --xinclude de/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   141
xmllint --noout --noent --path de --xinclude de/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   142
xmllint --noout --noent --path de --xinclude de/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   143
xmllint --noout --noent --path de --xinclude de/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   144
xmllint --noout --noent --path de --xinclude de/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   145
xmllint --noout --noent --path de --xinclude de/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   146
xmllint --noout --noent --path de --xinclude de/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   147
xmllint --noout --noent --path de --xinclude de/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   148
xmllint --noout --noent --path de --xinclude de/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   149
xmllint --noout --noent --path el --xinclude el/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   150
xmllint --noout --noent --path el --xinclude el/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   151
xmllint --noout --noent --path el --xinclude el/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   152
xmllint --noout --noent --path el --xinclude el/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   153
xmllint --noout --noent --path el --xinclude el/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   154
xmllint --noout --noent --path el --xinclude el/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   155
xmllint --noout --noent --path el --xinclude el/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   156
xmllint --noout --noent --path el --xinclude el/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   157
xmllint --noout --noent --path el --xinclude el/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   158
xmllint --noout --noent --path el --xinclude el/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   159
xmllint --noout --noent --path el --xinclude el/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   160
xmllint --noout --noent --path el --xinclude el/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   161
xmllint --noout --noent --path el --xinclude el/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   162
xmllint --noout --noent --path el --xinclude el/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   163
xmllint --noout --noent --path el --xinclude el/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   164
xmllint --noout --noent --path el --xinclude el/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   165
xmllint --noout --noent --path el --xinclude el/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   166
xmllint --noout --noent --path el --xinclude el/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   167
xmllint --noout --noent --path el --xinclude el/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   168
xmllint --noout --noent --path el --xinclude el/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   169
xmllint --noout --noent --path en_GB --xinclude en_GB/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   170
xmllint --noout --noent --path en_GB --xinclude en_GB/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   171
xmllint --noout --noent --path en_GB --xinclude en_GB/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   172
xmllint --noout --noent --path en_GB --xinclude en_GB/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   173
xmllint --noout --noent --path en_GB --xinclude en_GB/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   174
xmllint --noout --noent --path en_GB --xinclude en_GB/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   175
xmllint --noout --noent --path en_GB --xinclude en_GB/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   176
xmllint --noout --noent --path en_GB --xinclude en_GB/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   177
xmllint --noout --noent --path en_GB --xinclude en_GB/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   178
xmllint --noout --noent --path en_GB --xinclude en_GB/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   179
xmllint --noout --noent --path en_GB --xinclude en_GB/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   180
xmllint --noout --noent --path en_GB --xinclude en_GB/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   181
xmllint --noout --noent --path en_GB --xinclude en_GB/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   182
xmllint --noout --noent --path en_GB --xinclude en_GB/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   183
xmllint --noout --noent --path en_GB --xinclude en_GB/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   184
xmllint --noout --noent --path en_GB --xinclude en_GB/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   185
xmllint --noout --noent --path en_GB --xinclude en_GB/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   186
xmllint --noout --noent --path en_GB --xinclude en_GB/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   187
xmllint --noout --noent --path en_GB --xinclude en_GB/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   188
xmllint --noout --noent --path en_GB --xinclude en_GB/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   189
xmllint --noout --noent --path es --xinclude es/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   190
xmllint --noout --noent --path es --xinclude es/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   191
xmllint --noout --noent --path es --xinclude es/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   192
xmllint --noout --noent --path es --xinclude es/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   193
xmllint --noout --noent --path es --xinclude es/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   194
xmllint --noout --noent --path es --xinclude es/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   195
xmllint --noout --noent --path es --xinclude es/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   196
xmllint --noout --noent --path es --xinclude es/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   197
xmllint --noout --noent --path es --xinclude es/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   198
xmllint --noout --noent --path es --xinclude es/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   199
xmllint --noout --noent --path es --xinclude es/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   200
xmllint --noout --noent --path es --xinclude es/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   201
xmllint --noout --noent --path es --xinclude es/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   202
xmllint --noout --noent --path es --xinclude es/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   203
xmllint --noout --noent --path es --xinclude es/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   204
xmllint --noout --noent --path es --xinclude es/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   205
xmllint --noout --noent --path es --xinclude es/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   206
xmllint --noout --noent --path es --xinclude es/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   207
xmllint --noout --noent --path es --xinclude es/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   208
xmllint --noout --noent --path es --xinclude es/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   209
xmllint --noout --noent --path eu --xinclude eu/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   210
xmllint --noout --noent --path eu --xinclude eu/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   211
xmllint --noout --noent --path eu --xinclude eu/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   212
xmllint --noout --noent --path eu --xinclude eu/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   213
xmllint --noout --noent --path eu --xinclude eu/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   214
xmllint --noout --noent --path eu --xinclude eu/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   215
xmllint --noout --noent --path eu --xinclude eu/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   216
xmllint --noout --noent --path eu --xinclude eu/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   217
xmllint --noout --noent --path eu --xinclude eu/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   218
xmllint --noout --noent --path eu --xinclude eu/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   219
xmllint --noout --noent --path eu --xinclude eu/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   220
xmllint --noout --noent --path eu --xinclude eu/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   221
xmllint --noout --noent --path eu --xinclude eu/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   222
xmllint --noout --noent --path eu --xinclude eu/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   223
xmllint --noout --noent --path eu --xinclude eu/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   224
xmllint --noout --noent --path eu --xinclude eu/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   225
xmllint --noout --noent --path eu --xinclude eu/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   226
xmllint --noout --noent --path eu --xinclude eu/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   227
xmllint --noout --noent --path eu --xinclude eu/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   228
xmllint --noout --noent --path eu --xinclude eu/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   229
xmllint --noout --noent --path fi --xinclude fi/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   230
xmllint --noout --noent --path fi --xinclude fi/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   231
xmllint --noout --noent --path fi --xinclude fi/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   232
xmllint --noout --noent --path fi --xinclude fi/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   233
xmllint --noout --noent --path fi --xinclude fi/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   234
xmllint --noout --noent --path fi --xinclude fi/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   235
xmllint --noout --noent --path fi --xinclude fi/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   236
xmllint --noout --noent --path fi --xinclude fi/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   237
xmllint --noout --noent --path fi --xinclude fi/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   238
xmllint --noout --noent --path fi --xinclude fi/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   239
xmllint --noout --noent --path fi --xinclude fi/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   240
xmllint --noout --noent --path fi --xinclude fi/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   241
xmllint --noout --noent --path fi --xinclude fi/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   242
xmllint --noout --noent --path fi --xinclude fi/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   243
xmllint --noout --noent --path fi --xinclude fi/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   244
xmllint --noout --noent --path fi --xinclude fi/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   245
xmllint --noout --noent --path fi --xinclude fi/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   246
xmllint --noout --noent --path fi --xinclude fi/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   247
xmllint --noout --noent --path fi --xinclude fi/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   248
xmllint --noout --noent --path fi --xinclude fi/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   249
xmllint --noout --noent --path fr --xinclude fr/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   250
xmllint --noout --noent --path fr --xinclude fr/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   251
xmllint --noout --noent --path fr --xinclude fr/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   252
xmllint --noout --noent --path fr --xinclude fr/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   253
xmllint --noout --noent --path fr --xinclude fr/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   254
xmllint --noout --noent --path fr --xinclude fr/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   255
xmllint --noout --noent --path fr --xinclude fr/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   256
xmllint --noout --noent --path fr --xinclude fr/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   257
xmllint --noout --noent --path fr --xinclude fr/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   258
xmllint --noout --noent --path fr --xinclude fr/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   259
xmllint --noout --noent --path fr --xinclude fr/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   260
xmllint --noout --noent --path fr --xinclude fr/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   261
xmllint --noout --noent --path fr --xinclude fr/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   262
xmllint --noout --noent --path fr --xinclude fr/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   263
xmllint --noout --noent --path fr --xinclude fr/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   264
xmllint --noout --noent --path fr --xinclude fr/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   265
xmllint --noout --noent --path fr --xinclude fr/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   266
xmllint --noout --noent --path fr --xinclude fr/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   267
xmllint --noout --noent --path fr --xinclude fr/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   268
xmllint --noout --noent --path fr --xinclude fr/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   269
xmllint --noout --noent --path gl --xinclude gl/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   270
xmllint --noout --noent --path gl --xinclude gl/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   271
xmllint --noout --noent --path gl --xinclude gl/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   272
xmllint --noout --noent --path gl --xinclude gl/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   273
xmllint --noout --noent --path gl --xinclude gl/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   274
xmllint --noout --noent --path gl --xinclude gl/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   275
xmllint --noout --noent --path gl --xinclude gl/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   276
xmllint --noout --noent --path gl --xinclude gl/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   277
xmllint --noout --noent --path gl --xinclude gl/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   278
xmllint --noout --noent --path gl --xinclude gl/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   279
xmllint --noout --noent --path gl --xinclude gl/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   280
xmllint --noout --noent --path gl --xinclude gl/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   281
xmllint --noout --noent --path gl --xinclude gl/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   282
xmllint --noout --noent --path gl --xinclude gl/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   283
xmllint --noout --noent --path gl --xinclude gl/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   284
xmllint --noout --noent --path gl --xinclude gl/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   285
xmllint --noout --noent --path gl --xinclude gl/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   286
xmllint --noout --noent --path gl --xinclude gl/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   287
xmllint --noout --noent --path gl --xinclude gl/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   288
xmllint --noout --noent --path gl --xinclude gl/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   289
xmllint --noout --noent --path hu --xinclude hu/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   290
xmllint --noout --noent --path hu --xinclude hu/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   291
xmllint --noout --noent --path hu --xinclude hu/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   292
xmllint --noout --noent --path hu --xinclude hu/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   293
xmllint --noout --noent --path hu --xinclude hu/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   294
xmllint --noout --noent --path hu --xinclude hu/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   295
xmllint --noout --noent --path hu --xinclude hu/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   296
xmllint --noout --noent --path hu --xinclude hu/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   297
xmllint --noout --noent --path hu --xinclude hu/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   298
xmllint --noout --noent --path hu --xinclude hu/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   299
xmllint --noout --noent --path hu --xinclude hu/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   300
xmllint --noout --noent --path hu --xinclude hu/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   301
xmllint --noout --noent --path hu --xinclude hu/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   302
xmllint --noout --noent --path hu --xinclude hu/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   303
xmllint --noout --noent --path hu --xinclude hu/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   304
xmllint --noout --noent --path hu --xinclude hu/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   305
xmllint --noout --noent --path hu --xinclude hu/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   306
xmllint --noout --noent --path hu --xinclude hu/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   307
xmllint --noout --noent --path hu --xinclude hu/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   308
xmllint --noout --noent --path hu --xinclude hu/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   309
xmllint --noout --noent --path ja --xinclude ja/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   310
xmllint --noout --noent --path ja --xinclude ja/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   311
xmllint --noout --noent --path ja --xinclude ja/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   312
xmllint --noout --noent --path ja --xinclude ja/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   313
xmllint --noout --noent --path ja --xinclude ja/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   314
xmllint --noout --noent --path ja --xinclude ja/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   315
xmllint --noout --noent --path ja --xinclude ja/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   316
xmllint --noout --noent --path ja --xinclude ja/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   317
xmllint --noout --noent --path ja --xinclude ja/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   318
xmllint --noout --noent --path ja --xinclude ja/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   319
xmllint --noout --noent --path ja --xinclude ja/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   320
xmllint --noout --noent --path ja --xinclude ja/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   321
xmllint --noout --noent --path ja --xinclude ja/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   322
xmllint --noout --noent --path ja --xinclude ja/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   323
xmllint --noout --noent --path ja --xinclude ja/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   324
xmllint --noout --noent --path ja --xinclude ja/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   325
xmllint --noout --noent --path ja --xinclude ja/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   326
xmllint --noout --noent --path ja --xinclude ja/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   327
xmllint --noout --noent --path ja --xinclude ja/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   328
xmllint --noout --noent --path ja --xinclude ja/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   329
xmllint --noout --noent --path oc --xinclude oc/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   330
xmllint --noout --noent --path oc --xinclude oc/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   331
xmllint --noout --noent --path oc --xinclude oc/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   332
xmllint --noout --noent --path oc --xinclude oc/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   333
xmllint --noout --noent --path oc --xinclude oc/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   334
xmllint --noout --noent --path oc --xinclude oc/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   335
xmllint --noout --noent --path oc --xinclude oc/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   336
xmllint --noout --noent --path oc --xinclude oc/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   337
xmllint --noout --noent --path oc --xinclude oc/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   338
xmllint --noout --noent --path oc --xinclude oc/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   339
xmllint --noout --noent --path oc --xinclude oc/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   340
xmllint --noout --noent --path oc --xinclude oc/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   341
xmllint --noout --noent --path oc --xinclude oc/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   342
xmllint --noout --noent --path oc --xinclude oc/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   343
xmllint --noout --noent --path oc --xinclude oc/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   344
xmllint --noout --noent --path oc --xinclude oc/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   345
xmllint --noout --noent --path oc --xinclude oc/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   346
xmllint --noout --noent --path oc --xinclude oc/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   347
xmllint --noout --noent --path oc --xinclude oc/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   348
xmllint --noout --noent --path oc --xinclude oc/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   349
xmllint --noout --noent --path pt_BR --xinclude pt_BR/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   350
xmllint --noout --noent --path pt_BR --xinclude pt_BR/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   351
xmllint --noout --noent --path pt_BR --xinclude pt_BR/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   352
xmllint --noout --noent --path pt_BR --xinclude pt_BR/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   353
xmllint --noout --noent --path pt_BR --xinclude pt_BR/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   354
xmllint --noout --noent --path pt_BR --xinclude pt_BR/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   355
xmllint --noout --noent --path pt_BR --xinclude pt_BR/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   356
xmllint --noout --noent --path pt_BR --xinclude pt_BR/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   357
xmllint --noout --noent --path pt_BR --xinclude pt_BR/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   358
xmllint --noout --noent --path pt_BR --xinclude pt_BR/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   359
xmllint --noout --noent --path pt_BR --xinclude pt_BR/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   360
xmllint --noout --noent --path pt_BR --xinclude pt_BR/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   361
xmllint --noout --noent --path pt_BR --xinclude pt_BR/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   362
xmllint --noout --noent --path pt_BR --xinclude pt_BR/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   363
xmllint --noout --noent --path pt_BR --xinclude pt_BR/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   364
xmllint --noout --noent --path pt_BR --xinclude pt_BR/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   365
xmllint --noout --noent --path pt_BR --xinclude pt_BR/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   366
xmllint --noout --noent --path pt_BR --xinclude pt_BR/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   367
xmllint --noout --noent --path pt_BR --xinclude pt_BR/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   368
xmllint --noout --noent --path pt_BR --xinclude pt_BR/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   369
xmllint --noout --noent --path ru --xinclude ru/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   370
xmllint --noout --noent --path ru --xinclude ru/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   371
xmllint --noout --noent --path ru --xinclude ru/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   372
xmllint --noout --noent --path ru --xinclude ru/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   373
xmllint --noout --noent --path ru --xinclude ru/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   374
xmllint --noout --noent --path ru --xinclude ru/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   375
xmllint --noout --noent --path ru --xinclude ru/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   376
xmllint --noout --noent --path ru --xinclude ru/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   377
xmllint --noout --noent --path ru --xinclude ru/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   378
xmllint --noout --noent --path ru --xinclude ru/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   379
xmllint --noout --noent --path ru --xinclude ru/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   380
xmllint --noout --noent --path ru --xinclude ru/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   381
xmllint --noout --noent --path ru --xinclude ru/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   382
xmllint --noout --noent --path ru --xinclude ru/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   383
xmllint --noout --noent --path ru --xinclude ru/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   384
xmllint --noout --noent --path ru --xinclude ru/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   385
xmllint --noout --noent --path ru --xinclude ru/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   386
xmllint --noout --noent --path ru --xinclude ru/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   387
xmllint --noout --noent --path ru --xinclude ru/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   388
xmllint --noout --noent --path ru --xinclude ru/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   389
xmllint --noout --noent --path sl --xinclude sl/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   390
xmllint --noout --noent --path sl --xinclude sl/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   391
xmllint --noout --noent --path sl --xinclude sl/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   392
xmllint --noout --noent --path sl --xinclude sl/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   393
xmllint --noout --noent --path sl --xinclude sl/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   394
xmllint --noout --noent --path sl --xinclude sl/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   395
xmllint --noout --noent --path sl --xinclude sl/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   396
xmllint --noout --noent --path sl --xinclude sl/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   397
xmllint --noout --noent --path sl --xinclude sl/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   398
xmllint --noout --noent --path sl --xinclude sl/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   399
xmllint --noout --noent --path sl --xinclude sl/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   400
xmllint --noout --noent --path sl --xinclude sl/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   401
xmllint --noout --noent --path sl --xinclude sl/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   402
xmllint --noout --noent --path sl --xinclude sl/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   403
xmllint --noout --noent --path sl --xinclude sl/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   404
xmllint --noout --noent --path sl --xinclude sl/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   405
xmllint --noout --noent --path sl --xinclude sl/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   406
xmllint --noout --noent --path sl --xinclude sl/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   407
xmllint --noout --noent --path sl --xinclude sl/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   408
xmllint --noout --noent --path sl --xinclude sl/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   409
xmllint --noout --noent --path sv --xinclude sv/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   410
xmllint --noout --noent --path sv --xinclude sv/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   411
xmllint --noout --noent --path sv --xinclude sv/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   412
xmllint --noout --noent --path sv --xinclude sv/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   413
xmllint --noout --noent --path sv --xinclude sv/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   414
xmllint --noout --noent --path sv --xinclude sv/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   415
xmllint --noout --noent --path sv --xinclude sv/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   416
xmllint --noout --noent --path sv --xinclude sv/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   417
xmllint --noout --noent --path sv --xinclude sv/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   418
xmllint --noout --noent --path sv --xinclude sv/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   419
xmllint --noout --noent --path sv --xinclude sv/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   420
xmllint --noout --noent --path sv --xinclude sv/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   421
xmllint --noout --noent --path sv --xinclude sv/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   422
xmllint --noout --noent --path sv --xinclude sv/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   423
xmllint --noout --noent --path sv --xinclude sv/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   424
xmllint --noout --noent --path sv --xinclude sv/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   425
xmllint --noout --noent --path sv --xinclude sv/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   426
xmllint --noout --noent --path sv --xinclude sv/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   427
xmllint --noout --noent --path sv --xinclude sv/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   428
xmllint --noout --noent --path sv --xinclude sv/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   429
xmllint --noout --noent --path uk --xinclude uk/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   430
xmllint --noout --noent --path uk --xinclude uk/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   431
xmllint --noout --noent --path uk --xinclude uk/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   432
xmllint --noout --noent --path uk --xinclude uk/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   433
xmllint --noout --noent --path uk --xinclude uk/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   434
xmllint --noout --noent --path uk --xinclude uk/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   435
xmllint --noout --noent --path uk --xinclude uk/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   436
xmllint --noout --noent --path uk --xinclude uk/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   437
xmllint --noout --noent --path uk --xinclude uk/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   438
xmllint --noout --noent --path uk --xinclude uk/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   439
xmllint --noout --noent --path uk --xinclude uk/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   440
xmllint --noout --noent --path uk --xinclude uk/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   441
xmllint --noout --noent --path uk --xinclude uk/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   442
xmllint --noout --noent --path uk --xinclude uk/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   443
xmllint --noout --noent --path uk --xinclude uk/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   444
xmllint --noout --noent --path uk --xinclude uk/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   445
xmllint --noout --noent --path uk --xinclude uk/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   446
xmllint --noout --noent --path uk --xinclude uk/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   447
xmllint --noout --noent --path uk --xinclude uk/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   448
xmllint --noout --noent --path uk --xinclude uk/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   449
xmllint --noout --noent --path zh_CN --xinclude zh_CN/legal.xml
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   450
xmllint --noout --noent --path zh_CN --xinclude zh_CN/calendar.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   451
xmllint --noout --noent --path zh_CN --xinclude zh_CN/color-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   452
xmllint --noout --noent --path zh_CN --xinclude zh_CN/entry.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   453
xmllint --noout --noent --path zh_CN --xinclude zh_CN/error.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   454
xmllint --noout --noent --path zh_CN --xinclude zh_CN/file-selection.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   455
xmllint --noout --noent --path zh_CN --xinclude zh_CN/forms.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   456
xmllint --noout --noent --path zh_CN --xinclude zh_CN/index.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   457
xmllint --noout --noent --path zh_CN --xinclude zh_CN/info.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   458
xmllint --noout --noent --path zh_CN --xinclude zh_CN/intro.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   459
xmllint --noout --noent --path zh_CN --xinclude zh_CN/list.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   460
xmllint --noout --noent --path zh_CN --xinclude zh_CN/message.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   461
xmllint --noout --noent --path zh_CN --xinclude zh_CN/notification.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   462
xmllint --noout --noent --path zh_CN --xinclude zh_CN/password.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   463
xmllint --noout --noent --path zh_CN --xinclude zh_CN/progress.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   464
xmllint --noout --noent --path zh_CN --xinclude zh_CN/question.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   465
xmllint --noout --noent --path zh_CN --xinclude zh_CN/scale.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   466
xmllint --noout --noent --path zh_CN --xinclude zh_CN/text.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   467
xmllint --noout --noent --path zh_CN --xinclude zh_CN/usage.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   468
xmllint --noout --noent --path zh_CN --xinclude zh_CN/warning.page
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   469
make[2]: Leaving directory '$(@D)/help'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   470
make[2]: Entering directory '$(@D)'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   471
make[2]: Leaving directory '$(@D)'
1c9054ea42c4 23245364 Move zenity to Userland and update to 3.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   472
make[1]: Leaving directory '$(@D)'