BETA

Transvision

Displaying 8 results for the string parameter in tr:

Entity tr en-US
Entity # all locales chat • irc.properties
command.modeChannel2
tr
%S [<channel>] [(+|-)<yeni mod> [<parameter>][,<parameter>]*]: Kanalın modunu öğren, ayarla veya ayarı değiştir.
en-US
%S [<channel>] [(+|-)<new mode> [<parameter>][,<parameter>]*]: Get, set, or unset a channel mode.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-list.help
tr
Lists the currently known about DCC offers and connections. This may be limited to just "chat" or "send" using the |type| parameter.
en-US
Lists the currently known about DCC offers and connections. This may be limited to just "chat" or "send" using the |type| parameter.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.join-charset.help
tr
Joins the global (name starts with #), local (name starts with &), or modeless (name starts with a +) channel named <channel-name>. Messages will be encoded and decoded according to the character encoding specified by <charset>. The <charset> parameter is independent of the default character encoding, which can be selected with the /charset command. If no prefix is given, # is assumed. Provides the key <key> if specified.
en-US
Joins the global (name starts with #), local (name starts with &), or modeless (name starts with a +) channel named <channel-name>. Messages will be encoded and decoded according to the character encoding specified by <charset>. The <charset> parameter is independent of the default character encoding, which can be selected with the /charset command. If no prefix is given, # is assumed. Provides the key <key> if specified.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.leave.help
tr
Leaves the current channel. Use /delete to force the view to go away, losing its contents, or /hide to temporarily hide it, preserving its contents. Many servers do not support the optional <reason> parameter. Your preferences are used to determine whether to delete the tab. If you are dispatching this command from a script, you may override this behaviour with the <delete-when-done> parameter.
en-US
Leaves the current channel. Use /delete to force the view to go away, losing its contents, or /hide to temporarily hide it, preserving its contents. Many servers do not support the optional <reason> parameter. Your preferences are used to determine whether to delete the tab. If you are dispatching this command from a script, you may override this behaviour with the <delete-when-done> parameter.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.ctcphelp.ping
tr
PING echos the parameter passed to the client
en-US
PING echos the parameter passed to the client
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.invalid.param
tr
Invalid value for parameter %1$S (%2$S).
en-US
Invalid value for parameter %1$S (%2$S).
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.required.param
tr
Missing required parameter %1$S.
en-US
Missing required parameter %1$S.
Entity # all locales suite • chrome • mozldap • ldap.properties
89
tr
LDAP için yanlış parameter
en-US
Bad parameter to an LDAP routine

Displaying 35 results for the string parameter in en-US:

Entity tr en-US
Entity # all locales chat • commands.properties
helpHelpString
tr
help &lt;name&gt;: &lt;name&gt; komutu için yardım iletisi göster veya parametre olmadan kullanılabilecek olası komutları listele.
en-US
help &lt;name&gt;: show the help message for the &lt;name&gt; command, or the list of possible commands when used without parameter.
Entity # all locales chat • irc.properties
command.modeChannel2
tr
%S [&lt;channel&gt;] [(+|-)&lt;yeni mod&gt; [&lt;parameter&gt;][,&lt;parameter&gt;]*]: Kanalın modunu öğren, ayarla veya ayarı değiştir.
en-US
%S [&lt;channel&gt;] [(+|-)&lt;new mode&gt; [&lt;parameter&gt;][,&lt;parameter&gt;]*]: Get, set, or unset a channel mode.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
tr
‘%1$S’ kapsamına ait ServiceWorker, bir push mesajını çözemedi. ‘Crypto-Key‘ üst bilgisinde, uygulama sunucusunun açık anahtarını içeren bir ‘dh’ parametresi bulunması gerekiyor. Daha fazla bilgi için https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 adresine bakın.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionHeader
tr
‘%1$S’ kapsamına ait ServiceWorker, bir push mesajını çözemedi. ‘Encryption’ üst bilgisinin her mesaj için benzersiz bir ‘salt‘ parametresi içermesi gerekiyor. Daha fazla bilgi için https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 adresine bakın.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
tr
‘%1$S’ kapsamına ait ServiceWorker, bir push mesajını çözemedi. ‘Encryption-Key’ üst bilgisinde bir ‘dh’ parametresi bulunması gerekiyor. Bu üst bilginin kullanımı eskidi ve yakında kaldırılacak. Onun yerine lütfen ‘Crypto-Key’i ‘Content-Encoding: aesgcm’ ile kullanın. Daha fazla bilgi için https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 adresine bakın.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadRecordSize
tr
‘%1$S’ kapsamı için ServiceWorker bir itme iletisini çözmeyi başaramadı. ‘Encryption‘ üst bilgisinde yer alan ‘rs‘ değişkeni %2$S ile 2^36-31 arasında olmalı veya tamamen kaldırılmalıdır. Daha fazla bilgi için https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 sayfasına gözatın.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
tr
‘%1$S’ kapsamı için ServiceWorker bir itme iletisini çözmeyi başaramadı. ‘Encryption‘ üst bilgisinde yer alan ‘salt‘ değişkeni base64url olarak kodlanmış (https://tools.ietf.org/html/rfc7515#appendix-C) ve kodlamadan önce en az 16 bayt olmalıdır. "sıkıştırılmamış" veya "ham" biçimde olmalıdır. (Kodlamadan önce 65 bayt.) Daha fazla bilgi için https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 sayfasına gözatın.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
tr
‘%1$S’ kapsamı için ServiceWorker bir itme iletisini çözmeyi başaramadı. ‘Crypto-Key‘ üst bilgisinde yer alan ‘dh‘ değişkeni uygulama sunucusunun Diffie-Hellman kamusal anahtarı, base64url olarak kodlanmış ve "sıkıştırılmamış" veya "ham" biçimde olmalıdır. (Kodlamadan önce 65 bayt.) Daha fazla bilgi için https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 sayfasına gözatın.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoClassArgNotIdent
tr
Sözde-sınıf parametresi için tanımlayıcı bekleniyordu ama '%1$S' bulundu.
en-US
Expected identifier for pseudo-class parameter but found ‘%1$S’.
Entity # all locales dom • chrome • layout • xmlparser.properties
10
tr
geçersiz parametre varlık başvurusu
en-US
illegal parameter entity reference
Entity # all locales dom • chrome • layout • xmlparser.properties
24
tr
parametre verisi olarak tanımlanmış
en-US
entity declared in parameter entity
Entity # all locales dom • chrome • layout • xmlparser.properties
29
tr
parametre verisinde tam olmayan biçimleme
en-US
incomplete markup in parameter entity
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.dcc-list.help
tr
Lists the currently known about DCC offers and connections. This may be limited to just "chat" or "send" using the |type| parameter.
en-US
Lists the currently known about DCC offers and connections. This may be limited to just "chat" or "send" using the |type| parameter.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.join-charset.help
tr
Joins the global (name starts with #), local (name starts with &), or modeless (name starts with a +) channel named <channel-name>. Messages will be encoded and decoded according to the character encoding specified by <charset>. The <charset> parameter is independent of the default character encoding, which can be selected with the /charset command. If no prefix is given, # is assumed. Provides the key <key> if specified.
en-US
Joins the global (name starts with #), local (name starts with &), or modeless (name starts with a +) channel named <channel-name>. Messages will be encoded and decoded according to the character encoding specified by <charset>. The <charset> parameter is independent of the default character encoding, which can be selected with the /charset command. If no prefix is given, # is assumed. Provides the key <key> if specified.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.leave.help
tr
Leaves the current channel. Use /delete to force the view to go away, losing its contents, or /hide to temporarily hide it, preserving its contents. Many servers do not support the optional <reason> parameter. Your preferences are used to determine whether to delete the tab. If you are dispatching this command from a script, you may override this behaviour with the <delete-when-done> parameter.
en-US
Leaves the current channel. Use /delete to force the view to go away, losing its contents, or /hide to temporarily hide it, preserving its contents. Many servers do not support the optional <reason> parameter. Your preferences are used to determine whether to delete the tab. If you are dispatching this command from a script, you may override this behaviour with the <delete-when-done> parameter.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.ctcphelp.ping
tr
PING echos the parameter passed to the client
en-US
PING echos the parameter passed to the client
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.invalid.param
tr
Invalid value for parameter %1$S (%2$S).
en-US
Invalid value for parameter %1$S (%2$S).
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.required.param
tr
Missing required parameter %1$S.
en-US
Missing required parameter %1$S.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.websearch.url.help
tr
Warning: Source string is missing
en-US
The URL to use when running a web search; your search terms will be appended to this URL. You can include the optional parameter %s to insert your search terms in a specific part of the URL instead (e.g. "http://www.searchwebsite.com/search?q=%s"). If this field is left blank, your browser's search engine will be used (or Google, if Chatzilla is not running as a browser plugin).
Entity # all locales mail • chrome • messenger • oeImportMsgs.properties
2003
tr
Posta kutusuna hatalı parametreler verildi.
en-US
Bad parameter passed to import mailbox.
Entity # all locales mail • chrome • messenger • oeImportMsgs.properties
2010
tr
Adres defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import addressbook.
Entity # all locales mail • chrome • messenger • outlookImportMsgs.properties
2003
tr
Posta kutusuna hatalı parametreler verildi.
en-US
Bad parameter passed to import mailbox.
Entity # all locales mail • chrome • messenger • outlookImportMsgs.properties
2007
tr
Adres defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import address book.
Entity # all locales mail • chrome • messenger • textImportMsgs.properties
2004
tr
Adres defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import address book.
Entity # all locales mail • chrome • messenger • wmImportMsgs.properties
2003
tr
Posta kutusuna hatalı parametreler verildi.
en-US
Bad parameter passed to import mailbox.
Entity # all locales mail • chrome • messenger • wmImportMsgs.properties
2010
tr
Adres defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import addressbook.
Entity # all locales mail • chrome • mozldap • ldap.properties
89
tr
LDAP rutini için yanlış parametre
en-US
Bad parameter to an LDAP routine
Entity # all locales suite • chrome • mailnews • oeImportMsgs.properties
2003
tr
Posta kutusuna hatalı parametreler verildi.
en-US
Bad parameter passed to import mailbox.
Entity # all locales suite • chrome • mailnews • oeImportMsgs.properties
2010
tr
Adres Defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import addressbook.
Entity # all locales suite • chrome • mailnews • outlookImportMsgs.properties
2003
tr
Posta kutusuna hatalı parametreler verildi.
en-US
Bad parameter passed to import mailbox.
Entity # all locales suite • chrome • mailnews • outlookImportMsgs.properties
2007
tr
Adres Defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import address book.
Entity # all locales suite • chrome • mailnews • textImportMsgs.properties
2004
tr
Adres Defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import address book.
Entity # all locales suite • chrome • mailnews • wmImportMsgs.properties
2003
tr
Posta kutusuna hatalı parametreler verildi.
en-US
Bad parameter passed to import mailbox.
Entity # all locales suite • chrome • mailnews • wmImportMsgs.properties
2010
tr
Adres Defteri içeri aktarılırken hatalı parametreler verildi.
en-US
Bad parameter passed to import addressbook.
Entity # all locales suite • chrome • mozldap • ldap.properties
89
tr
LDAP için yanlış parameter
en-US
Bad parameter to an LDAP routine
Please enable JavaScript. Some features won't be available without it.