diff options
| author | winter | 2024-12-24 17:46:51 +0000 |
|---|---|---|
| committer | winter | 2024-12-24 17:46:51 +0000 |
| commit | 721674973ca0a4d98cd081e9ff130c3356ddac03 (patch) | |
| tree | 5caa082baa4f23bd8a88f4f268fea6d9233f6553 /locale/digitigrade.pot | |
| parent | d5a57276eb27e215dd0b1bd5eb67ac26acc9575b (diff) | |
implement ui translations using gettext
this was horrible i don't like gettext anymore
Diffstat (limited to 'locale/digitigrade.pot')
| -rw-r--r-- | locale/digitigrade.pot | 62 |
1 files changed, 62 insertions, 0 deletions
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 "" |
