init web ems all
This commit is contained in:
2
phpMyAdmin/templates/test/add_data.twig
Executable file
2
phpMyAdmin/templates/test/add_data.twig
Executable file
@@ -0,0 +1,2 @@
|
||||
{{ variable1 }}
|
||||
{{ variable2 }}
|
||||
1
phpMyAdmin/templates/test/echo.twig
Executable file
1
phpMyAdmin/templates/test/echo.twig
Executable file
@@ -0,0 +1 @@
|
||||
{{ variable -}}
|
||||
1
phpMyAdmin/templates/test/gettext/gettext.twig
Executable file
1
phpMyAdmin/templates/test/gettext/gettext.twig
Executable file
@@ -0,0 +1 @@
|
||||
{% trans "Text" %}
|
||||
5
phpMyAdmin/templates/test/gettext/notes.twig
Executable file
5
phpMyAdmin/templates/test/gettext/notes.twig
Executable file
@@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
Text
|
||||
{% notes %}
|
||||
Notes
|
||||
{% endtrans %}
|
||||
5
phpMyAdmin/templates/test/gettext/pgettext.twig
Executable file
5
phpMyAdmin/templates/test/gettext/pgettext.twig
Executable file
@@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
Text
|
||||
{% context %}
|
||||
Text context
|
||||
{% endtrans %}
|
||||
5
phpMyAdmin/templates/test/gettext/plural.twig
Executable file
5
phpMyAdmin/templates/test/gettext/plural.twig
Executable file
@@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
One table
|
||||
{% plural table_count %}
|
||||
{{ count }} tables
|
||||
{% endtrans %}
|
||||
7
phpMyAdmin/templates/test/gettext/plural_notes.twig
Executable file
7
phpMyAdmin/templates/test/gettext/plural_notes.twig
Executable file
@@ -0,0 +1,7 @@
|
||||
{% trans %}
|
||||
One table
|
||||
{% plural table_count %}
|
||||
{{ count }} tables
|
||||
{% notes %}
|
||||
Number of tables
|
||||
{% endtrans %}
|
||||
1
phpMyAdmin/templates/test/static.twig
Executable file
1
phpMyAdmin/templates/test/static.twig
Executable file
@@ -0,0 +1 @@
|
||||
static content
|
||||
Reference in New Issue
Block a user