PHP Classes

File: apps/codiad/languages/ru.php

Recommend this page to a friend!
  Classes of Mark Richards   CliqonV4   apps/codiad/languages/ru.php   Download  
File: apps/codiad/languages/ru.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CliqonV4
Framework with modules to build Web applications
Author: By
Last change:
Date: 5 years ago
Size: 5,259 bytes
 

Contents

Class file image Download
<?php
$lang
= array(
  
"Save" => "?????????",
  
"Color Tool" => "????",
  
"Terminal" => "????????",
  
"Projects" => "???????",
  
"Users" => "????????????",
  
"Settings" => "?????????",
  
"Password" => "??????",
  
"Logout" => "?????",
  
"Split" => "????????? ????",
  
"Editor Settings" => "????????? ?????????",
  
"Theme" => "????",
  
"Font Size" => "?????? ??????",
  
"Highlight Active Line" => "???????? ???????? ??????",
  
"Indent Guides" => "???????????? ??????",
  
"On" => "????????",
  
"Off" => "?????????",
  
"Print Margin" => "?????????? ??????",
  
"Show" => "??????????",
  
"Hide" => "?? ??????????",
  
"No wrap" => "??????????",
  
"Wrap Lines" => "?? ??????????",
  
"Right Sidebar Trigger" => "Right Sidebar Trigger",
  
"Hover" => "Hover",
  
"Click" => "Click",
  
"Close" => "???????",
  
"Yes" => "??",
  
"No" => "???",
  
"Split Horizontally" => "?????? ?????????????",
  
"Split Vertically" => "?????? ???????????",
  
"Merge all" => "???? ????",
  
"Explore" => "?????",
  
"You Must Choose A Value" => "???????? ????????",
  
"Warning: File Currently Opened By: " => "????????: ???? ?????? ?????? ?????????????: ",
  
"Close Unsaved File?" => "??????? ????????????? ?????",
  
"Save & Close" => "????????? ? ???????",
  
"Discard Changes" => "???????? ?????????",
  
"Cancel" => "???????",
  
"Recovered unsaved content for: " => "??????????????? ???????: ",
  
"You have unsaved files." => "? ??? ???? ????????????? ?????.",
  
"No Open Files to save" => "??? ???????? ?????? ??? ??????????",
  
"No Open Files or Selected Text" => "??? ???????? ?????? ??? ??????????? ??????",
  
"No suggestion selected. Might be a bug." => "??????????? ?? ???????. ????? ???? ??????.",
  
"More than one suggestions selected. Might be a bug." => "??????? ????? ?????? ???????????. ????? ???? ??????.",
  
"Insert HEX" => "???????? HEX",
  
"Insert RGB" => "???????? RGB",
  
"Find:" => "?????:",
  
"Replace:" => "????????:",
  
"Find" => "?????",
  
"Replace" => "????????",
  
"Replace ALL" => "???????? ???",
  
"Project Loaded" => "?????? ????????",
  
"File saved" => "???? ????????",
  
"Copied to Clipboard" => "???????????? ? ??????",
  
"Nothing in Your Clipboard" => "????? ? ???????",
  
"Cannot Paste Directory Into Itself" => "?????? ???????? ????? ?????? ????? ????.",
  
"File could not be saved" => "???? ?? ????? ???? ????????"
);
?>