server/apps/files_versions/l10n/he.php

8 lines
196 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-06-07 00:17:50 +00:00
"Could not revert: %s" => "לא ניתן להחזיר: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "גרסאות",
"Restore" => "שחזור"
2012-09-05 00:05:39 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";