Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #42 from PVasileff/patch-1
Browse files Browse the repository at this point in the history
Create bg_BG.inc
  • Loading branch information
johndoh committed Mar 20, 2016
2 parents 9fe7830 + d30f3e5 commit e0d1543
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions localization/bg_BG.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/* Author: Plamen Vasileff */

$labels = array();
$labels['buttonjunk'] = 'Маркирай като спам';
$labels['markasjunk'] = 'Като спам';
$labels['buttonnotjunk'] = 'Маркирай като желано';
$labels['markasnotjunk'] = 'Не е спам';
$labels['notjunk'] = 'Не е спам';

$messages = array();
$messages['reportedasjunk'] = 'Успешно отбелязахте съобщението като спам';
$messages['reportedasnotjunk'] = 'Успешно отбелязахте съобщението като желано';

?>

0 comments on commit e0d1543

Please sign in to comment.