nextcloud/apps/files_sharing/l10n/ca.php

34 lines
2.0 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-19 09:55:38 +04:00
"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ç.",
"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",
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Compartits per {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Compartit per",
2013-10-29 15:31:51 +04:00
"This share is password-protected" => "Aquest compartit està protegit amb contrasenya",
2013-07-09 04:12:22 +04:00
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
2014-07-08 09:55:17 +04:00
"Password" => "Contrasenya",
2014-06-01 09:55:19 +04:00
"Name" => "Nom",
2014-06-19 09:55:38 +04:00
"Share time" => "Temps de compartició",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt 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ç.",
2014-05-04 09:56:15 +04:00
"Download" => "Baixa",
2014-03-19 09:55:39 +04:00
"Download %s" => "Baixa %s",
2014-06-19 09:55:38 +04:00
"Direct link" => "Enllaç directe",
2014-07-01 09:54:43 +04:00
"Remote Shares" => "Compartició remota",
2014-06-19 09:55:38 +04:00
"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"
2012-08-14 01:19:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";