瀏覽代碼

template: trans

bastien 12 年之前
父節點
當前提交
0c20bd56c8

+ 0 - 0
.htaccess 查看文件


+ 4 - 1
app/Resources/translations/groups.fr.yml 查看文件

1
 
1
 
2
 nogroups:
2
 nogroups:
3
-  sentence:                     Vous n'avez créé aucun groupe.
3
+  sentence:                     Vous n'avez créé aucun groupe.
4
+  
5
+havegroups:
6
+  sentence:                     Vous administrez les groupes suivants:

+ 2 - 0
src/Muzich/GroupBundle/Resources/views/Default/myList.html.twig 查看文件

6
 
6
 
7
   {% if groups|length %}
7
   {% if groups|length %}
8
 
8
 
9
+    {{ 'havegroups.sentence'|trans({}, 'groups') }}
10
+
9
     <ul class="inline">
11
     <ul class="inline">
10
     {% for group in groups %} 
12
     {% for group in groups %} 
11
       <li>
13
       <li>