27 lines
1.4 KiB
PHP
27 lines
1.4 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"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.",
|
||
"Shared by {owner}" => "Compartido por {owner}",
|
||
"Shared by" => "Compartido por",
|
||
"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.",
|
||
"Password" => "Contrasinal",
|
||
"Name" => "Nome",
|
||
"Share time" => "Compartir o tempo",
|
||
"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.",
|
||
"Download" => "Descargar",
|
||
"Download %s" => "Descargar %s",
|
||
"Direct link" => "Ligazón directa"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|