nextcloud/apps/files_sharing/l10n/eo.php

20 lines
963 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto",
"Password" => "Pasvorto",
"Sorry, this link doesnt seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
"Reasons might be:" => "Kialoj povas esti:",
"the item was removed" => "la ero foriĝis",
"the link expired" => "la ligilo eksvalidiĝis",
"sharing is disabled" => "kunhavigo malkapablas",
"For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
"%s shared the folder %s with you" => "%s kunhavigis la dosierujon %s kun vi",
"%s shared the file %s with you" => "%s kunhavigis la dosieron %s kun vi",
"Download" => "Elŝuti",
"Upload" => "Alŝuti",
"Cancel upload" => "Nuligi alŝuton",
"No preview available for" => "Ne haveblas antaŭvido por",
"Direct link" => "Direkta ligilo"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";