PHP Classes

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

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/rs/client.php   Download  
File: modules/system/lang/rs/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,689 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' => 'Formatiranje',
       
'quote' => 'Citat',
       
'code' => 'Kod',
       
'header1' => 'Zaglavlje 1',
       
'header2' => 'Zaglavlje 2',
       
'header3' => 'Zaglavlje 3',
       
'header4' => 'Zaglavlje 4',
       
'header5' => 'Zaglavlje 5',
       
'header6' => 'Zaglavlje 6',
       
'bold' => 'Podebljaj',
       
'italic' => 'Ukosi',
       
'unorderedlist' => 'Neure?ena lista',
       
'orderedlist' => 'Ure?ena lista',
       
'video' => 'Video',
       
'image' => 'Slika',
       
'link' => 'Link',
       
'horizontalrule' => 'Ubaci horizontalnu liniju',
       
'fullscreen' => 'Ceo ekran',
       
'preview' => 'Pregled',
    ],
   
'mediamanager' => [
       
'insert_link' => 'Ubaci link',
       
'insert_image' => 'Ubaci sliku',
       
'insert_video' => 'Ubaci video zapis',
       
'insert_audio' => 'Ubaci zvu?ni zapis',
       
'invalid_file_empty_insert' => 'Odaberi fajl za ubacivanje linkova.',
       
'invalid_file_single_insert' => 'Odaberi jedan fajl za ubacivanje.',
       
'invalid_image_empty_insert' => 'Odaberi sliku/slike za ubacivanje.',
       
'invalid_video_empty_insert' => 'Odaberi video zapis za ubacivanje.',
       
'invalid_audio_empty_insert' => 'Odaberi audio zapis za ubacivanje.',
    ],
   
'alert' => [
       
'confirm_button_text' => 'OK',
       
'cancel_button_text' => 'Otka?i',
       
'widget_remove_confirm' => 'Otkloni ovaj posredni?ki element?',
    ],
   
'datepicker' => [
       
'previousMonth' => 'Prethodni mesec',
       
'nextMonth' => 'Slede?i mesec',
       
'months' => ['Januar', 'Februar', 'Mart', 'April', 'Maj', 'Juni', 'Juli', 'Avgust', 'Septembar', 'Oktobar', 'Novembar', 'Decembar'],
       
'weekdays' => ['Nedelja', 'Ponedeljak', 'Utorak', 'Sreda', '?etvrtak', 'Petak', 'Subota'],
       
'weekdaysShort' => ['Ned', 'Pon', 'Uto', 'Sre', '?et', 'Pet', 'Sub']
    ],
   
'colorpicker' => [
       
'choose' => 'Ok',
    ],
   
'filter' => [
       
'group' => [
           
'all' => 'sve',
        ],
       
'scopes' => [
           
'apply_button_text' => 'Primeni',
           
'clear_button_text' => 'O?isti',
        ],
       
'dates' => [
           
'all' => 'svi',
           
'filter_button_text' => 'Filtriraj',
           
'reset_button_text' => 'Resetuj',
           
'date_placeholder' => 'Datum',
           
'after_placeholder' => 'Pre',
           
'before_placeholder' => 'Posle',
        ],
       
'numbers' => [
           
'all' => 'svi',
           
'filter_button_text' => 'Filtriraj',
           
'reset_button_text' => 'Resetuj',
           
'min_placeholder' => 'Minimum',
           
'max_placeholder' => 'Maksimum',
        ],
    ],
   
'eventlog' => [
       
'show_stacktrace' => 'Prika?i trag',
       
'hide_stacktrace' => 'Sakrij trag',
       
'tabs' => [
           
'formatted' => 'Formatiraj',
           
'raw' => 'Izvorno',
        ],
       
'editor' => [
           
'title' => 'Izvorni kod editora',
           
'description' => 'Va? operativni sistem treba da bude konfigurisan za oslu?kivanje ovih URL ?ema.',
           
'openWith' => 'Otvori sa',
           
'remember_choice' => 'Zapamti izabranu opciju za ovu sesiju',
           
'open' => 'Otvori',
           
'cancel' => 'Otka?i',
        ],
    ],
];