2021-11-27 03:20:48 +01:00
# Copyright (C) 2021 Tilman Kranz
# This file is distributed under the same license as the Gitlab REST API Shortcodes plugin.
msgid ""
msgstr ""
2023-09-23 14:28:23 +02:00
"Project-Id-Version: Gitea REST API Shortcodes 1.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linuxfoo-gitea\n"
2021-11-27 12:03:15 +01:00
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
2021-11-27 03:20:48 +01:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2021-11-27 20:04:17 +01:00
"POT-Creation-Date: 2021-11-27T19:40:19+01:00\n"
2021-11-27 12:03:15 +01:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2021-11-27 03:20:48 +01:00
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: linuxfoo-gitlab\n"
#. Plugin Name of the plugin
2023-09-23 14:28:23 +02:00
msgid "Gitea REST API Shortcodes"
2021-11-27 03:20:48 +01:00
msgstr ""
2021-11-27 12:03:15 +01:00
#. Plugin URI of the plugin
2023-09-23 14:28:23 +02:00
msgid "http://tk-sls.de/ref/gitea-list-commits"
2021-11-27 12:03:15 +01:00
msgstr ""
2021-11-27 03:20:48 +01:00
#. Description of the plugin
2023-09-23 15:30:19 +02:00
msgid "Summary: Embed list of most recent commits to a Gitea project from a Gitea instance's public REST API. Example: Add [gitea-list-commits url=https://tk-sls.de/git/ project_owner=tk-sls.de project_repo=linuxfoo-gitea commits=\"all\" max=5 releases=\"latest\"] for a list of at most the 5 latest commits to that project, followed by a link to the latest release of the project (if any). To disable the list of commits, set commits=\"none\". To disable printing the author name of a commit, set author=\"none\". To generate a list of all releases, set releases=\"all\". To disable the list of releases, omit the \"releases\" attribute or set releases=\"none\"."
2021-11-27 12:03:15 +01:00
msgstr ""
#. Author of the plugin
msgid "Tilman Kranz"
msgstr ""
#. Author URI of the plugin
msgid "https://tk-sls.de"
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:37
2021-11-27 12:03:15 +01:00
msgid "days"
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:40
2021-11-27 12:03:15 +01:00
msgid "months"
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:43
2021-11-27 12:03:15 +01:00
msgid "years"
msgstr ""
#. translators: %d: count, %s unit of time interval
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:47
2021-11-27 12:03:15 +01:00
msgid "since %d %s ago"
2021-11-27 03:20:48 +01:00
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:57
2021-11-27 20:04:17 +01:00
msgid "Invalid value for parameter \"commits\"."
2021-11-27 12:03:15 +01:00
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:61
2021-11-27 12:03:15 +01:00
msgid "Invalid value for parameter \"since\"."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:91
2021-11-27 03:20:48 +01:00
msgid "Commits URL not reachable."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:97
2021-11-27 03:20:48 +01:00
msgid "Commits information not readable."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:108
2021-11-27 03:20:48 +01:00
msgid "No commits"
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:109
#: linuxfoo-gitea.php:118
2021-11-27 03:20:48 +01:00
msgid "in branch"
msgstr ""
2021-11-27 12:03:15 +01:00
#. translators: %d: maximum number of commits displayed
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:117
2021-11-27 03:20:48 +01:00
msgid "Last %d commits"
msgstr ""
2021-11-27 16:50:41 +01:00
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:150
2021-11-27 16:50:41 +01:00
msgid "Invalid value for parameter \"releases\"."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:157
2021-11-27 16:50:41 +01:00
msgid "Releases URL not reachable."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:163
2021-11-27 16:50:41 +01:00
msgid "Releases information not readable."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:169
2021-11-27 16:50:41 +01:00
msgid "This project has currently no releases."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:175
2021-11-27 16:50:41 +01:00
msgid "Latest release"
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:182
2021-11-27 16:50:41 +01:00
msgid "Releases"
msgstr ""
2021-11-27 20:04:17 +01:00
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:215
2021-11-27 20:04:17 +01:00
msgid "Required parameter missing."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:218
#: linuxfoo-gitea.php:224
2021-11-27 20:04:17 +01:00
msgid "Invalid value for parameter \"project_id\"."
msgstr ""
2023-09-23 14:28:23 +02:00
#: linuxfoo-gitea.php:221
2021-11-27 20:04:17 +01:00
msgid "Invalid value for parameter \"url\"."
msgstr ""
#: linuxfoo-gitlab.php:231
msgid "Project URL not reachable."
msgstr ""
#: linuxfoo-gitlab.php:242
msgid "Gitlab project"
msgstr ""