Put most of the strings in en.php

This commit is contained in:
Phyks 2014-08-31 00:20:11 +02:00
parent 7f547b94d9
commit 498f20c97f
2 changed files with 76 additions and 1 deletions

View File

@ -1,2 +1,77 @@
<?php
// Provided lang = English
$i18n = array();
$i18n['before_double_ponctuation'] = '';
$i18n['add_bill'] = 'Add a bill';
$i18n['change_password'] = 'Change your password';
$i18n['see_global_paybacks'] = 'See global paybacks';
$i18n['disconnect'] = 'Disconnect';
$i18n['manage_global_paybacks'] = 'Manage global paybacks';
$i18n['edit_users'] = 'Edit users';
$i18n['edit_homepage_notice'] = 'Edit notice on homepage';
$i18n['settings'] = 'Settings';
$i18n['balance'] = 'Balance';
$i18n['home_table_caption'] = 'Read <em>line</em> owes <em>case</em> € to column. You can click on links to confirm the payback.';
$i18n['owes'] = 'Owes';
$i18n['to'] = 'To';
$i18n['detailed_list_bills'] = 'Detailed list of bills for last month';
$i18n['display_all_bills'] = 'Display all bills';
$i18n['no_bills'] = 'No bills added yet';
$i18n['expense'] = 'Expense';
$i18n['what'] = 'What';
$i18n['amount'] = 'Montant';
$i18n['date'] = 'Date';
$i18n['users_in'] = 'Users in';
$i18n['and'] = 'and';
$i18n['guest'] = 'guest';
$i18n['add'] = 'Add';
$i18n['edit_password'] = 'Edit your password';
$i18n['new_password'] = 'New password';
$i18n['confirm_new_password'] = 'Confirm new password';
$i18n['email_address'] = 'Email address';
$i18n['notifications_for'] = 'Notifications for';
$i18n['notif_everything'] = 'everything involving you';
$i18n['notif_global_paybacks'] = 'global paybacks only';
$i18n['nothing'] = 'nothing';
$i18n['note_dont_edit_passwords'] = "Leave blank the password fields if you don't want to edit the password.";
$i18n['update'] = 'Update';
$i18n['personal_token_title'] = 'Your personal token to use the API';
$i18n['personal_token_is'] = 'Your personal token to use the API is';
$i18n['compromised_token'] = 'If you think it might be compromised, you can';
$i18n['generate_new_one'] = 'generate a new one';
$i18n['global_paybacks_list'] = 'Global paybacks list';
$i18n['no_global_payback'] = 'No global paybacks available';
$i18n['add_global_payback'] = 'Add a new global payback';
$i18n['you_can_also'] = 'You can also';
$i18n['add_user'] = 'add a user';
$i18n['display_name'] = 'Display name';
$i18n['is_admin'] = 'Is admin';
$i18n['edit'] = 'Edit';
$i18n['delete'] = 'Delete';
$i18n['optionnal'] = 'optionnal';
$i18n['give_admin_rights'] = 'Give admin rights to this user';
$i18n['yes'] = 'Yes';
$i18n['no'] = 'No';
$i18n['homepage_notice'] = 'Homepage notice';
$i18n['note_use_html'] = 'You can use HTML formatting in this form.';
$i18n['database'] = 'Database';
$i18n['settings_note'] = "Use these settings carefully. Your database won't be updated by the script as it was during install and you'll have to manually update it.";
$i18n['mysql_host'] = 'MySQL host';
$i18n['mysql_login'] = 'MySQL login';
$i18n['mysql_password'] = 'MySQL password';
$i18n['note'] = 'Note';
$i18n['mysql_password_note'] = "Leave the above field blank if you don't want to change your password.";
$i18n['mysql_db'] = 'MySQL database to use';
$i18n['mysql_db_note'] = 'You must create this database first.';
$i18n['mysql_prefix'] = 'Prefix for the created tables';
$i18n['mysql_prefix_note'] = 'Leave the field blank to not use any. You must create the necessary tables manually.';
$i18n['general_options'] = 'General options';
$i18n['instance_title'] = 'Title to display in pages';
$i18n['base_url'] = 'Base URL';
$i18n['base_url_note'] = 'This is the base URL from which you access this page. You must keep the trailing "/" in the above address.';
$i18n['currency'] = 'Currency';
$i18n['timezone'] = 'Timezone';
$i18n['timezone_doc'] = 'For example: Europe/Paris. See the doc for more info.';
$i18n['template'] = 'Template';
$i18n['lang'] = 'Lang';
$i18n['webmaster_email'] = "Webmaster's email";

View File

@ -1,2 +1,2 @@
<?php
// Provided lang = French
// Provided lang = Français