]> git.mjollnir.org Git - s9y.git/commitdiff
introduced CUSTOM_ADMIN_INTERFACE
authorflotsam <flotsam>
Tue, 8 Nov 2005 12:40:01 +0000 (12:40 +0000)
committerflotsam <flotsam>
Tue, 8 Nov 2005 12:40:01 +0000 (12:40 +0000)
55 files changed:
docs/NEWS
include/admin/templates.inc.php
include/functions.inc.php
lang/UTF-8/serendipity_lang_bg.inc.php
lang/UTF-8/serendipity_lang_cn.inc.php
lang/UTF-8/serendipity_lang_cs.inc.php
lang/UTF-8/serendipity_lang_cz.inc.php
lang/UTF-8/serendipity_lang_da.inc.php
lang/UTF-8/serendipity_lang_de.inc.php
lang/UTF-8/serendipity_lang_en.inc.php
lang/UTF-8/serendipity_lang_es.inc.php
lang/UTF-8/serendipity_lang_fa.inc.php
lang/UTF-8/serendipity_lang_fi.inc.php
lang/UTF-8/serendipity_lang_fr.inc.php
lang/UTF-8/serendipity_lang_hu.inc.php
lang/UTF-8/serendipity_lang_is.inc.php
lang/UTF-8/serendipity_lang_it.inc.php
lang/UTF-8/serendipity_lang_ja.inc.php
lang/UTF-8/serendipity_lang_ko.inc.php
lang/UTF-8/serendipity_lang_nl.inc.php
lang/UTF-8/serendipity_lang_no.inc.php
lang/UTF-8/serendipity_lang_pt.inc.php
lang/UTF-8/serendipity_lang_pt_PT.inc.php
lang/UTF-8/serendipity_lang_ro.inc.php
lang/UTF-8/serendipity_lang_ru.inc.php
lang/UTF-8/serendipity_lang_se.inc.php
lang/UTF-8/serendipity_lang_tn.inc.php
lang/UTF-8/serendipity_lang_tw.inc.php
lang/UTF-8/serendipity_lang_zh.inc.php
lang/serendipity_lang_bg.inc.php
lang/serendipity_lang_cn.inc.php
lang/serendipity_lang_cs.inc.php
lang/serendipity_lang_cz.inc.php
lang/serendipity_lang_da.inc.php
lang/serendipity_lang_de.inc.php
lang/serendipity_lang_en.inc.php
lang/serendipity_lang_es.inc.php
lang/serendipity_lang_fa.inc.php
lang/serendipity_lang_fi.inc.php
lang/serendipity_lang_fr.inc.php
lang/serendipity_lang_hu.inc.php
lang/serendipity_lang_is.inc.php
lang/serendipity_lang_it.inc.php
lang/serendipity_lang_ja.inc.php
lang/serendipity_lang_ko.inc.php
lang/serendipity_lang_nl.inc.php
lang/serendipity_lang_no.inc.php
lang/serendipity_lang_pt.inc.php
lang/serendipity_lang_pt_PT.inc.php
lang/serendipity_lang_ro.inc.php
lang/serendipity_lang_ru.inc.php
lang/serendipity_lang_se.inc.php
lang/serendipity_lang_tn.inc.php
lang/serendipity_lang_tw.inc.php
lang/serendipity_lang_zh.inc.php

index c92c4c32985020c003ff710d468a6c01d2938945..13bbb3b2dbe5ce2a49c14a621fdd0306bcecbabb 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -10,6 +10,10 @@ Version 1.0 ()
    * Fix certain plugins to correctly behave when using entry-
      properties caching, by re-executing plugins that were not executed
      because they "scramble" the true content. (garvinhicking)
+
+   * Introduced CUSTOM_ADMIN_INTERFACE that tells the user if the
+     template author also made a stylesheet for the admin interface
+     when selecting a theme (flotsam)
                
 Version 0.9.1 ()
 ------------------------------------------------------------------------
index dea9b863f6a121e9b8f1e64f4916020eb618459a..fe35fccd674f8b6eda20c35fda02cfcac51dc56e 100644 (file)
@@ -94,7 +94,8 @@ if ($serendipity['GET']['adminAction'] == 'install' ) {
             <td width="100" style="padding-left: 10px"><?php echo $preview; ?></td>
             <td valign="top">
                 <?php echo AUTHOR;       ?>: <?php echo $info['author'];?><br />
-                <?php echo LAST_UPDATED; ?>: <?php echo $info['date'];  ?>
+                <?php echo LAST_UPDATED; ?>: <?php echo $info['date'];  ?><br />
+                <?php echo CUSTOM_ADMIN_INTERFACE; ?>: <?php echo $info['custom_admin_interface']; ?><br />
             </td>
         </tr>
     </table>
index b8db1d142753fc230602950f30469a242d391813..dbab67339ab87658754fa923cf0a41218513dbf0 100644 (file)
@@ -130,6 +130,15 @@ function serendipity_fetchTemplateInfo($theme, $abspath = null) {
         $data[$k] = implode("\n", $v);
     }
 
+    if ( $theme != 'default' && $theme != 'default-rtl' 
+      && @is_dir($serendipity['templatePath'] . $theme . '/admin') 
+      && @is_readable($serendipity['templatePath'] . $theme . '/admin/style.css') ) {
+      
+        $data['custom_admin_interface'] = YES;
+    } else {
+        $data['custom_admin_interface'] = NO;
+    }
+
     return $data;
 }
 
index d9da0789cfd89d824c7fe3fe5f93f0ccda52b3fc..896bd0785d38d570b7da1b5a632bd56dcb883aef 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Показване на броя на статиите в категория?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Показване на броя на статиите до името на автора?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Ако тази опция е активирана, броят на статиите от този автор ще бъде показан до името на автора в скоби.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index b8259a72634e7fea9cefbe7f58b1c83f1610e49e..e3678a30f6e99f80d5185b60f8b9bfebc0f0485c 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 80fed704a53c3ab2917e882066756ac01e197853..6347d40643e52a931597c834d4a1987dbd304286 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 99a215ffa527f5fcf1e9c7b6a91feb3d1c87fb43..2ea7f3819ee42bad7a9a3d83a39e9c4e8f00d9ee 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 6301a451dba335b8b310d7a17569c3202ea068da..05c39c7c86f07e273e4100c1b013605e514ea0e7 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 52e1034b475e49a85d9a16f0dd2c6d0fa83f2086..16ecf9c5458d5767e7f2223fb1b44026a6d81f7c 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Angepasste Admin-Oberfläche vorhanden');
\ No newline at end of file
index b25189add401d9139cbfd24460c19fab81d094dc..4d051ea9bf9c31349ba95877180811de05e58a38 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 1320cec32a76fa859cabfb878684ec5301728a8d..636c9066cb1e2cc6c6d8137a38065a066b4507b1 100644 (file)
@@ -815,3 +815,4 @@ Next constants should be placed with its brothers, right?
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Mostrar número de entradas por categoría?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Mostrar número de artículos del autor?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Si esta opción es activada, el número de artículos del autor se muestra al lado del nombre del autor en paréntesis.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 400f56946418d6fd5becb5134cd3103e33024c72..dc645dde8f64846ddc107187d5a06a79b4e510ed 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'آیا تعداد ارسال های هر موضوع در مقابل نام آن نمایش داده شود؟');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'آیا تعداد ارسال های هر نویسنده در مقابل نام وی نمایش داده شود؟');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'اگر این گزینه فعال باشد، تعداد ارسال های یک نویسنده، جلوی نام وی، داخل پرانتز، نمایش داده می شود.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 8517dfff5ef69c3c838603b1a2b6a5173354d29e..0869839d7821127d0dea4e2df4da1ba349bc2a7b 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 3f2e41771487ca199d374dcb96b5aaed3531819f..9c4997c815eb121f21b6fdf0d29ded726d29fa78 100644 (file)
 @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Si cette option est activée, le plugin utilisera les fonctionnalités de Smarty pour afficher la liste des catégories. Cela permet de changer l\'affichage de la liste en modifiant le fichier "plugin_categories.tpl". N\'utilisez cette option que si vous avez besoin d\'adapter l\'affichage des catégories comme cette fonctionnalité a un impact sur les performances de votre blog.');
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Afficher le nombre de billets par catégorie?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Afficher le nombre d\'articles par auteur?');
-@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Si cette option est activée, le nombre de billets crées par cet auteur seront affichés à côté de son nom, entre parenthèses.');
\ No newline at end of file
+@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Si cette option est activée, le nombre de billets crées par cet auteur seront affichés à côté de son nom, entre parenthèses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index dbb5905de249505670d4b6c0dac3dd195fbe6751..e69d481394785ed7b956b13a4b01414461025135 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index c80633145dea0062bda5b4553c15e013b9f644af..103ee393314f4aeaf58ee9e9edeb8bfeed7034ec 100644 (file)
 @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Ef þessi möguleiki er virkjaður mun viðbótin nýta Smarty-Templating möguleika til að sýna flokkalistana. Ef þú virkjar þetta geturðu breytt útlitinu í gegnum "plugin_categories.tpl" forsniðsskrána. Að virkja þennan möguleika mun hafa áhrif á afköst, svo ef þú þarft ekki að gera neinar sérsniðnar breytingar skaltu láta þetta vera óvirkjað.');
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Sýna fjölda færsla í hverjum flokk?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Sýna fjölda greina við hliðina á nafni höfundar?');
-@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Ef þessi möguleiki er virkjaður mun fjöldi greina eftir þennan höfund vera sýndur við hliðina á nafni hans innan sviga.');
\ No newline at end of file
+@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Ef þessi möguleiki er virkjaður mun fjöldi greina eftir þennan höfund vera sýndur við hliðina á nafni hans innan sviga.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 9d3f573a2e20f9676e1c7ef89f0c193f0465bf4d..b631eed054d2f6de657343d9a2e34e40b20236c8 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index b0e151a4b1cf770fce0335648f8bc121976e39e0..2138f4431b93a54d74e238c09b89c6b0da46b5eb 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'カテゴリ毎に表示するエントリの数は?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index dcb2cf79b573e243a71c0be2a15887bb432c0dc4..f88873350941eb0399ac4a1ca634b42017cbb7a3 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', '범주 당 글의 수 보이기');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', '작성자 이름 옆에 글의 수 보이기');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '사용할 경우, 각 작성자의 이름 옆 괄호 속에 해당 작성자가 쓴 글의 수를 표시합니다.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index c02c5e7c601547c05a01edfb83f76d7fe5214232..35a68f0ed7adc5bbc98bb002a7039f7503ccdb79 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 6531cade86f889e5a92b08e95ef0fc66655ad9bc..db4bb3473c0dd4a5dc0b3700c02b93ee10e8290e 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 69f60278952f1557364991815a3502793d130581..f357dd209a46344ec175f8c67cc7340b4cb65241 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 4e6d34b9375bbd1ecad18063e6c099a60372a7e1..8b20e7b8ddec57aeed9e88186895d4322f1bcb48 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Mostrar número de entradas por categoria?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Mostrar número de artigos ao lado do nome nome do autor?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Se esta opção for activada, o número de artigos deste autor será mostrado entre parêntesis junto ao nome do autor.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 1f2fee1a5a69bd60c18563f028e7c04343aefa61..838c81387c948d490f815e032ebddad3d7225531 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 4b2b6bbff05192225b68a6a2fcd8d485246cf687..962aa52cdd99216468c36a1ae5aa2ee2aef64f75 100644 (file)
@@ -798,3 +798,4 @@ $i18n_filename_to   = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Показывать количество записей в каждой категории?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Показывать количество записей возле имени автора?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Если эта опция включена, то в скобках возле имени автора приводится общее число сделанных им записей.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 62482134f650fe7b0517e19a7337249021de6421..8c9a2c67666df33fcdf9a5366fe23e1f080e1c2a 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 4cb5442f244b3d66c60adce417edb8aa7453e1dd..5f799e3ea19a087ecd787fe252954e19a9b2bd7a 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', '顯示每個類別的文章數?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', '顯示作者的文章數?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '如果開啟這個設定,作者的文章數會顯示在名稱旁邊。');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 67afd38de716cffe85117998a039d44c64553abf..2ca3e7e5ba9054b4d923614d1e9500ce8943a9ff 100644 (file)
 @define('CATEGORY_PLUGIN_TEMPLATE_DESC', '如果開啟這個選項,外掛會利用 Smarty-Templating 的功能來輸出類別列表。您也可以用 "plugin_categories.tpl" 的模版檔案來改變外觀。這個選項會減低網頁的顯示速度,如果您不做任何改變,最好關閉這個選項。');
 @define('CATEGORY_PLUGIN_SHOWCOUNT', '顯示每個類別的文章數?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', '顯示作者的文章數?');
-@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '如果開啟這個設定,作者的文章數會顯示在名稱旁邊。');
\ No newline at end of file
+@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '如果開啟這個設定,作者的文章數會顯示在名稱旁邊。');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 8edabe043410b9af98320c38996f910f9b97ed38..e7156ed9fe0f030a48fd7b03178c13052a86826f 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 1ef829e4be0984b627fffc76747ecb2a4b44c7d6..db4a22b5ad1cae40437095eb570bbf94538ad901 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Ïîêàçâàíå íà áðîÿ íà ñòàòèèòå â êàòåãîðèÿ?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Ïîêàçâàíå íà áðîÿ íà ñòàòèèòå äî èìåòî íà àâòîðà?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Àêî òàçè îïöèÿ å àêòèâèðàíà, áðîÿò íà ñòàòèèòå îò òîçè àâòîð ùå áúäå ïîêàçàí äî èìåòî íà àâòîðà â ñêîáè.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index a985544c2197edf46405c5a4ac1eb00ae30565dc..27b3ef167fdc7fe9ba6d2287669b55e75404f169 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index df5f86b7e97dbbc8cae1ec027549d4a165421f09..0e3f0433a5bf43230123aa3543e525d2c0463c9f 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 0400940cb9511488ed712eaab091f7abf1d3bc67..d7a0d3247cee0065c44611e53620d1e13cf6215c 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 0cf6e09036177390b294967228a01a94b98a9715..2596f20b04b2428f33e83fd5d9e623fb1e66625e 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index ebe2f9450b3074dcfbedad0a447af84a6a0dd651..ece2bcae11341606044a3bca1f41a509af4ec414 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Angepasste Admin-Oberfläche vorhanden');
\ No newline at end of file
index eb05823fcfcbd1a522e5d49d12522a5b4f4b7e1e..04d930823b9f4c3a94e2fa31449b58218196cacb 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 9e3c19b2248db5c16db89a64fd3f0334b0b3b8de..1f6027df4ee493454169457c7769a786f8cdd7c9 100644 (file)
@@ -815,3 +815,4 @@ Next constants should be placed with its brothers, right?
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Mostrar número de entradas por categoría?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Mostrar número de artículos del autor?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Si esta opción es activada, el número de artículos del autor se muestra al lado del nombre del autor en paréntesis.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 5b7a791faff1d1162232ded933f2db52c0b2a1df..57d9d8d146d4561c8dc93bfd875b84515e6c00e4 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'آیا تعداد ارسال های هر موضوع در مقابل نام آن نمایش داده شود؟');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'آیا تعداد ارسال های هر نویسنده در مقابل نام وی نمایش داده شود؟');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'اگر این گزینه فعال باشد، تعداد ارسال های یک نویسنده، جلوی نام وی، داخل پرانتز، نمایش داده می شود.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 60ad49343c47d42e6ea4d49c768def9712341dca..4d8b5c67f632ff4bd30316ede8ff2d704ed24ea1 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 06ebbd3b6a19c0f1da32a5be11bba0d8650f5c21..564ed41ecbe256eaada4e9d906abd276fb340c3e 100644 (file)
 @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Si cette option est activée, le plugin utilisera les fonctionnalités de Smarty pour afficher la liste des catégories. Cela permet de changer l\'affichage de la liste en modifiant le fichier "plugin_categories.tpl". N\'utilisez cette option que si vous avez besoin d\'adapter l\'affichage des catégories comme cette fonctionnalité a un impact sur les performances de votre blog.');
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Afficher le nombre de billets par catégorie?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Afficher le nombre d\'articles par auteur?');
-@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Si cette option est activée, le nombre de billets crées par cet auteur seront affichés à côté de son nom, entre parenthèses.');
\ No newline at end of file
+@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Si cette option est activée, le nombre de billets crées par cet auteur seront affichés à côté de son nom, entre parenthèses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 6d2052c2d50a276173a5326b85b4dcd617c0ebba..2631634ff9b58301c35186567903dec8be60f8aa 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 15b1cdefe817b91a84712fe21bb4087b99e3f7ac..9c3091a1154387a4c35bdf9f97c9a1c26def0f6b 100644 (file)
 @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Ef þessi möguleiki er virkjaður mun viðbótin nýta Smarty-Templating möguleika til að sýna flokkalistana. Ef þú virkjar þetta geturðu breytt útlitinu í gegnum "plugin_categories.tpl" forsniðsskrána. Að virkja þennan möguleika mun hafa áhrif á afköst, svo ef þú þarft ekki að gera neinar sérsniðnar breytingar skaltu láta þetta vera óvirkjað.');
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Sýna fjölda færsla í hverjum flokk?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Sýna fjölda greina við hliðina á nafni höfundar?');
-@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Ef þessi möguleiki er virkjaður mun fjöldi greina eftir þennan höfund vera sýndur við hliðina á nafni hans innan sviga.');
\ No newline at end of file
+@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Ef þessi möguleiki er virkjaður mun fjöldi greina eftir þennan höfund vera sýndur við hliðina á nafni hans innan sviga.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 15ae8e36219dbc41b0d52208f30127f16b053c18..d393f4fe74e5186a3eceb005daf1a27b2f3d664c 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
index e1c66be268d2459c76f84c7de6e7d50f3f78e624..7f900edf04b4335e6b7a364b67090f72860bd463 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'カテゴリ毎に表示するエントリの数は?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index effd0a5d378829a358db3c6dc7de1a9418664ea6..ae119f3f79da5f4c664a5f726231b7083b44f645 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', '범주 당 글의 수 보이기');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', '작성자 이름 옆에 글의 수 보이기');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '사용할 경우, 각 작성자의 이름 옆 괄호 속에 해당 작성자가 쓴 글의 수를 표시합니다.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 27d99ae630dacbe47c8b4cc490db46f4fe66cb71..0c988384067cc54c007d0522b75606a1c1196dc8 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index afe3fff2eac17febf6bdcba2527c61a032fa9156..2da660c9e82cf7c83c7550103788adeb4da8b27a 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 0397d76200c86c723db17bef6d61a736ee86e418..1ee32e838365ab2b863ebf3dea7e5d7aa9cc9da9 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 73481699ce065a8118c741b98b611063a69c8773..3cd0e90b24f487d8968bb5a1a2daf9974cb174ee 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Mostrar número de entradas por categoria?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Mostrar número de artigos ao lado do nome nome do autor?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Se esta opção for activada, o número de artigos deste autor será mostrado entre parêntesis junto ao nome do autor.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 1f2fee1a5a69bd60c18563f028e7c04343aefa61..838c81387c948d490f815e032ebddad3d7225531 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 406b301a45b3eee4816b3483f9199d02948ee715..a84020f1cde7d9b0dbaee6159fa5289d4cfb8f71 100644 (file)
@@ -798,3 +798,4 @@ $i18n_filename_to   = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Показывать количество записей в каждой категории?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Показывать количество записей возле имени автора?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Если эта опция включена, то в скобках возле имени автора приводится общее число сделанных им записей.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index a2429b339329cb01e5701c3ea663a826f76ca6fc..afa3246b8cd2d0e72e2cba4960567a7f132a28db 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 956d59292f251b48898af1ae0f92b26540d1b6c3..34671c912ff0062b8e23584967a8e274a3f2f517 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', '顯示每個類別的文章數?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', '顯示作者的文章數?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '如果開啟這個設定,作者的文章數會顯示在名稱旁邊。');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 3e32b849cf48c731bfd20f0e72a530d21962e14a..641a7043f83a1801b6362796dec36c3e044b6906 100644 (file)
 @define('CATEGORY_PLUGIN_TEMPLATE_DESC', '¦pªG¶}±Ò³o­Ó¿ï¶µ¡A¥~±¾·|§Q¥Î Smarty-Templating ªº¥\¯à¨Ó¿é¥XÃþ§O¦Cªí¡C±z¤]¥i¥H¥Î "plugin_categories.tpl" ªº¼Òª©ÀɮרӧïÅÜ¥~Æ[¡C³o­Ó¿ï¶µ·|´î§Cºô­¶ªºÅã¥Ü³t«×¡A¦pªG±z¤£°µ¥ô¦ó§ïÅÜ¡A³Ì¦nÃö³¬³o­Ó¿ï¶µ¡C');
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Åã¥Ü¨C­ÓÃþ§Oªº¤å³¹¼Æ¡H');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Åã¥Ü§@ªÌªº¤å³¹¼Æ¡H');
-@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '¦pªG¶}±Ò³o­Ó³]©w¡A§@ªÌªº¤å³¹¼Æ·|Åã¥Ü¦b¦WºÙ®ÇÃä¡C');
\ No newline at end of file
+@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', '¦pªG¶}±Ò³o­Ó³]©w¡A§@ªÌªº¤å³¹¼Æ·|Åã¥Ü¦b¦WºÙ®ÇÃä¡C');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file
index 33d783ab5a9bb29b5db6b6891ce088ba2a9ded23..466304bb92ffdcfe34014cb5afd488dfc345527a 100644 (file)
 @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
 @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
+@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
\ No newline at end of file