modxcms/revolution

View on GitHub
core/lexicon/pl/tv.inc.php

Summary

Maintainability
F
3 days
Test Coverage
<?php
/**
 * TV English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_lang['has_access'] = 'Ma dostęp?';
$_lang['filter_by_category'] = 'Filtruj wg kategorii...';
$_lang['rank'] = 'Ranga';
$_lang['rendering_options'] = 'Opcje renderowania';
$_lang['tv'] = 'Zmienna Szablonu (TV)';
$_lang['tv_access_msg'] = 'Select the Resource Groups that this Template Variable belongs to. Only users with access to the Groups selected will be able to modify this TV. If no Groups are selected, all users with access to the Manager will be able to modify the TV.';
$_lang['tv_binding_msg'] = 'This field supports data source bindings using the @ commands';
$_lang['tv_caption'] = 'Podpis';
$_lang['tv_change_template_msg'] = 'Changing this template will cause the page to reload the Template Variables, losing any unsaved changes.<br /><br /> Are you sure you want to change this template?';
$_lang['tv_delete_confirm'] = 'Czy na pewno chcesz usunąć tą zmienną?';
$_lang['tv_desc_caption'] = 'The text that will be used beside the TV when editing it in a Resource.';
$_lang['tv_desc_category'] = 'The Category this TV belongs in.';
$_lang['tv_desc_description'] = 'A short description of this TV.';
$_lang['tv_desc_name'] = 'The name of this TV. It will be available using the [[*NameOfTV]] tag.';
$_lang['tv_description'] = 'Opis';
$_lang['tv_err_delete'] = 'Wystąpił błąd podczas usuwania zmiennej.';
$_lang['tv_err_duplicate'] = 'Wystąpił błąd podczas duplikowania zmiennej.';
$_lang['tv_err_duplicate_templates'] = 'An error occurred while duplicating the TV templates.';
$_lang['tv_err_duplicate_documents'] = 'An error occurred while duplicating TV resources.';
$_lang['tv_err_duplicate_documentgroups'] = 'An error occurred while duplicating TV resource groups.';
$_lang['tv_err_ae'] = 'A Template Variable already exists with the name "[[+name]]".';
$_lang['tv_err_invalid_name'] = 'You have invalid characters in your Template Variable name.';
$_lang['tv_err_locked'] = 'Template variable locked!';
$_lang['tv_err_nf'] = 'Brak zmiennej szablonu.';
$_lang['tv_err_nfs'] = 'Template variable not found with key: [[+id]]';
$_lang['tv_err_ns'] = 'Template variable not specified.';
$_lang['tv_err_reserved_name'] = 'Zmienne szablonu nie mogą mieć takiej samej nazwy jak pole zasobu.';
$_lang['tv_err_save_access_permissions'] = 'Wystąpił błąd podczas zapisywania zmiennej - brak uprawnień.';
$_lang['tv_err_save'] = 'Wystąpił błąd podczas zapisywania zmiennej.';
$_lang['tv_inuse'] = 'The following resource(s) are currently using this Template Variable. To continue with the delete operation click the Delete button otherwise click the Cancel button.';
$_lang['tv_inuse_template'] = 'Następujące szablony korzystają ze zmiennej: [[+templates]]. <br /> < br /> proszę odłącz zmienną od szablonu przed jej usunięciem.';
$_lang['tv_input_options'] = 'Opcje wejścia';
$_lang['tv_input_options_msg'] = '<p>Here you can edit the input options for the Template Variable, specific to the type of input render that you select.</p>';
$_lang['tv_lock'] = 'Lock variable for editing';
$_lang['tv_lock_msg'] = 'Users must have the edit_locked attribute in order to edit this Template Variable.';
$_lang['tv_management_msg'] = 'Manage additional custom content fields (Template Variables) for your resources.';
$_lang['tv_msg'] = 'Add or edit Template Variable here. Template Variables must be assigned to templates in order to access them from snippets and resources.';
$_lang['tv_name'] = 'Nazwa zmiennej';
$_lang['tv_new'] = 'Nowa Zmienna Szablonu (TV)';
$_lang['tv_novars'] = 'Nie znaleziono zmiennej szablonu';
$_lang['tv_output_options'] = 'Output Options';
$_lang['tv_output_options_msg'] = '<p>Here you can edit the output options for the Template Variable, specific to the type of output render that you select.</p>';
$_lang['tv_properties'] = 'Domyślne property';
$_lang['tv_rank'] = 'Kolejność Sortowania';
$_lang['tv_reset_params'] = 'Reset parametrów';
$_lang['tv_sources.intro_msg'] = 'Here you can assign the Media Sources that are to be used for this TV in each specified Context. Double-click on the Source name in the grid to change it.';
$_lang['tv_tmpl_access'] = 'Dostęp do szablonów';
$_lang['tv_tmpl_access_msg'] = 'Wybierz szablony, które mogą uzyskać dostęp do tej zmiennej.';
$_lang['tv_widget'] = 'Widget';
$_lang['tv_widget_prop'] = 'Właściwości widżetu';
$_lang['tvd_err_remove'] = 'An error occurred while trying to remove the Template Variable from the resource.';
$_lang['tvdg_err_remove'] = 'An error occurred while trying to remove the Template Variable from the resource group.';
$_lang['tvdg_err_save'] = 'An error occurred while trying to attach the Template Variable to the resource group.';
$_lang['tvs'] = 'Zmienne Szablonu (TV)';
$_lang['tvt_err_nf'] = 'Template Variable does not have access to the specified template.';
$_lang['tvt_err_remove'] = 'An error occurred while trying to remove the Template Variable from the template.';
$_lang['tvt_err_save'] = 'An error occurred while trying to attach the Template Variable to the template.';