nextcloud/apps/files_versions/l10n/he.php

8 lines
196 B
PHP

<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "לא ניתן להחזיר: %s",
"Versions" => "גרסאות",
"Restore" => "שחזור"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";