Blame view
sources/apps/files_versions/l10n/ca.php
413 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "No s'ha pogut revertir: %s", |
|
03e52840d
|
4 |
"Versions" => "Versions", |
|
31b7f2792
|
5 6 7 8 |
"Failed to revert {file} to revision {timestamp}." => "Ha fallat en retornar {file} a la revisió {timestamp}",
"More versions..." => "Més versions...",
"No other versions available" => "No hi ha altres versions disponibles",
"Restore" => "Recupera"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |