mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
/**
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2017 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*/
|
|
|
|
|
|
|
|
return [
|
|
'LAN_EFORM_001' => "Click on the avatar to change it",
|
|
'LAN_EFORM_002' => "Choose Avatar",
|
|
'LAN_EFORM_003' => "OR",
|
|
'LAN_EFORM_004' => "Choose this avatar",
|
|
'LAN_EFORM_005' => "No Avatars Available",
|
|
'LAN_EFORM_006' => "Admin-Only Notice:[br]The folder [b][x][/b] is empty.[br]Upload some default avatars images to this folder for users to choose avatars from.",
|
|
'LAN_EFORM_007' => "Media Manager",
|
|
'LAN_EFORM_008' => "Select columns to display",
|
|
'LAN_EFORM_009' => "Display Columns",
|
|
'LAN_EFORM_010' => "Quick View",
|
|
'LAN_EFORM_011' => "Go to user profile",
|
|
'LAN_EFORM_012' => "Multi-language field",
|
|
'LAN_EFORM_013' => "go to list",
|
|
'LAN_EFORM_014' => "create another",
|
|
'LAN_EFORM_015' => "edit current",
|
|
'LAN_EFORM_016' => "After submit:",
|
|
];
|