Blame view
sources/apps/files_sharing/l10n/pt_BR.php
1.03 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." => "Senha incorreta. Tente novamente.", |
|
03e52840d
|
5 |
"Password" => "Senha", |
|
31b7f2792
|
6 7 8 9 10 11 |
"Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.", "Reasons might be:" => "As razões podem ser:", "the item was removed" => "o item foi removido", "the link expired" => "o link expirou", "sharing is disabled" => "compartilhamento está desativada", "For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s compartilhou a pasta %s com você", "%s shared the file %s with you" => "%s compartilhou o arquivo %s com você", "Download" => "Baixar", |
|
31b7f2792
|
15 16 |
"Upload" => "Upload", "Cancel upload" => "Cancelar upload", |
|
03e52840d
|
17 |
"No preview available for" => "Nenhuma visualização disponível para", |
|
31b7f2792
|
18 |
"Direct link" => "Link direto" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |