mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Fix some typos.
This commit is contained in:
parent
f99970d614
commit
157a91a661
10 changed files with 17 additions and 15 deletions
|
@ -27,7 +27,7 @@ AVideo is a registered trademark owned by WWBN (World Wide Broadcast Network, In
|
|||
* Registration Number: 3625659
|
||||
|
||||
#### About the project re-brand.
|
||||
Originally the open-source version was offered as YouPHPTube, and marketed as a YouTube Clone (after the popular video sharing site), we decided to rebrand our open-source audio video platform project from YouPHPTube to <strong>AVideo Platform</strong> which contsitutes <strong>Audio Video Platform</strong>. In some plugins, forks, versions, modules, APIs, documentation, file names, there may be or have been reference to <a href="https://youphp.tube/" target="_blank">youphptube</a>, <a href="https://youphp.tube/plugins/" target="_blank">youphp.tube</a>, youtube clone, clone script, searchtube, adtube, showtube, searchmercials. WWBN owns <a href="//searchmercials.com">Searchmercials</a>, <a href="//searchtube.com">SearchTube</a>, AdTube, ShowTube, <a href="//avideo.com">AVideo</a>, <a href="//wwbn.com">WWBN</a> among other trademarks. All other trademarks and similarity to any referred to in any files, documents, wikis, plugins, code, modules, apis, integrations, technologies, links belong to their respective owners. Follow us on <a href="https://www.facebook.com/avideo/">Facebook</a>
|
||||
Originally the open-source version was offered as YouPHPTube, and marketed as a YouTube Clone (after the popular video sharing site), we decided to rebrand our open-source audio video platform project from YouPHPTube to <strong>AVideo Platform</strong> which constitutes <strong>Audio Video Platform</strong>. In some plugins, forks, versions, modules, APIs, documentation, file names, there may be or have been reference to <a href="https://youphp.tube/" target="_blank">youphptube</a>, <a href="https://youphp.tube/plugins/" target="_blank">youphp.tube</a>, youtube clone, clone script, searchtube, adtube, showtube, searchmercials. WWBN owns <a href="//searchmercials.com">Searchmercials</a>, <a href="//searchtube.com">SearchTube</a>, AdTube, ShowTube, <a href="//avideo.com">AVideo</a>, <a href="//wwbn.com">WWBN</a> among other trademarks. All other trademarks and similarity to any referred to in any files, documents, wikis, plugins, code, modules, apis, integrations, technologies, links belong to their respective owners. Follow us on <a href="https://www.facebook.com/avideo/">Facebook</a>
|
||||
#
|
||||
# AVideo Platform Open-Source Project
|
||||
## AVideo Platform Open-Source Consist of THREE main Areas:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
global $t;
|
||||
|
||||
$t['%s ERROR: You must set a ID on config'] = "%s FEHLER: Du mußt eine ID in der config erstellen";
|
||||
$t['%s ERROR: You must set a KEY on config'] = "%s ERROR: Du mußt einen KEY (Schlüssel) in der config generieren";
|
||||
$t['(filtered from _MAX_ total entries)'] = "(gefiltert von _MAX_ total Einträgen)";
|
||||
|
|
|
@ -290,7 +290,7 @@ $t['Your video has been saved!'] = "Tu video se ha guardado.";
|
|||
$t['ago'] = "hace";
|
||||
$t['day'] = "día";
|
||||
$t['days ago'] = "hace días";
|
||||
$t['days'] = "dias";
|
||||
$t['days'] = "días";
|
||||
$t['entries'] = "entradas";
|
||||
$t['is Admin'] = "Es admin";
|
||||
$t['month'] = "mes";
|
||||
|
|
|
@ -458,7 +458,7 @@ $t['When autoplay is enabled, a suggested video will automatically play next.']
|
|||
$t['Word Translations'] = "Word Translations";
|
||||
$t['Yes'] = "Yes";
|
||||
$t['Yes, delete it!'] = "Yes, delete it!";
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is gramaticly not correct and only used in a error-field..
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is grammatically incorrect and only used in an error field.
|
||||
$t['AVideo URL'] = "AVideo URL";
|
||||
$t['You already support this video'] = "You already support this video";
|
||||
$t['You are hosting %d minutes and %d seconds of video'] = "You are hosting %d minutes and %d seconds of video";
|
||||
|
|
|
@ -458,7 +458,7 @@ $t['When autoplay is enabled, a suggested video will automatically play next.']
|
|||
$t['Word Translations'] = "Word Translations";
|
||||
$t['Yes'] = "Yes";
|
||||
$t['Yes, delete it!'] = "Yes, delete it!";
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is gramaticly not correct and only used in a error-field..
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is grammatically incorrect and only used in an error field.
|
||||
$t['YouPHPTube URL'] = "YouPHPTube URL";
|
||||
$t['You already support this video'] = "You already support this video";
|
||||
$t['You are hosting %d minutes and %d seconds of video'] = "You are hosting %d minutes and %d seconds of video";
|
||||
|
|
|
@ -460,7 +460,7 @@ $t['When autoplay is enabled, a suggested video will automatically play next.']
|
|||
$t['Word Translations'] = "Tłumaczenia tekstowe";
|
||||
$t['Yes'] = "Tak";
|
||||
$t['Yes, delete it!'] = "Tak, usuń to!";
|
||||
$t['You%20can%20not%20manage'] = "Nie%20możesz%20zarządzać"; // This is gramaticly not correct and only used in a error-field..
|
||||
$t['You%20can%20not%20manage'] = "Nie%20możesz%20zarządzać"; // This is grammatically incorrect and only used in an error field.
|
||||
$t['AVideo URL'] = "Adres URL AVideo";
|
||||
$t['You already support this video'] = "Wspierasz już to wideo";
|
||||
$t['You are hosting %d minutes and %d seconds of video'] = "Utrzymujesz %d minuty %d sekund filmu";
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
global $t;
|
||||
|
||||
$t['%s ERROR: You must set a ID on config'] = "%s ОШИБКА: Вы должны установить ID в конфигурации";
|
||||
$t['%s ERROR: You must set a KEY on config'] = "%s ОШИБКА: Вы должны установить ключ в конфигурации";
|
||||
$t['(filtered from _MAX_ total entries)'] = "(отфильтровано из _MAX_ всего записей)";
|
||||
|
|
|
@ -458,7 +458,7 @@ $t['When autoplay is enabled, a suggested video will automatically play next.']
|
|||
$t['Word Translations'] = "Prevodi besed";
|
||||
$t['Yes'] = "Da";
|
||||
$t['Yes, delete it!'] = "Da, izbriši!";
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is gramaticly not correct and only used in a error-field..
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is grammatically incorrect and only used in an error field.
|
||||
$t['AVideo URL'] = "AVideo URL";
|
||||
$t['You already support this video'] = "Ta video posnetek je že podprt";
|
||||
$t['You are hosting %d minutes and %d seconds of video'] = "Gostite %d minut and %d sekund video vsebin";
|
||||
|
|
|
@ -460,7 +460,7 @@ $t['When autoplay is enabled, a suggested video will automatically play next.']
|
|||
$t['Word Translations'] = "Kelime Çevirileri";
|
||||
$t['Yes'] = "Evet";
|
||||
$t['Yes, delete it!'] = "Evet, sil onu!";
|
||||
$t['You%20can%20not%20manage'] = "Yönetemezsiniz"; // This is gramaticly not correct and only used in a error-field..
|
||||
$t['You%20can%20not%20manage'] = "Yönetemezsiniz"; // This is grammatically incorrect and only used in an error field.
|
||||
$t['AVideo URL'] = "Web'den İzleme Bağlantısı";
|
||||
$t['You already support this video'] = "Bu videoyu zaten desteklediniz";
|
||||
$t['You are hosting %d minutes and %d seconds of video'] = "%d dakika ve %d saniye süresi kadar video barındırıyorsunuz";
|
||||
|
|
|
@ -458,7 +458,7 @@ $t['When autoplay is enabled, a suggested video will automatically play next.']
|
|||
$t['Word Translations'] = "Word Translations";
|
||||
$t['Yes'] = "Yes";
|
||||
$t['Yes, delete it!'] = "Yes, delete it!";
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is gramaticly not correct and only used in a error-field..
|
||||
$t['You%20can%20not%20manage'] = "You%20can%20not%20manage"; // This is grammatically incorrect and only used in an error field.
|
||||
$t['AVideo URL'] = "AVideo URL";
|
||||
$t['You already support this video'] = "You already support this video";
|
||||
$t['You are hosting %d minutes and %d seconds of video'] = "You are hosting %d minutes and %d seconds of video";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue