nextcloud/apps/files_sharing/l10n/gl.php

36 lines
2.2 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" => "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",
2014-06-04 09:57:48 +04:00
"Shared with you" => "Compartido con vostede",
2014-06-01 09:55:19 +04:00
"Shared with others" => "Compartido con outros",
2014-06-07 09:56:13 +04:00
"Shared by link" => "Compartido por ligazón",
2014-06-01 09:55:19 +04:00
"No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.",
2014-06-04 09:57:48 +04:00
"You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.",
2014-06-07 09:56:13 +04:00
"You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.",
2014-06-19 09:55:38 +04:00
"Add {name} from {owner}@{remote}" => "Engadir {name} desde {owner}@{remote}",
2014-07-01 09:54:43 +04:00
"Add Share" => "Engadir compartición",
2014-06-29 09:56:00 +04:00
"Password" => "Contrasinal",
2014-06-19 09:55:38 +04:00
"No ownCloud installation found at {remote}" => "Non se atopou unha instalación do ownCloud en {remote}",
"Invalid ownCloud url" => "URL incorrecta do ownCloud",
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Compartido por {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Compartido por",
2013-10-14 04:33:30 +04:00
"This share is password-protected" => "Esta compartición está protexida con contrasinal",
2013-07-07 04:06:06 +04:00
"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
2014-06-01 09:55:19 +04:00
"Name" => "Nome",
"Share time" => "Compartir o tempo",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt 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.",
2014-05-04 09:56:15 +04:00
"Download" => "Descargar",
2014-03-15 10:14:22 +04:00
"Download %s" => "Descargar %s",
2014-06-19 09:55:38 +04:00
"Direct link" => "Ligazón directa",
2014-06-28 09:54:54 +04:00
"Remote Shares" => "Comparticións remotas",
2014-06-19 09:55:38 +04:00
"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"
2012-09-19 04:07:26 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";