Padre

 view release on metacpan or  search on metacpan

Padre.fbp  view on Meta::CPAN

                                <property name="id">wxID_ANY</property>
                                <property name="label">Show Local Variables</property>
                                <property name="maximum_size"></property>
                                <property name="minimum_size"></property>
                                <property name="name">show_local_variables</property>
                                <property name="permission">public</property>
                                <property name="pos"></property>
                                <property name="size"></property>
                                <property name="style"></property>
                                <property name="subclass"></property>
                                <property name="tooltip">y [level [vars]]&#x0A;Display all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which work...
                                <property name="validator_data_type"></property>
                                <property name="validator_style">wxFILTER_NONE</property>
                                <property name="validator_type">wxDefaultValidator</property>
                                <property name="validator_variable"></property>
                                <property name="window_extra_style"></property>
                                <property name="window_name"></property>
                                <property name="window_style"></property>
                                <event name="OnChar"></event>
                                <event name="OnCheckBox">on_show_local_variables_checked</event>
                                <event name="OnEnterWindow"></event>

lib/Padre/Wx/FBP/Debugger.pm  view on Meta::CPAN

	);

	$self->{show_local_variables} = Wx::CheckBox->new(
		$self,
		-1,
		Wx::gettext("Show Local Variables"),
		Wx::DefaultPosition,
		Wx::DefaultSize,
	);
	$self->{show_local_variables}->SetToolTip(
		Wx::gettext("y [level [vars]]\nDisplay all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which works exactly as it does for the V and X commands....
	);

	Wx::Event::EVT_CHECKBOX(
		$self,
		$self->{show_local_variables},
		sub {
			shift->on_show_local_variables_checked(@_);
		},
	);

share/locale/de.po  view on Meta::CPAN

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "&Live-Support für wxPerl"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the "
"current scope or level scopes higher. You can limit the variables that you "
"see with vars which works exactly as it does for the V and X commands. "
"Requires the PadWalker module version 0.08 or higher; will warn if this "
"isn't installed. Output is pretty-printed in the same style as for V and the "
"format is controlled by the same options."
msgstr ""

#~ msgid "R/W"
#~ msgstr "R/W"

#~ msgid "Show Local Variables (y 0)"
#~ msgstr "Lokale Variablen anzeigen (y 0)"

share/locale/es-es.po  view on Meta::CPAN

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "Soporte en &línea de wxPerl"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the "
"current scope or level scopes higher. You can limit the variables that you "
"see with vars which works exactly as it does for the V and X commands. "
"Requires the PadWalker module version 0.08 or higher; will warn if this "
"isn't installed. Output is pretty-printed in the same style as for V and the "
"format is controlled by the same options."
msgstr "y [nivel [vars]]\n"
"Muestra todas (o algunas de las) variables léxicas (regla nemotécnica: variables mY) del ámbito actual o de ámbitos de nivel superior. Puede limitar las variables que ve con vars, que funciona exactamente igual que para los comandos V y X. Requi...

#~ msgid "&Install CPAN Module"
#~ msgstr "&Instalar módulo de CPAN"

#~ msgid "&Update"
#~ msgstr "Act&ualizar"

#~ msgid "Ahmad Zawawi: Developer"
#~ msgstr "Ahmad Zawawi: Programador"

share/locale/fr.po  view on Meta::CPAN

msgid "wrap in map { }"
msgstr "map { }"

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "Support en direct pour wxPerl"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which works exactly as it does for the V and X commands. Requires the PadWalker module v...
msgstr ""

#~ msgid "&Install CPAN Module"
#~ msgstr "Installer un module du &CPAN"

#~ msgid "&Module Tools"
#~ msgstr "Outils &module"

#~ msgid "&Update"
#~ msgstr "&Mettre à jour"

share/locale/it-it.po  view on Meta::CPAN

msgid "wrap in map { }"
msgstr "Racchiudi tra map { }"

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "Supporto &Live wxPerl"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which works exactly as it does for the V and X commands. Requires the PadWalker module v...
msgstr ""
"y [livello [variabili]]\n"
"Mostra tutte (o alcune) variabili lessicali (dall'inglese: mY variables) nell'ambito corrente. Potete limitare le variabili mostrate con l'argomento 'variabili' che funziona esattamente come per i comandi V e X. Richiede la versione 0.08 o superiore...

#~ msgid "Show Local Variables (y 0)"
#~ msgstr "Mostra variabili locali (y 0)"
#~ msgid "Username"
#~ msgstr "Utente"
#~ msgid "Code:"
#~ msgstr "Codice:"

#, fuzzy
#~ msgid "SLOC &Count"

share/locale/messages.pot  view on Meta::CPAN

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr ""

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the "
"current scope or level scopes higher. You can limit the variables that you "
"see with vars which works exactly as it does for the V and X commands. "
"Requires the PadWalker module version 0.08 or higher; will warn if this "
"isn't installed. Output is pretty-printed in the same style as for V and the "
"format is controlled by the same options."
msgstr ""

share/locale/pl.po  view on Meta::CPAN

msgid "wrap in map { }"
msgstr ""

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "Wsparcie techniczne wxPerl"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which works exactly as it does for the V and X commands. Requires the PadWalker module v...
msgstr ""

#~ msgid "%s has no constructor"
#~ msgstr "%s nie ma konstruktora"

#~ msgid "&Add"
#~ msgstr "&Dodaj"

#~ msgid "&Back"
#~ msgstr "&Wstecz"

share/locale/ru.po  view on Meta::CPAN

msgid "wrap in map { }"
msgstr "обернуть в map {}"

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "&Live поддержка wxPerl"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which works exactly as it does for the V and X commands. Requires the PadWalker module v...
msgstr ""
"y [level [vars]]\n"
"Показать все (или некоторые) лексические переменные (мнемонически: mY переменные) в текущей области видимости или областями видимости бо...

#~ msgid "&Install CPAN Module"
#~ msgstr "&Установить CPAN-модуль"

#~ msgid "&Module Tools"
#~ msgstr "&Утилиты модулей"

#~ msgid "&Update"
#~ msgstr "&Обновить"

share/locale/tr.po  view on Meta::CPAN

msgid "wrap in map { }"
msgstr "map {} ile sarmala"

#: lib/Padre/Plugin/Devel.pm:103
msgid "wxPerl &Live Support"
msgstr "wxPerl Canlı Destek"

#: lib/Padre/Wx/FBP/Debugger.pm:198
msgid ""
"y [level [vars]]\n"
"Display all (or some) lexical variables (mnemonic: mY variables) in the current scope or level scopes higher. You can limit the variables that you see with vars which works exactly as it does for the V and X commands. Requires the PadWalker module v...
msgstr ""
"y [seviye [deÄŸiÅŸkenler]]\n"
"Geçerli veya seviyeyle belirtilen kapsamdaki tüm (veya bazı) sözcüksel değişkenleri (my değişkenleri) görüntüle. V ve X komutlarında olduğu gibi; \"değişkenler\" parametresi ile görülebilen değişkenleri sınırlandırabilirsiniz....

#~ msgid "%s has no constructor"
#~ msgstr "%s bir oluÅŸturucuya sahip deÄŸil"

#~ msgid "&Back"
#~ msgstr "&Geri"

#~ msgid "&Insert"
#~ msgstr "&Arasına Ekle"



( run in 0.821 second using v1.01-cache-2.11-cpan-05444aca049 )