mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Refactoring translations
This commit is contained in:
parent
9d6168ace0
commit
9976f88e2f
@ -1,2 +1,3 @@
|
|||||||
Search a person: Search a person
|
Search a person: Search a person
|
||||||
Person name: Person name
|
Person name: Person name
|
||||||
|
Login: Login
|
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
||||||
<file source-language="en" datatype="plaintext" original="file.ext">
|
|
||||||
<body>
|
|
||||||
<trans-unit id="1">
|
|
||||||
<source>Symfony2 is great</source>
|
|
||||||
<target>J'aime Symfony2</target>
|
|
||||||
</trans-unit>
|
|
||||||
</body>
|
|
||||||
</file>
|
|
||||||
</xliff>
|
|
@ -1,14 +1,3 @@
|
|||||||
views:
|
|
||||||
Main:
|
|
||||||
admin:
|
|
||||||
index:
|
|
||||||
header_title: Administration de Chill
|
|
||||||
page_title: Administration
|
|
||||||
|
|
||||||
views:
|
|
||||||
Common:
|
|
||||||
edit: Modifier
|
|
||||||
show: Voir
|
|
||||||
actions: Actions
|
|
||||||
Search a person: Rechercher une personne
|
Search a person: Rechercher une personne
|
||||||
Person name: Nom / Prénom de la personne
|
Person name: Nom / Prénom de la personne
|
||||||
|
Login: Connexion
|
@ -1,7 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<title>{{ installation.name }} - {% block title %}{% endblock %}</title>
|
<title>{{ installation.name }} - {% block title %}{% endblock %}</title>
|
||||||
|
|
||||||
{% stylesheets output="css/all.css" filter="cssrewrite"
|
{% stylesheets output="css/all.css" filter="cssrewrite"
|
||||||
@ -100,7 +99,7 @@
|
|||||||
<h2>{{ 'Search a person'|trans }}</h2>
|
<h2>{{ 'Search a person'|trans }}</h2>
|
||||||
|
|
||||||
<form action="{{ path('chill_person_search') }}" method="get">
|
<form action="{{ path('chill_person_search') }}" method="get">
|
||||||
<input name="q" type="search" placeholder="{{ 'Person Name'|trans }}" />
|
<input name="q" type="search" placeholder="{{ 'Person name'|trans }}" />
|
||||||
<center>
|
<center>
|
||||||
<button type="submit" class="sc-button orange"><i class="fa fa-search"></i> {{ 'Search a person'|trans }}</button>
|
<button type="submit" class="sc-button orange"><i class="fa fa-search"></i> {{ 'Search a person'|trans }}</button>
|
||||||
</center>
|
</center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user