Blame view
sources/apps/files_sharing/l10n/ca.php
2.12 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
"Server to server sharing is not enabled on this server" => "La compartició entre servidors no està activat en aquest servidor",
"Couldn't add remote share" => "No s'ha pogut afegir una compartició remota",
"Shared with you" => "Compartit per vós",
"Shared with others" => "Compartit amb altres",
"Shared by link" => "Compartit amb enllaç",
"No files have been shared with you yet." => "Encara no hi ha fitxers compartits amb vós.",
"You haven't shared any files yet." => "Encara no heu compartit cap fitxer.",
"You haven't shared any files by link yet." => "Encara no heu compartit cap fitxer amb enllaç.",
"Add {name} from {owner}@{remote}" => "Afegiu {name} de {owner}@{remote}",
"Add Share" => "Comparteix",
"Password" => "Contrasenya",
"No ownCloud installation found at {remote}" => "No s'ha trobat cap instal·lació ownCloud a {remote}",
"Invalid ownCloud url" => "La url d'ownCloud no és vàlida",
"Shared by {owner}" => "Compartits per {owner}",
"Shared by" => "Compartit per",
|
|
31b7f2792
|
18 19 |
"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.", |
|
6d9380f96
|
20 21 |
"Name" => "Nom", "Share time" => "Temps de compartició", |
|
31b7f2792
|
22 23 24 25 26 27 |
"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ç.", |
|
6d9380f96
|
28 |
"Save" => "Desa", |
|
03e52840d
|
29 |
"Download" => "Baixa", |
|
6d9380f96
|
30 31 32 33 34 |
"Download %s" => "Baixa %s", "Direct link" => "Enllaç directe", "Remote Shares" => "Compartició remota", "Allow other instances to mount public links shared from this server" => "Permet que altres instàncies muntin enllaços públics compartits des d'aqeust servidor", "Allow users to mount public link shares" => "Permet que usuaris muntin compartits amb enllaços públics" |
|
03e52840d
|
35 |
); |
|
31b7f2792
|
36 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |