Languages dictionaries updated
This commit is contained in:
parent
68407ad75e
commit
f0af06dbed
|
@ -194,7 +194,7 @@ function table($type) {
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<!-- TABS PAGES -->
|
<!-- TABS PAGES -->
|
||||||
<div class="tab-pane show active" id="pages" role="tabpanel">
|
<div class="tab-pane show active" id="pages" role="tabpanel">
|
||||||
<input type="text" class="form-control mt-3" id="search" placeholder="Search">
|
<input type="text" class="form-control mt-3" id="search" placeholder="<?php $L->p('Search') ?>">
|
||||||
|
|
||||||
<?php table('published'); ?>
|
<?php table('published'); ?>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ echo Bootstrap::formTitle(array('title'=>$L->g('Search plugins')));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<input type="text" class="form-control" id="search" placeholder="Search">
|
<input type="text" class="form-control" id="search" placeholder="<?php $L->p('Search') ?>">
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#search").on("keyup", function() {
|
$("#search").on("keyup", function() {
|
||||||
|
|
|
@ -528,7 +528,7 @@
|
||||||
<input id="jssiteLogoInputFile" class="custom-file-input" type="file" name="inputFile">
|
<input id="jssiteLogoInputFile" class="custom-file-input" type="file" name="inputFile">
|
||||||
<label for="jssiteLogoInputFile" class="custom-file-label"><?php $L->p('Upload image'); ?></label>
|
<label for="jssiteLogoInputFile" class="custom-file-label"><?php $L->p('Upload image'); ?></label>
|
||||||
</div>
|
</div>
|
||||||
<button id="jsbuttonRemoveLogo" type="button" class="btn btn-primary w-100 mt-4 mb-4"><i class="fa fa-trash"></i> Remove logo</button>
|
<button id="jsbuttonRemoveLogo" type="button" class="btn btn-primary w-100 mt-4 mb-4"><i class="fa fa-trash"></i><?php $L->p('Remove logo') ?></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-8 col-sm-12 p-0 text-center">
|
<div class="col-lg-8 col-sm-12 p-0 text-center">
|
||||||
<img id="jssiteLogoPreview" class="img-fluid img-thumbnail" alt="Site logo preview" src="<?php echo ($site->logo()?DOMAIN_UPLOADS.$site->logo(false).'?version='.time():HTML_PATH_CORE_IMG.'default.svg') ?>" />
|
<img id="jssiteLogoPreview" class="img-fluid img-thumbnail" alt="Site logo preview" src="<?php echo ($site->logo()?DOMAIN_UPLOADS.$site->logo(false).'?version='.time():HTML_PATH_CORE_IMG.'default.svg') ?>" />
|
||||||
|
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -10,7 +10,7 @@
|
||||||
"cblte https:\/\/github.com\/cblte",
|
"cblte https:\/\/github.com\/cblte",
|
||||||
"MoritzBrueckner https:\/\/github.com\/MoritzBrueckner",
|
"MoritzBrueckner https:\/\/github.com\/MoritzBrueckner",
|
||||||
"SamBrishes https:\/\/www.pytes.net",
|
"SamBrishes https:\/\/www.pytes.net",
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dates": {
|
"dates": {
|
||||||
|
@ -380,5 +380,12 @@
|
||||||
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
|
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
|
||||||
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
|
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
|
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
|
||||||
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:"
|
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -379,5 +379,12 @@
|
||||||
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
|
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
|
||||||
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
|
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
|
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
|
||||||
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:"
|
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -379,5 +379,12 @@
|
||||||
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
|
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
|
||||||
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
|
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
|
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
|
||||||
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:"
|
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -375,5 +375,12 @@
|
||||||
"thumbnail-height-in-pixels": "Altura de miniaturas en píxeles (px).",
|
"thumbnail-height-in-pixels": "Altura de miniaturas en píxeles (px).",
|
||||||
"thumbnail-quality-in-percentage": "Calidad de la miniatura en porcentaje (%).",
|
"thumbnail-quality-in-percentage": "Calidad de la miniatura en porcentaje (%).",
|
||||||
"maximum-load-file-size-allowed:": "Tamaño máximo del archivo permitido:",
|
"maximum-load-file-size-allowed:": "Tamaño máximo del archivo permitido:",
|
||||||
"file-type-is-not-supported": "No se admite el tipo de archivo. Tipos permitidos:"
|
"file-type-is-not-supported": "No se admite el tipo de archivo. Tipos permitidos:",
|
||||||
|
"page-content": "Contenido de las paginas",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Logo del sitio",
|
||||||
|
"search": "Buscar",
|
||||||
|
"search-plugins": "Buscar plugins",
|
||||||
|
"enabled-plugins": "Plugins activados",
|
||||||
|
"disabled-plugins": "Plugins descativados"
|
||||||
}
|
}
|
|
@ -11,14 +11,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dates": {
|
"dates": {
|
||||||
"Sat": "شنبه",
|
"Sat": "شنبه",
|
||||||
"Sun": "یکشنبه",
|
"Sun": "یکشنبه",
|
||||||
"Mon": "دوشنبه",
|
"Mon": "دوشنبه",
|
||||||
"Tue": "سه شنبه",
|
"Tue": "سه شنبه",
|
||||||
"Wed": "چهارشنبه",
|
"Wed": "چهارشنبه",
|
||||||
"Thu": "پنجشنبه",
|
"Thu": "پنجشنبه",
|
||||||
"Fri": "جمعه",
|
"Fri": "جمعه",
|
||||||
"Saturday": "شنبه",
|
"Saturday": "شنبه",
|
||||||
"Sunday": "یکشنبه",
|
"Sunday": "یکشنبه",
|
||||||
"Monday": "دوشنبه",
|
"Monday": "دوشنبه",
|
||||||
"Tuesday": "سه شنبه",
|
"Tuesday": "سه شنبه",
|
||||||
|
@ -349,7 +349,7 @@
|
||||||
"insert": "درج",
|
"insert": "درج",
|
||||||
"upload": "آپلود",
|
"upload": "آپلود",
|
||||||
"autosave": "ذخیره خودکار",
|
"autosave": "ذخیره خودکار",
|
||||||
"the-content-is-saved-as-a-draft-to-publish-it": "محتوا بصورت پیش نویس ذخیره شد. برای انتشار آن بر روی دکمه <b>انتشار</b> کلیک کرده و یا همچنان در حال کار کردن بر روی آن هستید میتوانید بر روی دکمه <b>ذخیره پیش نویس</b> کلیک کنید.",
|
"the-content-is-saved-as-a-draft-to-publish-it": "محتوا بصورت پیش نویس ذخیره شد. برای انتشار آن بر روی دکمه <b>انتشار<\/b> کلیک کرده و یا همچنان در حال کار کردن بر روی آن هستید میتوانید بر روی دکمه <b>ذخیره پیش نویس<\/b> کلیک کنید.",
|
||||||
"site": "سایت",
|
"site": "سایت",
|
||||||
"first": "ابتدا",
|
"first": "ابتدا",
|
||||||
"last": "انتها",
|
"last": "انتها",
|
||||||
|
@ -376,5 +376,13 @@
|
||||||
"thumbnail-width-in-pixels": "عرض بندانگشتی به پیکسل (px).",
|
"thumbnail-width-in-pixels": "عرض بندانگشتی به پیکسل (px).",
|
||||||
"thumbnail-height-in-pixels": "ارتفاع بندانگشتی به پیکسل (px).",
|
"thumbnail-height-in-pixels": "ارتفاع بندانگشتی به پیکسل (px).",
|
||||||
"thumbnail-quality-in-percentage": "کیفیت بندانگشتی به درصد (%).",
|
"thumbnail-quality-in-percentage": "کیفیت بندانگشتی به درصد (%).",
|
||||||
"logo": "لوگو"
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Altezza anteprima in pixel (px).",
|
"thumbnail-height-in-pixels": "Altezza anteprima in pixel (px).",
|
||||||
"thumbnail-quality-in-percentage": "Qualità anteprima in percentuale (%).",
|
"thumbnail-quality-in-percentage": "Qualità anteprima in percentuale (%).",
|
||||||
"maximum-load-file-size-allowed:": "Grandezza massima da caricare permessa:",
|
"maximum-load-file-size-allowed:": "Grandezza massima da caricare permessa:",
|
||||||
"file-type-is-not-supported": "TIpo di file non supportato. Tipi permessi:"
|
"file-type-is-not-supported": "TIpo di file non supportato. Tipi permessi:",
|
||||||
}
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -375,5 +375,12 @@
|
||||||
"thumbnail-height-in-pixels": "Hoogte voorbeelden in pixels (px).",
|
"thumbnail-height-in-pixels": "Hoogte voorbeelden in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Kwaliteit voorbeelden in procenten (%).",
|
"thumbnail-quality-in-percentage": "Kwaliteit voorbeelden in procenten (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximale bestandsgrootte voor uploads:",
|
"maximum-load-file-size-allowed:": "Maximale bestandsgrootte voor uploads:",
|
||||||
"file-type-is-not-supported": "Dit bestandstype is niet toegestaan. Wel toegestaan zijn:"
|
"file-type-is-not-supported": "Dit bestandstype is niet toegestaan. Wel toegestaan zijn:",
|
||||||
}
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Ustaw wysokość miniatur wyrażaną w pikselach (px).",
|
"thumbnail-height-in-pixels": "Ustaw wysokość miniatur wyrażaną w pikselach (px).",
|
||||||
"thumbnail-quality-in-percentage": "Ustaw jakość miniatur wyrażaną w procentach (%).",
|
"thumbnail-quality-in-percentage": "Ustaw jakość miniatur wyrażaną w procentach (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Înălțime miniatură în pixels (px).",
|
"thumbnail-height-in-pixels": "Înălțime miniatură în pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Calitate miniatură în procent (%).",
|
"thumbnail-quality-in-percentage": "Calitate miniatură în procent (%).",
|
||||||
"maximum-load-file-size-allowed:": "Mărime fișier maxim admisă:",
|
"maximum-load-file-size-allowed:": "Mărime fișier maxim admisă:",
|
||||||
"file-type-is-not-supported": "Format fișier nesuportat. Se permite:"
|
"file-type-is-not-supported": "Format fișier nesuportat. Se permite:",
|
||||||
}
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Высота миниатюры изображения в пикселях (px).",
|
"thumbnail-height-in-pixels": "Высота миниатюры изображения в пикселях (px).",
|
||||||
"thumbnail-quality-in-percentage": "Качество миниатюры изображения в процентах (%).",
|
"thumbnail-quality-in-percentage": "Качество миниатюры изображения в процентах (%).",
|
||||||
"maximum-load-file-size-allowed:": "Максимально допустимый размер загружаемого файла:",
|
"maximum-load-file-size-allowed:": "Максимально допустимый размер загружаемого файла:",
|
||||||
"file-type-is-not-supported": "Тип файла не поддерживается. Разрешенные типы:"
|
"file-type-is-not-supported": "Тип файла не поддерживается. Разрешенные типы:",
|
||||||
}
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Piksel olarak küçük resim yüksekliği (px).",
|
"thumbnail-height-in-pixels": "Piksel olarak küçük resim yüksekliği (px).",
|
||||||
"thumbnail-quality-in-percentage": "Yüzde olarak küçük resim kalitesi (%).",
|
"thumbnail-quality-in-percentage": "Yüzde olarak küçük resim kalitesi (%).",
|
||||||
"maximum-load-file-size-allowed:": "İzin verilen en yüksek dosya yükleme boyutu:",
|
"maximum-load-file-size-allowed:": "İzin verilen en yüksek dosya yükleme boyutu:",
|
||||||
"file-type-is-not-supported": "Dosya türü desteklenmiyor. İzin verilen türler:"
|
"file-type-is-not-supported": "Dosya türü desteklenmiyor. İzin verilen türler:",
|
||||||
}
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
|
}
|
|
@ -378,5 +378,12 @@
|
||||||
"thumbnail-height-in-pixels": "Висота мініатюри в пікселях (px).",
|
"thumbnail-height-in-pixels": "Висота мініатюри в пікселях (px).",
|
||||||
"thumbnail-quality-in-percentage": "Якість мініатюри у відсотках (%).",
|
"thumbnail-quality-in-percentage": "Якість мініатюри у відсотках (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
|
@ -377,5 +377,12 @@
|
||||||
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
|
||||||
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
|
||||||
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
|
||||||
"file-type-is-not-supported": "File type is not supported. Allowed types:"
|
"file-type-is-not-supported": "File type is not supported. Allowed types:",
|
||||||
|
"page-content": "Page content",
|
||||||
|
"markdown-parser": "Markdown parser",
|
||||||
|
"site-logo": "Site logo",
|
||||||
|
"search": "Search",
|
||||||
|
"search-plugins": "Search plugins",
|
||||||
|
"enabled-plugins": "Enabled plugins",
|
||||||
|
"disabled-plugins": "Disabled plugins"
|
||||||
}
|
}
|
Loading…
Reference in New Issue