nextcloud/apps/files_versions/l10n/ca.php

11 lines
413 B
PHP
Raw Normal View History

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