birzha-legalizasia/lang/en/langfilemanager.php

39 lines
1.6 KiB
PHP
Executable File

<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack\LangFileManager Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the CRUD interface for lang files.
| You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'active' => 'Active',
'cant_edit_online' => 'This language file cannot be edited online.',
'code_iso639-1' => 'Code (ISO 639-1)',
'default' => 'Default',
'empty_file' => 'No translations available.',
'flag_image' => 'Flag image',
'key' => 'Key',
'language' => 'language',
'language_name' => 'Language name',
'language_text' => ':language_name text',
'language_translation' => ':language_name translation',
'languages' => 'languages',
'please_fill_all_fields' => 'Please fill all fields',
'rules_text' => "<strong>Notice: </strong> Do not translate words prefixed with colon (ex: ':number_of_items'). Those will be replaced automatically with a proper value. If translated, that stops working.",
'saved' => 'Saved',
'site_texts' => 'Site texts',
'switch_to' => 'Switch to',
'texts' => 'Texts',
'translate' => 'Translate',
'translations' => 'Translations',
'native_name' => 'Native name',
];