rename file, update translations and code references

This commit is contained in:
root 2023-09-23 14:28:23 +02:00
parent 7e141853a4
commit 845e3cf083

View File

@ -2,8 +2,8 @@
# This file is distributed under the same license as the Gitlab REST API Shortcodes plugin. # This file is distributed under the same license as the Gitlab REST API Shortcodes plugin.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Gitlab REST API Shortcodes 1.2\n" "Project-Id-Version: Gitea REST API Shortcodes 1.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linuxfoo-gitlab\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linuxfoo-gitea\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -15,15 +15,15 @@ msgstr ""
"X-Domain: linuxfoo-gitlab\n" "X-Domain: linuxfoo-gitlab\n"
#. Plugin Name of the plugin #. Plugin Name of the plugin
msgid "Gitlab REST API Shortcodes" msgid "Gitea REST API Shortcodes"
msgstr "" msgstr ""
#. Plugin URI of the plugin #. Plugin URI of the plugin
msgid "http://tk-sls.de/ref/gitlab-list-commits" msgid "http://tk-sls.de/ref/gitea-list-commits"
msgstr "" msgstr ""
#. Description of the plugin #. Description of the plugin
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 commits=\"all\" since=\"3 month\" max=5 releases=\"latest\"] for a list of at most 5 commits to that project that were made since at most 3 months ago, followed by alink 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\"." 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/gitlab project_id=42 commits=\"all\" since=\"3 month\" max=5 releases=\"latest\"] for a list of at most 5 commits to that project that were made since at most 3 months ago, followed by alink 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\"."
msgstr "" msgstr ""
#. Author of the plugin #. Author of the plugin
@ -34,87 +34,87 @@ msgstr ""
msgid "https://tk-sls.de" msgid "https://tk-sls.de"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:37 #: linuxfoo-gitea.php:37
msgid "days" msgid "days"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:40 #: linuxfoo-gitea.php:40
msgid "months" msgid "months"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:43 #: linuxfoo-gitea.php:43
msgid "years" msgid "years"
msgstr "" msgstr ""
#. translators: %d: count, %s unit of time interval #. translators: %d: count, %s unit of time interval
#: linuxfoo-gitlab.php:47 #: linuxfoo-gitea.php:47
msgid "since %d %s ago" msgid "since %d %s ago"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:57 #: linuxfoo-gitea.php:57
msgid "Invalid value for parameter \"commits\"." msgid "Invalid value for parameter \"commits\"."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:61 #: linuxfoo-gitea.php:61
msgid "Invalid value for parameter \"since\"." msgid "Invalid value for parameter \"since\"."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:91 #: linuxfoo-gitea.php:91
msgid "Commits URL not reachable." msgid "Commits URL not reachable."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:97 #: linuxfoo-gitea.php:97
msgid "Commits information not readable." msgid "Commits information not readable."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:108 #: linuxfoo-gitea.php:108
msgid "No commits" msgid "No commits"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:109 #: linuxfoo-gitea.php:109
#: linuxfoo-gitlab.php:118 #: linuxfoo-gitea.php:118
msgid "in branch" msgid "in branch"
msgstr "" msgstr ""
#. translators: %d: maximum number of commits displayed #. translators: %d: maximum number of commits displayed
#: linuxfoo-gitlab.php:117 #: linuxfoo-gitea.php:117
msgid "Last %d commits" msgid "Last %d commits"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:150 #: linuxfoo-gitea.php:150
msgid "Invalid value for parameter \"releases\"." msgid "Invalid value for parameter \"releases\"."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:157 #: linuxfoo-gitea.php:157
msgid "Releases URL not reachable." msgid "Releases URL not reachable."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:163 #: linuxfoo-gitea.php:163
msgid "Releases information not readable." msgid "Releases information not readable."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:169 #: linuxfoo-gitea.php:169
msgid "This project has currently no releases." msgid "This project has currently no releases."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:175 #: linuxfoo-gitea.php:175
msgid "Latest release" msgid "Latest release"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:182 #: linuxfoo-gitea.php:182
msgid "Releases" msgid "Releases"
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:215 #: linuxfoo-gitea.php:215
msgid "Required parameter missing." msgid "Required parameter missing."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:218 #: linuxfoo-gitea.php:218
#: linuxfoo-gitlab.php:224 #: linuxfoo-gitea.php:224
msgid "Invalid value for parameter \"project_id\"." msgid "Invalid value for parameter \"project_id\"."
msgstr "" msgstr ""
#: linuxfoo-gitlab.php:221 #: linuxfoo-gitea.php:221
msgid "Invalid value for parameter \"url\"." msgid "Invalid value for parameter \"url\"."
msgstr "" msgstr ""