From 86b88a903c9ba5037a69668a9fe3a4ed4671811f Mon Sep 17 00:00:00 2001 From: Sviatoslav Mankivskyi <smankivskyi@ebay.com> Date: Mon, 23 Mar 2015 12:48:37 +0200 Subject: [PATCH] MAGETWO-18366: CLONE - Wrong capitalization of label names (sentence-style capitalization instead headline style) + Inconsistency in labels in the Admin Panel --- app/code/Magento/Wishlist/i18n/de_DE.csv | 4 ++-- app/code/Magento/Wishlist/i18n/en_US.csv | 4 ++-- app/code/Magento/Wishlist/i18n/es_ES.csv | 4 ++-- app/code/Magento/Wishlist/i18n/fr_FR.csv | 4 ++-- app/code/Magento/Wishlist/i18n/nl_NL.csv | 4 ++-- app/code/Magento/Wishlist/i18n/pt_BR.csv | 4 ++-- app/code/Magento/Wishlist/i18n/zh_CN.csv | 4 ++-- .../view/adminhtml/layout/customer_index_wishlist.xml | 4 ++-- .../test_default/Magento_Backend/layout_test_grid_handle.xml | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app/code/Magento/Wishlist/i18n/de_DE.csv b/app/code/Magento/Wishlist/i18n/de_DE.csv index 364939cebbb..7d170fb8ee8 100644 --- a/app/code/Magento/Wishlist/i18n/de_DE.csv +++ b/app/code/Magento/Wishlist/i18n/de_DE.csv @@ -1,5 +1,5 @@ Back,Zurück -Product,Produkt +Product Name,Produkt Quantity,Quantity Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,Nachricht "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description","Anwender Beschreibung" +"User Description","Anwender Beschreibung" "Product Details and Comment","Produktangaben und Kommentare" diff --git a/app/code/Magento/Wishlist/i18n/en_US.csv b/app/code/Magento/Wishlist/i18n/en_US.csv index 125f7266ade..032419a9e06 100644 --- a/app/code/Magento/Wishlist/i18n/en_US.csv +++ b/app/code/Magento/Wishlist/i18n/en_US.csv @@ -1,5 +1,5 @@ Back,Back -Product,Product +Product Name,Product Name Quantity,Quantity Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,Message "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description","User description" +"User Description","User Description" "Product Details and Comment","Product Details and Comment" diff --git a/app/code/Magento/Wishlist/i18n/es_ES.csv b/app/code/Magento/Wishlist/i18n/es_ES.csv index cd8aab6a379..0c3d383c19e 100644 --- a/app/code/Magento/Wishlist/i18n/es_ES.csv +++ b/app/code/Magento/Wishlist/i18n/es_ES.csv @@ -1,5 +1,5 @@ Back,Volver -Product,Producto +Product Name,Producto Quantity,Quantity Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,Mensaje "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description","Descripción del usuario" +"User Description","Descripción del usuario" "Product Details and Comment","Detalles del producto y comentarios" diff --git a/app/code/Magento/Wishlist/i18n/fr_FR.csv b/app/code/Magento/Wishlist/i18n/fr_FR.csv index 512c6ad4ec3..393bd7ad11c 100644 --- a/app/code/Magento/Wishlist/i18n/fr_FR.csv +++ b/app/code/Magento/Wishlist/i18n/fr_FR.csv @@ -1,5 +1,5 @@ Back,Retour -Product,Produit +Product Name,Produit Quantity,Quantity Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,Message "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description","Description utilisateur" +"User Description","Description utilisateur" "Product Details and Comment","Détails et commentaires sur le produit" diff --git a/app/code/Magento/Wishlist/i18n/nl_NL.csv b/app/code/Magento/Wishlist/i18n/nl_NL.csv index 9a25398b7cd..8742b17c50c 100644 --- a/app/code/Magento/Wishlist/i18n/nl_NL.csv +++ b/app/code/Magento/Wishlist/i18n/nl_NL.csv @@ -1,5 +1,5 @@ Back,Terug -Product,Product +Product Name,Product Quantity,Quantity Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,Boodschap "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description","Gebruikers beschrijving" +"User Description","Gebruikers beschrijving" "Product Details and Comment","Product Details en het Commentaar" diff --git a/app/code/Magento/Wishlist/i18n/pt_BR.csv b/app/code/Magento/Wishlist/i18n/pt_BR.csv index 9e297438a2b..21f4da865ac 100644 --- a/app/code/Magento/Wishlist/i18n/pt_BR.csv +++ b/app/code/Magento/Wishlist/i18n/pt_BR.csv @@ -1,5 +1,5 @@ Back,Voltar -Product,Produto +Product Name,Produto Quantity,Quant. Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,Mensagem "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description","Descrição do usuário" +"User Description","Descrição do usuário" "Product Details and Comment","Detalhes de produto e comentários" diff --git a/app/code/Magento/Wishlist/i18n/zh_CN.csv b/app/code/Magento/Wishlist/i18n/zh_CN.csv index 9c0338dae00..5ad8d2e6066 100644 --- a/app/code/Magento/Wishlist/i18n/zh_CN.csv +++ b/app/code/Magento/Wishlist/i18n/zh_CN.csv @@ -1,5 +1,5 @@ Back,返回 -Product,äº§å“ +Product Name,äº§å“ Quantity,Quantity Configure,Configure "You added %1 to your shopping cart.","You added %1 to your shopping cart." @@ -101,5 +101,5 @@ Message,ä¿¡æ¯ "My Wish List Link","My Wish List Link" "Display Wish List Summary","Display Wish List Summary" "No Items Found","No Items Found" -"User description",用户æè¿° +"User Description",用户æè¿° "Product Details and Comment",产å“详情与评论 diff --git a/app/code/Magento/Wishlist/view/adminhtml/layout/customer_index_wishlist.xml b/app/code/Magento/Wishlist/view/adminhtml/layout/customer_index_wishlist.xml index 9f4c0cc8513..599991c00bc 100644 --- a/app/code/Magento/Wishlist/view/adminhtml/layout/customer_index_wishlist.xml +++ b/app/code/Magento/Wishlist/view/adminhtml/layout/customer_index_wishlist.xml @@ -32,7 +32,7 @@ </arguments> <block class="Magento\Backend\Block\Widget\Grid\Column" as="product_name"> <arguments> - <argument name="header" xsi:type="string" translate="true">Product</argument> + <argument name="header" xsi:type="string" translate="true">Product Name</argument> <argument name="id" xsi:type="string">product_name</argument> <argument name="index" xsi:type="string">product_name</argument> <argument name="filter" xsi:type="string">Magento\Wishlist\Block\Adminhtml\Widget\Grid\Column\Filter\Text</argument> @@ -43,7 +43,7 @@ </block> <block class="Magento\Backend\Block\Widget\Grid\Column" as="description"> <arguments> - <argument name="header" xsi:type="string" translate="true">User description</argument> + <argument name="header" xsi:type="string" translate="true">User Description</argument> <argument name="index" xsi:type="string">description</argument> <argument name="id" xsi:type="string">description</argument> <argument name="renderer" xsi:type="string">Magento\Customer\Block\Adminhtml\Edit\Tab\Wishlist\Grid\Renderer\Description</argument> diff --git a/dev/tests/integration/testsuite/Magento/Backend/Block/_files/design/adminhtml/test_default/Magento_Backend/layout_test_grid_handle.xml b/dev/tests/integration/testsuite/Magento/Backend/Block/_files/design/adminhtml/test_default/Magento_Backend/layout_test_grid_handle.xml index bfc66880afd..aeac3057672 100644 --- a/dev/tests/integration/testsuite/Magento/Backend/Block/_files/design/adminhtml/test_default/Magento_Backend/layout_test_grid_handle.xml +++ b/dev/tests/integration/testsuite/Magento/Backend/Block/_files/design/adminhtml/test_default/Magento_Backend/layout_test_grid_handle.xml @@ -21,7 +21,7 @@ </block> <block class="Magento\Backend\Block\Widget\Grid\Column" as="description" output="1"> <arguments> - <header>User description</header> + <header>User Description</header> <index>description</index> <type>text</type> </arguments> -- GitLab