Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gl.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48eef193e431b98d16243de669e89bbe4db94adf (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Non foi posíbel reverter: %s",
"Versions" => "Versións",
"Failed to revert {file} to revision {timestamp}." => "Non foi posíbel reverter {file} á revisión {timestamp}.",
"More versions..." => "Máis versións...",
"No other versions available" => "Non hai outras versións dispoñíbeis",
"Restore" => "Restabelecer"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";