Blame view
sources/apps/files_sharing/l10n/ca.php
1.05 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.", |
|
03e52840d
|
5 |
"Password" => "Contrasenya", |
|
31b7f2792
|
6 7 8 9 10 11 |
"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ç.", |
|
03e52840d
|
12 13 14 |
"%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", |
|
31b7f2792
|
15 16 |
"Upload" => "Puja", "Cancel upload" => "Cancel·la la pujada", |
|
03e52840d
|
17 |
"No preview available for" => "No hi ha vista prèvia disponible per a", |
|
31b7f2792
|
18 |
"Direct link" => "Enllaç directe" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |