PHP Classes

File: modules/system/lang/uk/client.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/uk/client.php   Download  
File: modules/system/lang/uk/client.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 5,104 bytes
 

Contents

Class file image Download
<?php

return [

   
/*
    |--------------------------------------------------------------------------
    | Client-side Language Lines
    |--------------------------------------------------------------------------
    |
    | These are messages made available to the client browser via JavaScript.
    | To compile this file run: php artisan winter:util compile lang
    |
    */

   
'markdowneditor' => [
       
'formatting' => '????????????',
       
'quote' => '??????',
       
'code' => '???',
       
'header1' => '????????? 1',
       
'header2' => '????????? 2',
       
'header3' => '????????? 3',
       
'header4' => '????????? 4',
       
'header5' => '????????? 5',
       
'header6' => '????????? 6',
       
'bold' => '?????? ?????',
       
'italic' => '??????',
       
'unorderedlist' => '?????????????? ??????',
       
'orderedlist' => '???????????? ??????',
       
'video' => '?????',
       
'image' => '??????????',
       
'link' => '?????????',
       
'horizontalrule' => '???????? ????????????? ?????',
       
'fullscreen' => '?????? ?????',
       
'preview' => '?????????? ????????',
    ],
   
'mediamanager' => [
       
'insert_link' => "???????? ?????-?????????",
       
'insert_image' => "???????? ?????-??????????",
       
'insert_video' => "???????? ?????-?????",
       
'insert_audio' => "???????? ?????-?????",
       
'invalid_file_empty_insert' => "???? ?????, ??????? ???? ??? ??????? ?????????.",
       
'invalid_file_single_insert' => "???? ?????, ??????? ???? ????.",
       
'invalid_image_empty_insert' => "???? ?????, ??????? ?????????? ??? ???????.",
       
'invalid_video_empty_insert' => "???? ?????, ??????? ????? ??? ???????.",
       
'invalid_audio_empty_insert' => "???? ?????, ??????? ????? ??? ???????.",
    ],
   
'alert' => [
       
'confirm_button_text' => '??',
       
'cancel_button_text' => '?????????',
       
'widget_remove_confirm' => '???????? ??? ???????',
    ],
   
'datepicker' => [
       
'previousMonth' => '?????????? ??????',
       
'nextMonth' => '????????? ??????',
       
'months' => ['??????', '?????', '????????', '???????', '???????', '???????', '??????', '???????', '????????', '???????', '????????', '???????'],
       
'weekdays' => ['??????', '?????????', '????????', '??????', '??????', '?\'??????', 'C?????'],
       
'weekdaysShort' => ['??', '??', '??', '??', '??', '??', '??'],
    ],
   
'colorpicker' => [
       
'last_color' => '??????????????? ?????? ???????? ?????',
       
'aria_palette' => '??????? ?????? ???????',
       
'aria_hue' => '???????? ?????? ????????',
       
'aria_opacity' => '???????? ?????? ??????????',
    ],
   
'filter' => [
       
'group' => [
           
'all' => '???',
        ],
       
'scopes' => [
           
'apply_button_text' => '???????????',
           
'clear_button_text' => '????????',
        ],
       
'dates' => [
           
'all' => '???',
           
'filter_button_text' => '??????',
           
'reset_button_text' => '???????',
           
'date_placeholder' => '????',
           
'after_placeholder' => '?????',
           
'before_placeholder' => '??',
        ],
       
'numbers' => [
           
'all' => '???',
           
'filter_button_text' => '??????',
           
'reset_button_text' => '????????',
           
'min_placeholder' => 'Min',
           
'max_placeholder' => 'Max',
        ],
    ],
   
'eventlog' => [
       
'show_stacktrace' => '???????? ?????????? ?????',
       
'hide_stacktrace' => '????????? ?????????? ?????',
       
'tabs' => [
           
'formatted' => '????????????',
           
'raw' => '??????????',
        ],
       
'editor' => [
           
'title' => '???????? ????????? ????',
           
'description' => '???? ?????????? ??????? ??????? ???? ??????????? ?? ??????????????? ?? ?????? ? ??? ???? URL.',
           
'openWith' => '???????? ?? ?????????',
           
'remember_choice' => '?????\'????? ??????? ??????? ??? ???? ?????',
           
'open' => '????????',
           
'cancel' => '?????????',
        ],
    ],
];