aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/test/gettext/plural_notes.twig
blob: 0c6da1829a458b6f0f232a3d76e39b87c266717d (plain)
1
2
3
4
5
6
7
{% trans %}
One table
{% plural table_count %}
{{ count }} tables
{% notes %}
Number of tables
{% endtrans %}