diff --git a/resources/lang/pl/admin/categories/message.php b/resources/lang/pl/admin/categories/message.php index 4a0084f535..6e7627591e 100644 --- a/resources/lang/pl/admin/categories/message.php +++ b/resources/lang/pl/admin/categories/message.php @@ -14,7 +14,7 @@ return array( 'update' => array( 'error' => 'Kategoria nie została zaktualizowana, spróbuj ponownie', 'success' => 'Kategoria zaktualizowana.', - 'cannot_change_category_type' => 'You cannot change the category type once it has been created', + 'cannot_change_category_type' => 'Nie można zmienić typu kategorii po jej utworzeniu', ), 'delete' => array( diff --git a/resources/lang/pl/admin/models/message.php b/resources/lang/pl/admin/models/message.php index 477a1256a3..e2506407ad 100644 --- a/resources/lang/pl/admin/models/message.php +++ b/resources/lang/pl/admin/models/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Model nie istnieje.', - 'no_association' => 'NO MODEL ASSOCIATED.', + 'no_association' => 'Żaden nie został przypisany.', 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', 'assoc_users' => 'Ten model jest przypisany do minim jednego aktywa i nie może być usunięty. Proszę usunąć aktywa, a następnie spróbować ponownie. ',