Blame view
sources/apps/files_sharing/l10n/gl.php
2.19 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" => "Neste servidor non está activada a compartición de servidor a servidor",
"Couldn't add remote share" => "Non foi posíbel engadir a compartición remota",
"Shared with you" => "Compartido con vostede",
"Shared with others" => "Compartido con outros",
"Shared by link" => "Compartido por ligazón",
"No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.",
"You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.",
"You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.",
"Add {name} from {owner}@{remote}" => "Engadir {name} desde {owner}@{remote}",
"Add Share" => "Engadir compartición",
"Password" => "Contrasinal",
"No ownCloud installation found at {remote}" => "Non se atopou unha instalación do ownCloud en {remote}",
"Invalid ownCloud url" => "URL incorrecta do ownCloud",
"Shared by {owner}" => "Compartido por {owner}",
"Shared by" => "Compartido por",
|
|
31b7f2792
|
18 19 |
"This share is password-protected" => "Esta compartición está protexida con contrasinal", "The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.", |
|
6d9380f96
|
20 21 |
"Name" => "Nome", "Share time" => "Compartir o tempo", |
|
31b7f2792
|
22 23 24 25 26 27 |
"Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.", "Reasons might be:" => "As razóns poderían ser:", "the item was removed" => "o elemento foi retirado", "the link expired" => "a ligazón caducou", "sharing is disabled" => "foi desactivada a compartición", "For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", |
|
6d9380f96
|
28 |
"Save" => "Gardar", |
|
03e52840d
|
29 |
"Download" => "Descargar", |
|
6d9380f96
|
30 31 32 33 34 |
"Download %s" => "Descargar %s", "Direct link" => "Ligazón directa", "Remote Shares" => "Comparticións remotas", "Allow other instances to mount public links shared from this server" => "Permitir que outras instancias monten ligazóns públicas compartidas desde este servidor", "Allow users to mount public link shares" => "Permitirlle aos usuarios montar ligazóns públicas compartidas" |
|
03e52840d
|
35 |
); |
|
31b7f2792
|
36 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |