nextcloud/apps/files_trashbin/l10n/bg_BG.php
2014-04-16 01:57:34 -04:00

14 rivejä
583 B
PHP
Raaka Selitys Historia

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Невъзможно перманентното изтриване на %s",
"Couldn't restore %s" => "Невъзможно възтановяване на %s",
"Error" => "Грешка",
"Deleted Files" => "Изтрити файлове",
"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!",
"Name" => "Име",
"Restore" => "Възтановяване",
"Deleted" => "Изтрито",
"Delete" => "Изтриване"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";