1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Fix typos.

This commit is contained in:
Caleb Mazalevskis 2021-01-10 12:23:24 +08:00
parent c7a8e36c16
commit ec0d81d452
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
12 changed files with 325 additions and 325 deletions

View file

@ -101,7 +101,7 @@ foreach ($files as $key => $value) {
echo "****** File size is the same videos_id = {$video['id']} {$sites_id} [$source_size!==$destination_size][" . humanFileSize($source_size) . "!==" . humanFileSize($destination_size) . "]\n";
//exit;
} else if($source_sizee > 5000000){
echo "----- ERROR File size is NOT the same videos_id and it suppose to be on the storage = {$video['id']} {$sites_id} [$source_size!==$destination_size][" . humanFileSize($source_size) . "!==" . humanFileSize($destination_size) . "]\n";
echo "----- ERROR File size is NOT the same videos_id and it's supposed to be on the storage = {$video['id']} {$sites_id} [$source_size!==$destination_size][" . humanFileSize($source_size) . "!==" . humanFileSize($destination_size) . "]\n";
} else if($source_sizee > 5000000){
echo "+++++ All seems fine with video {$video['id']} {$sites_id} [$source_size!==$destination_size][" . humanFileSize($source_size) . "!==" . humanFileSize($destination_size) . "]\n";
}

View file

@ -514,7 +514,7 @@ $t['Sorry, this video is private'] = "Lo sentimos, este video es privado";
$t['Sort by name'] = "Ordenar por nombre";
$t['Sort'] = "Ordenar";
$t['Source'] = "Fuente";
$t['Specify Ammount'] = "Especificar cantidad";
$t['Specify Amount'] = "Especificar cantidad";
$t['Start video at:'] = "Comience el video en:";
$t['Start'] = "comienzo";
$t['Starts on'] = "Comienza en";

View file

@ -515,7 +515,7 @@ $t['Sorry'] = "抱歉";
$t['Sort by name'] = "按名称排序";
$t['Sort'] = "排序";
$t['Source'] = "来源";
$t['Specify Ammount'] = "指定金额";
$t['Specify Amount'] = "指定金额";
$t['Start video at:'] = "在以下位置开始播放视频:";
$t['Start'] = "开始";
$t['Starts on'] = "星等";

View file

@ -455,7 +455,7 @@ $t['Sorry'] = "Entschuldigung";
$t['Sort by name'] = "Nach Name sortieren";
$t['Sort'] = "Sortieren";
$t['Source'] = "Quelle";
$t['Specify Ammount'] = "Gebe den Betrag an";
$t['Specify Amount'] = "Gebe den Betrag an";
$t['Start video at:'] = "Video starten bei:";
$t['Start'] = "";
$t['Starts on'] = "Startete";

View file

@ -483,7 +483,7 @@ $t['Sorry'] = "מצטער";
$t['Sort by name'] = "מיין לפי שם";
$t['Sort'] = "סוג";
$t['Source'] = "מקור";
$t['Specify Ammount'] = "ציין Ammount";
$t['Specify Amount'] = "ציין סכום";
$t['Start video at:'] = "התחל סרטון ב:";
$t['Start'] = "התחל";
$t['Starts on'] = "מופעל בתאריך";

View file

@ -467,7 +467,7 @@ $t['Sorry, this video is private'] = "申し訳ありませんが、このビデ
$t['Sort by name'] = "名前でソート";
$t['Sort'] = "ソート";
$t['Source'] = "ソース";
$t['Specify Ammount'] = "金額を指定します";
$t['Specify Amount'] = "金額を指定します";
$t['Start video at:'] = "ビデオを開始する:";
$t['Start'] = "スタート";
$t['Starts on'] = "開始";

View file

@ -467,7 +467,7 @@ $t['Sorry, this video is private'] = "미안, 이 비디오는 비공개야.";
$t['Sort by name'] = "이름별로 정렬";
$t['Sort'] = "종류";
$t['Source'] = "원천";
$t['Specify Ammount'] = "암마운트 지정";
$t['Specify Amount'] = "암마운트 지정";
$t['Start video at:'] = "비디오 시작 위치:";
$t['Start'] = "제일보를 내딛다";
$t['Starts on'] = "시작 날짜";

View file

@ -456,7 +456,7 @@ $t['Sorry'] = "Извините";
$t['Sort by name'] = "Сортировать по имени";
$t['Sort'] = "Сортировать";
$t['Source'] = "Источник";
$t['Specify Ammount'] = "Укажите сумму";
$t['Specify Amount'] = "Укажите сумму";
$t['Start video at:'] = "Старт видео на";
$t['Start'] = "Старт";
$t['Starts on'] = "Начинается на";

View file

@ -615,4 +615,4 @@ $t['week'] = "vecka";
$t['weeks'] = "veckor";
$t['year'] = "år";
$t['years'] = "år";
$t['youtube-dl uses Python and some servers does not came with python as dafault, to install Python type:'] = "youtube-dl använder Python och vissa servrar kommer inte med python som dafault, för att installera Python-typ:";
$t['youtube-dl uses Python and some servers does not came with python as default, to install Python type:'] = "youtube-dl använder Python och vissa servrar kommer inte med python som default, för att installera Python-typ:";

File diff suppressed because it is too large Load diff

View file

@ -58,7 +58,7 @@ $options = json_decode($obj->addFundsOptions);
}
?>
<div class="form-group">
<label for="value"><?php echo __("Specify Ammount"); ?> <?php echo $obj->currency_symbol; ?> <?php echo $obj->currency; ?></label>
<label for="value"><?php echo __("Specify Amount"); ?> <?php echo $obj->currency_symbol; ?> <?php echo $obj->currency; ?></label>
<select class="form-control" id="value" >
<?php
foreach ($options as $value) {

View file

@ -58,7 +58,7 @@ $options = json_decode($obj->withdrawFundsOptions);
}
?>
<div class="form-group">
<label for="value"><?php echo __("Specify Ammount"); ?> <?php echo $obj->currency_symbol; ?> <?php echo $obj->currency; ?></label>
<label for="value"><?php echo __("Specify Amount"); ?> <?php echo $obj->currency_symbol; ?> <?php echo $obj->currency; ?></label>
<select class="form-control" id="value" >
<?php
foreach ($options as $value) {