nextcloud/apps/files_versions/l10n/bg_BG.php

11 lines
485 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-07-17 09:55:09 +04:00
"Could not revert: %s" => "Грешка при връщане: %s",
2013-07-28 09:58:28 +04:00
"Versions" => "Версии",
2014-07-17 09:55:09 +04:00
"Failed to revert {file} to revision {timestamp}." => "Грешка при връщане на {file} към версия {timestamp}.",
"More versions..." => "Още версии...",
"No other versions available" => "Няма други налични версии",
2014-07-20 09:54:40 +04:00
"Restore" => "Възтановяви"
2013-01-10 03:05:53 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";