-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
461 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
/** | ||
* Ukrainian language file | ||
* | ||
* @package AutoAlias | ||
* @copyright (c) Cotonti Team | ||
* @license https://github.com/Cotonti/Cotonti/blob/master/License.txt | ||
*/ | ||
|
||
defined('COT_CODE') or die('Wrong URL'); | ||
|
||
/** | ||
* Plugin Info | ||
*/ | ||
|
||
$L['AutoAlias2'] = 'AutoAlias 2'; | ||
$L['info_desc'] = 'Створення аліасу при його відсутності з заголовка сторінки'; | ||
|
||
/** | ||
* Plugin Config | ||
*/ | ||
|
||
$L['cfg_translit'] = 'Транслітерувати не латинські символи, якщо можливо'; | ||
$L['cfg_prepend_id'] = 'Додати ID сторінки на початок аліасу'; | ||
$L['cfg_on_duplicate'] = 'Кількість, що додається до не унікального аліасу (якщо відключено додається ID)'; | ||
$L['cfg_sep'] = 'Роздільник слів'; | ||
$L['cfg_lowercase'] = 'Змінювати в аліасі всі літери на малі'; | ||
|
||
/** | ||
* Plugin Admin | ||
*/ | ||
|
||
$L['aliases_written'] = 'аліасів записано: {$count}'; | ||
$L['create_aliases'] = 'Створити аліаси із заголовків, якщо відсутні'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,30 @@ | ||
<?php | ||
/** | ||
* Ukrainian Language File for Tags Plugin | ||
* Ukrainian Language File for Autocomplete Plugin | ||
* | ||
* @package tags | ||
* @version 0.9.5 | ||
* @author Cotonti Translators Team | ||
* @copyright Copyright (c) Cotonti Team 2011 | ||
* @license BSD | ||
* @package Autocomplete | ||
* @copyright (c) Cotonti Translators Team | ||
* @license https://github.com/Cotonti/Cotonti/blob/master/License.txt | ||
*/ | ||
|
||
defined('COT_CODE') or die('Wrong URL.'); | ||
|
||
/** | ||
* Plugin Info | ||
*/ | ||
|
||
$L['info_desc'] = 'Автодоповнення для імені користувачів в деяких формах'; | ||
|
||
/** | ||
* Plugin Config | ||
*/ | ||
|
||
$L['cfg_autocomplete'] = 'Мін. символів для автодоповнення'; | ||
$L['cfg_autocomplete_hint'] = '0 - відключає автодоповнення'; | ||
$L['cfg_css'] = 'Використовувати CSS стилі плагіна'; | ||
|
||
/** | ||
* Plugin Title & Subtitle | ||
*/ | ||
|
||
$L['plu_title'] = 'Автодоповнення'; | ||
$L['cfg_autocomplete'] = array('Мін. символів для автодоповнення ', '0 - відключає автодоповнення'); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.