Source for file lang_system.utf-8.php
Documentation is available at lang_system.utf-8.php
* @package linea21.languages
* @author linea21 <info@linea21.com> & Stéphanie Loubechine
* @license http://opensource.org/licenses/gpl-3.0.html
$lang['upload']['CheckExtImage'] = "Upload not allowed. Please, check the extension";
$lang['upload']['upload_size'] = "The file you want to upload is too big. Maximal size is ";
$lang['upload']['ko_size'] = "ko";
$lang['upload']['prohibited_transfert'] = "Transfer method is forbidden";
$lang['upload']['file_exist_yet'] = "File already exists";
$lang['upload']['ftp_conn_failed'] = "FTP connexion failed";
$lang['upload']['ftp_user'] = 'ftp_user';
$lang['upload']['ftp_conn'] = 'FTP connexion try';
$lang['upload']['ftp_transfert_error'] = 'FTP transfer error';
$lang['upload']['no_resize'] = 'Document is not a resizable picture.';
$lang['system']['mod']= "Edit settings";
$lang['system']['title_theme']= 'interface theme (look and feel)';
$lang['system']['title_release']= 'Global settings';
$lang['system']['title_db']= 'Database settings';
$lang['system']['title_php_info']= 'PHP Settings (read only)';
$lang['system']['confirm_mod'] = "Configuration file successfully updated\n";
$lang['system']['help_list1']= "Click on settings parameter to display more informations";
$lang['system']['help_list2']= "Edit parameters by clicking on the edit icon linked in";
$lang['system']['help_list3']= "To perform search, just click the 'search' link";
$lang['system']['list']= "Settings list";
$lang['system']['help_mod1']= "To edit a parameter, please insert the required informations in the form above";
$lang['system']['help_mod2']= "Once the form submitted, check your data in the summary";
$lang['system']['help_mod3']= "After checking summary, click the \'review settings\' button to make changes";
$lang['system']['confirm_mod_js']= "Are you sure you want save this settings ?";
//traductions pour les fichiers de configuration config_db et config_release
$lang['system']['DB_HOST'] = "Database host, default : localhost";
$lang['system']['DB_USER'] = "Database user, default : linea";
$lang['system']['DB_PASS'] = "Database password, default : linea";
$lang['system']['DB_NAME'] = "Database base name, default : linea";
$lang['system']['DB_ADMINMAIL'] = "Database administrator email | default : -1 | option : -1 / adress@email.com";
$lang['system']['DATABASE'] = "T_ : primary table prefix / J_ : join table prefix";
$lang['system']['T_BIBLIO_RES'] = "default : bibliography_resources";
$lang['system']['T_CAT_USER'] = "default : category_user";
$lang['system']['T_EMAIL_COL'] = "default : email_collector";
$lang['system']['J_BIBLIO'] = "default : j_biblio";
$lang['system']['J_LINK'] = "default : j_link";
$lang['system']['J_MULTI'] = "default : j_multi";
$lang['system']['J_PARTS'] = "default : j_parts";
$lang['system']['J_WORK_USERS'] = "default : j_work_users";
$lang['system']['T_LEVEL'] = "default : level";
$lang['system']['T_LINK_RES'] = "default : link_resources";
$lang['system']['T_MULTI_RES'] = "default : multimedia_resources";
$lang['system']['T_NEWS'] = "default : news";
$lang['system']['T_NEWSLETTER'] = "default : newsletter";
$lang['system']['T_PRIORITY'] = "default : priority";
$lang['system']['T_PROFILE'] = "default : profile";
$lang['system']['T_PROJECT'] = "default : project";
$lang['system']['T_PUBLI'] = "default : publication";
$lang['system']['T_PUBLI_CONT'] = "default : publication_contents";
$lang['system']['T_RIGHT'] = "default : rights";
$lang['system']['T_SCALE'] = "default : scale";
$lang['system']['T_SD_THEME'] = "default : sd_theme";
$lang['system']['T_SDI_EVAL'] = "default : sdi_evaluation";
$lang['system']['T_SDI_INFO'] = "default : sdi_info";
$lang['system']['T_SDI_PROVIDER'] = "default : sdi_provider";
$lang['system']['T_SDI_RULES'] = "default : sdi_reglementation";
$lang['system']['T_SDI_VALUE'] = "default : sdi_value";
$lang['system']['T_THEME'] = "default : theme";
$lang['system']['T_USER'] = "default : luser";
$lang['system']['T_WORK'] = "default : workshop";
$lang['system']['T_WORK_CAL'] = "default : workshop_calendar";
$lang['system']['T_WORK_COM'] = "default : workshop_com";
$lang['system']['T_WORK_REP'] = "default : workshop_report";
$lang['system']['T_WORK_REP_CONT'] = "default : workshop_report_contents";
$lang['system']['T_YELLOWPAGES'] = "default : yellowpages";
$lang['system']['RELEASE_SETTINGS'] = 'Global settings';
$lang['system']['LINEA_VERSION'] = 'Linea21 version';
$lang['system']['LANGUAGE'] = 'Language | default : fr | option : en / fr';
$lang['system']['CHARSET'] = 'Charset encoding | default : utf-8 | option : utf-8';
$lang['system']['USER_COMMUNITY'] = 'Community id number';
$lang['system']['SELECT_LIMIT'] = 'Maximum limit for query select | default : 20';
$lang['system']['MAX_SCALE_LEVEL'] = 'Maximum scale level | default : 5';
$lang['system']['THEME_PUBLIC'] = 'Theme used in front-end | default : linea21 | option : linea21';
$lang['system']['THEME_ADMIN'] = 'Theme used in back-end | default : default | option : default';
$lang['system']['MODULES_SETTINGS'] = 'Modules activation';
$lang['system']['MOD_THEME'] = 'Theme module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_SCALE'] = 'Scale module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_LEVEL'] = 'Level module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_USER'] = 'Users module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_NEWSLETTER'] = 'Newsletter module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_NEWS'] = 'News module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_PROJECT'] = 'Projects module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_YELLOWPAGES'] = 'Directory module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_WORKSHOP'] = 'Workgroup module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_PUBLICATION'] = 'Publication module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_SDI'] = 'Indicators module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_DASHBOARD'] = 'Dashboard module activation | default : 1 | option : 0 / 1';
$lang['system']['MOD_SYSTEM'] = 'System configuration module activation | default : 1 | option : 0 / 1';
$lang['system']['SYSTEM_SETTINGS'] = 'Settings utilities';
$lang['system']['PHOTO_RESIZE'] = 'Resize photo activation | default : 1 | option : 0 / 1';
$lang['system']['RICH_TEXT_EDITOR'] = 'Rich text edition activation | default : 0 | option : 0 / \'tinymce\' / \'fck\' ';
$lang['system']['AUTO_LINK'] = 'Auto Link content in text fields | default : 1 | option : 0 / 1 ';
$lang['system']['MOD_REWRITE'] = 'URL rewriting activation | default : 1 | option : 0 / 1';
$lang['system']['URI_SEPARATOR'] = 'URL Rewriting separator | default : / | option : / _ or others delimiters (be aware)';
$lang['system']['UPLOAD_METHOD'] = 'Files upload | default : HTTP | option : HTTP / FTP (not implemented yet)';
$lang['system']['SQL'] = 'SQL server type | default : mysql | option : mysql / pgsql';
$lang['system']['PASSWD_LENGTH'] = 'Password length | default : 8';
$lang['system']['SALT_CRYPT'] = 'Salt crypt | default : ld';
$lang['system']['CHECK_LINK'] = 'Documents and links check activation | default : 0 | option : 0 / 1';
$lang['system']['SURFACE_UNIT'] = 'Surface unit | default : km<sup>2</sup> | option : m / km / miles';
$lang['system']['ALLOWABLE_TAGS'] = "Authorized HTML elements strip_slashes | default : <a><abbr><accronym><u><strong><em> ";
$lang['system']['END_LINE'] = "End line character | default : \n";
$lang['system']['TAB_LINE'] = "Tabulation character | default : \t";
$lang['system']['OUTPUT_SEP'] = "URL output separator | default : &";
$lang['system']['AREA_SETTINGS'] = "Textarea size | default : rows='' cols='' ";
$lang['system']['ERROR_SYSTEM'] = "Error system message | default : ::sytem_error:: ";
$lang['system']['CONFIRM_REFRESH'] = "Confirmation message time in seconds (before refresh) | default : 1 ";
$lang['system']['UPLOAD_MAX_MO'] = "Upload maximum size unit octet | default : 512000 ";
$lang['system']['MAX_PHOTO_MAX_WIDTH'] = "Maximum width for a picture unit px | default : 600 ";
$lang['system']['MAX_PHOTO_MIN_WIDTH'] = "Minimum width for a picture unit px| default : 160 ";
$lang['system']['MAIL_INFORMATIONS'] = 'Informations and set up of mail sending';
$lang['system']['MAIL_USE_SSL'] = 'Mode SSL activation | default : 1 | option : 0 / 1';
$lang['system']['MAIL_SENDMAIL'] = 'Mailer path | default : /usr/sbin/sendmail -t -i';
$lang['system']['MAIL_MAILER_SSL'] = "Mailer type | default : smtp";
$lang['system']['MAIL_HOST_SSL'] = "Mailer name | default : ssl.yoursmtp.net";
$lang['system']['MAIL_PORT_SSL'] = "Mailer port | default : 465";
$lang['system']['MAIL_SETTINGS'] = 'Mail Settings';
$lang['system']['MAIL_MAILER'] = "Mailer type | default : smtp";
$lang['system']['MAIL_HOST'] = "Mailer host | default : smtp";
$lang['system']['MAIL_SMTP_AUTH'] = "Mailer authentication activation | default : 0 | option : 0 / 1";
$lang['system']['MAIL_SMTP_USER'] = "User for mailer | default : smtpUser";
$lang['system']['MAIL_SMTP_PASS'] = "Password for mailer | default : smtpPass";
$lang['system']['MAIL_FROM'] = "From mail for sending mails | default : admin@your-collectivity.com";
$lang['system']['MAIL_FROMNAME'] = "Name mail for sending mails | default : Administrator your-collectivity.com";
$lang['system']['MAIL_REPLY'] = "Reply mail for sending mails | default : admin@your-collectivity.com";
$lang['system']['MAIL_REPLYNAME'] = "Reply name for sending mails | default : Administrator your-collectivity";
$lang['system']['MAIL_YELLOWPAGES'] = "Mail sending for subscribe/unsubscribe from the organisations directory | default : 1 | option : 0 / 1";
$lang['system']['SERVER_SETTINGS'] = 'Application Server settings';
$lang['system']['SITE_LINEA_NAME'] = "Software editor name";
$lang['system']['SITE_LINEA_URL'] = "Software editor website";
$lang['system']['MAIL_LINEA'] = "Software editor mail";
$lang['system']['SITE_CITY_NAME'] = "Collectivity name | default : Your collectivity Name";
$lang['system']['SITE_CITY_URL'] = "Collectivity website | default : http://www.your-collectivity.com";
$lang['system']['SITE_ROOT_URL'] = "Site Root url | default : http://www.your-collectivity.com/linea/";
$lang['system']['SITE_CITY_MAIL'] = "Site city mail | default : info@your-collectivity.com";
$lang['system']['SUPPORT_SETTINGS'] = 'Support settings';
$lang['system']['SUPPORT_LINEA'] = 'Online support website | default : http://dev.linea21.com/';
$lang['system']['MAIL_ADMIN_LINEA'] = 'Linea 21 administrator mail | default : info@linea21.com';
$lang['system']['LOGS_SETTINGS'] = 'Logs settings';
$lang['system']['LOG_ADMIN_ACCESS'] = "Admin access log path | default : ../logs/access.admin.log";
$lang['system']['LOG_PUBLIC_ACCESS'] = "Public access log path | default : ../logs/access.public.log";
$lang['system']['LOG_KEYWORDS'] = "Keywords log path | default : ../logs/keywords.log";
$lang['system']['LOG_MAILING'] = "Mailing log path | default : ../logs/mailing.log";
$lang['system']['LOG_SQL_QUERIES'] = "Sql queries log path | default : ../logs/sql_queries.log";
$lang['system']['LOG_SQL_ERRORS'] = "Sql errors log path | default : ../logs/sql_errors.log";
$lang['system']['SITE_PATH'] = "Application server path | default : path/to/linea ";
$lang['system']['DATE_FORMAT'] = "Date format | default : dd-mm-yyyy | option : dd-mm-yyyy / yyyy-mm-dd ";
$lang['system']['TIME_FORMAT'] = "Time format | default : 24 | option : 12 / 24 ";
$lang['system']['MOD_DEBUG'] = "Debug Mode activation | default : 0 | option : 0 / 1";
$lang['system']['THEME_LIST_PUBLIC'] = "List of available theme for public site| default : linea21 | option : seperate theme by | ";
$lang['system']['THEME_LIST_ADMIN'] = "List of available theme for admin site| default : default | option : seperate theme by | ";
$lang['system']['LANGUAGE_SETTINGS'] = "Language settings";
$lang['system']['LOCALES_SETTINGS'] = "Date and time format settings";
|