Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)За валидиране за един щат използвайте следното (пример Тексас):
*TX само с главни букви:<source lang="html"> /^(TX)$/</source> 
*tx само малки букви:<source lang="html"> /^(tx)$/</source> 
*TX главни или малки букви:<source lang="html"> /^([T|t][X|x])$/</source>
 h Danish (da)For at validere for én stat skal du bruge følgende (eksempel er Texas):
*TX kun med store bogstaver:<source lang="html"> /^(TX)$/</source> 
*tx kun små bogstaver:<source lang="html"> /^(tx)$/</source> 
*TX store eller små bogstaver:<source lang="html"> /^([T|t][X|x])$/</source>
 h German (de)Zur Validierung für einen Bundesstaat verwenden Sie Folgendes (Beispiel ist Texas):
*TX nur in Großbuchstaben:<source lang="html"> /^(TX)$/</source> 
*tx nur in Kleinbuchstaben:<source lang="html"> /^(tx)$/</source> 
*TX Groß- oder Kleinschreibung:<source lang="html"> /^([T|t][X|x])$/</source>
 h English (en)To validate for one state use the following (example is Texas):
*TX uppercase only: <source lang="html">/^(TX)$/</source>
*tx lowercase only: <source lang="html">/^(tx)$/</source>
*TX upper or lowercase: <source lang="html">/^([T|t][X|x])$/</source>
 h Spanish (es)Para validar para un estado, utilice lo siguiente (por ejemplo, Texas):
*TX solo mayúsculas:<source lang="html"> /^(TX)$/</source> 
*tx solo minúsculas:<source lang="html"> /^(tx)$/</source> 
*TX mayúsculas o minúsculas:<source lang="html"> /^([T|t][X|x])$/</source>
 h French (fr)Pour valider un état, utilisez ce qui suit (exemple : Texas) : 
*TX en majuscules uniquement :<source lang="html"> /^(TX)$/</source> 
*tx en minuscules uniquement :<source lang="html"> /^(tx)$/</source> 
*TX majuscule ou minuscule :<source lang="html"> /^([T|t][X|x])$/</source>
 h Hungarian (hu)Egy állapot érvényesítéséhez használja a következőket (például Texas):
*TX csak nagybetűkkel:<source lang="html"> /^(TX)$/</source> 
*tx csak kisbetűvel:<source lang="html"> /^(tx)$/</source> 
*TX nagy- vagy kisbetűk:<source lang="html"> /^([T|t][X|x])$/</source>
 h Italian (it)Per convalidare per uno stato utilizzare quanto segue (l'esempio è il Texas):
*TX solo lettere maiuscole:<source lang="html"> /^(TX)$/</source> 
*tx solo minuscolo:<source lang="html"> /^(tx)$/</source> 
*TX maiuscolo o minuscolo:<source lang="html"> /^([T|t][X|x])$/</source>
 h Japanese (ja)以下は、州の検証の例(テキサス州)です。
*TX(大文字のみ) = <source lang="html">/^(TX)$/</source>
*tx(小文字のみ) = <source lang="html">/^(tx)$/</source>
*TX(大文字または小文字) = <source lang="html">/^([T|t][X|x])$/</source>
 h Dutch (nl)Om een staat te valideren (voorbeeld is Texas):
*TX alleen hoofdletters = <source lang="html">/^(TX)$/</source>
*tx alleen kleine letters = <source lang="html">/^(tx)$/</source>
*TX hoofdletters of kleine letters = <source lang="html">/^([T|t][X|x])$/</source>
 h Polish (pl)Aby sprawdzić poprawność dla jednego stanu, użyj następującego polecenia (przykładem jest Teksas):
*TX tylko wielkie litery:<source lang="html"> /^(TX)$/</source> 
*tx tylko małe litery:<source lang="html"> /^(tx)$/</source> 
*TX wielkie lub małe litery:<source lang="html"> /^([T|t][X|x])$/</source>
 h Romanian (ro)Pentru a valida pentru un stat, utilizați următoarele (exemplul este Texas):
*TX numai majuscule:<source lang="html"> /^(TX)$/</source> 
*tx numai litere mici:<source lang="html"> /^(tx)$/</source> 
*TX majuscule sau minuscule:<source lang="html"> /^([T|t][X|x])$/</source>
 h Slovenian (sl)Za preverjanje za eno državo uporabite naslednje (primer je Teksas):
*TX samo z velikimi črkami:<source lang="html"> /^(TX)$/</source> 
*tx samo male črke:<source lang="html"> /^(tx)$/</source> 
*TX velike ali male črke:<source lang="html"> /^([T|t][X|x])$/</source>
 h Vietnamese (vi)Để xác thực cho một tiểu bang, hãy sử dụng thông tin sau (ví dụ là Texas):
*TX chỉ viết hoa:<source lang="html"> /^(TX)$/</source> 
*tx chỉ viết thường:<source lang="html"> /^(tx)$/</source> 
*TX chữ hoa hoặc chữ thường:<source lang="html"> /^([T|t][X|x])$/</source>
 h Chinese (China) (zh-cn)使用下面的表达式验证州 (示例是 Texas):
*TX 仅大写: <source lang="html">/^(TX)$/</source>
*tx 仅小写: <source lang="html">/^(tx)$/</source>
*TX 大写或小写: <source lang="html">/^([T|t][X|x])$/</source>