diff --git a/library/attach_mod/displaying.php b/library/attach_mod/displaying.php index 3a8d01fa9..012bac2b6 100644 --- a/library/attach_mod/displaying.php +++ b/library/attach_mod/displaying.php @@ -298,7 +298,7 @@ function display_attachments($post_id) 'FILESIZE' => $filesize, 'COMMENT' => $comment, 'TARGET_BLANK' => $target_blank, - 'DOWNLOAD_COUNT' => sprintf($lang['DOWNLOAD_NUMBER'], $attachments['_' . $post_id][$i]['download_count']), + 'DOWNLOAD_COUNT' => declension((int)$attachments['_' . $post_id][$i]['download_count'], 'times'), )); } } diff --git a/library/attach_mod/displaying_torrent.php b/library/attach_mod/displaying_torrent.php index 5cb033195..5ea97eb15 100644 --- a/library/attach_mod/displaying_torrent.php +++ b/library/attach_mod/displaying_torrent.php @@ -99,7 +99,7 @@ if (!$tor_reged) { 'U_DOWNLOAD_LINK' => $download_link, 'FILESIZE' => $tor_file_size, - 'DOWNLOAD_COUNT' => sprintf($lang['DOWNLOAD_NUMBER'], $download_count), + 'DOWNLOAD_COUNT' => declension((int)$download_count, 'times'), 'POSTED_TIME' => $tor_file_time, )); @@ -211,11 +211,11 @@ if ($tor_reged && $tor_info) { 'FILESIZE' => $tor_file_size, 'MAGNET' => $tor_magnet, 'HASH' => strtoupper(bin2hex($tor_info['info_hash'])), - 'DOWNLOAD_COUNT' => sprintf($lang['DOWNLOAD_NUMBER'], $download_count), + 'DOWNLOAD_COUNT' => declension((int)$download_count, 'times'), 'REGED_TIME' => bb_date($tor_info['reg_time']), 'REGED_DELTA' => delta_time($tor_info['reg_time']), 'TORRENT_SIZE' => humn_size($tor_size), - 'COMPLETED' => sprintf($lang['DOWNLOAD_NUMBER'], $tor_info['complete_count']), + 'COMPLETED' => declension((int)$tor_info['complete_count'], 'times'), )); if ($comment) { diff --git a/library/language/af/main.php b/library/language/af/main.php index 187131a1f..6fb7424d2 100644 --- a/library/language/af/main.php +++ b/library/language/af/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'beskrywing'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Aflaai'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'filesize'; $lang['VIEWED'] = 'beskou'; -$lang['DOWNLOAD_NUMBER'] = '%d keer'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Die uitbreiding \'%s\' is gedeaktiveer deur \'n direksie admin, daarom word hierdie aanhangsel nie vertoon nie.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'aanhegsels'; diff --git a/library/language/ar/main.php b/library/language/ar/main.php index ef26b0426..1d855e6c9 100644 --- a/library/language/ar/main.php +++ b/library/language/ar/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'الوصف'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'تحميل'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'حجم الملف'; $lang['VIEWED'] = 'ينظر'; -$lang['DOWNLOAD_NUMBER'] = '%d مرات'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'امتداد %s\' تم إبطال مفعولها من قبل مجلس الادارة ، وبالتالي هذا التعلق لا يتم عرض.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'المرفقات'; diff --git a/library/language/az/main.php b/library/language/az/main.php index 18382808f..3f0aaa8cd 100644 --- a/library/language/az/main.php +++ b/library/language/az/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Təsvir'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Boy'; $lang['VIEWED'] = 'Hesab'; -$lang['DOWNLOAD_NUMBER'] = '%d dəfə'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Məsləhət \'%s\' idi qaralar inzibati komissiya, ona görə də bu qoyması göstərilir.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Əlavələr'; diff --git a/library/language/be/main.php b/library/language/be/main.php index 22a92acc3..bfe82661a 100644 --- a/library/language/be/main.php +++ b/library/language/be/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Апісанне'; // used in Administration Panel too.. $lang['DOWNLOAD'] = 'Спампаваць'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Памер'; $lang['VIEWED'] = 'Разглядаць'; -$lang['DOWNLOAD_NUMBER'] = '%d раз'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Пашырэннем \'%s\' быў адключаны адміністрацыйную камісію, таму гэта ўкладанне не адлюстроўваецца.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Ўкладанні'; diff --git a/library/language/bg/main.php b/library/language/bg/main.php index 4a84fb3c6..8154b9c05 100644 --- a/library/language/bg/main.php +++ b/library/language/bg/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Описание'; // used in Administration Panel too.. $lang['DOWNLOAD'] = 'Изтегли'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Размер'; $lang['VIEWED'] = 'Разглежда'; -$lang['DOWNLOAD_NUMBER'] = '%d пъти'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Разширение \'%s\' е изключен административна такса, така че това е инвестиция не се показва.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Прикачени файлове'; diff --git a/library/language/bs/main.php b/library/language/bs/main.php index 5b56a23f0..ab909f9d9 100644 --- a/library/language/bs/main.php +++ b/library/language/bs/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Opis'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Preuzimanje'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Smatra'; -$lang['DOWNLOAD_NUMBER'] = '%d puta'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Produžni \'%s\' je deaktivirana od odbor admin, stoga ovo Prilog nije prikazao.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Prilozi'; diff --git a/library/language/ca/main.php b/library/language/ca/main.php index 165dc62bc..65f697639 100644 --- a/library/language/ca/main.php +++ b/library/language/ca/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Descripció'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Descarregar'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Vist'; -$lang['DOWNLOAD_NUMBER'] = '%d vegades'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Extensió %s\' va ser desactivat per un consell d\'administració, per tant, aquesta unió no es mostra.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Arxius adjunts'; diff --git a/library/language/cs/main.php b/library/language/cs/main.php index bf7c50157..c252f0b27 100644 --- a/library/language/cs/main.php +++ b/library/language/cs/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Popis'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Ke stažení'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Velikost souboru'; $lang['VIEWED'] = 'Zobrazit'; -$lang['DOWNLOAD_NUMBER'] = '%d krát'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozšíření %s byl deaktivován palubě admin, proto je tato Příloha není zobrazena.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Přílohy'; diff --git a/library/language/da/main.php b/library/language/da/main.php index 25fb31d31..30a3a818a 100644 --- a/library/language/da/main.php +++ b/library/language/da/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Beskrivelse'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Fil størrelse'; $lang['VIEWED'] = 'Set'; -$lang['DOWNLOAD_NUMBER'] = '%d gange'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Endelsen \'%s\' blev deaktiveret af en bestyrelse admin, og derfor er denne Vedhæftede fil ikke vises.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Vedhæftede filer'; diff --git a/library/language/de/main.php b/library/language/de/main.php index cddce5fde..77e07c2fc 100644 --- a/library/language/de/main.php +++ b/library/language/de/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Beschreibung'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Dateigröße'; $lang['VIEWED'] = 'Angesehen'; -$lang['DOWNLOAD_NUMBER'] = '%d mal'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Die Erweiterung \'%s" deaktiviert wurde, von einem board-admin, deshalb ist diese Anlage nicht angezeigt.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Anlagen'; diff --git a/library/language/el/main.php b/library/language/el/main.php index 31a4d475b..330deb40f 100644 --- a/library/language/el/main.php +++ b/library/language/el/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Περιγραφή'; // used in Administration Panel too $lang['DOWNLOAD'] = 'Κατεβάστε το'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Μέγεθος αρχείου'; $lang['VIEWED'] = 'Είδαν'; -$lang['DOWNLOAD_NUMBER'] = '%d φορές'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Η Επέκταση "%s" ήταν απενεργοποιηθεί από το διαχειριστή του συστήματος, ως εκ τούτου, αυτό το Συνημμένο δεν εμφανίζεται.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Συνημμένα'; diff --git a/library/language/en/main.php b/library/language/en/main.php index c7b1143d8..0d6893100 100644 --- a/library/language/en/main.php +++ b/library/language/en/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Description'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Viewed'; -$lang['DOWNLOAD_NUMBER'] = '%d times'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'The Extension \'%s\' was deactivated by an board admin, therefore this Attachment is not displayed.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Attachments'; diff --git a/library/language/es/main.php b/library/language/es/main.php index 7bcde88ae..fe2d36364 100644 --- a/library/language/es/main.php +++ b/library/language/es/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Descripción'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Descargar'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Ver'; -$lang['DOWNLOAD_NUMBER'] = '%d veces'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'La Extensión \'%s\' fue desactivado por un consejo de administración, por lo tanto, este Accesorio no se muestra.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Los archivos adjuntos'; diff --git a/library/language/et/main.php b/library/language/et/main.php index 7c205d0a1..85e388af5 100644 --- a/library/language/et/main.php +++ b/library/language/et/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Kirjeldus'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Lae alla'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Vaadatud'; -$lang['DOWNLOAD_NUMBER'] = '%d korda'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Faililaiendiga \'%s" oli välja lülitatud poolt juhatuse admin, seega see adapter ei kuvata.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Manuseid'; diff --git a/library/language/fi/main.php b/library/language/fi/main.php index fcec3a2f3..d2f8b92af 100644 --- a/library/language/fi/main.php +++ b/library/language/fi/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Kuvaus'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Lataa'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Katsella'; -$lang['DOWNLOAD_NUMBER'] = '%d kertaa'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Tiedostopääte on \'%s\' oli pois päältä, jonka board admin, siksi tämä Kiinnitys ei näy.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Liitteet'; diff --git a/library/language/fr/main.php b/library/language/fr/main.php index 486cc9a8b..8baf99112 100644 --- a/library/language/fr/main.php +++ b/library/language/fr/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Description'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Télécharger'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'La taille du fichier'; $lang['VIEWED'] = 'Vu'; -$lang['DOWNLOAD_NUMBER'] = '%d fois'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Extension \'%s" a été désactivé par un administrateur, par conséquent, cet Attachement n\'est pas affiché.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Les pièces jointes'; diff --git a/library/language/he/main.php b/library/language/he/main.php index 6734d0c4e..a4330ec3c 100644 --- a/library/language/he/main.php +++ b/library/language/he/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'תיאור'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'הורד'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'גודל קובץ'; $lang['VIEWED'] = 'צפו'; -$lang['DOWNLOAD_NUMBER'] = '%d פעמים'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'הסיומת \'%s\' הייתה מנוטרלת על-ידי לוח admin, לכן קובץ מצורף זה לא מוצג.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'קבצים מצורפים'; diff --git a/library/language/hi/main.php b/library/language/hi/main.php index 52190cd9f..a7e67452e 100644 --- a/library/language/hi/main.php +++ b/library/language/hi/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'विवरण'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'डाउनलोड'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'फाइल का आकार'; $lang['VIEWED'] = 'देखा गया'; -$lang['DOWNLOAD_NUMBER'] = '%d बार'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'बोर्ड के व्यवस्थापक द्वारा एक्सटेंशन \'%s\' को निष्क्रिय कर दिया गया था, इसलिए यह अनुलग्नक प्रदर्शित नहीं किया गया है।'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'संलग्नक'; diff --git a/library/language/hr/main.php b/library/language/hr/main.php index 31ea3f8ee..6ede9c4c4 100644 --- a/library/language/hr/main.php +++ b/library/language/hr/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Opis'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Preuzimanje'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Veličina'; $lang['VIEWED'] = 'Uzeti u obzir'; -$lang['DOWNLOAD_NUMBER'] = '%d puta'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Nastavkom \'%s\' bio isključen administrativnu komisiju, tako da je ovo ulaganje nije prikazan.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Prilozi'; diff --git a/library/language/hu/main.php b/library/language/hu/main.php index 23f3b17ae..64abd511b 100644 --- a/library/language/hu/main.php +++ b/library/language/hu/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Leírás'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Letöltés'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Fájlméretet'; $lang['VIEWED'] = 'Megtekinthető'; -$lang['DOWNLOAD_NUMBER'] = '%d alkalommal'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'A Kiterjesztés \'%s\' volt kapcsolva egy fórumon admin, ezért ezt a Mellékletet nem jelenik meg.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Mellékletek'; diff --git a/library/language/hy/main.php b/library/language/hy/main.php index 70fa9c8ff..bbda2e928 100644 --- a/library/language/hy/main.php +++ b/library/language/hy/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Նկարագրություն'; // used in Administration $lang['DOWNLOAD'] = 'Ներբեռնել'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Չափ'; $lang['VIEWED'] = 'Դիտարկել'; -$lang['DOWNLOAD_NUMBER'] = '%d անգամ'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ընդլայնմամբ \'%s\' անջատված էր վարչական հանձնաժողովին, ուստի այդ ներդրումը չի ցուցադրվում.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Ներդրումները'; diff --git a/library/language/id/main.php b/library/language/id/main.php index eeb217727..d3a3f4d52 100644 --- a/library/language/id/main.php +++ b/library/language/id/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Deskripsi'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Dilihat'; -$lang['DOWNLOAD_NUMBER'] = '%d kali'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ekstensi \'%s\' dinonaktifkan oleh dewan admin, oleh karena itu Keterikatan ini tidak ditampilkan.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Lampiran'; diff --git a/library/language/it/main.php b/library/language/it/main.php index 47a167c19..d0f7deaf5 100644 --- a/library/language/it/main.php +++ b/library/language/it/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Descrizione'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Visto'; -$lang['DOWNLOAD_NUMBER'] = '%d volte'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Estensione \'%s e\' stato disattivato da un board admin, quindi questo Allegato non viene visualizzato.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Allegati'; diff --git a/library/language/ja/main.php b/library/language/ja/main.php index 4386804ae..b1c11402d 100644 --- a/library/language/ja/main.php +++ b/library/language/ja/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = '説明'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'ダウンロード'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = '閲覧'; -$lang['DOWNLOAD_NUMBER'] = '%d回'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = '拡張子によ%s"が無効化される板の管理者は、そのためこの添付が表示されません。'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = '添付'; diff --git a/library/language/ka/main.php b/library/language/ka/main.php index e52751885..1a6f0698c 100644 --- a/library/language/ka/main.php +++ b/library/language/ka/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'აღწერა'; // used in Administration Panel too $lang['DOWNLOAD'] = 'უფასო'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'ზომა'; $lang['VIEWED'] = 'გახსნილია'; -$lang['DOWNLOAD_NUMBER'] = '%d ჯერ'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'გაფართოება \'%s" იყო გაუქმდება მიერ საბჭოს admin, ამიტომ, აღნიშნული დანართი არ არის ნაჩვენები.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Attachments'; diff --git a/library/language/kk/main.php b/library/language/kk/main.php index e981688dd..a8ee84d88 100644 --- a/library/language/kk/main.php +++ b/library/language/kk/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'сипаттамасы'; // used in Administration Panel $lang['DOWNLOAD'] = 'жүктеу'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'файл мөлшері'; $lang['VIEWED'] = 'белгілілері'; -$lang['DOWNLOAD_NUMBER'] = '%d рет'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Кеңейтім «%s Сондықтан осы Толықтырудың көрсетілмейді, бір басқарма әкімші арқылы ажыратылған болатын.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Тіркемелер'; diff --git a/library/language/ko/main.php b/library/language/ko/main.php index bd408e262..55103dacd 100644 --- a/library/language/ko/main.php +++ b/library/language/ko/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = '설명'; // used in Administration Panel too... $lang['DOWNLOAD'] = '다운로드'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = '파일 크기'; $lang['VIEWED'] = '조회'; -$lang['DOWNLOAD_NUMBER'] = '%d 시간'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = '장\'%s\'비활성화되었으로 보는 관리,따라서 이것은 첨부 파일을 표시하지 않습니다.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = '첨부 파일'; diff --git a/library/language/lt/main.php b/library/language/lt/main.php index 185f1437f..0f1e30e60 100644 --- a/library/language/lt/main.php +++ b/library/language/lt/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Aprašymas'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Atsisiųsti'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Failo dydis'; $lang['VIEWED'] = 'Peržiūrėti'; -$lang['DOWNLOAD_NUMBER'] = '%d kartus'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Pratęsimo \'%s" buvo išimtas ūkio valdybos admin, todėl šis priedas yra nerodomas.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Priedai'; diff --git a/library/language/lv/main.php b/library/language/lv/main.php index 2f0afdf32..754a4273f 100644 --- a/library/language/lv/main.php +++ b/library/language/lv/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Apraksts'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Lejupielādēt'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Izmērs'; $lang['VIEWED'] = 'Skatīts'; -$lang['DOWNLOAD_NUMBER'] = '%d reizes'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Paplašinājuma \'%s" tika deaktivizēts ar valdes admin, tāpēc ar šo Pielikumu, netiek parādīts.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Pielikumi'; diff --git a/library/language/nl/main.php b/library/language/nl/main.php index 02ebb8ba6..1a18a75c6 100644 --- a/library/language/nl/main.php +++ b/library/language/nl/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Beschrijving'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Downloaden'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Bekeken'; -$lang['DOWNLOAD_NUMBER'] = '%d keer'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'De Extensie \'%s\' was uitgeschakeld door een board admin, dus deze Bijlage wordt niet weergegeven.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Bijlagen'; diff --git a/library/language/no/main.php b/library/language/no/main.php index 493bc0ff9..3e6821b39 100644 --- a/library/language/no/main.php +++ b/library/language/no/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Beskrivelse'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Last ned'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Sett'; -$lang['DOWNLOAD_NUMBER'] = '%d ganger'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Utvidelsen \'%s\' ble deaktivert av en bord admin, derfor dette Vedlegget er ikke vist.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Vedlegg'; diff --git a/library/language/pl/main.php b/library/language/pl/main.php index afcd80180..b46b16491 100644 --- a/library/language/pl/main.php +++ b/library/language/pl/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Opis'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Pobierz'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Rozmiar'; $lang['VIEWED'] = 'Rozważać'; -$lang['DOWNLOAD_NUMBER'] = '%d razy'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozszerzeniem \'%s\' został wyłączony opłaty administracyjnej, dlatego załącznik nie jest wyświetlany.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Załączniki'; diff --git a/library/language/pt/main.php b/library/language/pt/main.php index abe5ae86c..a4603149b 100644 --- a/library/language/pt/main.php +++ b/library/language/pt/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Descrição'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Baixar'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Tamanho do arquivo'; $lang['VIEWED'] = 'Visto'; -$lang['DOWNLOAD_NUMBER'] = '%d vezes'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'A Extensão \'%s\' foi desativado por um conselho de administração, portanto, este Anexo não é exibido.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Anexos'; diff --git a/library/language/ro/main.php b/library/language/ro/main.php index c7d5126a8..f0055f901 100644 --- a/library/language/ro/main.php +++ b/library/language/ro/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Descriere'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Vizualizate'; -$lang['DOWNLOAD_NUMBER'] = '%d ori'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Extensia \'%s\' a fost dezactivat de către un consiliu de administrare, prin urmare, acest Atașament nu este afișat.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Atașamente'; diff --git a/library/language/ru/main.php b/library/language/ru/main.php index 562161d69..e31a81799 100644 --- a/library/language/ru/main.php +++ b/library/language/ru/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Описание'; // used in Administration Panel too.. $lang['DOWNLOAD'] = 'Скачать'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Размер'; $lang['VIEWED'] = 'Просмотров'; -$lang['DOWNLOAD_NUMBER'] = '%d раз'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Расширение \'%s\' было деактивировано администратором, поэтому это приложение не отображается.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Вложение'; diff --git a/library/language/sk/main.php b/library/language/sk/main.php index 0a1d70bcb..73f95dc13 100644 --- a/library/language/sk/main.php +++ b/library/language/sk/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Popis'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Stiahnuť'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Pozrieť'; -$lang['DOWNLOAD_NUMBER'] = '%d krát'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozšírenie \'%s" bol deaktivovaný on board admin, preto túto Prílohu nie je zobrazený.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Prílohy'; diff --git a/library/language/sl/main.php b/library/language/sl/main.php index ab972ff30..d35743ae0 100644 --- a/library/language/sl/main.php +++ b/library/language/sl/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Opis'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Velikost datoteke'; $lang['VIEWED'] = 'Ogledov'; -$lang['DOWNLOAD_NUMBER'] = '%d krat'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Razširitev \'%s" je bil izključen s odbora skrbnik, zato to Prilogo, se ne prikaže.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Priloge'; diff --git a/library/language/source/main.php b/library/language/source/main.php index 0e593f8d3..731af57de 100644 --- a/library/language/source/main.php +++ b/library/language/source/main.php @@ -975,7 +975,6 @@ $lang['DESCRIPTION'] = 'Description'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Viewed'; -$lang['DOWNLOAD_NUMBER'] = '%d times'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'The Extension \'%s\' was deactivated by an board admin, therefore this Attachment is not displayed.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Attachments'; diff --git a/library/language/sq/main.php b/library/language/sq/main.php index 2f3000f70..89e232b7a 100644 --- a/library/language/sq/main.php +++ b/library/language/sq/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Përshkrimi'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Shkarkuar'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Si kartela'; $lang['VIEWED'] = 'Shihet'; -$lang['DOWNLOAD_NUMBER'] = '%d herë'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Zgjerimi \'%s\' ishte çaktivizuar nga një bord admin, prandaj kjo Shtojcë nuk është shfaqur.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Të bashkëngjitni skedarë'; diff --git a/library/language/sr/main.php b/library/language/sr/main.php index 809be7f1e..4464e312f 100644 --- a/library/language/sr/main.php +++ b/library/language/sr/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Опис'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Довнлоад'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Величина'; $lang['VIEWED'] = 'Посматрати'; -$lang['DOWNLOAD_NUMBER'] = '%d пут'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ширењем %s\' је онемогућен административну комисију, тако да је овај прилог се не приказује.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Прилог'; diff --git a/library/language/sv/main.php b/library/language/sv/main.php index 42bd80829..23c083451 100644 --- a/library/language/sv/main.php +++ b/library/language/sv/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Beskrivning'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Ladda ner'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filstorlek'; $lang['VIEWED'] = 'Ses'; -$lang['DOWNLOAD_NUMBER'] = '%d gånger'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Förlängning "%s\' har inaktiverats av en administratör, därför denna Bilaga visas inte.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Bifogade filer'; diff --git a/library/language/tg/main.php b/library/language/tg/main.php index 094654bc8..b602e5ff7 100644 --- a/library/language/tg/main.php +++ b/library/language/tg/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Тавсифи'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Пурбинандатаринҳо'; -$lang['DOWNLOAD_NUMBER'] = '%d маротиба'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Дар Тамдиди \'%s\' аз тарафи администратор Шӯрои хомуш шуд, бинобар ин дар ин Замимаи аст, нишон дода нашавад.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'замимаҳо'; diff --git a/library/language/th/main.php b/library/language/th/main.php index 9fda1f420..bd186223d 100644 --- a/library/language/th/main.php +++ b/library/language/th/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'รายละเอียด'; // used in Administrati $lang['DOWNLOAD'] = 'ดาวน์โหลด'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'ขนาดแฟ้มได้'; $lang['VIEWED'] = 'ดู'; -$lang['DOWNLOAD_NUMBER'] = '%d ครั้ง'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'ส่วนขยายแฟ้ม\'%s\'ถูกปิดการใช้งานโดยการแอดมิน,ดังนั้นนี่คือสิ่งที่แนบมาด้วยไม่ถูกแสดงให้เห็น'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'สิ่งที่แนบมาด้วย'; diff --git a/library/language/tr/main.php b/library/language/tr/main.php index c3d62e77e..a70ea3850 100644 --- a/library/language/tr/main.php +++ b/library/language/tr/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Açıklama'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'İndir'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = 'Görüntülenen'; -$lang['DOWNLOAD_NUMBER'] = '%d kez'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Uzantısı \'%s yönetim Kurulundan bir yönetici tarafından iptal edilmiştir, bu nedenle bu Ek görüntülenmez.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Ekleri'; diff --git a/library/language/uk/main.php b/library/language/uk/main.php index 98e5c326f..1cf58bf90 100644 --- a/library/language/uk/main.php +++ b/library/language/uk/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Опис'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Завантажити'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Розмір файлу'; $lang['VIEWED'] = 'Переглянуто'; -$lang['DOWNLOAD_NUMBER'] = '%d разів'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Розширення \'%s\' було деактивовано адміністратором, тому це вкладення не відображається.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Вкладення'; diff --git a/library/language/uz/main.php b/library/language/uz/main.php index 124984ead..20cfdd2e5 100644 --- a/library/language/uz/main.php +++ b/library/language/uz/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Tavsif'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Yuklash'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Fayl hajmi'; $lang['VIEWED'] = 'Ko\'rib chiqildi'; -$lang['DOWNLOAD_NUMBER'] = '%d marta'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Extension "%s" Shuning uchun, bu ilova ko\'rsatilmasa, bir taxta admin o\'chirilgan edi.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Qo\'shilgan'; diff --git a/library/language/vi/main.php b/library/language/vi/main.php index ded845952..8bdd14eb7 100644 --- a/library/language/vi/main.php +++ b/library/language/vi/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = 'Mô tả'; // used in Administration Panel too... $lang['DOWNLOAD'] = 'Tải về'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Kích cỡ'; $lang['VIEWED'] = 'Xem'; -$lang['DOWNLOAD_NUMBER'] = '%d lần'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Mở Rộng \'%s\' đã được kích hoạt bởi một hội đồng quản trị, vì thế này đính Kèm không hiển thị.'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = 'Đính kèm'; diff --git a/library/language/zh/main.php b/library/language/zh/main.php index 686c8f783..170ee3834 100644 --- a/library/language/zh/main.php +++ b/library/language/zh/main.php @@ -991,7 +991,6 @@ $lang['DESCRIPTION'] = '描述'; // used in Administration Panel too... $lang['DOWNLOAD'] = '下载'; // this Language Variable is defined in admin.php too, but we are unable to access it from the main Language File $lang['FILESIZE'] = 'Filesize'; $lang['VIEWED'] = '看'; -$lang['DOWNLOAD_NUMBER'] = '%d次'; // replace %d with count $lang['EXTENSION_DISABLED_AFTER_POSTING'] = '扩\'%s\'停用由一个董事会管理,因此这种附着的是不是显示出来。'; // used in Posts and PM's, replace %s with mime type $lang['ATTACHMENT'] = '附件';