Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
modify verify and secure translation for MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Verstraeten committed Nov 12, 2017
1 parent 871d50e commit c2c3600
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions config/kerberos.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php return array (
'type' => 'basic',
'type' => 'advanced',
'radius' => '1',
'installed' => false,
'installed' => true,
'users' =>
array (
0 =>
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/bg/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand Down
8 changes: 4 additions & 4 deletions resources/lang/ca/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
|
*/

'settings' => 'Ajustos',
'settings' => 'Ajustos',

'configuration' => 'Configuracio',
'configuration' => 'Configuracio',

'update' => 'Validar',

Expand Down Expand Up @@ -167,11 +167,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand Down
8 changes: 4 additions & 4 deletions resources/lang/de/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
|
*/

'settings' => 'Einstellungen',
'settings' => 'Einstellungen',

'configuration' => 'Konfiguration',
'configuration' => 'Konfiguration',

'update' => 'Aktualisieren',

Expand Down Expand Up @@ -173,11 +173,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@

'secure' => 'secure',

'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

'verifycn' => 'verify',

'verifycnInfo' => 'Verify certificate',
'verifycnInfo' => 'Verify certificate CN (Common Name)',

'mqttServer' => 'server',

Expand Down
4 changes: 2 additions & 2 deletions resources/lang/fr/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand Down
6 changes: 3 additions & 3 deletions resources/lang/it/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand All @@ -200,7 +200,7 @@
/* to translate */ 'throttler' => 'throttle',

/* to translate */ 'throttlerInfo' => 'Use to prevent spamming. Eg. only execute once within 5 seconds.',

// --------------
// Cloud

Expand Down
12 changes: 6 additions & 6 deletions resources/lang/nl/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
|
*/

'settings' => 'Instellingen',
'settings' => 'Instellingen',

'configuration' => 'Configuratie',
'configuration' => 'Configuratie',

'update' => 'Aanpassen',

Expand Down Expand Up @@ -170,13 +170,13 @@
'hardwareEncodingEnabled' => 'De camera die je geselecteerd hebt ondersteund hardware encoding, dat is waarom bepaalde parameters niet kunnen geselecteerd worden (e.g. tijdsweergave).
Alsook heeft de video die wordt opgenomen dezelfde eigenschappen als degene die ingesteld zijn bij jouw camera (e.g. FPS, sharpness, etc).',

'secure' => 'beveilig',
'secure' => 'secure',

'secureInfo' => 'Gebruik certificaten die zich bevinden in /etc/ssl/certs/.',
'secureInfo' => 'Activeer SSL/TLS. CA certificaat moet zich bevinden in /etc/ssl/certs/.',

'verifycn' => 'verifieer',
'verifycn' => 'verify',

'verifycnInfo' => 'Verifieer certificaat',
'verifycnInfo' => 'Verifieer certificaet CN (Common Name)',

'mqttServer' => 'server',

Expand Down
8 changes: 4 additions & 4 deletions resources/lang/pt/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
|
*/

'settings' => 'Configurações',
'settings' => 'Configurações',

'configuration' => 'Configurações',
'configuration' => 'Configurações',

'update' => 'Atualizar',

Expand Down Expand Up @@ -170,11 +170,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand Down
20 changes: 10 additions & 10 deletions resources/lang/zh/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,20 +118,20 @@

'numberOfDetectionsInfo' => '这个数字表示一行探测到多少个才让Kerberos.io触发一次有效事件。增大这个值,您可消除错误情况,诸如: 光线、云层之类的。',

// ------------------
// Timestamp - Colors
// ------------------
// Timestamp - Colors

'noTimestamp' => '没有时间戳',
'noTimestamp' => '没有时间戳',

'white' => '',
'white' => '',

'black' => '',
'black' => '',

'red' => '',
'red' => '',

'green' => '绿',
'green' => '绿',

'blue' => '',
'blue' => '',

'drawTimestamp' => '绘制时间戳',

Expand Down Expand Up @@ -172,11 +172,11 @@

/* to translate */ 'secure' => 'secure',

/* to translate */ 'secureInfo' => 'Use certificates in the /etc/ssl/certs/ directory.',
/* to translate */ 'secureInfo' => 'Enable SSL/TLS. CA certificate should be in /etc/ssl/certs/ directory.',

/* to translate */ 'verifycn' => 'verify',

/* to translate */ 'verifycnInfo' => 'Verify certificate',
/* to translate */ 'verifycnInfo' => 'Verify certificate CN (Common Name)',

/* to translate */ 'mqttServer' => 'server',

Expand Down

0 comments on commit c2c3600

Please sign in to comment.