Blame view
sources/apps/files_versions/l10n/gl.php
428 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Non foi posíbel reverter: %s", |
|
03e52840d
|
4 |
"Versions" => "Versións", |
|
31b7f2792
|
5 6 7 8 |
"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"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |