nextcloud/apps/files_versions/l10n/gl.php

11 lines
428 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-15 03:06:50 +04:00
"Could not revert: %s" => "Non foi posíbel reverter: %s",
2013-07-28 09:58:28 +04:00
"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" => "Restablecer"
2012-09-19 04:07:26 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";