mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update Portuguese translations and modify upload prompts to use 'Browse files' for clarity
This commit is contained in:
parent
1916ea3c04
commit
e46e02c62d
5 changed files with 10 additions and 9 deletions
|
@ -80,7 +80,8 @@ $t['Basic Info'] = 'Informações básicas';
|
||||||
$t['Basic'] = 'Básico';
|
$t['Basic'] = 'Básico';
|
||||||
$t['Both'] = 'Ambos';
|
$t['Both'] = 'Ambos';
|
||||||
$t['Browse Channels'] = 'Procurar canais';
|
$t['Browse Channels'] = 'Procurar canais';
|
||||||
$t['Browse'] = 'Navegar';
|
$t['Browse'] = 'Procurar';
|
||||||
|
$t['Browse files'] = 'Procurar arquivos';
|
||||||
$t['Birth Date'] = 'Data de nascimento';
|
$t['Birth Date'] = 'Data de nascimento';
|
||||||
$t['But only admin can download'] = 'Mas apenas o administrador pode baixar';
|
$t['But only admin can download'] = 'Mas apenas o administrador pode baixar';
|
||||||
$t['Buy This Plugin'] = 'Compre este plug-in';
|
$t['Buy This Plugin'] = 'Compre este plug-in';
|
||||||
|
|
|
@ -38,7 +38,7 @@ $_page = new Page(array('Edit Gallery'));
|
||||||
|
|
||||||
<form id="upload" method="post" action="<?php echo $global['webSiteRootURL']; ?>plugin/ImageGallery/upload.json.php?videos_id=<?php echo $videos_id; ?>" enctype="multipart/form-data">
|
<form id="upload" method="post" action="<?php echo $global['webSiteRootURL']; ?>plugin/ImageGallery/upload.json.php?videos_id=<?php echo $videos_id; ?>" enctype="multipart/form-data">
|
||||||
<div id="drop">
|
<div id="drop">
|
||||||
<a><?php echo __("Browse"); ?></a>
|
<a><?php echo __("Browse files"); ?></a>
|
||||||
<input type="file" name="upl" />
|
<input type="file" name="upl" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ $_page = new Page(array('List Categories'));
|
||||||
<div class="col-lg-2 col-md-3">
|
<div class="col-lg-2 col-md-3">
|
||||||
<form id="upload" method="post" action="<?php echo $global['webSiteRootURL']; ?>view/list-images.upload.json.php" enctype="multipart/form-data">
|
<form id="upload" method="post" action="<?php echo $global['webSiteRootURL']; ?>view/list-images.upload.json.php" enctype="multipart/form-data">
|
||||||
<div id="drop">
|
<div id="drop">
|
||||||
<a><?php echo __("Browse"); ?></a>
|
<a><?php echo __("Browse files"); ?></a>
|
||||||
<input type="file" name="upl" id="fileInput" multiple accept="image/*" />
|
<input type="file" name="upl" id="fileInput" multiple accept="image/*" />
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<div id="pmedia" class="tab-pane fade in active hideIfIsArticle hideIfIsEmbedLink hideIfIsArticle hideIfIsEditing">
|
<div id="pmedia" class="tab-pane fade in active hideIfIsArticle hideIfIsEmbedLink hideIfIsArticle hideIfIsEditing">
|
||||||
<form id="upload" method="post" action="<?php echo $global['webSiteRootURL'] . "view/mini-upload-form/upload.php"; ?>" enctype="multipart/form-data">
|
<form id="upload" method="post" action="<?php echo $global['webSiteRootURL'] . "view/mini-upload-form/upload.php"; ?>" enctype="multipart/form-data">
|
||||||
<div id="drop">
|
<div id="drop">
|
||||||
<a><?php echo __("Browse"); ?></a>
|
<a><?php echo __("Browse files"); ?></a>
|
||||||
<input type="file" name="upl" />
|
<input type="file" name="upl" />
|
||||||
<input type="hidden" name="videos_id" id="fileUploadVideos_id" />
|
<input type="hidden" name="videos_id" id="fileUploadVideos_id" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -41,7 +41,7 @@ if (!User::canUpload()) {
|
||||||
<div id="drop">
|
<div id="drop">
|
||||||
<?php echo __("Drop Here"); ?>
|
<?php echo __("Drop Here"); ?>
|
||||||
|
|
||||||
<a><?php echo __("Browse"); ?></a>
|
<a><?php echo __("Browse files"); ?></a>
|
||||||
<input type="file" name="upl" multiple />
|
<input type="file" name="upl" multiple />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue