11 lines
391 B
PHP
11 lines
391 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Could not revert: %s",
|
|
"Versions" => "Versions",
|
|
"Failed to revert {file} to revision {timestamp}." => "Failed to revert {file} to revision {timestamp}.",
|
|
"More versions..." => "More versions...",
|
|
"No other versions available" => "No other versions available",
|
|
"Restore" => "Restore"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|