freenetis-github/application/i18n/en_US/texts.php @ 74a7dbca
8baed187 | Michal Kliment | <?php defined('SYSPATH') or die('No direct access allowed.');
|
|
/*
|
|||
* This file is part of open source system FreenetIS
|
|||
* and it is released under GPLv3 licence.
|
|||
*
|
|||
* More info about licence can be found:
|
|||
* http://www.gnu.org/licenses/gpl-3.0.html
|
|||
*
|
|||
* More info about project can be found:
|
|||
* http://www.freenetis.org/
|
|||
*
|
|||
*/
|
|||
$lang = array
|
|||
(
|
|||
'%s days ago' => '%s days ago',
|
|||
'%s hours ago' => '%s hours ago',
|
|||
'association members' => 'Association members',
|
|||
'freenetis_version' => 'FreenetIS version',
|
|||
74a7dbca | Michal Kliment | 'from2' => 'from',
|
|
8baed187 | Michal Kliment | 'new member' => 'New member',
|
|
'username' => 'Username',
|
|||
'password' => 'Password',
|
|||
'login' => 'Login',
|
|||
'login to' => 'Login',
|
|||
'username or password do not match' => 'Username or password do not match',
|
|||
'name' => 'Name',
|
|||
'middle name' => 'Middle name',
|
|||
'surname' => 'Surname',
|
|||
'pre title' => 'Title before',
|
|||
'post title' => 'Title after',
|
|||
'phone' => 'Phone',
|
|||
'email' => 'E-mail',
|
|||
'reset_filters' => 'Reset filters',
|
|||
'street' => 'Street',
|
|||
'street number' => 'St. number',
|
|||
'town' => 'Town',
|
|||
'zip code' => 'ZIP code',
|
|||
'birthday' => 'Birthday',
|
|||
'confirm password' => 'Confirm password',
|
|||
'registration form' => 'Registration form',
|
|||
'login data' => 'Login data',
|
|||
'contact data' => 'Contact data',
|
|||
'register' => 'Register',
|
|||
'registration form' => 'Registration form',
|
|||
'back to login' => 'Back to login',
|
|||
'must be logged in' => 'Must be logged in.',
|
|||
'you have successfully logout' => 'You\'ve successfully logout.',
|
|||
'my account' => 'My profile',
|
|||
'write email'=>'Write e-mail'
|
|||
);
|