You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_versions/l10n/mk.php

10 lines
518 B

<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Не можев да го вратам: %s",
"Versions" => "Версии",
"Failed to revert {file} to revision {timestamp}." => "Не успеав да го вратам {file} на ревизијата {timestamp}.",
"More versions..." => "Повеќе верзии...",
"No other versions available" => "Не постојат други верзии",
"Restore" => "Врати"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";