From 721674973ca0a4d98cd081e9ff130c3356ddac03 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 17:46:51 +0000 Subject: implement ui translations using gettext this was horrible i don't like gettext anymore --- locale/digitigrade.pot | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 locale/digitigrade.pot (limited to 'locale/digitigrade.pot') diff --git a/locale/digitigrade.pot b/locale/digitigrade.pot new file mode 100644 index 0000000..5fe4841 --- /dev/null +++ b/locale/digitigrade.pot @@ -0,0 +1,62 @@ +#: templates/actor_profile.php:7 +#, php-format +msgid "Joined on %s" +msgstr "" + +#: templates/actor_profile.php:12 +msgid "Open remote profile page" +msgstr "" + +#: templates/actor_profile.php:19 +msgid "This user hasn't written a bio yet." +msgstr "" + +#: templates/actor_profile_page.php:14 +msgid "This user hasn't posted anything yet." +msgstr "" + +#: templates/global_timeline.php:1 +msgid "Global timeline" +msgstr "" + +#: templates/global_timeline.php:5 +msgid "This timeline shows all known public indexable notes." +msgstr "" + +#: templates/interaction_button.php:4 +msgid "Like" +msgstr "" + +#: templates/interaction_button.php:5 +msgid "Dislike" +msgstr "" + +#: templates/interaction_button.php:6 +msgid "Reshare" +msgstr "" + +#: templates/local_timeline.php:1 +msgid "Local timeline" +msgstr "" + +#: templates/local_timeline.php:5 +msgid "" +"This timeline shows all public indexable notes posted by users on this " +"server." +msgstr "" + +#: templates/placeholder_text.php:1 +msgid "There's nothing here." +msgstr "" + +#: templates/skeleton.php:17 +msgid "Global" +msgstr "" + +#: templates/skeleton.php:18 +msgid "Local" +msgstr "" + +#: templates/skeleton.php:20 +msgid "Digitigrade" +msgstr "" -- cgit v1.3