summaryrefslogtreecommitdiff
path: root/po/webid-oidc.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-01-01 00:00:00 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:14:27 +0200
commitd33b47eb282d6b46378e88df3693caa7ce4f1cce (patch)
treebb36ca3a8975ca2985b063a2971e59cc4cbf0a5c /po/webid-oidc.pot
parentb021d3c7188a5705a858144c0bdd8e6a962fc677 (diff)
Add a random number generator.
Diffstat (limited to 'po/webid-oidc.pot')
-rw-r--r--po/webid-oidc.pot98
1 files changed, 97 insertions, 1 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index 148ff7e..5b987b6 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -17,10 +17,106 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/libwebidoidc.c:7
+#: src/libwebidoidc.c:8
msgid "This is the main function."
msgstr ""
+#: src/random/random.c:199
+#, c-format
+msgid "Could not set the global random generator up.\n"
+msgstr ""
+
+#: src/random/random.c:213 src/random/random.c:225 src/random/random.c:238
+#: src/random/random.c:249 src/random/random.c:260
+#, c-format
+msgid "Could not set the global random generator up: out of memory.\n"
+msgstr ""
+
+#: src/random/random.c:270
+#, c-format
+msgid ""
+"Warning: could not open the seed file, maybe the parent directory is "
+"missing...\n"
+msgstr ""
+
+#: src/random/random.c:274
+#, c-format
+msgid "Warning: could not create the cache directory '%s'.\n"
+msgstr ""
+
+#: src/random/random.c:276
+msgid "when creating the cache directory"
+msgstr ""
+
+#: src/random/random.c:282
+#, c-format
+msgid "Warning: could not create the package cache directory '%s'.\n"
+msgstr ""
+
+#: src/random/random.c:284
+msgid "when creating the package cache directory"
+msgstr ""
+
+#: src/random/random.c:290
+#, c-format
+msgid "Could not open the seed file '%s'.\n"
+msgstr ""
+
+#: src/random/random.c:291
+msgid "when opening the seed file"
+msgstr ""
+
+#: src/random/random.c:311
+#, c-format
+msgid "Could not lock the seed file '%s'.\n"
+msgstr ""
+
+#: src/random/random.c:313
+msgid "when locking the seed file"
+msgstr ""
+
+#: src/random/random.c:327
+#, c-format
+msgid ""
+"Warning: the seed file '%s' is too short. This weakens the random number "
+"generator. Please write more random data in it.\n"
+msgstr ""
+
+#: src/random/random.c:344
+#, c-format
+msgid "Could not update the seed file '%s'.\n"
+msgstr ""
+
+#: src/random/random.c:345
+msgid "when rewinding the seed file"
+msgstr ""
+
+#: src/random/random.c:377
+#, c-format
+msgid "Could not unlock the seed file '%s'.\n"
+msgstr ""
+
+#: src/random/random.c:379
+msgid "when unlocking the seed file"
+msgstr ""
+
+#: src/random/random.c:407
+#, c-format
+msgid "Could not set the thread-local random generator up.\n"
+msgstr ""
+
+#: src/random/random.c:415
+#, c-format
+msgid ""
+"The random module has not been initialized. Please call "
+"webid_oidc_random_init first.\n"
+msgstr ""
+
+#: src/random/generate-random.c:29
+#, c-format
+msgid "Usage: generate-random [NUMBER OF BYTES]\n"
+msgstr ""
+
#: src/scm/webid-oidc/errors.scm:35
msgid "that’s how it is"
msgstr ""