diff options
Diffstat (limited to 'apps/files_trashbin/l10n/bg_BG.php')
-rw-r--r-- | apps/files_trashbin/l10n/bg_BG.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/bg_BG.php b/apps/files_trashbin/l10n/bg_BG.php index 1e0953b013a..5ae41a324af 100644 --- a/apps/files_trashbin/l10n/bg_BG.php +++ b/apps/files_trashbin/l10n/bg_BG.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "Невъзможно перманентното изтриване на %s", "Couldn't restore %s" => "Невъзможно възтановяване на %s", "perform restore operation" => "извършване на действие по възстановяване", @@ -16,3 +17,4 @@ "Delete" => "Изтриване", "Deleted Files" => "Изтрити файлове" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |