mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-01-06 14:12:04 +01:00
27 lines
803 B
Plaintext
27 lines
803 B
Plaintext
<?php
|
|
|
|
/*
|
|
sr_CY.php
|
|
Serbian (Cyrillic)
|
|
Translated by Petar Benke, benke verat net
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'ÁÐÔàÖÐø',
|
|
'parent directory' => 'ÝØÒÞ ÓÞàÕ',
|
|
'file' => 'ÝÐרÒ',
|
|
'size' => 'ÒÕÛØçØÝÐ',
|
|
'modified' => 'ÔÐâãÜ',
|
|
'total size' => 'ãÚãßÝÐ ÒÕÛØçØÝÐ',
|
|
'total files' => 'ãÚãßÝÞ ÔÐâÞâÕÚÐ',
|
|
'total folders' => 'ãÚãßÝÞ ÔØàÕÚâÞàØøãÜÐ',
|
|
'search' => '¿àÕâàÐÖØÒÐúÕ',
|
|
'files' => 'ÔÐâÞâÕÚÐ',
|
|
'folders' => 'ÔØàÕÚâÞàØøãÜÐ',
|
|
'both' => 'Ø øÕÔÝÞ Ø ÔàãÓÞ',
|
|
'search results' => 'ÀÕ×ãÛâÐâ ßàÕâàÐÖØÒÐúÐ',
|
|
'no results' => '¶ÐÛØÜ, ÝØèâÐ ÝØøÕ ÝÐòÕÝÞ',
|
|
'end of results' => '¿àÕâàÖØÒÐúÕ øÕ ÞÚÞÝçÐÝÞ',
|
|
'found' => 'ÝÐòÕÝÞ');
|
|
|
|
?> |