Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)Тази настройка трябва да бъде включена във файла config.php, за да се даде възможност за използване на еднократни пароли (по подразбиране = false).
<syntaxhighlight lang="php" enclose="pre">
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Danish (da)Denne indstilling skal være slået til config.php-filen for at muliggøre brugen af engangsadgangskoder (standard = falsk).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h German (de)Diese Einstellung muss in der Datei config.php aktiviert werden, um die Verwendung von Einmalkennwörtern zu ermöglichen (Standard = falsch).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h English (en)This setting has to be turned on config.php file to enable the usage of one-time passwords (default = false).
<syntaxhighlight lang="php" enclose="pre">
   'config'=>array(
       'debug'=>0,
       'debugsql'=>0,
       'use_one_time_passwords'=>true,
   )
</syntaxhighlight>
 h Spanish (es)Esta configuración debe activarse en el archivo config.php para permitir el uso de contraseñas de un solo uso (predeterminado = falso).
<syntaxhighlight lang="php" enclose="pre"> !¡NORTE! 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h French (fr)Ce paramètre doit être activé dans le fichier config.php pour permettre l'utilisation de mots de passe à usage unique (par défaut = false).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Hungarian (hu)Ezt a beállítást be kell kapcsolni a config.php fájlban az egyszeri jelszavak használatának engedélyezéséhez (alapértelmezett = false).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Italian (it)Questa impostazione deve essere attivata nel file config.php per abilitare l'uso di password monouso (default = false).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Japanese (ja)ワンタイムパスワードを使用するには、config.phpでこの設定を有効にする必要があります(既定値はfalse)。
<syntaxhighlight lang="php" enclose="pre">
   'config'=>array(
       'debug'=>0,
       'debugsql'=>0,
       'use_one_time_passwords'=>true,
   )
</syntaxhighlight>
 h Dutch (nl)Deze mogelijkheid moet echter wel gezet worden in het bestand config.php, want die staat standaard uit. 
<syntaxhighlight lang="php" enclose="pre">
   'config'=>array(
       'debug'=>0,
       'debugsql'=>0,
       'use_one_time_passwords'=>true,
   )
</syntaxhighlight>
 h Polish (pl)To ustawienie musi być włączone w pliku config.php, aby umożliwić użycie haseł jednorazowych (domyślnie = false).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Romanian (ro)Această setare trebuie să fie activată pe fișierul config.php pentru a permite utilizarea parolelor unice (implicit = fals).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Russian (ru)Данный параметр должен быть включен ('''use_one_time_passwords''' => true) для разрешения использования одноразовых паролей (по-умолчанию = false). Больше информации может быть найдено
 h Slovenian (sl)To nastavitev je treba vklopiti v datoteki config.php, da omogočite uporabo enkratnih gesel (privzeto = false).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>
 h Vietnamese (vi)Cài đặt này phải được bật trong tệp config.php để cho phép sử dụng mật khẩu một lần (mặc định = false).
<syntaxhighlight lang="php" enclose="pre"> 
 'config'=>array(
 'debug'=>0,
 'debugsql'=>0,
 'use_one_time_passwords'=>true,
 )
</syntaxhighlight>