mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
11 lines
401 B
PHP
11 lines
401 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['account_logbook_fields'] = 'Logbok-fält';
|
|
$lang['account_column1_text'] = 'Välj kolumn 1';
|
|
$lang['account_column2_text'] = 'Välj kolumn 2';
|
|
$lang['account_column3_text'] = 'Välj kolumn 3';
|
|
$lang['account_column4_text'] = 'Välj kolumn 4';
|
|
$lang['account_column5_text'] = 'Välj kolumn 5 (bara för logbok)';
|