Blame view
sources/apps/ownpad_lite/l10n/bg_BG.php
583 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "Документът беше споделен", "User %s shared quick document %s with you." => "Потребителят %s сподели документа %s с Вас.", "My pad" => "Моят пад", "Settings" => "Настройки", "Pad Title" => "Наименование", "Open" => "Отвори", "Share with" => "Споделено с", "Share" => "Споделяне", "Etherpad service URL" => "Сервизен уеб адрес за Etherpad", "Username" => "Потребител", "Save" => "Запис" ); |