Fix a few things in app_config.php leaving fr-ca and changing some of the single quotes to double quotes.
This commit is contained in:
@@ -261,13 +261,11 @@
|
||||
$text['button-reload']['en-us'] = 'Reload';
|
||||
$text['button-reload']['fr-fr'] = "recharger";
|
||||
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-copy']['en-us'] = 'Do you really want to copy this?';
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
|
||||
Reference in New Issue
Block a user