Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbe8f86e253d8eb6aecfffa8b7c7ec1d8cea0882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
"Password" => "Contrasenya",
"Submit" => "Envia",
"Sorry, this link doesn’t seem to work anymore." => "Aquest enllaç sembla que no funciona.",
"Reasons might be:" => "Les raons podrien ser:",
"the item was removed" => "l'element ha estat eliminat",
"the link expired" => "l'enllaç ha vençut",
"sharing is disabled" => "s'ha desactivat la compartició",
"For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.",
"%s shared the folder %s with you" => "%s ha compartit la carpeta %s amb vós",
"%s shared the file %s with you" => "%s ha compartit el fitxer %s amb vós",
"Download" => "Baixa",
"Upload" => "Puja",
"Cancel upload" => "Cancel·la la pujada",
"No preview available for" => "No hi ha vista prèvia disponible per a"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";