init
This commit is contained in:
6
site/plugins/embed/lib/languages/en.php
Normal file
6
site/plugins/embed/lib/languages/en.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'embed.synced' => 'Synced',
|
||||
'embed.failed' => 'Sync failed',
|
||||
);
|
||||
6
site/plugins/embed/lib/languages/fr.php
Normal file
6
site/plugins/embed/lib/languages/fr.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'embed.synced' => 'Synchronisé',
|
||||
'embed.failed' => 'Échec de synchronisation',
|
||||
);
|
||||
Reference in New Issue
Block a user