1
0
mirror of https://github.com/Mowie/Mowie synced 2024-05-29 07:16:43 +00:00
Mowie/apps/sidebar/lang/lang.en.php
2017-04-29 19:25:18 +02:00

21 lines
503 B
PHP
Executable File

<?php
/*
* Mowie Language Class
*
* -----------------
* LANGUAGE: English
* Sidebar app
* -----------------
*/
$lang = [];
$lang['__Lang__'] = 'English (English)';
$lang['__LangCode__'] = 'en';
$lang['__Countrycode__'] = 'en';
$lang['sidebar_edit_success'] = 'The sidebar changes were saved successfully.';
$lang['sidebar_title'] = 'Sidebar';
$lang['sidebar_show'] = 'Show sidebar';
$lang['sidebar_conten'] = 'Sidebar-Contents';
//Stream
$lang['sidebar_stream_edit'] = '{user} edited sidebar.';