Skip to content

Commit

Permalink
strings sync with EN (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Jun 19, 2024
1 parent c66e9fc commit 30fa9e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reference/strings/functions/nl-langinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: dams Status: ready -->
<!-- EN-Revision: bdef726773ce9f624da7958009367d607d7211ea Maintainer: dams Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.nl-langinfo" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -53,19 +53,19 @@
<entry namest="c1" nameend="c2" align="center"><emphasis>Constantes de la catégorie <constant>LC_TIME</constant></emphasis></entry>
</row>
<row>
<entry><constant>ABDAY_(1-7)</constant></entry>
<entry><constant>ABDAY_<replaceable>(1-7)</constant></entry>
<entry>Nom court du jour de la semaine.</entry>
</row>
<row>
<entry><constant>DAY_(1-7)</constant></entry>
<entry><constant>DAY_<replaceable>(1-7)</constant></entry>
<entry>Nom du jour de la semaine (DAY_1 = Dimanche).</entry>
</row>
<row>
<entry><constant>ABMON_(1-12)</constant></entry>
<entry><constant>ABMON_<replaceable>(1-12)</constant></entry>
<entry>Nom abrégé du mois de l'année.</entry>
</row>
<row>
<entry><constant>MON_(1-12)</constant></entry>
<entry><constant>MON_<replaceable>(1-12)</constant></entry>
<entry>Nom du mois de l'année.</entry>
</row>
<row>
Expand Down

0 comments on commit 30fa9e7

Please sign in to comment.