mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
@@ -499,11 +499,11 @@ sub showEditBox() {
|
|||||||
</td>
|
</td>
|
||||||
<td width='40%'>
|
<td width='40%'>
|
||||||
<select name='PRIO'>
|
<select name='PRIO'>
|
||||||
<option value="0" $selected{'PRIO'}{'0'}>0</option>
|
<option value="0" $selected{'PRIO'}{'0'}>0 ($Lang::tr{'most preferred'})</option>
|
||||||
<option value="1" $selected{'PRIO'}{'1'}>1</option>
|
<option value="1" $selected{'PRIO'}{'1'}>1</option>
|
||||||
<option value="2" $selected{'PRIO'}{'2'}>2</option>
|
<option value="2" $selected{'PRIO'}{'2'}>2</option>
|
||||||
<option value="3" $selected{'PRIO'}{'3'}>3</option>
|
<option value="3" $selected{'PRIO'}{'3'}>3</option>
|
||||||
<option value="4" $selected{'PRIO'}{'4'}>4</option>
|
<option value="4" $selected{'PRIO'}{'4'}>4 ($Lang::tr{'least preferred'})</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td colspan="2" width='40%'></td>
|
<td colspan="2" width='40%'></td>
|
||||||
|
|||||||
@@ -1107,6 +1107,7 @@
|
|||||||
'last activity' => 'Letzte Aktivität',
|
'last activity' => 'Letzte Aktivität',
|
||||||
'lateprompting' => 'Late prompting',
|
'lateprompting' => 'Late prompting',
|
||||||
'lease expires' => 'Zuordnung verfällt',
|
'lease expires' => 'Zuordnung verfällt',
|
||||||
|
'least preferred' => 'weniger präferiert',
|
||||||
'legend' => 'Legende',
|
'legend' => 'Legende',
|
||||||
'length' => 'Länge',
|
'length' => 'Länge',
|
||||||
'line' => 'Leitung',
|
'line' => 'Leitung',
|
||||||
@@ -1245,6 +1246,7 @@
|
|||||||
'monthly volume start day short' => 'Erste Tag',
|
'monthly volume start day short' => 'Erste Tag',
|
||||||
'months' => 'Monate',
|
'months' => 'Monate',
|
||||||
'more' => 'weitere',
|
'more' => 'weitere',
|
||||||
|
'most preferred' => 'präferiert',
|
||||||
'mount' => 'Einbinden',
|
'mount' => 'Einbinden',
|
||||||
'mounted on' => 'Mounted auf',
|
'mounted on' => 'Mounted auf',
|
||||||
'mpfire' => 'Media Player für IPFire',
|
'mpfire' => 'Media Player für IPFire',
|
||||||
|
|||||||
@@ -1135,6 +1135,7 @@
|
|||||||
'last activity' => 'Last Activity',
|
'last activity' => 'Last Activity',
|
||||||
'lateprompting' => 'Lateprompting',
|
'lateprompting' => 'Lateprompting',
|
||||||
'lease expires' => 'Lease expires',
|
'lease expires' => 'Lease expires',
|
||||||
|
'least preferred' => 'least preferred',
|
||||||
'legend' => 'Legend',
|
'legend' => 'Legend',
|
||||||
'length' => 'Length',
|
'length' => 'Length',
|
||||||
'line' => 'Line',
|
'line' => 'Line',
|
||||||
@@ -1273,6 +1274,7 @@
|
|||||||
'monthly volume start day short' => 'First day',
|
'monthly volume start day short' => 'First day',
|
||||||
'months' => 'months',
|
'months' => 'months',
|
||||||
'more' => 'more',
|
'more' => 'more',
|
||||||
|
'most preferred' => 'most preferred',
|
||||||
'mount' => 'Mount',
|
'mount' => 'Mount',
|
||||||
'mounted on' => 'Mounted on',
|
'mounted on' => 'Mounted on',
|
||||||
'mpfire' => 'Media Player for IPFire',
|
'mpfire' => 'Media Player for IPFire',
|
||||||
|
|||||||
Reference in New Issue
Block a user