mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fix missing Connection Scheduler strings.
This commit is contained in:
@@ -572,6 +572,10 @@ WARNING: translation string unused: xtaccess bad transfert
|
||||
WARNING: translation string unused: year-graph
|
||||
WARNING: translation string unused: yearly firewallhits
|
||||
WARNING: untranslated string: Async logging enabled
|
||||
WARNING: untranslated string: ConnSched dial
|
||||
WARNING: untranslated string: ConnSched hangup
|
||||
WARNING: untranslated string: ConnSched reboot
|
||||
WARNING: untranslated string: ConnSched shutdown
|
||||
WARNING: untranslated string: MB read
|
||||
WARNING: untranslated string: Scan for Songs
|
||||
WARNING: untranslated string: Set time on boot
|
||||
|
||||
@@ -583,6 +583,10 @@ WARNING: translation string unused: xtaccess all error
|
||||
WARNING: translation string unused: xtaccess bad transfert
|
||||
WARNING: translation string unused: year-graph
|
||||
WARNING: translation string unused: yearly firewallhits
|
||||
WARNING: untranslated string: ConnSched dial
|
||||
WARNING: untranslated string: ConnSched hangup
|
||||
WARNING: untranslated string: ConnSched reboot
|
||||
WARNING: untranslated string: ConnSched shutdown
|
||||
WARNING: untranslated string: MB read
|
||||
WARNING: untranslated string: Scan for Songs
|
||||
WARNING: untranslated string: addons
|
||||
|
||||
@@ -587,6 +587,10 @@ WARNING: translation string unused: xtaccess all error
|
||||
WARNING: translation string unused: xtaccess bad transfert
|
||||
WARNING: translation string unused: year-graph
|
||||
WARNING: translation string unused: yearly firewallhits
|
||||
WARNING: untranslated string: ConnSched dial
|
||||
WARNING: untranslated string: ConnSched hangup
|
||||
WARNING: untranslated string: ConnSched reboot
|
||||
WARNING: untranslated string: ConnSched shutdown
|
||||
WARNING: untranslated string: MB read
|
||||
WARNING: untranslated string: Scan for Songs
|
||||
WARNING: untranslated string: addons
|
||||
|
||||
@@ -572,6 +572,10 @@ WARNING: translation string unused: xtaccess bad transfert
|
||||
WARNING: translation string unused: year-graph
|
||||
WARNING: translation string unused: yearly firewallhits
|
||||
WARNING: untranslated string: Async logging enabled
|
||||
WARNING: untranslated string: ConnSched dial
|
||||
WARNING: untranslated string: ConnSched hangup
|
||||
WARNING: untranslated string: ConnSched reboot
|
||||
WARNING: untranslated string: ConnSched shutdown
|
||||
WARNING: untranslated string: MB read
|
||||
WARNING: untranslated string: Scan for Songs
|
||||
WARNING: untranslated string: Set time on boot
|
||||
|
||||
@@ -575,6 +575,10 @@ WARNING: translation string unused: xtaccess all error
|
||||
WARNING: translation string unused: xtaccess bad transfert
|
||||
WARNING: translation string unused: yearly firewallhits
|
||||
WARNING: untranslated string: Add a route
|
||||
WARNING: untranslated string: ConnSched dial
|
||||
WARNING: untranslated string: ConnSched hangup
|
||||
WARNING: untranslated string: ConnSched reboot
|
||||
WARNING: untranslated string: ConnSched shutdown
|
||||
WARNING: untranslated string: Edit an existing route
|
||||
WARNING: untranslated string: MB read
|
||||
WARNING: untranslated string: Scan for Songs
|
||||
|
||||
@@ -638,6 +638,10 @@ WARNING: translation string unused: xtaccess all error
|
||||
WARNING: translation string unused: xtaccess bad transfert
|
||||
WARNING: translation string unused: year-graph
|
||||
WARNING: translation string unused: yearly firewallhits
|
||||
WARNING: untranslated string: ConnSched dial
|
||||
WARNING: untranslated string: ConnSched hangup
|
||||
WARNING: untranslated string: ConnSched reboot
|
||||
WARNING: untranslated string: ConnSched shutdown
|
||||
WARNING: untranslated string: Scan for Songs
|
||||
WARNING: untranslated string: bytes
|
||||
WARNING: untranslated string: count
|
||||
|
||||
@@ -65,6 +65,10 @@
|
||||
< ccd routes
|
||||
< ccd subnet
|
||||
< ccd used
|
||||
< ConnSched dial
|
||||
< ConnSched hangup
|
||||
< ConnSched reboot
|
||||
< ConnSched shutdown
|
||||
< count
|
||||
< countries
|
||||
< countrycode
|
||||
@@ -527,6 +531,10 @@
|
||||
< ccd routes
|
||||
< ccd subnet
|
||||
< ccd used
|
||||
< ConnSched dial
|
||||
< ConnSched hangup
|
||||
< ConnSched reboot
|
||||
< ConnSched shutdown
|
||||
< count
|
||||
< countries
|
||||
< countrycode
|
||||
@@ -980,6 +988,10 @@
|
||||
< ccd routes
|
||||
< ccd subnet
|
||||
< ccd used
|
||||
< ConnSched dial
|
||||
< ConnSched hangup
|
||||
< ConnSched reboot
|
||||
< ConnSched shutdown
|
||||
< count
|
||||
< countries
|
||||
< countrycode
|
||||
@@ -1410,6 +1422,10 @@
|
||||
< ccd routes
|
||||
< ccd subnet
|
||||
< ccd used
|
||||
< ConnSched dial
|
||||
< ConnSched hangup
|
||||
< ConnSched reboot
|
||||
< ConnSched shutdown
|
||||
< count
|
||||
< countries
|
||||
< countrycode
|
||||
|
||||
@@ -311,10 +311,10 @@ print <<END
|
||||
<tr><td width='15%' class='base'>$Lang::tr{'ConnSched action'}</td><td>
|
||||
<input type='radio' value='CONNECT' name='ACTION_ACTION' $checked_connect /> <select name='ACTION_CONNECT'>
|
||||
<option value='reconnect' $selected{'reconnect'}>$Lang::tr{'ConnSched reconnect'}</option>
|
||||
<option value='dial' $selected{'dial'}>$Lang::tr{'dial'}</option>
|
||||
<option value='hangup' $selected{'hangup'}>$Lang::tr{'hangup'}</option>
|
||||
<option value='reboot' $selected{'reboot'}>$Lang::tr{'reboot'}</option>
|
||||
<option value='shutdown' $selected{'shutdown'}>$Lang::tr{'shutdown'}</option>
|
||||
<option value='dial' $selected{'dial'}>$Lang::tr{'ConnSched dial'}</option>
|
||||
<option value='hangup' $selected{'hangup'}>$Lang::tr{'ConnSched hangup'}</option>
|
||||
<option value='reboot' $selected{'reboot'}>$Lang::tr{'ConnSched reboot'}</option>
|
||||
<option value='shutdown' $selected{'shutdown'}>$Lang::tr{'ConnSched shutdown'}</option>
|
||||
<option value='ipsecstart' $selected{'ipsecstart'}>$Lang::tr{'ConnSched ipsecstart'}</option>
|
||||
<option value='ipsecstop' $selected{'ipsecstop'}>$Lang::tr{'ConnSched ipsecstop'}</option>
|
||||
</select></td></tr>
|
||||
|
||||
@@ -15,13 +15,17 @@
|
||||
'ConnSched add action' => 'Aktion hinzufügen',
|
||||
'ConnSched change profile title' => 'Wechsle zu Profil:',
|
||||
'ConnSched days' => 'Tage:',
|
||||
'ConnSched dial' => 'Verbinden',
|
||||
'ConnSched down' => 'Runter',
|
||||
'ConnSched hangup' => 'Trennen',
|
||||
'ConnSched ipsecstart' => 'IPSec (neu)starten',
|
||||
'ConnSched ipsecstop' => 'IPSec stop',
|
||||
'ConnSched reboot' => 'Neustarten',
|
||||
'ConnSched reconnect' => 'Neu verbinden',
|
||||
'ConnSched scheduled actions' => 'Geplante Aktionen',
|
||||
'ConnSched scheduler' => 'Scheduler',
|
||||
'ConnSched select profile' => 'Wähle Profil',
|
||||
'ConnSched shutdown' => 'Herunterfahren',
|
||||
'ConnSched time' => 'Zeit:',
|
||||
'ConnSched up' => 'Hoch',
|
||||
'ConnSched weekdays' => 'Wochentage:',
|
||||
|
||||
@@ -15,13 +15,17 @@
|
||||
'ConnSched add action' => 'Add action',
|
||||
'ConnSched change profile title' => 'Change to profile:',
|
||||
'ConnSched days' => 'Days:',
|
||||
'ConnSched dial' => 'Connect',
|
||||
'ConnSched down' => 'Down',
|
||||
'ConnSched hangup' => 'Disconnect',
|
||||
'ConnSched ipsecstart' => 'IPSec (re)start',
|
||||
'ConnSched ipsecstop' => 'IPSec stop',
|
||||
'ConnSched reboot' => 'Reboot',
|
||||
'ConnSched reconnect' => 'Reconnect',
|
||||
'ConnSched scheduled actions' => 'Scheduled actions',
|
||||
'ConnSched scheduler' => 'Scheduler',
|
||||
'ConnSched select profile' => 'Select profile',
|
||||
'ConnSched shutdown' => 'Shutdown',
|
||||
'ConnSched time' => 'Time:',
|
||||
'ConnSched up' => 'Up',
|
||||
'ConnSched weekdays' => 'Days of the week:',
|
||||
|
||||
Reference in New Issue
Block a user