1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Add Canadian English support + update Australian English.

This commit is contained in:
Caleb Mazalevskis 2024-07-16 13:12:09 +08:00 committed by GitHub
parent 49e1b7bf40
commit 938ee4cd3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -20,4 +20,3 @@ $t['Organize'] = 'Organise';
$t['The Permissions Plugin is not installed. Please install it if you want to customize the permissions.'] = 'The Permissions Plugin is not installed. Please install it if you want to customise the permissions.';
$t['Truly customize your AVideo and create a more professional video sharing site experience for your visitors by removing or replacing the footer, about page and Meta Description with your own.'] = 'Truly customise your AVideo and create a more professional video sharing site experience for your visitors by removing or replacing the footer, about page and Meta Description with your own.';
$t['You can not manager plugin customize'] = 'You can not manager plugin customise';
$t['Your maximum file size is:'] = 'Your maximum file size is:';

11
locale/en_CA.php Normal file
View file

@ -0,0 +1,11 @@
<?php
// Because we're including the US English file here as a default to fall back
// on, we should only include translations in this file here where they differ
// from their US counterparts.
include __DIR__ . '/en_US.php';
$t['Canceled'] = 'Cancelled';
$t['Color Legend'] = 'Colour Legend';
$t['Colors'] = 'Colours';
$t['Customize Your site colors'] = 'Customize Your site colours';
$t['In authorized credentials allow the following URIs redirection'] = 'In authorized credentials allow the following URIs redirection';