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 ""
2021-11-27 12:03:15 +01:00
"Project-Id-Version: Gitlab REST API Shortcodes 1.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linuxfoo-gitlab\n"
2021-11-27 03:20:48 +01:00
"Last-Translator: Tilman Kranz <t.kranz@tk-sls.de>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2021-11-27 12:03:15 +01:00
"POT-Creation-Date: 2021-11-27T11:51:10+01:00\n"
"PO-Revision-Date: 2021-11-27T11:51:10+01:00\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
msgid "Gitlab REST API Shortcodes"
msgstr "Gitlab REST API Shortcodes"
2021-11-27 12:03:15 +01:00
#. Plugin URI of the plugin
msgid "http://tk-sls.de/ref/gitlab-list-commits"
msgstr "http://tk-sls.de/ref/gitlab-list-commits"
2021-11-27 03:20:48 +01:00
#. Description of the plugin
2021-11-27 12:03:15 +01:00
msgid "Summary: Embed list of most recent commits to a Gitlab project from a Gitlab instance's public REST API. Example: Add [gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since=\"3 month\" max=5] for a list of at most 5 commits to that project that were made since at most 3 months ago."
msgstr "Zusammenfassung: Bette Liste der neuesten Commits eines Gitlab-Projektes ein, die mit Gitlabs REST API abgerufen wird. Beispiel: Füge folgenden Shortcode zu einem Artikel hinzu, um die letzten 5 Commits anzuzeigen, die nicht älter als 3 Monate sind: [gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since=\"3 month\" max=5]"
#. Author of the plugin
msgid "Tilman Kranz"
msgstr "Tilman Kranz"
#. Author URI of the plugin
msgid "https://tk-sls.de"
msgstr "https://tk-sls.de"
#: linuxfoo-gitlab.php:39
msgid "days"
msgstr "Tagen"
#: linuxfoo-gitlab.php:42
msgid "months"
msgstr "Monaten"
#: linuxfoo-gitlab.php:45
msgid "years"
msgstr "Jahren"
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#. translators: %d: count, %s unit of time interval
#: linuxfoo-gitlab.php:49
msgid "since %d %s ago"
msgstr "seit %d %s"
2021-11-27 20:04:17 +01:00
#: linuxfoo-gitlab.php:57
msgid "Invalid value for parameter \"commits\"."
msgstr "Unzulässiger Wert für Parameter \"commits\"."
2021-11-27 12:03:15 +01:00
#: linuxfoo-gitlab.php:59
2021-11-27 03:20:48 +01:00
msgid "Required parameter missing."
2021-11-27 12:03:15 +01:00
msgstr "Notwendiger Parameter fehlt"
#: linuxfoo-gitlab.php:62
#: linuxfoo-gitlab.php:68
msgid "Invalid value for parameter \"project_id\"."
msgstr "Unzulässiger Wert für Parameter \"project_id\"."
#: linuxfoo-gitlab.php:65
msgid "Invalid value for parameter \"url\"."
msgstr "Unzulässiger Wert für Parameter \"url\"."
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#: linuxfoo-gitlab.php:75
2021-11-27 03:20:48 +01:00
msgid "Project URL not reachable."
2021-11-27 12:03:15 +01:00
msgstr "Gitlab-Projekt-URL nicht erreichbar."
#: linuxfoo-gitlab.php:86
msgid "Gitlab project"
msgstr "Gitlab-Projekt"
#: linuxfoo-gitlab.php:93
msgid "Invalid value for parameter \"since\"."
msgstr "Unzulässiger Wert für Parameter \"since\"."
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#: linuxfoo-gitlab.php:115
2021-11-27 03:20:48 +01:00
msgid "Commits URL not reachable."
2021-11-27 12:03:15 +01:00
msgstr "Gitlab-Commits-URL nicht erreichbar."
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#: linuxfoo-gitlab.php:121
2021-11-27 03:20:48 +01:00
msgid "Commits information not readable."
2021-11-27 12:03:15 +01:00
msgstr "Commit-Information nicht lesbar."
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#: linuxfoo-gitlab.php:132
2021-11-27 03:20:48 +01:00
msgid "No commits"
2021-11-27 12:03:15 +01:00
msgstr "Keine aktuellen Commits"
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#: linuxfoo-gitlab.php:133
#: linuxfoo-gitlab.php:147
2021-11-27 03:20:48 +01:00
msgid "in branch"
2021-11-27 12:03:15 +01:00
msgstr "im Branch"
2021-11-27 03:20:48 +01:00
2021-11-27 12:03:15 +01:00
#. translators: %d: maximum number of commits displayed
#: linuxfoo-gitlab.php:146
2021-11-27 03:20:48 +01:00
msgid "Last %d commits"
msgstr "Letzte %d Commits"
2021-11-27 16:50:41 +01:00
#: linuxfoo-gitlab.php:172
msgid "Invalid value for parameter \"releases\"."
msgstr "Unzulässiger Wert für Parameter \"releases\"."
#: linuxfoo-gitlab.php:179
msgid "Releases URL not reachable."
msgstr "Releases-URL nicht erreichbar."
#: linuxfoo-gitlab.php:185
msgid "Releases information not readable."
msgstr "Releases-Information nicht lesbar."
#: linuxfoo-gitlab.php:189
msgid "This project has currently no releases."
msgstr "Dieses Projekt hat derzeit keine Releases."
#: linuxfoo-gitlab.php:194
msgid "Latest release"
msgstr "Neueste Release"
#: linuxfoo-gitlab.php:201
msgid "Releases"
msgstr "Releases"