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

pt_BR.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1958825b4765947e701417f8612517f99a6ebd0 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Impossível reverter: %s",
"Versions" => "Versões",
"Failed to revert {file} to revision {timestamp}." => "Falha ao reverter {file} para a revisão {timestamp}.",
"More versions..." => "Mais versões...",
"No other versions available" => "Nenhuma outra versão disponível",
"Restore" => "Restaurar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";