Browse Source

Adds "expired" translation

Kévin Dunglas 13 năm trước cách đây
mục cha
commit
2dcae3a86b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Resources/translations/SonataUserBundle.fr.xliff

+ 4 - 0
Resources/translations/SonataUserBundle.fr.xliff

@@ -67,6 +67,10 @@
                 <source>form.label_expired</source>
                 <target>Expiré</target>
             </trans-unit>
+            <trans-unit id="form.label_enabled">
+                <source>form.label_enabled</source>
+                <target>Activé</target>
+            </trans-unit>
             <trans-unit id="form.label_credentials_expired">
                 <source>form.label_credentials_expired</source>
                 <target>Droits expirés</target>