Pārlūkot izejas kodu

added missed translations

Marcin Sikon 14 gadi atpakaļ
vecāks
revīzija
3832d26df7

+ 16 - 0
Resources/translations/BaseApplicationBundle.en.xliff

@@ -70,6 +70,22 @@
                 <source>title_list</source>
                 <target>List</target>
             </trans-unit>
+            <trans-unit id="link_next_pager">
+                <source>link_next_pager</source>
+                <target>Next</target>
+            </trans-unit>
+            <trans-unit id="link_previous_pager">
+                <source>link_previous_pager</source>
+                <target>Previous</target>
+            </trans-unit>
+            <trans-unit id="Admin">
+                <source>Admin</source>
+                <target>Admin</target>
+            </trans-unit>
+            <trans-unit id="link_expand">
+                <source>link_expand</source>
+                <target>expand/collapse</target>
+            </trans-unit>
         </body>
     </file>
 </xliff>

+ 16 - 0
Resources/translations/BaseApplicationBundle.pl.xliff

@@ -70,6 +70,22 @@
                 <source>title_list</source>
                 <target>Wylistuj</target>
             </trans-unit>
+            <trans-unit id="link_next_pager">
+                <source>link_next_pager</source>
+                <target>Nastepna</target>
+            </trans-unit>
+            <trans-unit id="link_previous_pager">
+                <source>link_previous_pager</source>
+                <target>Poprzednia</target>
+            </trans-unit>
+            <trans-unit id="Admin">
+                <source>Admin</source>
+                <target>Panel administracyjny</target>
+            </trans-unit>
+            <trans-unit id="link_expand">
+                <source>link_expand</source>
+                <target>pokaż/ukryj</target>
+            </trans-unit>
         </body>
     </file>
 </xliff>

+ 2 - 2
Resources/views/standard_layout.html.twig

@@ -41,7 +41,7 @@ file that was distributed with this source code.
         
 
         <title>
-            {% block title %} Admin
+            {% block title %} {% trans 'Admin' from 'BaseApplicationBundle' %}
                 {% if breadcrumbs is defined %}
                     -
                     {% for label, uri in breadcrumbs %}
@@ -66,7 +66,7 @@ file that was distributed with this source code.
         <div class="container">
             <div class="span-24 last header">
                 <div class="span-20">
-                    <a href="{{ url('sonata_base_application_dashboard') }}" class="home">Admin</a>
+                    <a href="{{ url('sonata_base_application_dashboard') }}" class="home">{% trans 'Admin' from 'BaseApplicationBundle' %}</a>
                 </div>
 
                 <div class="span-4 last">