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.

he.js 506B

123456789101112
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Could not revert: %s" : "לא ניתן להחזיר: %s",
  5. "Versions" : "גרסאות",
  6. "Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.",
  7. "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
  8. "Restore" : "שחזור",
  9. "No versions available" : "אין גרסאות זמינות",
  10. "More versions..." : "גרסאות נוספות..."
  11. },
  12. "nplurals=2; plural=(n != 1);");