Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
return array(
'Edit your back office prefix.' => 'Edit your back office prefix.',
'Save' => 'Save',
);

View File

@@ -0,0 +1,7 @@
<?php
return array(
'Back Office Path' => 'Chemin du Back Office',
'Edit your back office prefix.' => 'Modifier le préfixe du back office',
'Save' => 'Enregistrer',
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'Activate this to test your new prefix. If it doesn\'t work you could rollback your changes (the link in the HTML content will not be replaced)' => 'Activate this to test your new prefix. If it doesn\'t work you could rollback your changes (the link in the HTML content will not be replaced)',
'It will replaced the default <code>%prefix</code>' => 'It will replaced the default <code>%prefix</code>',
'The new prefix' => 'The new prefix',
'URL should only use alpha numeric, - and _ characters' => 'URL should only use alpha numeric, - and _ characters',
'Use also the default prefix' => 'Use also the default prefix',
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'Activate this to test your new prefix. If it doesn\'t work you could rollback your changes (the link in the HTML content will not be replaced)' => 'À activer pour tester votre nouveau préfixe. Si il ne fonctionne pas, vous pourrez revenir en arrière (les liens dans le contenu HTML ne seront pas remplacés)',
'It will replaced the default <code>%prefix</code>' => 'Cela remplacera le préfixe par défaut : <code>%prefix</code>',
'The new prefix' => 'Le nouveau préfixe',
'URL should only use alpha numeric, - and _ characters' => 'L\'URL doit uniquement être composée de caractères alpha-numérique, - et _ ',
'Use also the default prefix' => 'Utiliser également le préfixe par défaut',
);