Projet

Général

Profil

« Précédent | Suivant » 

Révision dc4a8b9e

Ajouté par Chris Buechler il y a plus de 9 ans

update input_error description after changes for ticket #3491

Voir les différences:

usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
15735 15735
#: usr/local/www/firewall_aliases_edit.php:139
15736 15736
#: usr/local/www/firewall_aliases_edit.php:139
15737 15737
msgid ""
15738
"The alias name must be less than 32 characters long and may only consist of "
15739
"the characters"
15738
"The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters "
15740 15739
msgstr ""
15741 15740

  
15742 15741
#: usr/local/www/firewall_aliases_edit.php:187
usr/local/share/locale/ja/LC_MESSAGES/pfSense.po
15745 15745
#: usr/local/www/firewall_aliases_edit.php:139
15746 15746
#: usr/local/www/firewall_aliases_edit.php:139
15747 15747
msgid ""
15748
"The alias name must be less than 32 characters long and may only consist of "
15749
"the characters"
15748
"The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters "
15750 15749
msgstr "「エイリアス名は、長い32文字未満でなければならず、唯一で構成することができる」の文字"
15751 15750

  
15752 15751
#: usr/local/www/firewall_aliases_edit.php:187
usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
13223 13223

  
13224 13224
#: usr/local/www/firewall_aliases_edit.php:145
13225 13225
#: usr/local/www/firewall_aliases_edit.php:139
13226
msgid "The alias name must be less than 32 characters long and may only consist of the characters"
13226
msgid "The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters"
13227 13227
msgstr "O nome de alias deve conter menos de 32 caracteres e deve consistir apenas de caracteres"
13228 13228

  
13229 13229
#: usr/local/www/firewall_aliases_edit.php:187
usr/local/share/locale/tr/LC_MESSAGES/pfSense.po
13906 13906
#: usr/local/www/firewall_aliases_edit.php:145
13907 13907
#: usr/local/www/firewall_aliases_edit.php:145
13908 13908
msgid ""
13909
"The alias name must be less than 32 characters long and may only consist of "
13910
"the characters"
13909
"The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters "
13911 13910
msgstr "Grup adı sadece karakterlerden oluşmalıdır ve 32 karakteri geçmemelidir"
13912 13911

  
13913 13912
#: usr/local/www/firewall_aliases_edit.php:187
usr/local/www/firewall_aliases_edit.php
137 137
		$input_errors[] = gettext("Reserved word used for alias name.");
138 138
	} else {
139 139
		if (is_validaliasname($_POST['name']) == false)
140
			$input_errors[] = gettext("The alias name must be less than 32 characters long and may only consist of the characters") . " a-z, A-Z, 0-9, _.";
140
			$input_errors[] = gettext("The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters") . " a-z, A-Z, 0-9, _.";
141 141
	}
142 142
	/* check for name conflicts */
143 143
	if (empty($a_aliases[$id])) {

Formats disponibles : Unified diff