server/apps/files_sharing/l10n/gl.php

26 lines
1.2 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-06-04 05:57:48 +00:00
"Shared with you" => "Compartido con vostede",
2014-06-01 05:55:19 +00:00
"Shared with others" => "Compartido con outros",
"No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.",
2014-06-04 05:57:48 +00:00
"You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.",
2014-03-12 05:57:17 +00:00
"Shared by {owner}" => "Compartido por {owner}",
2014-06-01 05:55:19 +00:00
"Shared by" => "Compartido por",
"link" => "ligazón",
2013-10-14 00:33:30 +00:00
"This share is password-protected" => "Esta compartición está protexida con contrasinal",
2013-07-07 00:06:06 +00:00
"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
2012-09-19 00:07:26 +00:00
"Password" => "Contrasinal",
2014-06-01 05:55:19 +00:00
"Name" => "Nome",
"Share time" => "Compartir o tempo",
2013-08-01 05:57:04 +00: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 05:56:15 +00:00
"Download" => "Descargar",
2014-03-15 06:14:22 +00:00
"Download %s" => "Descargar %s",
2013-10-27 06:32:11 +00:00
"Direct link" => "Ligazón directa"
2012-09-19 00:07:26 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";