Blame view
sources/apps/files_trashbin/l10n/bg_BG.php
583 Bytes
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Невъзможно перманентното изтриване на %s", |
|
03e52840d
|
4 |
"Couldn't restore %s" => "Невъзможно възтановяване на %s", |
|
31b7f2792
|
5 |
"Error" => "Грешка", |
|
03e52840d
|
6 |
"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!", |
|
31b7f2792
|
7 |
"Name" => "Име", |
|
03e52840d
|
8 |
"Restore" => "Възтановяване", |
|
31b7f2792
|
9 10 11 |
"Deleted" => "Изтрито", "Delete" => "Изтриване", "Deleted Files" => "Изтрити файлове" |
|
03e52840d
|
12 |
); |
|
31b7f2792
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |