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

ast.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff8237ecf71df1a21bc9d8070285d0a627a3fd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor",
"Couldn't add remote share" => "Nun pudo amestase una compartición remota",
"Shared with you" => "Compartío contigo",
"Shared with others" => "Compartío con otros",
"Shared by link" => "Compartíu por enllaz",
"No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.",
"You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.",
"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.",
"Add {name} from {owner}@{remote}" => "Amestar {name} de {owner}@{remote}",
"Password" => "Contraseña",
"No ownCloud installation found at {remote}" => "Nun s'alcontró denguna instalación d'ownCloud en {remote}",
"Invalid ownCloud url" => "Url ownCloud inválida",
"Shared by {owner}" => "Compartíu por {owner}",
"Shared by" => "Compartíu por",
"This share is password-protected" => "Esta compartición tien contraseña protexida",
"The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.",
"Name" => "Nome",
"Share time" => "Compartir hora",
"Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.",
"Reasons might be:" => "Les razones pueden ser: ",
"the item was removed" => "desanicióse l'elementu",
"the link expired" => "l'enllaz caducó",
"sharing is disabled" => "la compartición ta deshabilitada",
"For more info, please ask the person who sent this link." => "Pa más información, entrúga-y a la persona qu'unvió esti enllaz",
"Save to ownCloud" => "Guardar en ownCloud",
"example.com/owncloud" => "exemplu.com/owncloud",
"Save" => "Guardar",
"Download" => "Baxar",
"Download %s" => "Descargar %s",
"Direct link" => "Enllaz direutu",
"Remote Shares" => "Comparticiones remotes",
"Allow other instances to mount public links shared from this server" => "Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor",
"Allow users to mount public link shares" => "Permitir a los usuarios montar enllaces compartíos públicos"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";