소스 검색

Merge pull request #522 from mweimerskirch/patch-5

Fixed word ordering in DE and LB language file
Thomas 13 년 전
부모
커밋
8698c7d4df
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Resources/translations/SonataAdminBundle.de.xliff
  2. 1 1
      Resources/translations/SonataAdminBundle.lb.xliff

+ 1 - 1
Resources/translations/SonataAdminBundle.de.xliff

@@ -76,7 +76,7 @@
             </trans-unit>
             <trans-unit id="title_edit">
                 <source>title_edit</source>
-                <target>Bearbeiten "%name%"</target>
+                <target>"%name%" bearbeiten</target>
             </trans-unit>
             <trans-unit id="title_list">
                 <source>title_list</source>

+ 1 - 1
Resources/translations/SonataAdminBundle.lb.xliff

@@ -76,7 +76,7 @@
             </trans-unit>
             <trans-unit id="title_edit">
                 <source>title_edit</source>
-                <target>Beaarbechten "%name%"</target>
+                <target>"%name%" beaarbechten</target>
             </trans-unit>
             <trans-unit id="title_list">
                 <source>title_list</source>