PHP Classes

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

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/cs/client.php   Download  
File: modules/system/lang/cs/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: 7 months ago
Size: 3,777 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' => 'Formátování',
       
'quote' => 'Citace',
       
'code' => 'Kód',
       
'header1' => 'Nadpis 1',
       
'header2' => 'Nadpis 2',
       
'header3' => 'Nadpis 3',
       
'header4' => 'Nadpis 4',
       
'header5' => 'Nadpis 5',
       
'header6' => 'Nadpis 6',
       
'bold' => 'Tu?n?',
       
'italic' => 'Kurzívou',
       
'unorderedlist' => 'Ne?íslovaný seznam',
       
'orderedlist' => '?íslovaný seznam',
       
'video' => 'Video',
       
'image' => 'Obrázek',
       
'link' => 'Odkaz',
       
'horizontalrule' => 'Vlo?it horizontální linku',
       
'fullscreen' => 'Celá obrazovka',
       
'preview' => 'Náhled',
    ],
   
'mediamanager' => [
       
'insert_link' => "Vlo?it odkaz",
       
'insert_image' => "Vlo?it obrázek",
       
'insert_video' => "Vlo?it video",
       
'insert_audio' => "Vlo?it zvuk",
       
'invalid_file_empty_insert' => "Prosím vyberte soubor, na který se vlo?í odkaz.",
       
'invalid_file_single_insert' => "Vyberte jeden soubor.",
       
'invalid_image_empty_insert' => "Vyberte soubor(y) pro vlo?ení.",
       
'invalid_video_empty_insert' => "Vyberte video soubor pro vlo?ení.",
       
'invalid_audio_empty_insert' => "Vyberte audio soubor pro vlo?ení.",
    ],
   
'alert' => [
       
'confirm_button_text' => 'OK',
       
'cancel_button_text' => 'Zru?it',
       
'widget_remove_confirm' => 'Odstranit widget?',
    ],
   
'datepicker' => [
       
'previousMonth' => 'P?edchozí m?síc',
       
'nextMonth' => 'Následující m?síc',
       
'months' => ['Leden', 'Únor', 'B?ezen', 'Duben', 'Kv?ten', '?erven', '?ervenec', 'Srpen', 'Zá?í', '?íjen', 'Listopad', 'Prosinec'],
       
'weekdays' => ['Ned?le', 'Pond?lí', 'Úterý', 'St?eda', '?tvrtek', 'Pátek', 'Sobota'],
       
'weekdaysShort' => ['Ne', 'Po', 'Út', 'St', '?t', 'Pá', 'So'],
    ],
   
'colorpicker' => [
       
'choose' => 'Ok',
    ],
   
'filter' => [
       
'group' => [
           
'all' => 'V?e',
        ],
       
'scopes' => [
           
'apply_button_text' => 'Filtrovat',
           
'clear_button_text' => 'Zru?it',
        ],
       
'dates' => [
           
'all' => 'V?e',
           
'filter_button_text' => 'Filtrovat',
           
'reset_button_text' => 'Zru?it',
           
'date_placeholder' => 'Datum',
           
'after_placeholder' => 'Po',
           
'before_placeholder' => 'P?ed',
        ],
       
'numbers' => [
           
'all' => 'V?e',
           
'filter_button_text' => 'Filtrovat',
           
'reset_button_text' => 'Zru?it',
           
'min_placeholder' => 'Minimum',
           
'max_placeholder' => 'Maximum',
        ],
    ],
   
'eventlog' => [
       
'show_stacktrace' => 'Zobrazit stacktrace',
       
'hide_stacktrace' => 'Skrýt stacktrace',
       
'tabs' => [
           
'formatted' => 'Formátováno',
           
'raw' => 'P?vodní (raw)',
        ],
       
'editor' => [
           
'title' => 'Editor zdrojového kódu',
           
'description' => 'Vá? opera?ní systém by m?l být konfigurován tak, aby naslouchal jednomu z t?chto schémat adres URL.',
           
'openWith' => 'Otev?ít v',
           
'remember_choice' => 'Zapamatovat si vybranou volbu pro tuto relaci',
           
'open' => 'Otev?ít',
           
'cancel' => 'Zru?it',
        ],
    ],
];