ソースを参照

template: trans

bastien 14 年 前
コミット
0c20bd56c8
共有3 個のファイルを変更した6 個の追加1 個の削除を含む
  1. 0 0
      .htaccess
  2. 4 1
      app/Resources/translations/groups.fr.yml
  3. 2 0
      src/Muzich/GroupBundle/Resources/views/Default/myList.html.twig

+ 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>