nextcloud/apps/files_versions/l10n/mk.php

11 lines
518 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-29 15:31:51 +04:00
"Could not revert: %s" => "Не можев да го вратам: %s",
"Versions" => "Версии",
"Failed to revert {file} to revision {timestamp}." => "Не успеав да го вратам {file} на ревизијата {timestamp}.",
"More versions..." => "Повеќе верзии...",
"No other versions available" => "Не постојат други верзии",
"Restore" => "Врати"
2012-12-18 03:14:58 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";