From 4b6357a44f43477002c592a1dd678089f2b2ba0d Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Tue, 16 Jul 2024 13:00:22 +0800 Subject: [PATCH] Remove an unused string and fix typo. --- locale/ar_SA.php | 3 +-- locale/cs.php | 3 +-- locale/da_DK.php | 3 +-- locale/de.php | 3 +-- locale/el_GR.php | 3 +-- locale/en_US.php | 3 +-- locale/es.php | 3 +-- locale/es_CL.php | 3 +-- locale/fr.php | 3 +-- locale/he_IL.php | 3 +-- locale/hi_IN.php | 3 +-- locale/hu_HU.php | 3 +-- locale/it.php | 3 +-- locale/ja_JP.php | 3 +-- locale/ko_KR.php | 3 +-- locale/nl.php | 3 +-- locale/pl.php | 3 +-- locale/pt.php | 3 +-- locale/pt_BR.php | 3 +-- locale/ru.php | 1 - locale/si.php | 3 +-- locale/sv_SE.php | 3 +-- locale/th.php | 3 +-- locale/tr.php | 3 +-- locale/zh.php | 3 +-- locale/zh_Hant_TW.php | 3 +-- 26 files changed, 25 insertions(+), 51 deletions(-) diff --git a/locale/ar_SA.php b/locale/ar_SA.php index a6a6830e380e..7c00ad18b8ab 100644 --- a/locale/ar_SA.php +++ b/locale/ar_SA.php @@ -600,7 +600,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Back'] = 'Go Back'; $t['Go Live'] = 'Go Live'; $t['Go back to the main page'] = 'Go back to the main page'; @@ -1344,7 +1343,7 @@ $t['User can not be blank'] = 'User can not be blank'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not found'] = 'User not found'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; diff --git a/locale/cs.php b/locale/cs.php index 25a363ccf6fe..2e4eaa359891 100644 --- a/locale/cs.php +++ b/locale/cs.php @@ -894,7 +894,6 @@ $t['Generate Keys'] = 'Generate Keys'; $t['Generate'] = 'Generate'; $t['Geo Engineering'] = 'Geo Engineering'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Live'] = 'Go Live'; $t['Go to manager videos page!'] = 'Go to manager videos page!'; $t['Go to your'] = 'Go to your'; @@ -1391,7 +1390,7 @@ $t['User can not be blank'] = 'User can not be blank'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['UserGroups'] = 'UserGroups'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/da_DK.php b/locale/da_DK.php index 1cf1e51760f9..ef4ced836393 100644 --- a/locale/da_DK.php +++ b/locale/da_DK.php @@ -349,7 +349,6 @@ $t['Get Linkedin ID and Key'] = 'Få Linkedin ID og nøgle'; $t['Get Twitter ID and Key'] = 'Få Twitter-id og nøgle'; $t['Get Yahoo ID and Key'] = 'Få Yahoo ID og nøgle'; -$t['Get imgage error'] = 'Få realkreditfejl'; $t['Go Back'] = 'Gå tilbage'; $t['Go Live'] = 'Gå live'; $t['Go back to the main page'] = 'Gå tilbage til hovedsiden'; @@ -1478,7 +1477,7 @@ $t['Upload an MP4 video'] = 'Upload an MP4 video'; $t['Us'] = 'Us'; $t['User can not edit this video'] = 'User can not edit this video'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['Video Description'] = 'Video Description'; $t['Video Filename'] = 'Video Filename'; diff --git a/locale/de.php b/locale/de.php index 387b0539f878..ead6f998eab2 100644 --- a/locale/de.php +++ b/locale/de.php @@ -240,7 +240,6 @@ $t['General Audiences'] = 'Allgemeine Zielgruppen'; $t['General Settings'] = 'Allgemeine Einstellungen'; $t['Generate Sitemap'] = 'Sitemap generieren'; -$t['Get imgage error'] = 'Bildfehler beheben'; $t['Go Back'] = 'Gehe zurück'; $t['Go back to the main page'] = 'Zurück zur Hauptseite'; $t['Go to manager videos page!'] = 'Gehe zur Video-Verwaltungs-Seite!'; @@ -1474,7 +1473,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Users Groups Admin'] = 'Users Groups Admin'; diff --git a/locale/el_GR.php b/locale/el_GR.php index 9587c6186df9..36a1c3b0c659 100644 --- a/locale/el_GR.php +++ b/locale/el_GR.php @@ -620,7 +620,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Live'] = 'Go Live'; $t['Go to your'] = 'Go to your'; $t['Google Ad Sense'] = 'Google Ad Sense'; @@ -1320,7 +1319,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/en_US.php b/locale/en_US.php index 03c5e60533fa..2fd9f0bea563 100644 --- a/locale/en_US.php +++ b/locale/en_US.php @@ -477,7 +477,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Back'] = 'Go Back'; $t['Go Live'] = 'Go Live'; $t['Go back to the main page'] = 'Go back to the main page'; @@ -1275,7 +1274,7 @@ $t['User can not be blank'] = 'User can not be blank'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not found'] = 'User not found'; $t['User not logged'] = 'User not logged'; $t['User'] = 'User'; diff --git a/locale/es.php b/locale/es.php index 17bea306f8a2..a15966810a5e 100644 --- a/locale/es.php +++ b/locale/es.php @@ -674,7 +674,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Back'] = 'Go Back'; $t['Go Live'] = 'Go Live'; $t['Go back to the main page'] = 'Go back to the main page'; @@ -1358,7 +1357,7 @@ $t['User can not be blank'] = 'User can not be blank'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not found'] = 'User not found'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; diff --git a/locale/es_CL.php b/locale/es_CL.php index 453f372ae334..e013903fb646 100644 --- a/locale/es_CL.php +++ b/locale/es_CL.php @@ -245,7 +245,6 @@ $t['General Audiences'] = 'Audiencias generales'; $t['General Settings'] = 'Configuración general'; $t['Generate Sitemap'] = 'Generar mapa del sitio'; -$t['Get imgage error'] = 'Obtener error de imagen'; $t['Go Back'] = 'Volver'; $t['Go back to the main page'] = 'Volver a la página principal'; $t['Group'] = 'Grupo'; @@ -1469,7 +1468,7 @@ $t['User already blocked'] = 'User already blocked'; $t['User already unblocked'] = 'User already unblocked'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Users Groups Admin'] = 'Users Groups Admin'; diff --git a/locale/fr.php b/locale/fr.php index 10bcb8393218..b1ac4812113f 100644 --- a/locale/fr.php +++ b/locale/fr.php @@ -224,7 +224,6 @@ $t['From'] = 'De'; $t['General Settings'] = 'Paramètres principaux'; $t['Generate Sitemap'] = 'Générer le Sitemap'; -$t['Get imgage error'] = "Obtenir une erreur d'imgage"; $t['Go Back'] = 'Revenir en arrière'; $t['Go back to the main page'] = "Revenir sur la page d'accueil"; $t['Go to manager videos page!'] = 'Aller à la page du manager des vidéos !'; @@ -1487,7 +1486,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/he_IL.php b/locale/he_IL.php index f74c972b1ab1..ec15b8173a02 100644 --- a/locale/he_IL.php +++ b/locale/he_IL.php @@ -463,7 +463,6 @@ $t['Get Linkedin ID and Key'] = 'קבל את מזהה לינקדאין ומפתח'; $t['Get Twitter ID and Key'] = 'קבל את מזהה טוויטר ומפתח'; $t['Get Yahoo ID and Key'] = 'קבל את מזהה יאהו ומפתח'; -$t['Get imgage error'] = 'קבל שגיאת imgage'; $t['Go Back'] = 'תחזור'; $t['Go Live'] = 'התחל שידור'; $t['Go back to the main page'] = 'חזור לדף הראשי'; @@ -1234,7 +1233,7 @@ $t['User can not be blank'] = 'המשתמש אינו יכול להיות ריק'; $t['User can not edit this video'] = 'למשתמש אין אפשרות לערוך וידאו זה'; $t['User cannot stream'] = 'למשתמש אין אפשרות להזרים'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'על המשתמש לאפשר כל סרטון בנפרד, אך סרטון וידאו זה אינו מסומן להורדה'; +$t['User must allow each video individually, but this video is not marked for download'] = 'על המשתמש לאפשר כל סרטון בנפרד, אך סרטון וידאו זה אינו מסומן להורדה'; $t['User not found'] = 'המשתמש לא נמצא'; $t['User'] = 'משתמש'; $t['User-manual of'] = 'מדריך למשתמש של'; diff --git a/locale/hi_IN.php b/locale/hi_IN.php index ef04f9140f86..150b8b5adef7 100644 --- a/locale/hi_IN.php +++ b/locale/hi_IN.php @@ -604,7 +604,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Back'] = 'Go Back'; $t['Go Live'] = 'Go Live'; $t['Go back to the main page'] = 'Go back to the main page'; @@ -1348,7 +1347,7 @@ $t['User can not be blank'] = 'User can not be blank'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not found'] = 'User not found'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; diff --git a/locale/hu_HU.php b/locale/hu_HU.php index 6687aabe09a2..813da79476d1 100644 --- a/locale/hu_HU.php +++ b/locale/hu_HU.php @@ -435,7 +435,6 @@ $t['Get Linkedin ID and Key'] = 'Linkedin azonosító és kulcs beszerzése'; $t['Get Twitter ID and Key'] = 'Twitter azonosító és kulcs beszerzése'; $t['Get Yahoo ID and Key'] = 'Yahoo ID és kulcs beszerzése'; -$t['Get imgage error'] = 'Kap imgage hiba'; $t['Go Back'] = 'Vissza'; $t['Go back to the main page'] = 'Vissza a főoldalra'; $t['Go to manager videos page!'] = 'Menj a menedzser videók oldalra!'; @@ -1149,7 +1148,7 @@ $t['User can not be blank'] = 'A felhasználó nem lehet üres'; $t['User can not edit this video'] = 'A felhasználó nem szerkesztheti ezt a videót'; $t['User cannot stream'] = 'A felhasználó nem tud streamelni'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'A felhasználónak minden egyes videót külön-külön kell engedélyeznie, de ez a videó nincs letöltésre jelölve.'; +$t['User must allow each video individually, but this video is not marked for download'] = 'A felhasználónak minden egyes videót külön-külön kell engedélyeznie, de ez a videó nincs letöltésre jelölve.'; $t['User not found'] = 'Felhasználó nem található'; $t['User'] = 'Felhasználó'; $t['User-manual of'] = 'Felhasználói kézikönyv a'; diff --git a/locale/it.php b/locale/it.php index 06a54c6b376d..b7e5b6243408 100644 --- a/locale/it.php +++ b/locale/it.php @@ -401,7 +401,6 @@ $t['Get Linkedin ID and Key'] = 'Ottieni ID e chiave Linkedin'; $t['Get Twitter ID and Key'] = 'Ottieni ID e chiave Twitter'; $t['Get Yahoo ID and Key'] = 'Ottieni ID e chiave Yahoo'; -$t['Get imgage error'] = 'Ottieni errore immagine'; $t['Go Back'] = 'Torna indietro'; $t['Go Live'] = 'Vai in diretta'; $t['Go back to the main page'] = 'Torna alla pagina principale'; @@ -1071,7 +1070,7 @@ $t['User can not be blank'] = "L'utente non può essere vuoto"; $t['User can not edit this video'] = "L'utente non può modificare questo video"; $t['User cannot stream'] = "L'utente non può eseguire lo streaming"; -$t['User must allow each video individually, but this video is not markedfor download'] = "L'utente deve consentire ogni video individualmente, ma questo video non è contrassegnato per il download"; +$t['User must allow each video individually, but this video is not marked for download'] = "L'utente deve consentire ogni video individualmente, ma questo video non è contrassegnato per il download"; $t['User not found'] = 'Utente non trovato'; $t['User'] = 'Utente'; $t['User-manual of'] = 'Manuale utente di'; diff --git a/locale/ja_JP.php b/locale/ja_JP.php index e5bcde68ef43..384180be7747 100644 --- a/locale/ja_JP.php +++ b/locale/ja_JP.php @@ -281,7 +281,6 @@ $t['General Audiences'] = '一般視聴者'; $t['General Settings'] = '一般設定'; $t['Generate Sitemap'] = 'サイトマップの作成'; -$t['Get imgage error'] = 'イメージのインポートエラー'; $t['Go Back'] = '戻る'; $t['Go back to the main page'] = 'メインページに戻る'; $t['Go to manager videos page!'] = '管理者の動画ページに移動します!'; @@ -1500,7 +1499,7 @@ $t['User already blocked'] = 'User already blocked'; $t['User already unblocked'] = 'User already unblocked'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Users Groups Id'] = 'Users Groups Id'; diff --git a/locale/ko_KR.php b/locale/ko_KR.php index 40420e1356d6..77ffb64f53de 100644 --- a/locale/ko_KR.php +++ b/locale/ko_KR.php @@ -241,7 +241,6 @@ $t['General Audiences'] = '일반 관객'; $t['General Settings'] = '일반 설정'; $t['Generate Sitemap'] = '시트맵 생성'; -$t['Get imgage error'] = '모기지 가져오기 오류'; $t['Go Back'] = '돌아가'; $t['Go back to the main page'] = '기본 페이지로 돌아가기'; $t['Go to manager videos page!'] = '관리자 비디오 페이지로 이동하십시오!'; @@ -1484,7 +1483,7 @@ $t['User already blocked'] = 'User already blocked'; $t['User already unblocked'] = 'User already unblocked'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Users Groups Admin'] = 'Users Groups Admin'; diff --git a/locale/nl.php b/locale/nl.php index 92279de1fe1e..f8b07c2a9488 100644 --- a/locale/nl.php +++ b/locale/nl.php @@ -110,7 +110,6 @@ $t['Generate Sitemap'] = 'Maak Sitemap aan'; $t['Get Facebook ID and Key'] = 'Facebook ID en Key verkrijgen'; $t['Get Google ID and Key'] = 'Google ID en Key verkrijgen'; -$t['Get imgage error'] = 'Ophalen imgage is mislukt'; $t['Go to manager videos page!'] = 'Ga naar de manager videos pagina!'; $t['Group'] = 'Groep'; $t['Groups that can see this video'] = 'Groepen die deze video kunnen bekijken'; @@ -1323,7 +1322,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/pl.php b/locale/pl.php index 77850076dfbc..2d9380b152f1 100644 --- a/locale/pl.php +++ b/locale/pl.php @@ -466,7 +466,6 @@ $t['Get Linkedin ID and Key'] = 'Uzyskaj identyfikator i klucz Linkedin'; $t['Get Twitter ID and Key'] = 'Uzyskaj identyfikator i klucz Twittera'; $t['Get Yahoo ID and Key'] = 'Uzyskaj identyfikator i klucz Yahoo'; -$t['Get imgage error'] = 'Wystąpił błąd obrazu'; $t['Go Back'] = 'Wróć'; $t['Go Live'] = 'Na żywo'; $t['Go back to the main page'] = 'Wróć do głównej strony'; @@ -1232,7 +1231,7 @@ $t['User can not be blank'] = 'Użytkownik nie może być pusty'; $t['User can not edit this video'] = 'Użytkownik nie może edytować tego filmu'; $t['User cannot stream'] = 'Użytkownik nie może streamować'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'Użytkownik musi zezwolić na każdy film osobno, ale ten film nie jest oznaczony do pobrania'; +$t['User must allow each video individually, but this video is not marked for download'] = 'Użytkownik musi zezwolić na każdy film osobno, ale ten film nie jest oznaczony do pobrania'; $t['User not found'] = 'Użytkownik nie został znaleziony'; $t['User'] = 'Użytkownik'; $t['User-manual of'] = 'Instrukcja obsługi'; diff --git a/locale/pt.php b/locale/pt.php index 207ab4257f88..75ea4ff7e852 100644 --- a/locale/pt.php +++ b/locale/pt.php @@ -987,7 +987,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Back'] = 'Go Back'; $t['Go Live'] = 'Go Live'; $t['Go to manager videos page!'] = 'Go to manager videos page!'; @@ -1441,7 +1440,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['Username or Email'] = 'Username or Email'; $t['Users Groups Admin'] = 'Users Groups Admin'; diff --git a/locale/pt_BR.php b/locale/pt_BR.php index 6ac1073155e3..86885f1fb0d2 100644 --- a/locale/pt_BR.php +++ b/locale/pt_BR.php @@ -1014,7 +1014,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Back'] = 'Go Back'; $t['Go Live'] = 'Go Live'; $t['Go to manager videos page!'] = 'Go to manager videos page!'; @@ -1458,7 +1457,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['Users Groups Admin'] = 'Users Groups Admin'; $t['Users Groups Id'] = 'Users Groups Id'; diff --git a/locale/ru.php b/locale/ru.php index 85f5eaa3fa90..16ad14a77623 100644 --- a/locale/ru.php +++ b/locale/ru.php @@ -304,7 +304,6 @@ $t['General Audiences'] = 'Основная аудитория'; $t['General Settings'] = 'Основные настройки'; $t['Generate Sitemap'] = 'Создать карту сайта'; -$t['Get imgage error'] = 'Получать ошибку изображения'; $t['Go Back'] = 'Вернуться'; $t['Go back to the main page'] = 'Вернуться на мою страниц'; $t['Go to manager videos page!'] = 'Перейти на страницу управления видео!'; diff --git a/locale/si.php b/locale/si.php index 3d120669e0ce..3b9ed569ae47 100644 --- a/locale/si.php +++ b/locale/si.php @@ -775,7 +775,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Live'] = 'Go Live'; $t['Go to your'] = 'Go to your'; $t['Google Ad Sense'] = 'Google Ad Sense'; @@ -1355,7 +1354,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/sv_SE.php b/locale/sv_SE.php index d54b9cf6c39c..87945e8fa08c 100644 --- a/locale/sv_SE.php +++ b/locale/sv_SE.php @@ -160,7 +160,6 @@ $t['For faster encode, download your own encoder'] = 'För snabbare kodning, ladda ner din egen kodare'; $t['For of Him, and through Him, and to Him, are all things: to whom be glory for ever. Amen.'] = 'För av honom och genom honom och till honom är allting: till vilken ära är för evigt. Amen.'; $t['From'] = 'Från'; -$t['Get imgage error'] = 'Få imgainfel'; $t['Go Back'] = 'Gå tillbaka'; $t['Go back to the main page'] = 'Gå tillbaka till huvudsidan'; $t['Go to manager videos page!'] = 'Gå till sidan för managervideor!'; @@ -1459,7 +1458,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/th.php b/locale/th.php index 7eac565aaf80..7f24b7cfda92 100644 --- a/locale/th.php +++ b/locale/th.php @@ -129,7 +129,6 @@ $t['First Page Mode'] = 'โหมดหน้าแรก'; $t['For faster encode, download your own encoder'] = 'สำหรับการเข้ารหัสได้เร็วขึ้นให้ดาวน์โหลดตัวเข้ารหัสของคุณเอง'; $t['From'] = 'จาก'; -$t['Get imgage error'] = 'รูปภาพผิดปกติ'; $t['Go to manager videos page!'] = 'ไปที่หน้าจัดการวิดีโอ!'; $t['Groups That Can See This Stream'] = 'กลุ่มที่สามารถดูสตรีมนี้ได้'; $t['Groups that can see this video'] = 'กลุ่มที่สามารถดูวิดีโอนี้'; @@ -1448,7 +1447,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/tr.php b/locale/tr.php index 7217b4ec3459..c5dd6d615ed5 100644 --- a/locale/tr.php +++ b/locale/tr.php @@ -903,7 +903,6 @@ $t['Get Linkedin ID and Key'] = 'Get Linkedin ID and Key'; $t['Get Twitter ID and Key'] = 'Get Twitter ID and Key'; $t['Get Yahoo ID and Key'] = 'Get Yahoo ID and Key'; -$t['Get imgage error'] = 'Get imgage error'; $t['Go Live'] = 'Go Live'; $t['Go to your'] = 'Go to your'; $t['Google Ad Sense'] = 'Google Ad Sense'; @@ -1443,7 +1442,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['User-manual of'] = 'User-manual of'; $t['Username or Email'] = 'Username or Email'; diff --git a/locale/zh.php b/locale/zh.php index d69c1872e7f8..a6c6f3056e10 100644 --- a/locale/zh.php +++ b/locale/zh.php @@ -288,7 +288,6 @@ $t['General Audiences'] = '一般观众'; $t['General Settings'] = '通用设置'; $t['Generate Sitemap'] = '生成站点地图'; -$t['Get imgage error'] = '获取图片错误'; $t['Go Back'] = '退回'; $t['Go back to the main page'] = '退回到首页'; $t['Go to manager videos page!'] = '前往视频管理页面!'; @@ -1523,7 +1522,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['Users Groups Admin'] = 'Users Groups Admin'; $t['Users Groups Id'] = 'Users Groups Id'; diff --git a/locale/zh_Hant_TW.php b/locale/zh_Hant_TW.php index b35dc95e58d8..7190f8b7fc4b 100644 --- a/locale/zh_Hant_TW.php +++ b/locale/zh_Hant_TW.php @@ -292,7 +292,6 @@ $t['Generate Sitemap'] = '生成站點地圖'; $t['Get Facebook ID and Key'] = '取得 Facebook 帳號和金鑰'; $t['Get Google ID and Key'] = '取得 Google 帳號和金鑰'; -$t['Get imgage error'] = '取得圖片時發生錯誤'; $t['Go Back'] = '退回'; $t['Go back to the main page'] = '退回到主頁面'; $t['Go to manager videos page!'] = '前往影片管理頁面'; @@ -1526,7 +1525,7 @@ $t['User already unblocked'] = 'User already unblocked'; $t['User can not edit this video'] = 'User can not edit this video'; $t['User cannot stream'] = 'User cannot stream'; -$t['User must allow each video individually, but this video is not markedfor download'] = 'User must allow each video individually, but this video is not markedfor download'; +$t['User must allow each video individually, but this video is not marked for download'] = 'User must allow each video individually, but this video is not marked for download'; $t['User not logged'] = 'User not logged'; $t['Users Groups Admin'] = 'Users Groups Admin'; $t['Users Groups Id'] = 'Users Groups Id';