Revision ddc55e12
Added by Erik Fonnesbeck almost 15 years ago
usr/local/www/interfaces_wireless_edit.php | ||
---|---|---|
120 | 120 |
} |
121 | 121 |
if (!$input_errors) { |
122 | 122 |
if (!interface_wireless_clone($clone['cloneif'], $clone)) { |
123 |
$input_errors[] = sprintf(gettext("Error creating interface with mode %s. The %s interface may not support creating more clones with the selected mode."), $wlan_modes[$clone['mode']], $clone['if']);
|
|
123 |
$input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']);
|
|
124 | 124 |
} else { |
125 | 125 |
if (isset($id) && $a_clones[$id]) { |
126 | 126 |
if ($clone['if'] != $a_clones[$id]['if']) |
Also available in: Unified diff
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.