Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions datamodel.authent-token.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
<value id="Export">
<code>Export</code>
</value>
<value id="Cron">
<code>CRON</code>
</value>
</values>
<sql>scope</sql>
<default_value>WebService</default_value>
Expand Down Expand Up @@ -243,6 +246,9 @@
<value id="Export">
<code>Export</code>
</value>
<value id="Cron">
<code>CRON</code>
</value>
</values>
<sql>scope</sql>
<default_value>WebService</default_value>
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/cs.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/da.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/de.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '',
'Class:PersonalToken/Attribute:use_count' => 'Anmeldungen',
'Class:PersonalToken/Attribute:use_count+' => 'Anzahl an Anmeldungen mit diesem Token',
'Class:PersonalToken/Attribute:user_id' => 'Benutzer',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:UserToken/Attribute:scope/Value:CRON+' => '',
'Menu:SearchPersonalTokens' => 'Persönliche Tokens',
'Menu:SearchPersonalTokens+' => 'Persönliche Tokens, verwendbar für Webdienste, Import, Export, REST und Datensynchronisation',
'MyAccount:SubTitle:contact' => 'Mein Kontakt',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/en.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
'Class:PersonalToken/Attribute:scope/Value:Import+' => '/webservices/import.php',
'Class:PersonalToken/Attribute:scope/Value:Export' => 'Export',
'Class:PersonalToken/Attribute:scope/Value:Export+' => '/webservices/export-v2.php',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:expiration_date' => 'Expiration date',
'Class:PersonalToken/Attribute:expiration_date+' => '',
'Class:PersonalToken/Attribute:use_count' => 'Use count',
Expand Down Expand Up @@ -83,4 +85,6 @@
'Class:UserToken/Attribute:scope/Value:Import+' => '/webservices/import.php',
'Class:UserToken/Attribute:scope/Value:Export' => 'Export',
'Class:UserToken/Attribute:scope/Value:Export+' => '/webservices/export-v2.php',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
));
4 changes: 4 additions & 0 deletions dictionaries/en_gb.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
'Class:PersonalToken/Attribute:scope/Value:Import+' => 'No translation needed.',
'Class:PersonalToken/Attribute:scope/Value:Export' => 'Export',
'Class:PersonalToken/Attribute:scope/Value:Export+' => 'No translation needed.',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => 'No translation needed.',
'Class:PersonalToken/Attribute:expiration_date' => 'Expiration date',
'Class:PersonalToken/Attribute:expiration_date+' => '',
'Class:PersonalToken/Attribute:use_count' => 'Use count',
Expand Down Expand Up @@ -83,4 +85,6 @@
'Class:UserToken/Attribute:scope/Value:Import+' => '/webservices/import.php',
'Class:UserToken/Attribute:scope/Value:Export' => 'Export',
'Class:UserToken/Attribute:scope/Value:Export+' => '/webservices/export-v2.php',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
));
4 changes: 4 additions & 0 deletions dictionaries/es_cr.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Recuento de uso',
'Class:PersonalToken/Attribute:use_count+' => 'Número de veces que se utilizó este token para conectarse',
'Class:PersonalToken/Attribute:user_id' => 'Usuario',
Expand All @@ -56,6 +58,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Tokens Personales',
'Menu:SearchPersonalTokens+' => 'Tokens personales, utilizados en servicios web de importación, exportación, REST y sincronización de datos',
'MyAccount:SubTitle:contact' => 'Mi contacto',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/fr.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php et /synchro/synchro_exec.php',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Compteur d\'accès',
'Class:PersonalToken/Attribute:use_count+' => 'Nombre de fois où ce jeton a été utilisé pour ce connecter',
'Class:PersonalToken/Attribute:user_id' => 'Utilisateur',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php et /synchro/synchro_exec.php',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Jetons individuels de connexion',
'Menu:SearchPersonalTokens+' => 'Jetons individuels de connexion permettant à une personne d\'accéder aux webservices, import, export, rest et synchro',
'MyAccount:SubTitle:contact' => 'Mon contact',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/hu.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/it.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/ja.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/nl.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/pl.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/pt_br.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/ru.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/sk.dict.authent-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
'Class:PersonalToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:PersonalToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:PersonalToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:PersonalToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Class:PersonalToken/Attribute:use_count' => 'Use count~~',
'Class:PersonalToken/Attribute:use_count+' => 'Number of time this token was used to connect~~',
'Class:PersonalToken/Attribute:user_id' => 'User~~',
Expand All @@ -58,6 +60,8 @@
'Class:UserToken/Attribute:scope/Value:REST/JSON+' => '/webservices/rest.php~~',
'Class:UserToken/Attribute:scope/Value:Synchro' => 'Synchro~~',
'Class:UserToken/Attribute:scope/Value:Synchro+' => '/synchro/synchro_import.php and /synchro/synchro_exec.php~~',
'Class:UserToken/Attribute:scope/Value:CRON' => 'CRON~~',
'Class:UserToken/Attribute:scope/Value:CRON+' => '/webservices/cron.php',
'Menu:SearchPersonalTokens' => 'Personal tokens~~',
'Menu:SearchPersonalTokens+' => 'Personal tokens, usable on webservices import, export, rest and datasynchro~~',
'MyAccount:SubTitle:contact' => 'My contact~~',
Expand Down
Loading