server/apps/files_versions/l10n/ca.php

11 lines
413 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-02-08 23:14:08 +00:00
"Could not revert: %s" => "No s'ha pogut revertir: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "Versions",
2013-08-01 05:57:04 +00:00
"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",
2013-07-28 05:58:28 +00:00
"Restore" => "Recupera"
2012-08-13 21:19:31 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";