diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-06 01:55:59 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-06 01:55:59 -0500 |
commit | 0e843b9d7d36976322df33fee6a3cc36e07fea85 (patch) | |
tree | 710a916e35281dc6303709696b233319db50f309 /core | |
parent | ce3df4469909852ddaa1b35addd4c0e8a9a68195 (diff) | |
download | nextcloud-server-0e843b9d7d36976322df33fee6a3cc36e07fea85.tar.gz nextcloud-server-0e843b9d7d36976322df33fee6a3cc36e07fea85.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/be.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/core/l10n/be.php b/core/l10n/be.php index 2481806bcb9..19d330a44dd 100644 --- a/core/l10n/be.php +++ b/core/l10n/be.php @@ -1,10 +1,43 @@ <?php $TRANSLATIONS = array( +"Sunday" => "Нядзеля", +"Monday" => "Панядзелак", +"Tuesday" => "Аўторак", +"Wednesday" => "Серада", +"Thursday" => "Чацвер", +"Friday" => "Пятніца", +"Saturday" => "Субота", +"January" => "Студзень", +"February" => "Люты", +"March" => "Сакавік", +"April" => "Красавік", +"May" => "Май", +"June" => "Чэрвень", +"July" => "Ліпень", +"August" => "Жнівень", +"September" => "Верасень", +"October" => "Кастрычнік", +"November" => "Лістапад", +"December" => "Снежань", +"Settings" => "Налады", +"seconds ago" => "Секунд таму", "_%n minute ago_::_%n minutes ago_" => array("","","",""), "_%n hour ago_::_%n hours ago_" => array("","","",""), +"today" => "Сёння", +"yesterday" => "Ўчора", "_%n day ago_::_%n days ago_" => array("","","",""), +"last month" => "У мінулым месяцы", "_%n month ago_::_%n months ago_" => array("","","",""), +"months ago" => "Месяцаў таму", +"last year" => "У мінулым годзе", +"years ago" => "Гадоў таму", +"Choose" => "Выбар", +"Yes" => "Так", +"No" => "Не", +"Ok" => "Добра", "_{count} file conflict_::_{count} file conflicts_" => array("","","",""), +"Error" => "Памылка", +"The object type is not specified." => "Тып аб'екта не ўдакладняецца.", "Advanced" => "Дасведчаны", "Finish setup" => "Завяршыць ўстаноўку." ); |