1# Message catalog that maps the ASCII replacements for single-quote characters
2# to real single-quote characters.
3# The header entry is commented out on purpose, so that gettext() performs no
4# no character set conversion from the PO file's encoding to the locale
5# encoding. This allows us to use the same PO file in various locales.
6#msgid ""
7#msgstr ""
8#"Project-Id-Version: GNU gnulib\n"
9#"PO-Revision-Date: 2009-01-26 01:02+01:00\n"
10#"Last-Translator: Eric Blake <ebb9@byu.net>\n"
11#"Language-Team: Undetermined <und@li.org>\n"
12#"MIME-Version: 1.0\n"
13#"Content-Type: text/plain; charset=UTF-8\n"
14#"Content-Transfer-Encoding: 8bit\n"
15
16msgid "`"
17msgstr "\302\253"
18
19msgid "'"
20msgstr "\302\273"
21