aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 12:49:08 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 12:49:08 +0200
commit39e327905f421c470b9cbd5c1ea548261bcae026 (patch)
treefa0df2a80fe4c785e12c609f619eb5f95e55904c /po
parenta2de0769515468c733b72698f04b24d03190f719 (diff)
downloadgnunet-39e327905f421c470b9cbd5c1ea548261bcae026.tar.gz
gnunet-39e327905f421c470b9cbd5c1ea548261bcae026.zip
BUILD: Move reclaim to service
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in40
1 files changed, 20 insertions, 20 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3e96e599d..dda139f3e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -24,6 +24,8 @@ src/cli/nat-auto/gnunet-nat-auto.c
24src/cli/nat-auto/gnunet-nat-server.c 24src/cli/nat-auto/gnunet-nat-server.c
25src/cli/nat/gnunet-nat.c 25src/cli/nat/gnunet-nat.c
26src/cli/nse/gnunet-nse.c 26src/cli/nse/gnunet-nse.c
27src/cli/reclaim/gnunet-did.c
28src/cli/reclaim/gnunet-reclaim.c
27src/cli/revocation/gnunet-revocation-tvg.c 29src/cli/revocation/gnunet-revocation-tvg.c
28src/cli/revocation/gnunet-revocation.c 30src/cli/revocation/gnunet-revocation.c
29src/cli/statistics/gnunet-statistics.c 31src/cli/statistics/gnunet-statistics.c
@@ -250,29 +252,16 @@ src/plugin/namestore/plugin_namestore_flat.c
250src/plugin/namestore/plugin_namestore_postgres.c 252src/plugin/namestore/plugin_namestore_postgres.c
251src/plugin/namestore/plugin_namestore_sqlite.c 253src/plugin/namestore/plugin_namestore_sqlite.c
252src/plugin/namestore/plugin_rest_namestore.c 254src/plugin/namestore/plugin_rest_namestore.c
255src/plugin/reclaim/plugin_gnsrecord_reclaim.c
256src/plugin/reclaim/plugin_reclaim_attribute_basic.c
257src/plugin/reclaim/plugin_reclaim_credential_jwt.c
258src/plugin/reclaim/plugin_reclaim_credential_pabc.c
253src/plugin/revocation/plugin_block_revocation.c 259src/plugin/revocation/plugin_block_revocation.c
254src/reclaim/did_core.c
255src/reclaim/did_helper.c
256src/reclaim/did_misc.c
257src/reclaim/gnunet-did.c
258src/reclaim/gnunet-reclaim.c
259src/reclaim/gnunet-service-reclaim.c
260src/reclaim/gnunet-service-reclaim_tickets.c
261src/reclaim/json_reclaim.c
262src/reclaim/oidc_helper.c
263src/reclaim/pabc_helper.c
264src/reclaim/plugin_gnsrecord_reclaim.c
265src/reclaim/plugin_reclaim_attribute_basic.c
266src/reclaim/plugin_reclaim_credential_jwt.c
267src/reclaim/plugin_reclaim_credential_pabc.c
268src/reclaim/plugin_rest_openid_connect.c
269src/reclaim/plugin_rest_pabc.c
270src/reclaim/plugin_rest_reclaim.c
271src/reclaim/reclaim_api.c
272src/reclaim/reclaim_attribute.c
273src/reclaim/reclaim_credential.c
274src/rest-plugin/gns/plugin_rest_gns.c 260src/rest-plugin/gns/plugin_rest_gns.c
275src/rest-plugin/identity/plugin_rest_identity.c 261src/rest-plugin/identity/plugin_rest_identity.c
262src/rest-plugin/reclaim/plugin_rest_openid_connect.c
263src/rest-plugin/reclaim/plugin_rest_pabc.c
264src/rest-plugin/reclaim/plugin_rest_reclaim.c
276src/rest-plugin/rest/plugin_rest_config.c 265src/rest-plugin/rest/plugin_rest_config.c
277src/rest-plugin/rest/plugin_rest_copying.c 266src/rest-plugin/rest/plugin_rest_copying.c
278src/service/arm/arm_api.c 267src/service/arm/arm_api.c
@@ -413,6 +402,17 @@ src/service/peerstore/peerstore_common.c
413src/service/peerstore/plugin_peerstore_flat.c 402src/service/peerstore/plugin_peerstore_flat.c
414src/service/peerstore/plugin_peerstore_sqlite.c 403src/service/peerstore/plugin_peerstore_sqlite.c
415src/service/pt/gnunet-daemon-pt.c 404src/service/pt/gnunet-daemon-pt.c
405src/service/reclaim/did_core.c
406src/service/reclaim/did_helper.c
407src/service/reclaim/did_misc.c
408src/service/reclaim/gnunet-service-reclaim.c
409src/service/reclaim/gnunet-service-reclaim_tickets.c
410src/service/reclaim/json_reclaim.c
411src/service/reclaim/oidc_helper.c
412src/service/reclaim/pabc_helper.c
413src/service/reclaim/reclaim_api.c
414src/service/reclaim/reclaim_attribute.c
415src/service/reclaim/reclaim_credential.c
416src/service/regex/gnunet-daemon-regexprofiler.c 416src/service/regex/gnunet-daemon-regexprofiler.c
417src/service/regex/gnunet-regex-profiler.c 417src/service/regex/gnunet-regex-profiler.c
418src/service/regex/gnunet-regex-simulation-profiler.c 418src/service/regex/gnunet-regex-simulation-profiler.c