From ed9bc3c1d1e0574efd2d8212a90bb25a50580700 Mon Sep 17 00:00:00 2001 From: damianzoanni Date: Thu, 3 Mar 2022 20:52:18 -0500 Subject: [PATCH] Fix Spanish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix Spanish - español --- .DS_Store | Bin 0 -> 6148 bytes .gitignore | 2 + COPYRIGHT.txt | 14 +- README.md | 36 +- cache/installedVersion.json | 6 +- config/config.ini.example | 30 +- humans.txt | 50 +- index.php | 2 +- lang/ar_AR.ini | 274 + lang/de_DE.ini | 272 + lang/en_US.ini | 273 + lang/es.ini | 190 +- lang/es_ES.ini | 537 +- lang/fr_FR.ini | 272 + lang/hu_HU.ini | 272 + lang/id_ID.ini | 272 + lang/it_IT.ini | 272 + lang/ko_KO.ini | 272 + lang/ms_MY.ini | 272 + lang/nl_NL.ini | 272 + lang/pl_PL.ini | 273 + lang/pt_BR.ini | 272 + lang/ru_RU.ini | 273 + lang/sv_SE.ini | 290 + lang/tr_TR.ini | 272 + lang/zh_TW.ini | 272 + system/admin/admin.php | 384 +- system/admin/editor/css/editor.css | 32 +- system/admin/editor/js/Markdown.Editor.js | 340 +- system/admin/editor/js/editor.js | 110 +- system/admin/views/404.html.php | 5 +- system/admin/views/add-content.html.php | 274 +- system/admin/views/add-page.html.php | 122 +- system/admin/views/backup-start.html.php | 1 + system/admin/views/backup.html.php | 11 +- system/admin/views/categories.html.php | 15 +- system/admin/views/category-list.html.php | 61 + system/admin/views/clear-cache.html.php | 7 +- system/admin/views/config-custom.html.php | 43 + system/admin/views/config-metatags.html.php | 74 + system/admin/views/config-performance.html.php | 107 + system/admin/views/config-reading.html.php | 151 + system/admin/views/config-widget.html.php | 179 + system/admin/views/config.html.php | 177 +- system/admin/views/content-type.html.php | 1 + system/admin/views/delete-category.html.php | 5 +- system/admin/views/delete-page.html.php | 5 +- system/admin/views/delete-post.html.php | 5 +- system/admin/views/denied.html.php | 3 +- system/admin/views/edit-content.html.php | 294 +- system/admin/views/edit-page.html.php | 132 +- system/admin/views/import.html.php | 13 +- system/admin/views/layout.html.php | 343 +- system/admin/views/login.html.php | 22 +- system/admin/views/logout.html.php | 1 + system/admin/views/main.html.php | 11 +- system/admin/views/menu.html.php | 414 ++ system/admin/views/no-posts.html.php | 1 + system/admin/views/popular-posts.html.php | 14 +- system/admin/views/posts-list.html.php | 42 +- system/admin/views/static-pages.html.php | 6 + system/admin/views/update.html.php | 21 +- system/admin/views/updated-to.html.php | 7 +- system/admin/views/user-draft.html.php | 42 +- system/admin/views/user-posts.html.php | 40 +- system/htmly.php | 1107 ++-- system/includes/dispatch.php | 13 +- system/includes/functions.php | 887 +-- system/includes/session.php | 10 +- system/resources/css/adminlte.min.css | 11 + system/resources/css/font-awesome.css | 4 + system/resources/css/jquery-ui.css | 895 +-- system/resources/css/toolbar.css | 29 +- system/resources/fonts/FontAwesome.otf | Bin 0 -> 93888 bytes system/resources/fonts/fontawesome-webfont.eot | Bin 0 -> 60767 bytes system/resources/fonts/fontawesome-webfont.svg | 565 ++ system/resources/fonts/fontawesome-webfont.ttf | Bin 0 -> 122092 bytes system/resources/fonts/fontawesome-webfont.woff | Bin 0 -> 71508 bytes system/resources/fonts/fontawesome-webfont.woff2 | Bin 0 -> 56780 bytes .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes system/resources/js/adminlte.min.js | 6 + system/resources/js/bootstrap.min.js | 6 + system/resources/js/jquery-ui.min.js | 15 +- system/resources/js/jquery.min.js | 10 +- system/resources/js/jquery.nestable++.js | 189 + system/resources/js/jquery.nestable.js | 484 ++ system/upgrade/index.php | 5 - system/upgrade/run.php | 43 - .../michelf/php-markdown/Michelf/MarkdownExtra.php | 29 + themes/blog/404-search.html.php | 5 +- themes/blog/404.html.php | 1 + themes/blog/layout.html.php | 30 +- themes/blog/main.html.php | 8 +- themes/blog/no-posts.html.php | 1 + themes/blog/post.html.php | 9 +- themes/blog/profile.html.php | 12 +- themes/blog/static.html.php | 1 + themes/clean/404-search.html.php | 1 + themes/clean/404.html.php | 1 + themes/clean/css/style.css | 6 +- themes/clean/layout.html.php | 18 +- themes/clean/main.html.php | 8 +- themes/clean/no-posts.html.php | 1 + themes/clean/post.html.php | 5 +- themes/clean/profile.html.php | 14 +- themes/clean/static.html.php | 1 + themes/logs/404-search.html.php | 1 + themes/logs/404.html.php | 1 + themes/logs/css/style.css | 6 +- themes/logs/layout.html.php | 19 +- themes/logs/main.html.php | 19 +- themes/logs/no-posts.html.php | 1 + themes/logs/post.html.php | 5 +- themes/logs/profile.html.php | 14 +- themes/logs/static.html.php | 1 + themes/readable/404-search.html.php | 13 + themes/readable/404.html.php | 11 + themes/readable/css/style.css | 1033 ++++ themes/readable/img/facebook.png | Bin 0 -> 2490 bytes themes/readable/img/googleplus.png | Bin 0 -> 2769 bytes themes/readable/img/rss.png | Bin 0 -> 2764 bytes themes/readable/img/share-facebook.png | Bin 0 -> 582 bytes themes/readable/img/share-googleplus.png | Bin 0 -> 836 bytes themes/readable/img/share-twitter.png | Bin 0 -> 668 bytes themes/readable/img/tumblr.png | Bin 0 -> 2640 bytes themes/readable/img/twitter.png | Bin 0 -> 2730 bytes themes/readable/layout.html.php | 62 + themes/readable/main.html.php | 74 + themes/readable/no-posts.html.php | 2 + themes/readable/post.html.php | 81 + themes/readable/profile.html.php | 33 + themes/readable/static.html.php | 13 + themes/readme.txt | 2 +- themes/twentyfifteen/404-search.html.php | 1 + themes/twentyfifteen/404.html.php | 1 + themes/twentyfifteen/css/style_v2.css | 6139 ++++++++++++++++++++ themes/twentyfifteen/layout.html.php | 43 +- themes/twentyfifteen/main.html.php | 8 +- themes/twentyfifteen/no-posts.html.php | 9 +- themes/twentyfifteen/post.html.php | 17 +- themes/twentyfifteen/profile.html.php | 14 +- themes/twentyfifteen/static.html.php | 1 + themes/twentysixteen/404-search.html.php | 1 + themes/twentysixteen/404.html.php | 1 + themes/twentysixteen/layout.html.php | 23 +- themes/twentysixteen/main.html.php | 10 +- themes/twentysixteen/no-posts.html.php | 1 + themes/twentysixteen/post.html.php | 5 +- themes/twentysixteen/profile.html.php | 14 +- themes/twentysixteen/static.html.php | 1 + upload.php | 4 +- 154 files changed, 18166 insertions(+), 2934 deletions(-) create mode 100644 .DS_Store create mode 100644 lang/ar_AR.ini create mode 100644 lang/de_DE.ini create mode 100644 lang/en_US.ini create mode 100644 lang/fr_FR.ini create mode 100644 lang/hu_HU.ini create mode 100644 lang/id_ID.ini create mode 100644 lang/it_IT.ini create mode 100644 lang/ko_KO.ini create mode 100644 lang/ms_MY.ini create mode 100644 lang/nl_NL.ini create mode 100644 lang/pl_PL.ini create mode 100644 lang/pt_BR.ini create mode 100644 lang/ru_RU.ini create mode 100644 lang/sv_SE.ini create mode 100644 lang/tr_TR.ini create mode 100644 lang/zh_TW.ini create mode 100644 system/admin/views/category-list.html.php create mode 100644 system/admin/views/config-custom.html.php create mode 100644 system/admin/views/config-metatags.html.php create mode 100644 system/admin/views/config-performance.html.php create mode 100644 system/admin/views/config-reading.html.php create mode 100644 system/admin/views/config-widget.html.php create mode 100644 system/admin/views/menu.html.php create mode 100644 system/admin/views/static-pages.html.php create mode 100644 system/resources/css/adminlte.min.css create mode 100644 system/resources/css/font-awesome.css create mode 100644 system/resources/fonts/FontAwesome.otf create mode 100644 system/resources/fonts/fontawesome-webfont.eot create mode 100644 system/resources/fonts/fontawesome-webfont.svg create mode 100644 system/resources/fonts/fontawesome-webfont.ttf create mode 100644 system/resources/fonts/fontawesome-webfont.woff create mode 100644 system/resources/fonts/fontawesome-webfont.woff2 create mode 100644 system/resources/fonts/glyphicons-halflings-regular.eot create mode 100644 system/resources/fonts/glyphicons-halflings-regular.svg create mode 100644 system/resources/fonts/glyphicons-halflings-regular.ttf create mode 100644 system/resources/fonts/glyphicons-halflings-regular.woff create mode 100644 system/resources/js/adminlte.min.js create mode 100644 system/resources/js/bootstrap.min.js create mode 100644 system/resources/js/jquery.nestable++.js create mode 100644 system/resources/js/jquery.nestable.js delete mode 100644 system/upgrade/index.php delete mode 100644 system/upgrade/run.php create mode 100644 themes/readable/404-search.html.php create mode 100644 themes/readable/404.html.php create mode 100644 themes/readable/css/style.css create mode 100644 themes/readable/img/facebook.png create mode 100644 themes/readable/img/googleplus.png create mode 100644 themes/readable/img/rss.png create mode 100644 themes/readable/img/share-facebook.png create mode 100644 themes/readable/img/share-googleplus.png create mode 100644 themes/readable/img/share-twitter.png create mode 100644 themes/readable/img/tumblr.png create mode 100644 themes/readable/img/twitter.png create mode 100644 themes/readable/layout.html.php create mode 100644 themes/readable/main.html.php create mode 100644 themes/readable/no-posts.html.php create mode 100644 themes/readable/post.html.php create mode 100644 themes/readable/profile.html.php create mode 100644 themes/readable/static.html.php create mode 100644 themes/twentyfifteen/css/style_v2.css diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..2005386192c21b243d103c776cf3a8271db87fc2 GIT binary patch literal 6148 zcmeH~J!-^2427kv3qu;0TTZhF$PEVLJ;7dJH!-9!aS_tb(ev~}AhW4M2u~n=Bh3io zS9mND(fMP25}8C~gd62#p)*B3$R;;=lh^hAWqaQDEzdk8?F@X9Za=pPDnJFO02QDD zRNxOOVD~m`d<-&D0V+TRz7(+ULxCG>vIYIqf#4$mIH2r?wa*e@u>x3=Er<$CqZN!+ z^)bZi-VT;LSCcIm?V>q+Xg*nOih*ggixwm>tquk%Km|Gl4v|lG|DWMM&Hr5sQz}3O z{+R+gESF`*OXb~q_j*>pX4TdW4*GF~Z$AM@>?%IO-LPM50oG&-q5|WOfXl!@1%6e5 EPs~sfr2qf` literal 0 HcmV?d00001 diff --git a/.gitignore b/.gitignore index 0401add..25592d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /content/* /config/config.ini /config/users/*.ini +/backup +/.htaccess diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index b262f3c..41eeeac 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 Danang Probo Sayekti. +Copyright (c) 2014-2021 Danang Probo Sayekti. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -42,8 +42,14 @@ license, including: Password Compat - (c) Anthony Ferrara - jQuery.AjaxFileUpload.js - (c) Jordan Feldstein - URLify for PHP by jbroadway based on URLify.js - (c) Django Software Foundation and individual contributors - Twenty Fifteen & Twenty Sixteen theme - (c) WordPress.org & Automattic.com \ No newline at end of file + Twenty Fifteen & Twenty Sixteen theme - (c) WordPress.org & Automattic.com + + Bootstrap - Copyright 2011-2019 The Bootstrap Authors + + AdminLTE - Copyright 2014-2020 Colorlib + + Font Awesome - @davegandy + + Nestable jQuery Plugin - Copyright (c) 2012 David Bushell \ No newline at end of file diff --git a/README.md b/README.md index c1deada..f7dc9cd 100644 --- a/README.md +++ b/README.md @@ -40,29 +40,38 @@ Features - User Roles - Online Backup - File Caching -- Auto Update +- Online Update - Post Draft - i18n +- Menu builder Requirements ------------ -HTMLy requires PHP 5.3 or greater and php-xml package. +HTMLy requires PHP 5.3 or greater, PHP-XML package, and PHP-ZIP package for backup feature. Installations ------------- -If you have an OpenSSL enabled server (usually enabled by default), use the [installer.php](https://github.com/danpros/htmly/releases/latest) and read the following [instructions](https://docs.htmly.com/basics/installations) to get started. If you don't have OpenSSL, please download the latest version, extract it, then upload the extracted files to your server. Also, make sure the installation folder is writeable by your server. -Configurations --------------- -Set written permission for the `cache` and `content` directories. +Install HTMLy using the source code: -Rename `config.ini.example` inside the `config` folder to `config.ini` (or you can create a new `config/config.ini` file) then change the site settings there. + 1. Download the latest version from the [Github repo](https://github.com/danpros/htmly/releases/latest) + 2. Upload and extract the zip file to your web server. You can upload it in the root directory, or in subdirectory such as `htmly`. + 3. Visit your domain. If you extract it in root directory visit `https://www.example.com/install.php` and if in subdirectory visit `https://www.example.com/htmly/install.php`. + 4. Follow the installer to install HTMLy. + 5. The installer will try to delete itself. Please delete the installer manually if the `install.php` still exist. + +### Online install -Create `YourUsername.ini` inside the `config/users` folder or simply rename the `username.ini.example` file and write down your password there: +Install HTMLy without downloading the source code and use the online installer: -````cfg -password = YourPassword -```` + 1. Download `online-installer.php` from the [latest release](https://github.com/danpros/htmly/releases/latest) + 2. If you upload it in root directory visit `https://www.example.com/online-installer.php` or if in subdirectory visit `https://www.example.com/subdirectory/online-installer.php`. + 3. Follow the installer to install HTMLy. + 4. Please delete the installer manually if the `online-installer.php` and `install.php` still exist. + +Configurations +-------------- +Set written permission for the `cache` and `content` directories. In addition, HTMLy support admin user role. To do so, simply add the following line to your choosen user: @@ -267,11 +276,6 @@ Paragraph 1 Paragraph 2 etc. ``` -Credit ------- -* [Martin Angelov](http://tutorialzine.com) -* [Xiaoying Riley](http://themes.3rdwavemedia.com) - Contribute ---------- 1. Fork and edit diff --git a/cache/installedVersion.json b/cache/installedVersion.json index f654bf8..3fc7575 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { - "id": 782014, - "tag_name": "v2.7.5" -} + "id": 59398618, + "tag_name": "v2.8.2" +} \ No newline at end of file diff --git a/config/config.ini.example b/config/config.ini.example index e4abce3..02d0afe 100644 --- a/config/config.ini.example +++ b/config/config.ini.example @@ -7,8 +7,8 @@ timezone = "Asia/Jakarta" ; Date format. See: https://www.php.net/manual/en/function.strftime date.format = "%d %B %Y" -; Your language (currently only "en" for English or "de" for German) -language = "en" +; Your language (example "en_US" for English or "de_DE" for German. See lang directory for available language) +language = "en_US" ; Blog info blog.title = "HTMLy" @@ -26,14 +26,8 @@ static.frontpage = "false" blog.enable = "false" ; Social account -social.twitter = "https://twitter.com" -social.facebook = "https://www.facebook.com" -social.tumblr = "http://www.tumblr.com" - -; Custom menu link. -; See example below: -; "Google->http://www.google.com|Wikipedia->http://www.wikipedia.org". -blog.menu = "" +social.twitter = "" +social.facebook = "" ; Breadcrumb home text. Useful when installed on subfolder. breadcrumb.home = "Home" @@ -52,12 +46,12 @@ disqus.shortname = "" ; Google Web Master Tool ID verification google.wmt.id = "" -; Google+ publisher -google.publisher = "" - ; Google analytics google.analytics.id = "" +; Google gtag analytics +google.gtag.id = "" + ; Google reCaptcha ; https://www.google.com/recaptcha/admin. Options "false" and "true" @@ -87,8 +81,8 @@ recent.count = "5" ; Popular posts popular.count = "5" -; Author info on blog post. Set "true" or "false". -author.info = "true" +; Tagcloud +tagcloud.count = "40" ; Teaser type: set "trimmed" or "full". teaser.type = "full" @@ -108,10 +102,6 @@ rss.count = "10" ; RSS feed description length. If left empty we will use full page. rss.char = "200" -; Enable image thumbnail on teaser, the options is "true" and "false". If set to "true", you can specify the default thumbnail also. -img.thumbnail = "false" -default.thumbnail = "" - ; Enable views Counter, the options is "true" and "false". If set to "true", you can see the Counts in Admin page and popular posts. views.counter = "false" @@ -143,7 +133,7 @@ generation.time = "false" cache.timestamp = "false" ; Set the theme here -views.root = "themes/twentysixteen" +views.root = "themes/twentyfifteen" ; Framework config. No need to edit. views.layout = "layout" diff --git a/humans.txt b/humans.txt index f218d93..a3e54cb 100644 --- a/humans.txt +++ b/humans.txt @@ -1,58 +1,14 @@ /* TEAM */ Owner: danpros Github: https://github.com/danpros -Weblog: http://www.danpros.com +Weblog: https://www.danpros.com Contributor: Kanti Github: https://github.com/Kanti Weblog: https://kanti.de +Location: Stuttgart - Germany -Contributor: fahmi182 -Github: https://github.com/fahmi182 -Weblog: http://ifahmi.com - -Contributor: fanningert -Github: https://github.com/fanningert - -Contributor: BlackCodec -Github: https://github.com/BlackCodec - -Contributor: mlncn -Github: https://github.com/mlncn - -Contributor: Tea23 -Github: https://github.com/Tea23 - -Contributor: greenphp -Github: https://github.com/greenphp - -Contributor: brh55 -Github: https://github.com/brh55 - -Contributor: ecc -Github: https://github.com/ecc - -Contributor: bluebirch -Github: https://github.com/bluebirch - -Contributor: EBethus -Github: https://github.com/EBethus - -Contributor: nikkolai14 -Github: https://github.com/nikkolai14 - -Contributor: RalfZim -Github: https://github.com/RalfZim - -Contributor: NightPurrer -Github: https://github.com/NightPurrer - -Contributor: EtherialNL -Github: https://github.com/EtherialNL - -/* THANKS */ -Name: Martin Angelov (http://tutorialzine.com) -Name: Xiaoying Riley (http://themes.3rdwavemedia.com) +Full contributor: https://github.com/danpros/htmly/graphs/contributors /* SITE */ Software: HTMLy diff --git a/index.php b/index.php index 8b63ddc..670b8da 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ ٪ s ؟" +Audio_post = "مشاركة صوتية" +Audio_post_comment = "إنشاء منشور مدونة بصوت مميز" +Author = "المؤلف" +Backup = "النسخ الاحتياطي" +Cancel = "إلغاء" +Categories = "فئات" +Category = "فئة" +Clear_cache = "مسح ذاكرة التخزين المؤقت" +Config = "التكوين" +Contents = "المحتويات" +Created = ​​"تم إنشاؤه" +Delete = "حذف" +Description = "الوصف" +Draft = "مسودة" +Edit = "تحرير" +Edit_profile = "تحرير ملف التعريف" +Filename = "اسم الملف" +Follow = "متابعة" +Image_post = "مشاركة صورة" +Image_post_comment = "إنشاء منشور مدونة بصورة مميزة" +Import = "استيراد" +Link_post = "رابط المنشور" +Link_post_comment = "إنشاء منشور مدونة مع ارتباط مميز" +Login = "تسجيل الدخول" +Login_page = "صفحة تسجيل الدخول" +Logout = "تسجيل الخروج" +Meta_description = "وصف التعريف" +Mine = "ملكي" +More = "المزيد" +My_draft = "مسودتي" +My_posts = "مشاركاتي" +Newer = "أحدث" +Next = "التالي" +Next_post = "المنشور التالي" +No_draft_found = ​​"لم يتم العثور على مسودة" +No_posts_found = ​​"لم يتم العثور على أية مشاركات" +No_related_post_found = ​​"لم يتم العثور على منشور ذي صلة" +Older = "أقدم" +Operations = "العمليات" +Popular_posts = "المشاركات الشائعة" +Popular_tags = "العلامات الشائعة" +Posted_in = "تم النشر في" +Posted_on = "تم النشر في" +Posts = "المشاركات" +Prev = "قديم" +Prev_post = "المنشور السابق" +Publish = "نشر" +Publish_draft = "نشر المسودة" +Published = ​​"منشور" +Pages= "صفحات" +Menu= "القائمة" +Quote_post = "مشاركة مقتبسة" +Quote_post_comment = "إنشاء منشور مدونة باقتباس مميز" +Recent_posts = "المشاركات الأخيرة" +Regular_post = "مشاركة عادية" +Regular_post_comment = "إنشاء منشور مدونة عادي" +Related_posts = "منشورات ذات صلة" +Revert_to_draft = "عودة إلى المسودة" +Save = "حفظ" +Save_as_draft = "حفظ كمسودة" +Search = "بحث" +Search_for = "بحث عن" +Static_page = "صفحة ثابتة" +Static_page_comment = "إنشاء صفحة ثابتة" +Static_pages = "صفحات ثابتة" +Tag = "علامة" +Tags = "علامات" +Title = "العنوان" +Uncategorized = ​​"غير مصنف" +Uncategorized_comment = "الموضوعات التي لا تحتاج إلى فئة أو لا تتناسب مع أي فئة أخرى موجودة" +Update = "تحديث" +Update_draft = "تحديث المسودة" +Update_post = "تحديث المنشور" +Video_post = "مشاركة فيديو" +Video_post_comment = "إنشاء منشور مدونة بفيديو مميز" +View = "عرض" +Views = "المشاهدات" +Your_recent_posts = "مشاركاتك الأخيرة" +by = "بقلم" +read_more = "اقرأ المزيد" +Dashboard = ​​"لوحة المعلومات" +Posts_list = "قائمة المشاركات" +Posts_draft = "مسودة المشاركات" +Menus = "محرر القائمة" +Settings = "الإعدادات" +Tools = "أدوات" +Check_update = "تحقق من التحديث" +Import_RSS = "استيراد RSS" +User = "مستخدم" +Proudly_powered_by = "مدعوم بفخر بواسطة" +Home = "الصفحة الرئيسية" +Type_to_search = "اكتب للبحث" +Admin_panel_style_based_on = "نمط لوحة المشرف يعتمد على" +Sign_in_to_start_your_session = "قم بتسجيل الدخول لبدء جلستك" +Back_to = "رجوع إلى" +Login = "تسجيل الدخول" +User = "مستخدم" +Password = ​​"كلمة المرور" +Comma_separated_values = "قيم مفصولة بفواصل" +If_leave_empty_we_will_excerpt_it_from_the_content_below = "إذا تركت فارغة ، فسنقتطفها من المحتوى أدناه" +اختياري = "اختياري" +If_the_url_leave_empty_we_will_use_the_post_title = "إذا ترك عنوان url فارغًا ، فسنستخدم عنوان المنشور" +If_the_url_leave_empty_we_will_use_the_page_title = "إذا ترك عنوان url فارغًا ، فسنستخدم عنوان الصفحة" +Only = "فقط" +Featured_Audio = "صوت مميز" +Featured_Video = "فيديو مميز" +Featured_Image = "صورة مميزة" +Featured_Quote = "اقتباس مميز" +Featured_Link = "رابط مميز" +Content = "المحتوى" +Preview = "معاينة" +Enter_image_URL = "أدخل عنوان URL للصورة" +Upload = ​​"تحميل" +Insert_Image = "إدراج صورة" +This_page_doesnt_exist = "هذه الصفحة غير موجودة!" +Would_you_like_to_try_our = "هل ترغب في تجربة" +homepage = "الصفحة الرئيسية" +instead = "بدلاً من ذلك" +Your_backups = "نُسخك الاحتياطية" +Create_backup = "إنشاء نسخة احتياطية" +All_cache_has_been_deleted = ​​"تم حذف كل ذاكرة التخزين المؤقت!" +Edit_category = "تحرير فئة" +Date = "التاريخ" +Time = "الوقت" +No_available_backup = "لا يوجد نسخ احتياطي متوفر في الوقت الحالي." +You_dont_have_permission_to_access_this_page = "ليس لديك إذن للوصول إلى هذه الصفحة" +Save_category = "حفظ فئة" +Import_RSS_Feed_2.0 = "استيراد موجز RSS 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it = "باستخدام هذا المستورد ، فأنت توافق على ما إذا كانت الخلاصة ملكك أو على الأقل لديك الصلاحية لنشرها." +Feed_Url = "موجز URL" +Add_source_link_optional = "إضافة رابط المصدر (اختياري)" +Import_Feed = ​​"بدء استيراد موجز ويب" +At_the_moment_you_are_using_auto_generated_menu = "في الوقت الحالي أنت تستخدم قائمة تم إنشاؤها تلقائيًا." +Add_menu = "إضافة قائمة" +Name = "الاسم" +Link_name = "اسم الرابط" +Slug = "سبيكة" +item_slug = "إدراج عنوان URL للرابط" +CSS_Class_Optional = "فئة CSS (اختياري)" +item_class = "إدراج فئة CSS" +Add_link = "إضافة ارتباط" +Save_Edit = "حفظ التحرير" +Save_Menu = "حفظ القائمة" +Add_new_post = "إضافة منشور جديد" +Add_new_page = "إضافة صفحة جديدة" +Update_Available = "التحديث متاح" +تهانينا_You_have_the_latest_version_of_HTMLy = "تهانينا! لديك أحدث إصدار من HTMLy." +Update_to = "تحديث إلى" +now = "الآن" +Performance_Settings = "إعدادات الأداء" +General = "عام" +Reading = "جارٍ القراءة" +Widget = "أداة" +Metatags = "العلامات الوصفية" +Performance = "أداء" +Custom = "مخصص" +General_Settings = "إعدادات عامة" +Reading_Settings = "إعدادات القراءة" +Widget_Settings = "إعدادات الأداة" +Metatags_Settings = "إعدادات العلامات الوصفية" +Custom_Settings = "إعدادات مخصصة" +Address_URL = "العنوان (URL)" +Blog_Title = "عنوان المدونة" +Blog_Title_Placeholder = "مدونة HTMLy الخاصة بي" +Tagline = "سطر الوصف" +Tagline_Placeholder = "منصة تدوين PHP بدون قاعدة بيانات" +Tagline_description = "في بضع كلمات ، اشرح موضوع هذه المدونة." +Blog_Description = "في فقرة واحدة ، أخبرنا بالمزيد عن مدونتك." +Language = "لغة النظام" +Timezone = "المنطقة الزمنية" +Date_Format = "تنسيق التاريخ" +Blog_Theme = "سمة المدونة" +Copyright_Line = "خط حقوق النشر" +Copyright_Line_Placeholder = "(ج) اسمك." +Save_Config = "حفظ التكوين" +Front_page_displays = "الصفحة الأولى تعرض" +Your_latest_blog_posts = "أحدث مشاركات المدونة الخاصة بك" +Enable_blog_URL = "تمكين / عنوان URL للمدونة" +Enable = "تمكين" +Disable = "تعطيل" +Posts_in_front_page_show_at_most = "تظهر المشاركات في الصفحة الأولى على الأكثر" +Blog_posts_displayed_as = "تم عرض مشاركات المدونة على شكل" +Full_post = "مشاركة كاملة" +Summary = "ملخص" +Summary_character = "شخصية الملخص" +Read_more_text = "قراءة المزيد من النص" +Read_more_text_placeholder = "قراءة المزيد" +Posts_index_settings = "إعدادات فهرس المشاركات" +Posts_in_category_page_at_most = "المشاركات في صفحة الفئات على الأكثر" +Posts_in_archive_page_at_most = "المشاركات في صفحة الأرشيف على الأكثر" +Posts_in_tag_page_at_most = "المشاركات في صفحة العلامة على الأكثر" +Posts_in_search_result_at_most = "المشاركات في نتائج البحث على الأكثر" +Posts_in_type_page_at_most = "المشاركات في صفحة النوع على الأكثر" +Posts_in_profile_page_at_most = "المشاركات في صفحة الملف الشخصي على الأكثر" +RSS_settings = "إعدادات RSS" +RSS_feeds_show_the_most_recent = "تظهر موجزات RSS الأحدث" +RSS_character = "شخصية RSS" +Permalink = "الرابط الثابت" +year_month_your_post_slug = "/ سنة / شهر / your-post-slug" +post_your_post_slug = "/ نشر / your-post-slug" +Meta_description_character = "حرف وصف التعريف" +Breadcrumb_home_text = "نص الصفحة الرئيسية لمسار التنقل" +Sitemap = "خريطة الموقع" +Valid_values_range_from_0_to_1.0._See = "تتراوح القيم الصالحة من 0.0 إلى 1.0. راجع" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value = " تلميح: استخدم Ctrl / CMD + F للبحث عن مفتاح التهيئة أو القيمة." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template = " نصائح احترافية: يمكنك إنشاء مفتاح تهيئة مخصص وطباعة قيمة مفتاح التهيئة في أي مكان في القالب." +your_key = "your.key" +Your_New_Config_Key = "مفتاح التكوين الجديد الخاص بك" +Your_New_Value = "قيمتك الجديدة" +Related_widget_posts_at_most = "منشورات الأدوات ذات الصلة على الأكثر" +Recent_posts_widget_at_most = "أداة المشاركات الأخيرة على الأكثر" +Popular_posts_widget = "أداة المشاركات الشائعة" +Popular_posts_widget_at_most = "أداة المشاركات الشائعة على الأكثر" +Comments = "تعليقات" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID = "لاستخدام Disqus أو Facebook ، تحتاج إلى تقديم اسم قصير لـ Disqus أو معرّف تطبيق Facebook." +Comment_system = "نظام التعليق" +Disabled = ​​"معطل" +Disqus_shortname = "اسم قصير لمناقصة" +Disqus_shortname_placeholder = "htmly" +Facebook_App_ID = "معرف تطبيق Facebook" +widget_key_placeholder = "12345abcde" +Recaptcha = "reCAPTCHA" +Get_one_here = "احصل على واحد هنا" +Site_Key = "مفتاح الموقع" +Secret_Key = "المفتاح السري" +Google_Analytics = "تحليلات Google" +Universal_Analytics = "Universal Analytics (gtag.js)" +Google_Analytics_legacy = "Google Analytics (قديم)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js = "هذا رمز قديم. عادةً ما يتم إنشاء تحليلات جديدة باستخدام gtag.js" +Google_Search_Console = "Google Search Console" +For_google_site_verification_meta = "بالنسبة إلى تعريف موقع google-site-verification" +Social_Media = "وسائل التواصل الاجتماعي" +Twitter_account = "حساب Twitter" +Facebook_page = "صفحة Facebook" +Cache_expiration = "انتهاء صلاحية ذاكرة التخزين المؤقت (بالساعات)" +Cache_off = "إيقاف ذاكرة التخزين المؤقت" +Yes_not_recommended = ​​"نعم (غير مستحسن)" +Not = "لا" +Cache_timestamp = "الطابع الزمني لذاكرة التخزين المؤقت" +Page_generation_time = "وقت إنشاء الصفحة" +Github_pre_release = "الإصدار التجريبي من Github" +Pre_release = "الإصدار التجريبي" +Yes_Im_in = "نعم أنا موجود" +Nope = "لا" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/de_DE.ini b/lang/de_DE.ini new file mode 100644 index 0000000..1658776 --- /dev/null +++ b/lang/de_DE.ini @@ -0,0 +1,272 @@ +About = "Über" +Add_category = "Kategorie hinzufügen" +Add_content = "Inhalt hinzufügen" +Add_sub = "Unterseite hinzufügen" +Admin = "Administrator" +All_blog_posts = "Alle Beiträge" +Archives = "Archiv" +Are_you_sure_you_want_to_delete_ = "Sind Sie sicher, daß Sie %s löschen wollen?" +Audio_post = "Audio-Beitrag" +Audio_post_comment = "Erstelle einen Beitrag zur Präsentation eines Audios" +Author = "Autor" +Backup = "Backup" +Cancel = "Abbrechen" +Categories = "Kategorien" +Category = "Kategorie" +Clear_cache = "Cache löschen" +Config = "Konfiguration" +Contents = "Inhalt" +Created = "Erstellungsdatum" +Delete = "Löschen" +Description = "Beschreibung" +Draft = "Entwurf" +Edit = "Bearbeiten" +Edit_profile = "Profil bearbeiten" +Filename = "Dateiname" +Follow = "Folgen" +Image_post = "Bild-Beitrag" +Image_post_comment = "Erstelle einen Beitrag zur Präsentation eines Bildes" +Import = "Importieren" +Link_post = "Link-Beitrag" +Link_post_comment = "Erstelle einen Beitrag zur Präsentation eines Links" +Login = "Anmelden" +Login_page = "Anmeldeseite" +Logout = "Abmelden" +Meta_description = "Meta Beschreibung" +Mine = "Meine Beiträge" +More = "Mehr" +My_draft = "Meine Entwürfe" +My_posts = "Meine Beiträge" +Newer = "Neuere" +Next = "Nächster" +Next_post = "Nächster Beitrag" +No_draft_found = "Keine Entwürfe gefunden" +No_posts_found = "Keine Beiträge gefunden" +No_related_post_found = "Kein ähnlicher Beitrag gefunden" +Older = "Ältere" +Operations = "Operationen" +Popular_posts = "Beliebte Beiträge" +Popular_tags = "Beliebte Tags" +Posted_in = "Veröffentlicht unter" +Posted_on = "Veröffentlicht am" +Posts = "Inhalte" +Prev = "Voriger" +Prev_post = "Vorheriger Beitrag" +Publish = "Veröffentlichen" +Publish_draft = "Veröffentlichen" +Published = "Veröffentlicht" +Quote_post = "Zitat-Beitrag" +Quote_post_comment = "Erstelle einen Beitrag zur Präsentation eines Zitates" +Recent_posts = "Letzte Beiträge" +Regular_post = "Normaler Beitrag" +Regular_post_comment = "Erstelle einen normalen Beitrag" +Related_posts = "Ähnliche Beiträge" +Revert_to_draft = "Als Entwurf speichern" +Save = "Speichern" +Save_as_draft = "Speichern als Entwurf" +Search = "Suche" +Search_for = "Suche nach" +Static_page = "Statische Seite" +Static_page_comment = "Erstelle eine statische Seite" +Static_pages = "Statische Seiten" +Tag = "Stichwort" +Tags = "Stichworte" +Title = "Titel" +Uncategorized = "Sonstiges" +Uncategorized_comment = "Beiträge, die in keine Kategorie passen (sollen)." +Update = "Aktualisieren" +Update_draft = "Entwurf aktualisieren" +Update_post = "Beitrag aktualisieren" +Video_post = "Video-Beitrag" +Video_post_comment = "Erstelle einen Beitrag zur Präsentation eines Videos" +View = "Ansicht" +Views = "Ansichten" +Your_recent_posts = "Deine letzten Beiträge" +by = "von" +read_more = "weiterlesen" +Dashboard="Übersicht" +Posts_list="Beiträge" +Posts_draft="Entwürfe" +Menus="Menü-Editor" +Settings="Einstellungen" +Tools="Werkzeuge" +Check_update="Aktualisierung suchen" +Import_RSS="RSS importieren" +User="Benutzer" +Proudly_powered_by="Proudly powered by" +Home="Start" +Type_to_search="Tippe um zu suchen" +Admin_panel_style_based_on="Admin-Panel-Stil basierend auf" +Sign_in_to_start_your_session="Melden Sie sich an, um Ihre Sitzung zu starten" +Back_to="Zurück zu" +Login="Anmeldung" +User="Benutzer" +Password="Passwort" +Comma_separated_values="Komma-getrennte Werte" +If_leave_empty_we_will_excerpt_it_from_the_content_below="Wenn Sie das Feld leer lassen, wird es aus dem folgenden Inhalt extrahiert" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="Wenn die URL leer bleibt, wird der Beitragstitel verwendet" +If_the_url_leave_empty_we_will_use_the_page_title="Wenn die URL leer bleibt, wird der Seitentitel verwendet" +Only="Nur" +Featured_Audio="Ausgewähltes Audio" +Featured_Video="Ausgewähltes Video" +Featured_Image="Ausgewähltes Bild" +Featured_Quote="Ausgewähltes Zitat" +Featured_Link="Ausgewählter Link" +Content="Inhalt" +Preview="Vorschau" +Enter_image_URL="Bild-URL eingeben" +Upload="Upload" +Insert_Image="Bild einfügen" +This_page_doesnt_exist="Diese Seite existiert nicht!" +Would_you_like_to_try_our="Besuchen Sie doch unsere " +homepage="Startseite" +instead="stattdessen" +Your_backups="Ihre Backups" +Create_backup="Ein Backup erstellen" +All_cache_has_been_deleted="Der gesamte Cache wurde gelöscht!" +Edit_category="Kategorie bearbeiten" +Date="Datum" +Time="Zeit" +No_available_backup="Derzeit ist kein Backup verfügbar." +You_dont_have_permission_to_access_this_page="Sie haben keine Berechtigung, auf diese Seite zuzugreifen." +Save_category="Kategorie speichern" +Import_RSS_Feed_2.0="RSS-Feed 2.0 importieren" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="Durch die Verwendung dieses Importeurs stimmen Sie zu, ob der Feed Ihnen gehört oder zumindest die Berechtigung hat, ihn zu veröffentlichen." +Feed_Url="Feed URL" +Add_source_link_optional="Quelllink hinzufügen (optional)" +Import_Feed="Feed importieren" +At_the_moment_you_are_using_auto_generated_menu="Im Moment verwenden Sie ein automatisch generiertes Menü." +Add_menu="Menü hinzufügen" +Name="Name" +Link_name="Name des Links" +Slug="Slug" +item_slug="Link URL" +CSS_Class_Optional="CSS-Klasse (optional) " +item_class="CSS Klasse" +Add_link="Link hinzufügen" +Save_Edit="Änderungen speichern" +Save_Menu="Menü speichern" +Add_new_post="Neuen Beitrag hinzufügen" +Add_new_page="Neue Seite hinzufügen" +Update_Available="Update verfügbar" +Congrats_You_have_the_latest_version_of_HTMLy="Herzlichen Glückwunsch! Sie haben die neueste Version von HTMLy." +Update_to="Aktualisieren auf" +now="jetzt" +Performance_Settings="Leistungseinstellungen" +General="Allgemeines" +Reading="Lesen" +Widget="Widget" +Metatags="Metatags" +Performance="Leistung" +Custom="Benutzerdefiniert" +General_Settings="Allgemeine Einstellungen" +Reading_Settings="Leseeinstellungen" +Widget_Settings="Widget Einstellungen" +Metatags_Settings="Metatags Einstellungen" +Custom_Settings="Benutzerdefinierte Einstellungen" +Address_URL="Adresse (URL)" +Blog_Title="Blog Titel" +Blog_Title_Placeholder="Mein HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Datenbanklose PHP Blogging Plattform" +Tagline_description="Erklären Sie in wenigen Worten, worum es in diesem Blog geht." +Blog_Description="Erzählen Sie uns in einem Absatz mehr über Ihren Blog." +Language="Systemsprache" +Timezone="Zeitzone" +Date_Format="Datumsformat" +Blog_Theme="Blog-Theme (Design)" +Copyright_Line="Copyright-Zeile" +Copyright_Line_Placeholder="(c) Dein Name." +Save_Config="Konfiguration speichern" +Front_page_displays="Startseite wird angezeigt" +Your_latest_blog_posts="Deine neuesten Blog-Beiträge" +Enable_blog_URL="URL /blog aktivieren" +Enable="Aktivieren" +Disable="Deaktivieren" +Posts_in_front_page_show_at_most="Maximale Anzahl von Beiträgen auf der Startseite" +Blog_posts_displayed_as="Blog-Beiträge angezeigt als" +Full_post="Vollständiger Beitrag" +Summary="Zusammenfassung" +Summary_character="Länge der Zusammenfassung (in Zeichen)" +Read_more_text="Read more Text" +Read_more_text_placeholder="Mehr ..." +Posts_index_settings="Einstellungen zur Anzahl von Beiträgen" +Posts_in_category_page_at_most="Maximale Anzahl von Beiträgen auf Kategorien-Seiten" +Posts_in_archive_page_at_most="Maximale Anzahl von Beiträgen auf Archiv-Seiten" +Posts_in_tag_page_at_most="Maximale Anzahl von Beiträgen auf tag-Seiten" +Posts_in_search_result_at_most="Maximale Anzahl von Beiträgen in Suchergebnissen" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Maximale Anzahl von Beiträgen auf Profil-Seiten" +RSS_settings="RSS Einstellungen" +RSS_feeds_show_the_most_recent="RSS feeds zeigen die folgende Anzahl der aktuellsten Beiträge" +RSS_character="Länge eines RSS-Beitrags (in Zeichen)" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Bezeichnung für die Startseite im Breadcrumb-Menü" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can create custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Maximale Anzahl von Beiträgen im Widget Ähnliche Beiträge" +Recent_posts_widget_at_most="Maximale Anzahl von Beiträgen im Widget Letzte Beiträge" +Popular_posts_widget="Zugriffszähler aktivieren und Widget Beliebte Beiträge einblenden" +Popular_posts_widget_at_most="Maximale Anzahl von Beiträgen im Widget Beliebte Beiträge" +Comments="Kommentare" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Kommentarsystem" +Disabled="Ausgeschaltet" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache Gültigkeitsdauer (in Stunden)" +Cache_off="Caching ausschalten" +Yes_not_recommended="Ja (nicht empfohlen)" +Not="Nein" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Ja, ich bin dabei!" +Nope="Nein, danke." +Page="Seite" +of="von" +Edit_post="Bearbeiten" +View_post="Ansicht" +Posts_by="Beiträge von" +Pages="Seiten" +Menu="Menüs" +Popular="Zugriffe" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/en_US.ini b/lang/en_US.ini new file mode 100644 index 0000000..5dd14db --- /dev/null +++ b/lang/en_US.ini @@ -0,0 +1,273 @@ + +About = "About" +Add_category = "Add category" +Add_content = "Add content" +Add_sub = "Add sub page" +Admin = "Admin" +All_blog_posts = "All blog posts" +Archives = "Archives" +Are_you_sure_you_want_to_delete_ = "Are you sure you want to delete %s?" +Audio_post = "Audio post" +Audio_post_comment = "Creating blog post with featured audio" +Author = "Author" +Backup = "Backup" +Cancel = "Cancel" +Categories = "Categories" +Category = "Category" +Clear_cache = "Clear cache" +Config = "Config" +Contents = "Contents" +Created = "Created" +Delete = "Delete" +Description = "Description" +Draft = "Draft" +Edit = "Edit" +Edit_profile = "Edit profile" +Filename = "Filename" +Follow = "Follow" +Image_post = "Image post" +Image_post_comment = "Creating blog post with featured image" +Import = "Import" +Link_post = "Link post" +Link_post_comment = "Creating blog post with featured link" +Login = "Login" +Login_page = "Login page" +Logout = "Logout" +Meta_description = "Meta description" +Mine = "Mine" +More = "More" +My_draft = "My draft" +My_posts = "My posts" +Newer = "Newer" +Next = "Next" +Next_post = "Next post" +No_draft_found = "No draft found" +No_posts_found = "No posts found" +No_related_post_found = "No related post found" +Older = "Older" +Operations = "Operations" +Popular_posts = "Popular posts" +Popular_tags = "Popular tags" +Posted_in = "Posted in" +Posted_on = "Posted on" +Posts = "Posts" +Prev = "Old" +Prev_post = "Previous Post" +Publish = "Publish" +Publish_draft = "Publish draft" +Published = "Published" +Quote_post = "Quote post" +Quote_post_comment = "Creating blog post with featured quote" +Recent_posts = "Recent posts" +Regular_post = "Regular post" +Regular_post_comment = "Creating regular blog post" +Related_posts = "Related posts" +Revert_to_draft = "Revert to draft" +Save = "Save" +Save_as_draft = "Save as draft" +Search = "Search" +Search_for = "Search for" +Static_page = "Static page" +Static_page_comment = "Creating static page" +Static_pages = "Static pages" +Tag = "Tag" +Tags = "Tags" +Title = "Title" +Uncategorized = "Uncategorized" +Uncategorized_comment = "Topics that don't need a category, or don't fit into any other existing category" +Update = "Update" +Update_draft = "Update draft" +Update_post = "Update post" +Video_post = "Video post" +Video_post_comment = "Creating blog post with featured video" +View = "View" +Views = "Views" +Your_recent_posts = "Your recent posts" +by = "by" +read_more = "read more" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can create custom config keys and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To use Disqus or Facebook comments you need to provide your Disqus shortname or your Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = TagCloud at most diff --git a/lang/es.ini b/lang/es.ini index fdabe38..cc606c4 100644 --- a/lang/es.ini +++ b/lang/es.ini @@ -3,7 +3,7 @@ Add_content = "Agregar contenido" Add_sub = "Agregar sub categoría" Admin = "Administración" All_blog_posts = "Todas las publicaciones del blog" -Archives = "Archivo" +Archives = "Archivos" Are_you_sure_you_want_to_delete_ = "¿Está seguro de que desea eliminar % s ?" Audio_post = "Publicación de audio" Audio_post_comment = "Creación de una publicación de blog con audio destacado" @@ -82,4 +82,190 @@ View = "Ver" Views = "Puntos de vista" Your_recent_posts = "Tus publicaciones recientes" by = "por" -read_more = "Lee mas" \ No newline at end of file +read_more = "Lee mas" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/es_ES.ini b/lang/es_ES.ini index 76a5a8a..b1cec6c 100644 --- a/lang/es_ES.ini +++ b/lang/es_ES.ini @@ -1,272 +1,271 @@ -About = "Acerca de" -Add_category = "Añadir categoría" -Add_content = "Agregar contenido" -Add_sub = "Agregar sub categoría" -Admin = "Administración" -All_blog_posts = "Todas las publicaciones del blog" -Archives = "Archivos" -Are_you_sure_you_want_to_delete_ = "¿Está seguro de que desea eliminar % s ?" -Audio_post = "Publicación de audio" -Audio_post_comment = "Escribir una publicación de blog con audio" -Author = "Autor" -Backup = "Respaldo" -Cancel = "Cancelar" -Categories = "Categorías" -Category = "Categoría" -Clear_cache = "Limpiar cache" -Config = "Configuracion" -Contents = "Contenido" -Created = "Creado" -Delete = "Eliminar" -Description = "Descripción" -Draft = "Borrador" -Edit = "Editar" -Edit_profile = "Editar perfil" -Filename = "Nombre del archivo" -Follow = "Seguir" -Image_post = "Publicación de imagen" -Image_post_comment = "Escribir una publicación de blog con imagen destacada" -Import = "Importar" -Link_post = "Publicación con enlace externo" -Link_post_comment = "Escribir una publicación con un enlace externo destacado" -Login = "Iniciar sesión" -Login_page = "Página de inicio de sesión" -Logout = "Cerrar sesión" -Meta_description = "Meta descripción" -Mine = "Mío" -More = "Más" -My_draft = "Mis borradores" -My_posts = "Mis publicaciones" -Newer = "Más recientes" -Next = "Siguiente" -Next_post = "Publicación siguiente" -No_draft_found = "No se encontró ningún borrador" -No_posts_found = "No se han encontrado publicaciones" -No_related_post_found = "No se encontró ninguna publicación relacionada" -Older = "Más viejo" -Operations = "Operaciones" -Popular_posts = "Publicaciones populares" -Popular_tags = "Etiquetas populares" -Posted_in = "Publicado en" -Posted_on = "Publicado el" -Posts = "Publicaciones" -Prev = "Anterior" -Prev_post = "Publicación anterior" -Publish = "Publicar" -Publish_draft = "Publicar borrador" -Published = "Publicado" -Quote_post = "Publicación de cita" -Quote_post_comment = "Escribir una publicación de blog con una cita destacada" -Recent_posts = "Publicaciones recientes" -Regular_post = "Publicación regular" -Regular_post_comment = "Escribir una publicación de blog regular" -Related_posts = "Artículos Relacionados" -Revert_to_draft = "Revertir a borrador" -Save = "Guardar" -Save_as_draft = "Guardar como borrador" -Search = "Buscar" -Search_for = "Buscar por" -Static_page = "Página estática" -Static_page_comment = "Crear una página estática" -Static_pages = "Páginas estáticas" -Tag = "Etiqueta" -Tags = "Etiquetas" -Title = "Título" -Uncategorized = "Sin categorizar" -Uncategorized_comment = "Temas que no necesitan una categoría o que no encajan en ninguna otra categoría existente" -Update = "Actualizar" -Update_draft = "Actualizar borrador" -Update_post = "Actualizar publicación" -Video_post = "Publicación de video" -Video_post_comment = "Escribir una publicación de blog con video destacado" -View = "Ver" -Views = "Puntos de vista" -Your_recent_posts = "Tus publicaciones recientes" -by = "por" -read_more = "Lee mas" -Dashboard= "Tablero" -Posts_list= "Lista de publicaciones" -Posts_draft= "Borradores" -Menus= "Menus" -Settings= "Configuraciones" -Tools= "Herramientas" -Check_update= "Comprobar actualizaciones" -Import_RSS= "Importar RSS" -User= "Usuario" -Proudly_powered_by= "Orgullosamente desarrollado por" -Home= "Inicio" -Type_to_search= "Tipo de búsqueda" -Admin_panel_style_based_on= "Panel de administración basado en" -Sign_in_to_start_your_session= "Iniciar sesión para comenzar tu sesión" -Back_to= "Volver a" -Login= "Iniciar sesión" -User= "Usuario" -Password= "Contraseña" -Comma_separated_values= "Valores separados por coma" -If_leave_empty_we_will_excerpt_it_from_the_content_below= "Si deja en blanco, se utilizará el contenido de abajo" -optional= "opcional" -If_the_url_leave_empty_we_will_use_the_post_title= "Si la URL está en blanco, se utilizará el título de la publicación" -If_the_url_leave_empty_we_will_use_the_page_title= "Si la URL está en blanco, se utilizará el título de la página" -Only= "Solo" -Featured_Audio= "Audio destacado" -Featured_Video= "Video destacado" -Featured_Image= "Imagen destacada" -Featured_Quote= "Cita destacada" -Featured_Link= "Enlace destacado" -Content= "Contenido" -Preview= "Vista previa" -Enter_image_URL= "Ingrese la URL de la imagen" -Upload= "Subir" -Insert_Image= "Insertar imagen" -This_page_doesnt_exist= "Esta página no existe" -Would_you_like_to_try_our= "¿Le gustaría intentar el nuestro?" -homepage= "página de inicio" -instead= "en su lugar" -Your_backups= "Sus copias de seguridad" -Create_backup= "Crear copia de seguridad" -All_cache_has_been_deleted= "Todos los cachés han sido eliminados" -Edit_category= "Editar categoría" -Date= "Fecha" -Time= "Hora" -No_available_backup= "No hay copia de seguridad disponible" -You_dont_have_permission_to_access_this_page= "No tiene permiso para acceder a esta página" -Save_category= "Guardar categoría" -Import_RSS_Feed_2.0= "Importar RSS 2.0" -By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it= "Al usar este importador, usted acepta que el feed es suyo o que tiene la autoridad de publicarlo" -Feed_Url= "URL del feed" -Add_source_link_optional= "Añadir enlace de fuente (opcional)" -Import_Feed= "Importar feed" -At_the_moment_you_are_using_auto_generated_menu= "En este momento está utilizando un menú generado automáticamente" -Add_menu= "Añadir menú" -Name= "Nombre" -Link_name= "Nombre del enlace" -Slug= "Slug" -item_slug= "Slug del item" -CSS_Class_Optional= "Clase CSS (opcional)" -item_class= "Clase CSS del item" -Add_link= "Añadir enlace" -Save_Edit= "Guardar/Editar" -Save_Menu= "Guardar menú" -Add_new_post= "Añadir nueva publicación" -Add_new_page= "Añadir nueva página" -Update_Available= "Actualización disponible" -Congrats_You_have_the_latest_version_of_HTMLy= "Felicitaciones, usted tiene la última versión de HTMLy" -Update_to= "Actualizar a" -now= "ahora" -Performance_Settings= "Configuraciones de rendimiento" -General= "General" -Reading= "Lectura" -Widget= "Widget" -Metatags= "Metatags" -Performance= "Rendimiento" -Custom= "Personalizado" -General_Settings= "Configuraciones generales" -Reading_Settings= "Configuraciones de lectura" -Widget_Settings= "Configuraciones de widget" -Metatags_Settings= "Configuraciones de metatags" -Custom_Settings= "Configuraciones personalizadas" -Address_URL= "Dirección URL" -Blog_Title= "Título del blog" -Blog_Title_Placeholder= "Título del blog" -Tagline="Tagline" -Tagline_Placeholder= "Plataforma de blog personal sin dependencias de bases de datos" -Tagline_description= "En pocas palabras, explica que de que se trata el blog" -Blog_Description= "En un parrafo, explica que de que se trata el blog" -Language= "Idioma" -Timezone= "Zona horaria" -Date_Format="Date Format" -Blog_Theme="Blog Theme" -Copyright_Line="Copyright line" -Copyright_Line_Placeholder="(c) Your name." -Save_Config= "Guardar configuración" -Front_page_displays= "La página principal se mostrará" -Your_latest_blog_posts= "Sus últimas publicaciones del blog" -Enable_blog_URL= "Habilitar URL del blog" -Enable= "Habilitar" -Disable= "Deshabilitar" -Posts_in_front_page_show_at_most= "Las publicaciones en la página principal se mostrarán" -Blog_posts_displayed_as= "Las publicaciones del blog se mostrarán como" -Full_post= "Publicación completa" -Summary= "Resumen" -Summary_character= "Resumen (caracteres)" -Read_more_text= "Texto de leer más" -Read_more_text_placeholder= "Texto de leer más" -Posts_index_settings= "Configuraciones de índice de publicaciones" -Posts_in_category_page_at_most= "Las publicaciones en la página de categoría se mostrarán" -Posts_in_archive_page_at_most= "Las publicaciones en la página de archivo se mostrarán" -Posts_in_tag_page_at_most= "Las publicaciones en la página de etiqueta se mostrarán" -Posts_in_search_result_at_most= "Las publicaciones en los resultados de búsqueda se mostrarán" -Posts_in_type_page_at_most= "Las publicaciones en la página de tipo se mostrarán" -Posts_in_profile_page_at_most= "Las publicaciones en la página de perfil se mostrarán" -RSS_settings= "Configuraciones RSS" -RSS_feeds_show_the_most_recent= "Los feeds RSS se mostrarán los más recientes" -RSS_character= "RSS (caracteres)" -Permalink= "Permalink" -year_month_your_post_slug= "/año/mes/tu-publicación-slug" -post_your_post_slug= "/tu-publicación/tu-publicación-slug" -Meta_description_character= "Meta description (caracteres)" -Breadcrumb_home_text= "Texto de la pagina principal en el Breadcrumb" -Sitemap= "Mapa del sitio" -Valid_values_range_from_0_to_1.0._See= "Los valores válidos son de 0.0 a 1.0. Ver" -hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value= "Use Ctrl+CMD+F para buscar su clave de configuración o valor" -pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template= "Tips: Puede crear claves de configuración personalizadas y imprimir el valor de su clave de configuración en cualquier parte de su plantilla" -your_key="tu.clave" -Your_New_Config_Key= "Tu nueva clave de configuración" -Your_New_Value= "Tu nuevo valor" -Related_widget_posts_at_most= "Las publicaciones relacionadas en el widget se mostrarán las más recientes" -Recent_posts_widget_at_most= "Las publicaciones recientes en el widget se mostrarán las más recientes" -Popular_posts_widget= "Publicaciones populares en el widget" -Popular_posts_widget_at_most= "Las publicaciones populares en el widget se mostrarán las más recientes" -Comments= "Comentarios" -To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID= "Para usar los comentarios de Disqus o Facebook, necesita proveer un nombre corto de Disqus o una ID de aplicación de Facebook" -Comment_system= "Sistema de comentarios" -Disabled= "Deshabilitado" -Disqus_shortname= "Nombre corto de Disqus" -Disqus_shortname_placeholder="htmly" -Facebook_App_ID= "ID de aplicación de Facebook" -widget_key_placeholder="12345abcde" -Recaptcha= "Recaptcha" -Get_one_here= "Obtener uno aquí" -Site_Key= "Clave del sitio" -Secret_Key= "Clave secreta" -Google_Analytics= "Google Analytics" -Universal_Analytics="Universal Analytics (gtag.js)" -Google_Analytics_legacy="Google Analytics (legacy)" -This_is_legacy_code_usually_new_created_analytics_using_gtag_js= "Este es el código antiguo, usualmente el código de nueva creación de Google Analytics usando gtag.js" -Google_Search_Console= "Google Search Console" -For_google_site_verification_meta= "Para la verificación del sitio de Google, meta" -Social_Media= "Redes sociales" -Twitter_account= "Cuenta de Twitter" -Facebook_page= "Página de Facebook" -Cache_expiration= "Expiración de caché en Horas" -Cache_off= "Caché desactivado" -Yes_not_recommended= "Sí, (no recomendado)" -Not= "No" -Cache_timestamp= "Caché de marca de tiempo" -Page_generation_time= "Tiempo de generación de la página" -Github_pre_release= "Github (pre-release)" -Pre_release= "Pre-release" -Yes_Im_in= "Sí, estoy en" -Nope= "Nope" -Page= "Página" -of= "de" -Edit_post= "Editar publicación" -View_post= "Ver publicación" -Posts_by= "Publicaciones por" -Pages= "Páginas" -Menu= "Menú" -Popular= "Popular" +About = "Acerca de" +Add_category = "Añadir categoría" +Add_content = "Agregar contenido" +Add_sub = "Agregar sub categoría" +Admin = "Administración" +All_blog_posts = "Todas las publicaciones del blog" +Archives = "Archivos" +Are_you_sure_you_want_to_delete_ = "¿Está seguro de que desea eliminar % s ?" +Audio_post = "Publicación de audio" +Audio_post_comment = "Escribir una publicación de blog con audio" +Author = "Autor" +Backup = "Respaldo" +Cancel = "Cancelar" +Categories = "Categorías" +Category = "Categoría" +Clear_cache = "Limpiar cache" +Config = "Configuracion" +Contents = "Contenido" +Created = "Creado" +Delete = "Eliminar" +Description = "Descripción" +Draft = "Borrador" +Edit = "Editar" +Edit_profile = "Editar perfil" +Filename = "Nombre del archivo" +Follow = "Seguir" +Image_post = "Publicación de imagen" +Image_post_comment = "Escribir una publicación de blog con imagen destacada" +Import = "Importar" +Link_post = "Publicación con enlace externo" +Link_post_comment = "Escribir una publicación con un enlace externo destacado" +Login = "Iniciar sesión" +Login_page = "Página de inicio de sesión" +Logout = "Cerrar sesión" +Meta_description = "Meta descripción" +Mine = "Mío" +More = "Más" +My_draft = "Mis borradores" +My_posts = "Mis publicaciones" +Newer = "Más recientes" +Next = "Siguiente" +Next_post = "Publicación siguiente" +No_draft_found = "No se encontró ningún borrador" +No_posts_found = "No se han encontrado publicaciones" +No_related_post_found = "No se encontró ninguna publicación relacionada" +Older = "Más viejo" +Operations = "Operaciones" +Popular_posts = "Publicaciones populares" +Popular_tags = "Etiquetas populares" +Posted_in = "Publicado en" +Posted_on = "Publicado el" +Posts = "Publicaciones" +Prev = "Anterior" +Prev_post = "Publicación anterior" +Publish = "Publicar" +Publish_draft = "Publicar borrador" +Published = "Publicado" +Quote_post = "Publicación de cita" +Quote_post_comment = "Escribir una publicación de blog con una cita destacada" +Recent_posts = "Publicaciones recientes" +Regular_post = "Publicación regular" +Regular_post_comment = "Escribir una publicación de blog regular" +Related_posts = "Artículos Relacionados" +Revert_to_draft = "Revertir a borrador" +Save = "Guardar" +Save_as_draft = "Guardar como borrador" +Search = "Buscar" +Search_for = "Buscar por" +Static_page = "Página estática" +Static_page_comment = "Crear una página estática" +Static_pages = "Páginas estáticas" +Tag = "Etiqueta" +Tags = "Etiquetas" +Title = "Título" +Uncategorized = "Sin categorizar" +Uncategorized_comment = "Temas que no necesitan una categoría o que no encajan en ninguna otra categoría existente" +Update = "Actualizar" +Update_draft = "Actualizar borrador" +Update_post = "Actualizar publicación" +Video_post = "Publicación de video" +Video_post_comment = "Escribir una publicación de blog con video destacado" +View = "Ver" +Views = "Puntos de vista" +Your_recent_posts = "Tus publicaciones recientes" +by = "por" +read_more = "Lee mas" +Dashboard = "Tablero" +Posts_list = "Lista de publicaciones" +Posts_draft = "Borradores" +Menus = "Menus" +Settings = "Configuraciones" +Tools = "Herramientas" +Check_update = "Comprobar actualizaciones" +Import_RSS = "Importar RSS" +User = "Usuario" +Proudly_powered_by = "Orgullosamente desarrollado por" +Home = "Inicio" +Type_to_search = "Escribe para buscar" +Admin_panel_style_based_on = "Panel de administración basado en" +Sign_in_to_start_your_session = "Iniciar sesión para comenzar tu sesión" +Back_to = "Volver a" +Login = "Iniciar sesión" +User = "Usuario" +Password = "Contraseña" +Comma_separated_values = "Valores separados por coma" +If_leave_empty_we_will_excerpt_it_from_the_content_below = "Si deja en blanco, se utilizará el contenido de abajo" +optional = "opcional" +If_the_url_leave_empty_we_will_use_the_post_title = "Si la URL está en blanco, se utilizará el título de la publicación" +If_the_url_leave_empty_we_will_use_the_page_title = "Si la URL está en blanco, se utilizará el título de la página" +Only = "Solo" +Featured_Audio = "Audio destacado" +Featured_Video = "Video destacado" +Featured_Image = "Imagen destacada" +Featured_Quote = "Cita destacada" +Featured_Link = "Enlace destacado" +Content = "Contenido" +Preview = "Vista previa" +Enter_image_URL = "Ingrese la URL de la imagen" +Upload = "Subir" +Insert_Image = "Insertar imagen" +This_page_doesnt_exist = "Esta página no existe" +Would_you_like_to_try_our = "¿Le gustaría intentar el nuestro?" +homepage = "página de inicio" +instead = "en su lugar" +Your_backups = "Sus copias de seguridad" +Create_backup = "Crear copia de seguridad" +All_cache_has_been_deleted = "Todos los cachés han sido eliminados" +Edit_category = "Editar categoría" +Date = "Fecha" +Time = "Hora" +No_available_backup = "No hay copia de seguridad disponible" +You_dont_have_permission_to_access_this_page = "No tiene permiso para acceder a esta página" +Save_category = "Guardar categoría" +Import_RSS_Feed_2.0 = "Importar RSS 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it = "Al usar este importador, usted acepta que el feed es suyo o que tiene la autoridad de publicarlo" +Feed_Url = "URL del feed" +Add_source_link_optional = "Añadir enlace de fuente (opcional)" +Import_Feed = "Importar feed" +At_the_moment_you_are_using_auto_generated_menu = "En este momento está utilizando un menú generado automáticamente" +Add_menu = "Añadir menú" +Name = "Nombre" +Link_name = "Nombre del enlace" +Slug = "Slug" +item_slug = "Slug del item" +CSS_Class_Optional = "Clase CSS (opcional)" +item_class = "Clase CSS del item" +Add_link = "Añadir enlace" +Save_Edit = "Guardar/Editar" +Save_Menu = "Guardar menú" +Add_new_post = "Añadir nueva publicación" +Add_new_page = "Añadir nueva página" +Update_Available = "Actualización disponible" +Congrats_You_have_the_latest_version_of_HTMLy = "Felicitaciones, usted tiene la última versión de HTMLy" +Update_to = "Actualizar a" +now = "ahora" +Performance_Settings = "Configuraciones de rendimiento" +General = "General" +Reading = "Lectura" +Widget = "Widget" +Metatags = "Metatags" +Performance = "Rendimiento" +Custom = "Personalizado" +General_Settings = "Configuraciones generales" +Reading_Settings = "Configuraciones de lectura" +Widget_Settings = "Configuraciones de widget" +Metatags_Settings = "Configuraciones de metatags" +Custom_Settings = "Configuraciones personalizadas" +Address_URL = "Dirección URL" +Blog_Title = "Título del blog" +Blog_Title_Placeholder = "Título del blog" +Tagline = "Tagline" +Tagline_Placeholder = "Plataforma de blog personal sin dependencias de bases de datos" +Tagline_description = "En pocas palabras, explica que de que se trata el blog" +Blog_Description = "En un parrafo, explica que de que se trata el blog" +Language = "Idioma" +Timezone = "Zona horaria" +Date_Format = "Date Format" +Blog_Theme = "Blog Theme" +Copyright_Line = "Copyright line" +Copyright_Line_Placeholder = "(c) Your name." +Save_Config = "Guardar configuración" +Front_page_displays = "La página principal se mostrará" +Your_latest_blog_posts = "Sus últimas publicaciones del blog" +Enable_blog_URL = "Habilitar URL del blog" +Enable = "Habilitar" +Disable = "Deshabilitar" +Posts_in_front_page_show_at_most = "Las publicaciones en la página principal se mostrarán" +Blog_posts_displayed_as = "Las publicaciones del blog se mostrarán como" +Full_post = "Publicación completa" +Summary = "Resumen" +Summary_character = "Resumen (caracteres)" +Read_more_text = "Texto de leer más" +Read_more_text_placeholder = "Texto de leer más" +Posts_index_settings = "Configuraciones de índice de publicaciones" +Posts_in_category_page_at_most = "Las publicaciones en la página de categoría se mostrarán" +Posts_in_archive_page_at_most = "Las publicaciones en la página de archivo se mostrarán" +Posts_in_tag_page_at_most = "Las publicaciones en la página de etiqueta se mostrarán" +Posts_in_search_result_at_most = "Las publicaciones en los resultados de búsqueda se mostrarán" +Posts_in_type_page_at_most = "Las publicaciones en la página de tipo se mostrarán" +Posts_in_profile_page_at_most = "Las publicaciones en la página de perfil se mostrarán" +RSS_settings = "Configuraciones RSS" +RSS_feeds_show_the_most_recent = "Los feeds RSS se mostrarán los más recientes" +RSS_character = "RSS (caracteres)" +Permalink = "Permalink" +year_month_your_post_slug = "/año/mes/tu-publicación-slug" +post_your_post_slug = "/tu-publicación/tu-publicación-slug" +Meta_description_character = "Meta description (caracteres)" +Breadcrumb_home_text = "Texto de la pagina principal en el Breadcrumb" +Sitemap = "Mapa del sitio" +Valid_values_range_from_0_to_1.0._See = "Los valores válidos son de 0.0 a 1.0. Ver" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value = "Use Ctrl+CMD+F para buscar su clave de configuración o valor" +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template = "Tips: Puede crear claves de configuración personalizadas y imprimir el valor de su clave de configuración en cualquier parte de su plantilla" +your_key = "tu.clave" +Your_New_Config_Key = "Tu nueva clave de configuración" +Your_New_Value = "Tu nuevo valor" +Related_widget_posts_at_most = "Las publicaciones relacionadas en el widget se mostrarán las más recientes" +Recent_posts_widget_at_most = "Las publicaciones recientes en el widget se mostrarán las más recientes" +Popular_posts_widget = "Publicaciones populares en el widget" +Popular_posts_widget_at_most = "Las publicaciones populares en el widget se mostrarán las más recientes" +Comments = "Comentarios" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID = "Para usar los comentarios de Disqus o Facebook, necesita proveer un nombre corto de Disqus o una ID de aplicación de Facebook" +Comment_system = "Sistema de comentarios" +Disabled = "Deshabilitado" +Disqus_shortname = "Nombre corto de Disqus" +Disqus_shortname_placeholder = "htmly" +Facebook_App_ID = "ID de aplicación de Facebook" +widget_key_placeholder = "12345abcde" +Recaptcha = "Recaptcha" +Get_one_here = "Obtener uno aquí" +Site_Key = "Clave del sitio" +Secret_Key = "Clave secreta" +Google_Analytics = "Google Analytics" +Universal_Analytics = "Universal Analytics (gtag.js)" +Google_Analytics_legacy = "Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js = "Este es el código antiguo, usualmente el código de nueva creación de Google Analytics usando gtag.js" +Google_Search_Console = "Google Search Console" +For_google_site_verification_meta = "Para la verificación del sitio de Google, meta" +Social_Media = "Redes sociales" +Twitter_account = "Cuenta de Twitter" +Facebook_page = "Página de Facebook" +Cache_expiration = "Expiración de caché en Horas" +Cache_off = "Caché desactivado" +Yes_not_recommended = "Sí, (no recomendado)" +Not = "No" +Cache_timestamp = "Caché de marca de tiempo" +Page_generation_time = "Tiempo de generación de la página" +Github_pre_release = "Github (pre-release)" +Pre_release = "Pre-release" +Yes_Im_in = "Sí, estoy en" +Nope = "Nope" +Page = "Página" of = "de" +Edit_post = "Editar publicación" +View_post = "Ver publicación" +Posts_by = "Publicaciones por" +Pages = "Páginas" +Menu = "Menú" +Popular = "Popular"; ;Errors -User_Error= "Este campo es obligatorio" -Pass_Error= "Password es obligatorio" -Token_Error= "CSRF Token no es válido" -Captcha_Error="ReCaptcha no es válido" -Invalid_Error="ERROR: nombre de usuario o contraseña no válido" +User_Error = "Este campo es obligatorio" +Pass_Error = "Password es obligatorio" +Token_Error = "CSRF Token no es válido" +Captcha_Error = "ReCaptcha no es válido" +Invalid_Error = "ERROR: nombre de usuario o contraseña no válido"; ;Profile -Post_by_author= "Publicación por" -Author_Description= "Descripción del autor" -;404-search -Search_results_not_found= "No se encontraron resultados en su búsqueda" -No_search_results= "No se encontraron resultados" +Post_by_author = "Publicación por" +Author_Description = "Descripción del autor"; +;404 - search +Search_results_not_found = "No se encontraron resultados en su búsqueda" +No_search_results = "No se encontraron resultados"; ;TagCloud -Tagcloud_widget_at_most = "Widget de nube de etiquetas más usadas" +Tagcloud_widget_at_most = "Widget de nube de etiquetas más usadas" \ No newline at end of file diff --git a/lang/fr_FR.ini b/lang/fr_FR.ini new file mode 100644 index 0000000..c2fc9a6 --- /dev/null +++ b/lang/fr_FR.ini @@ -0,0 +1,272 @@ +About = "À propos" +Add_category = "Ajouter une catégorie" +Add_content = "Ajouter du contenu" +Add_sub = "Ajouter une sous-page" +Admin = "Administrateur" +All_blog_posts = "Tous les billets de blog" +Archives = "Archives" +Are_you_sure_you_want_to_delete_ = "Êtes-vous sûr que de vouloir supprimer %s ?" +Audio_post = "Billet audio" +Audio_post_comment = "Créer un billet de blog avec un fichier audio" +Author = "Auteur" +Backup = "Sauvegarde" +Cancel = "Annuler" +Categories = "Catégories" +Category = "Catégorie" +Clear_cache = "Nettoyer le cache" +Config = "Configuration" +Contents = "Contenus" +Created = "Créé" +Delete = "Supprimer" +Description = "Description" +Draft = "Brouillon" +Edit = "Éditer" +Edit_profile = "Éditer le profil" +Filename = "Nom du fichier" +Follow = "Suivre" +Image_post = "Billet avec une image" +Image_post_comment = "Créer un billet de blog avec une image" +Import = "Importer" +Link_post = "Billet avec un lien" +Link_post_comment = "Créer un billet de blog avec un lien" +Login = "Connexion" +Login_page = "Page de connexion" +Logout = "Déconnexion" +Meta_description = "Meta-description" +Mine = "Mes billets" +More = "Plus" +My_draft = "Mes brouillons" +My_posts = "Mes billets" +Newer = "Plus récent" +Next = "Suivant" +Next_post = "Billet suivant" +No_draft_found = "Aucun brouillon trouvé" +No_posts_found = "Aucun billet trouvé" +No_related_post_found = "Aucun billet en rapport trouvé" +Older = "Plus vieux" +Operations = "Opérations" +Popular_posts = "Billets populaires" +Popular_tags = "Tags populaires" +Posted_in = "Posté en" +Posted_on = "Posté le" +Posts = "Billets" +Prev = "Ancien" +Prev_post = "Billet précédent" +Publish = "Publier" +Publish_draft = "Publier le brouillon" +Published = "Publié" +Quote_post = "Billet avec une citation" +Quote_post_comment = "Créer un billet avec un citation" +Recent_posts = "Billets récents" +Regular_post = "Billet simple" +Regular_post_comment = "Créer un billet de blog simple" +Related_posts = "Billets en rapport" +Revert_to_draft = "Retourner en brouillon" +Save = "Enregistrer" +Save_as_draft = "Enregistrer en brouillon" +Search = "Recherche" +Search_for = "Rechercher pour" +Static_page = "Page statique" +Static_page_comment = "Créer une page statique" +Static_pages = "Pages statiques" +Tag = "Tag" +Tags = "Tags" +Title = "Titre" +Uncategorized = "Sans catégorie" +Uncategorized_comment = "Sujets qui n'ont pas besoin de catégorie, ou qui ne conviennent à aucun catégorie existante" +Update = "Mise à jour" +Update_draft = "Mettre à jour le brouillon" +Update_post = "Mettre à jour le billet" +Video_post = "Billet vidéo" +Video_post_comment = "Créer un billet de blog avec une vidéo" +View = "Voir" +Views = "Vues" +Your_recent_posts = "Vos billets récents" +by = "par" +read_more = "lire plus" +Dashboard="Tableau de bord" +Posts_list="Liste des billets" +Posts_draft="Billets à l'état brouillon" +Menus="Éditeur de menu" +Settings="Paramètres" +Tools="Outils" +Check_update="Rechercher des mises à jour" +Import_RSS="Importer un flux RSS" +User="Utilisateur" +Proudly_powered_by="Fièrement propulsé par" +Home="Accueil" +Type_to_search="Tapez pour rechercher" +Admin_panel_style_based_on="Style du panneau d'administration basé sur" +Sign_in_to_start_your_session="Connectez-vous pour démarrer votre session" +Back_to="Retourner vers" +Login="Connexion" +User="Utilisateur" +Password="Mot de passe" +Comma_separated_values="Valeurs séparées par des virgules" +If_leave_empty_we_will_excerpt_it_from_the_content_below="Si vous laissez vide, nous l'extrairons du contenu ci-dessous" +optional="optionnel" +If_the_url_leave_empty_we_will_use_the_post_title="Si l'URL est laissée vide, nous utiliserons le titre du billet" +If_the_url_leave_empty_we_will_use_the_page_title="Si l'URL est laissée vide, nous utiliserons le titre de la page" +Only="Seulement" +Featured_Audio="Audio en vedette" +Featured_Video="Vidéo en vedette" +Featured_Image="Image en vedette" +Featured_Quote="Citation en vedette" +Featured_Link="Lien en vedette" +Content="Contenu" +Preview="Pré-visualisation" +Enter_image_URL="Entrer l'URL de l'image" +Upload="Envoyer" +Insert_Image="Insérer l'image" +This_page_doesnt_exist="Cette page n'existe pas !" +Would_you_like_to_try_our="Souhaitez-vous essayer notre " +homepage="page d'accueil" +instead="à la place" +Your_backups="Vos sauvegardes" +Create_backup="Créer une sauvegarde" +All_cache_has_been_deleted="Le cache a été vidé !" +Edit_category="Éditer la catégorie" +Date="Date" +Time="Temps" +No_available_backup="Aucune sauvegarde disponible." +You_dont_have_permission_to_access_this_page="Vous n'êtes pas autorisé à accéder à cette page" +Save_category="Catégorie de la sauvegarde" +Import_RSS_Feed_2.0="Importer le flux RSS 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="En utilisant cet importateur, vous devez vous assurer qu'il s'agit de votre flux RSS ou que vous ayez l'autorisation de publier son contenu." +Feed_Url="Adresse du flux" +Add_source_link_optional="Ajouter le lien source (optionnel)" +Import_Feed="Démarrer l'importation du flux" +At_the_moment_you_are_using_auto_generated_menu="Pour le moment, vous utilisez le menu généré automatiquement." +Add_menu="Ajouter un menu" +Name="Nom" +Link_name="Nom du lien" +Slug="Jeton" +item_slug="Insérer le jeton" +CSS_Class_Optional="Classe CSS (optionnel)" +item_class="Insérer la classe CSS" +Add_link="Ajouter le lien" +Save_Edit="Sauvegarder la modification" +Save_Menu="Sauvegarder le menu" +Add_new_post="Ajouter un billet" +Add_new_page="Ajouter une page" +Update_Available="Mise à jour disponible" +Congrats_You_have_the_latest_version_of_HTMLy="Félicitations ! Vous disposez de la dernière version de HTMLy." +Update_to="Mettre à jour vers" +now="maintenant" +Performance_Settings="Paramètres des performances" +General="Général" +Reading="Lecture" +Widget="Widget" +Metatags="Méta-tags" +Performance="Performance" +Custom="Personnalisé" +General_Settings="Paramètres généraux" +Reading_Settings="Paramètres de lecture" +Widget_Settings="Paramètres des widgets" +Metatags_Settings="Paramètres des méta-tags" +Custom_Settings="Paramètres personnalisés" +Address_URL="Adresse (URL)" +Blog_Title="Titre du blog" +Blog_Title_Placeholder="Mon blog HTMLy" +Tagline="Slogan" +Tagline_Placeholder="Plateforme de blog PHP sans base de données" +Tagline_description="En quelques mots, expliquez de quoi parle ce blog." +Blog_Description="En un paragraphe, dites-nous en plus sur votre blog." +Language="Langue du système" +Timezone="Fuseau horaire" +Date_Format="Format des dates" +Blog_Theme="Thème graphique du blog" +Copyright_Line="Ligne de copyright" +Copyright_Line_Placeholder="(c) Votre nom." +Save_Config="Sauvegarder la configuration" +Front_page_displays="Affichage en première page" +Your_latest_blog_posts="Vos derniers billets" +Enable_blog_URL="Activer l'URL /blog" +Enable="Activer" +Disable="Désactiver" +Posts_in_front_page_show_at_most="Nombre de billets maximum en première page" +Blog_posts_displayed_as="Billets affichés comme" +Full_post="Billet entier" +Summary="Résumé" +Summary_character="Nombre de caractères du résumé" +Read_more_text="Texte Continuer à lire" +Read_more_text_placeholder="Continuer à lire" +Posts_index_settings="Paramètres d'indexation des articles" +Posts_in_category_page_at_most="Nombre de billets maximum dans la page des catégories" +Posts_in_archive_page_at_most="Nombre de billets maximum dans la page des archives" +Posts_in_tag_page_at_most="Nombre de billets maximum dans la page des tags" +Posts_in_search_result_at_most="Nombre de billets maximum dans les résultats de recherche" +Posts_in_type_page_at_most="Nombre de billets maximum dans la page des types" +Posts_in_profile_page_at_most="Nombre de billets maximum dans la page des profils" +RSS_settings="Paramètres du flux RSS" +RSS_feeds_show_the_most_recent="Nombre de billets maximum les plus récents du flux RSS" +RSS_character="Caractères maximum des contenus du flux RSS" +Permalink="Lien permanent" +year_month_your_post_slug="/annee/mois/jeton-du-billet" +post_your_post_slug="/billet/jeton-du-billet" +Meta_description_character="Nombre de caractères des méta-description" +Breadcrumb_home_text="Texte d'accueil du fil d'Ariane" +Sitemap="Plan du site" +Valid_values_range_from_0_to_1.0._See="Les valeurs valides vont de 0,0 à 1,0. Voir" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="astuce : Utilisez Ctrl/CMD + F pour rechercher votre clé ou valeur de configuration." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="astuce de pro : Vous pouvez créer une clé de configuration personnalisée et afficher la valeur de votre clé de configuration n'importe où dans votre modèle." +your_key="votre.cle" +Your_New_Config_Key="Votre nouvelle clé de configuration" +Your_New_Value="Votre nouvelle valeur" +Related_widget_posts_at_most="Nombre de billets maximum affichés dans le widget des billets similaires" +Recent_posts_widget_at_most="Nombre de billets maximum affichés dans le widget des billets récents" +Popular_posts_widget="Widget des billets populaires" +Popular_posts_widget_at_most="Nombre de billets maximum affichés dans le widget des billets populaires" +Comments="Commentaires" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="Pour utiliser Disqus ou les commentaires Facebook, vous devez fournir le nom abrégé (shortname) Disqus ou l'ID d'application Facebook." +Comment_system="Système de commentaires" +Disabled="Désactivé" +Disqus_shortname="Nom abrégé (shortname) Disqus" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="ID d'application Facebook" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Obtenez vos clés reCaptcha ici" +Site_Key="Clé de site" +Secret_Key="Clé secrète" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="Il s'agit d'un code legacy. Généralement, gtag.js est utilisé" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="Pour le méta-tag google-site-verification" +Social_Media="Réseaux sociaux" +Twitter_account="Compte Twitter" +Facebook_page="Page Facebook" +Cache_expiration="Durée avant l'expiration du cache (en heures)" +Cache_off="Désactiver le cache" +Yes_not_recommended="Oui (non recommandé)" +Not="Non" +Cache_timestamp="Horodatage du cache" +Page_generation_time="Temps de génération de la page" +Github_pre_release="Pré-release Github" +Pre_release="Pré-release" +Yes_Im_in="Oui, je suis prêt" +Nope="Non !" +Page="Page" +of="de" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/hu_HU.ini b/lang/hu_HU.ini new file mode 100644 index 0000000..f9c0105 --- /dev/null +++ b/lang/hu_HU.ini @@ -0,0 +1,272 @@ +About = "About" +Add_category = "Kategória hozzáadása" +Add_content = "Tartalom hozzáadása" +Add_sub = "Aloldal hozzáadása" +Admin = "Rendszergazda" +All_blog_posts = "Minden blogbejegyzés" +Archives = "Archívum" +Are_you_sure_you_want_to_delete_ = "Biztosan törli a következőt: %s?" +Audio_post = "Hangbejegyzés" +Audio_post_comment = "Blogbejegyzés létrehozása kiemelt hanganyaggal" +Author = "Szerző" +Backup = "Biztonsági másolat" +Cancel = "Mégse" +Categories = "Kategóriák" +Category = "Kategória" +Clear_cache = "Gyorsítótár törlése" +Config = "Beállítás" +Contents = "Tartalom" +Created = "Létrehozva" +Delete = "Törlés" +Description = "Leírás" +Draft = "Piszkozat" +Edit = "Szerkesztés" +Edit_profile = "Profil szerkesztése" +Filename = "Fájlnév" +Follow = "Követés" +Image_post = "Képes bejegyzés" +Image_post_comment = "Blogbejegyzés létrehozása kiemelt képpel" +Import = "Import" +Link_post = "Link bejegyzés" +Link_post_comment = "Blogbejegyzés létrehozása kiemelt linkkel" +Login = "Bejelentkezés" +Login_page = "Bejelentkezés oldal" +Logout = "Kijelentkezés" +Meta_description = "Meta leírás" +Mine = "Az enyém" +More = "Több" +My_draft = "Saját piszkozat" +My_posts = "Saját bejegyzések" +Newer = "Újabb" +Next = "Következő" +Next_post = "Következő bejegyzés" +No_draft_found = "Nincs vázlat" +No_posts_found = "Nincs bejegyzés" +No_related_post_found = "Nem található kapcsolódó bejegyzés" +Older = "Régebbi" +Operations = "Műveletek" +Popular_posts = "Népszerű bejegyzések" +Popular_tags = "Népszerű címkék" +Posted_in = "Bejegyzés helye" +Posted_on = "Bejegyzés ideje" +Posts = "Bejegyzések" +Prev = "Elöző" +Prev_post = "Elöző bejegyzés" +Publish = "Közzététel" +Publish_draft = "Piszkozat közzététele" +Published = "Közzétett" +Quote_post = "Bejegyzés idézettel" +Quote_post_comment = "Blogbejegyzés létrehozása kiemelt idézettel" +Recent_posts = "Legutóbbi bejegyzések" +Regular_post = "Rendszeres bejegyzés" +Regular_post_comment = "Rendszeres bejegyzés létrehozása" +Related_posts = "Kapcsolódó bejegyzések" +Revert_to_draft = "Vissza a piszkozathoz" +Save = "Mentés" +Save_as_draft = "Mentés piszkozatként" +Search = "Keresés" +Search_for = "Keresés" +Static_page = "Statikus oldal" +Static_page_comment = "Statikus oldal létrehozása" +Static_pages = "Statikus oldalak" +Tag = "Címke" +Tags = "Címkék" +Title = "Cím" +Uncategorized = "Nincs kategorizálva" +Uncategorized_comment = "Olyan témák, amelyekhez nincs szükség kategóriára, vagy amelyek nem illenek más létező kategóriába" +Update = "Frissítés" +Update_draft = "Piszkozat frissítése" +Update_post = "Bejegyzés frissítése" +Video_post = "Videó bejegyzés" +Video_post_comment = "Blogbejegyzés létrehozása kiemelt videóval" +View = "Nézet" +Views = "Nézetek" +Your_recent_posts = "Legutóbbi bejegyzéseid" +by = "által" +read_more = "tovább" +Dashboard="Irányítópult" +Posts_list="Bejegyzések listája" +Posts_draft="Bejegyzések vázlata" +Menus="Menüszerkesztő" +Settings="Beállítások" +Tools="Eszközök" +Check_update="Frissítés ellenőrzése" +Import_RSS="RSS importálása" +User="Felhasználó" +Proudly_powered_by="Büszkén működteti" +Home="Főoldal" +Type_to_search="Írja be a kereséshez" +Admin_panel_style_based_on="Az adminisztrációs panel stílusa" +Sign_in_to_start_your_session="Jelentkezzen be a munkamenet megkezdéséhez" +Back_to="Vissza ide" +Login="Bejelentkezés" +User="Felhasználó" +Password="Jelszó" +Comma_separated_values="Vesszővel elválasztott értékek" +If_leave_empty_we_will_excerpt_it_from_the_content_below="Ha üresen hagyja, akkor kivonjuk az alábbi tartalomból" +optional="választható" +If_the_url_leave_empty_we_will_use_the_post_title="Ha az URL üres marad, akkor a bejegyzés címét fogjuk használni" +If_the_url_leave_empty_we_will_use_the_page_title="Ha az URL üres marad, akkor az oldal címét fogjuk használni" +Only="Csak" +Featured_Audio="Kiemelt hang" +Featured_Video="Kiemelt videó" +Featured_Image="Kiemelt kép" +Featured_Quote="Kiemelt idézet" +Featured_Link="Kiemelt hivatkozás" +Content="Tartalom" +Preview="Előnézet" +Enter_image_URL="Írja be a kép URL-jét" +Upload="Feltöltés" +Insert_Image="Kép beszúrása" +This_page_doesnt_exist="Ez az oldal nem létezik!" +Would_you_like_to_try_our="Szeretné kipróbálni a mi " +homepage="kezdőlap" +instead="helyett" +Your_backups="A biztonsági másolatok" +Create_backup="Biztonsági másolat létrehozása" +All_cache_has_been_deleted="Az összes gyorsítótár törölve lett!" +Edit_category="Kategória szerkesztése" +Date="Dátum" +Time="Idő" +No_available_backup="Jelenleg nincs elérhető biztonsági másolat." +You_dont_have_permission_to_access_this_page="Nincs engedélyed az oldal elérésére" +Save_category="Kategória mentése" +Import_RSS_Feed_2.0="RSS-hírcsatorna 2.0 importálása" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="Ennek az importnak a használatával elfogadja, ha a hírcsatorna a tiéd, vagy legalábbis jogosult vagy közzétenni." +Feed_Url="Hírcsatorna URL" +Add_source_link_optional="Forrás link hozzáadása (nem kötelező)" +Import_Feed="Hírcsatorna iport elindítása" +At_the_moment_you_are_using_auto_generated_menu="Jelenleg ön automatikusan generált menüt használ." +Add_menu="Menü hozzáadása" +Name="Név" +Link_name="Link neve" +Slug="TLD utáni elérési útvonal" +item_slug="Link URL beszúrása" +CSS_Class_Optional="CSS osztály (nem kötelező)" +item_class="CSS osztály beszúrása" +Add_link="Link hozzáadása" +Save_Edit="Szerkesztés mentése" +Save_Menu="Mentés menü" +Add_new_post="Új bejegyzés hozzáadása" +Add_new_page="Új oldal hozzáadása" +Update_Available="Elérhető frissítés" +Congrats_You_have_the_latest_version_of_HTMLy="Gratulálunk! Ön a HTMLy legújabb verzióját használja." +Update_to="Frissítés" +now="most" +Performance_Settings="Teljesítménybeállítás" +General="Általános" +Reading="Olvasás" +Widget="Widget" +Metatags="Metacímkék" +Performance="Teljesítmény" +Custom="Egyedi" +General_Settings="Általános beállítások" +Reading_Settings="Olvasási beállítások" +Widget_Settings="Widget beállítások" +Metatags_Settings="Metacímkék beállításai" +Custom_Settings="Egyéni beállítások" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/id_ID.ini b/lang/id_ID.ini new file mode 100644 index 0000000..d9f55bb --- /dev/null +++ b/lang/id_ID.ini @@ -0,0 +1,272 @@ +About = "Tentang" +Add_category = "Tambah kategori" +Add_content = "Tambah konten" +Add_sub = "Tambah sub halaman" +Admin = "Admin" +All_blog_posts = "Semua artikel" +Archives = "Arsip" +Are_you_sure_you_want_to_delete_ = "Anda yakin ingin menghapus %s?" +Audio_post = "artikel dengan Audio" +Audio_post_comment = "Membuat artikel dengan audio unggulan" +Author = "Penulis" +Backup = "Cadangkan" +Cancel = "Batal" +Categories = "Kategori" +Category = "Kategori" +Clear_cache = "Bersihkan cache" +Config = "Konfigurasi" +Contents = "Konten" +Created = "Telah dibuat" +Delete = "Hapus" +Description = "Deskripsi" +Draft = "Draft" +Edit = "Edit" +Edit_profile = "Edit profil" +Filename = "Nama berkas" +Follow = "Ikuti" +Image_post = "Artikel bergambar" +Image_post_comment = "Membuat artikel dengan gambar unggulan" +Import = "Import" +Link_post = "Artikel tautan" +Link_post_comment = "Membuat artikel dengan tautan unggulan" +Login = "Login" +Login_page = "Halaman login" +Logout = "Keluar" +Meta_description = "Meta deskripsi" +Mine = "Punya saya" +More = "Selengkapnya" +My_draft = "Draft saya" +My_posts = "Artikel saya" +Newer = "Baru" +Next = "Selanjutnya" +Next_post = "Artikel selanjutnya" +No_draft_found = "Draft tidak ditemukan" +No_posts_found = "Artikel tidak ditemukan" +No_related_post_found = "Artikel terkait tidak ditemukan" +Older = "Lebih lama" +Operations = "Operasi" +Popular_posts = "Artikel populer" +Popular_tags = "Tag populer" +Posted_in = "Terpublis di" +Posted_on = "Terpublis pada" +Posts = "Artikel" +Prev = "Sebelumnya" +Prev_post = "Artikel sebelumnya" +Publish = "Terpublikasi" +Publish_draft = "Draft dipublikasikan" +Published = "Dipublikasikan" +Quote_post = "Artikel dengan kutipan" +Quote_post_comment = "Membuat Artikel dengan kutipan unggulan" +Recent_posts = "Artikel terbaru" +Regular_post = "Artikel reguler" +Regular_post_comment = "Membuat Artikel reguler" +Related_posts = "Artikel terkait" +Revert_to_draft = "Ubah ke draft" +Save = "Simpan" +Save_as_draft = "Simpan sebagai draft" +Search = "Cari" +Search_for = "Mencari" +Static_page = "Halaman statis" +Static_page_comment = "Membuat halaman statis" +Static_pages = "Halaman statis" +Tag = "Tag" +Tags = "Tag" +Title = "Judul" +Uncategorized = "Uncategorized" +Uncategorized_comment = "Topik yang tidak perlu kategori, atau tidak cocok dengan kategori yang ada" +Update = "Update" +Update_draft = "Perbarui draf" +Update_post = "Perbarui artikel" +Video_post = "Artikel dengan video" +Video_post_comment = "Membuat artikel dengan video unggulan" +View = "Lihat" +Views = "Lihat" +Your_recent_posts = "Artikel terbaru Anda" +by = "Oleh" +read_more = "Baca" +Dashboard = "Dashboard" +Posts_list = "Daftar artikel" +Posts_draft = "Daftar draf" +Menus = "Menu Editor" +Settings = "Pengaturan" +Tools = "Alat" +Check_update = "Cek pembaruan" +Import_RSS = "Impor RSS" +User = "Pengguna" +Proudly_powered_by = "Dengan bangga ditenagai" +Home = "Beranda" +Type_to_search = "Ketik untuk mencari" +Admin_panel_style_based_on = "Gaya panel admin berdasarkan" +Sign_in_to_start_your_session = "Masuk untuk memulai sesi Anda" +Back_to = "Kembali ke" +Login = "Masuk" +User = "Pengguna" +Password = "Sandi" +Comma_separated_values = "Pisahkan dengan koma" +If_leave_empty_we_will_excerpt_it_from_the_content_below = "Jika dibiarkan kosong kami akan mengutipnya dari konten di bawah ini" +optional = "Opsional" +If_the_url_leave_empty_we_will_use_the_post_title = "Jika URL dibiarkan kosong kita akan menggunakan judul artikel" +If_the_url_leave_empty_we_will_use_the_page_title = "Jika url dibiarkan kosong kita akan menggunakan judul halaman" +Only = "Hanya" +Featured_Audio = "Audio Unggulan" +Featured_Video = "Video Unggulan" +Featured_Image = "Gambar Unggulan" +Featured_Quote = "Kutipan Unggulan" +Featured_Link = "Tautan Unggulan" +Content = "Konten" +Preview = "Lihat" +Enter_image_URL = "Masukkan URL gambar" +Upload = "Unggah" +Insert_Image = "Sisipkan gambar" +This_page_doesnt_exist = "Halaman ini tidak ada!" +Would_you_like_to_try_our = "Apakah Anda ingin mencoba " +homepage = "Beranda" +instead = "Sebagai gantinya" +Your_backups = "Cadangan Anda" +Create_backup = "Membuat cadangan" +All_cache_has_been_deleted = "Cache telah dihapus!" +Edit_category = "Ubah kategori" +Date = "Tanggal" +Time = "Jam" +No_available_backup = "Tidak ada cadangan yang tersedia saat ini." +You_dont_have_permission_to_access_this_page = "Anda tidak memiliki izin untuk mengakses halaman ini" +Save_category = "Simpan kategori" +Import_RSS_Feed_2.0 = "Impor RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it = "Dengan menggunakan importir ini Anda setuju jika feed adalah milik Anda atau setidaknya Anda memiliki kewenangan untuk mempublikasikannya." +Feed_Url = "URL umpan" +Add_source_link_optional = "Tambahkan link sumber (opsional)" +Import_Feed = "Mulai Impor Umpan" +At_the_moment_you_are_using_auto_generated_menu = "Saat ini Anda menggunakan menu yang dibuat secara otomatis." +Add_menu = "Tambah menu" +Name = "Nama" +Link_name = "Nama tautan" +Slug = "Slug" +item_slug = "Sisipkan URL Tautan" +CSS_Class_Optional = "CSS Class (opsional)" +item_class = "Sisipkan CSS class" +Add_link = "Tambahkan link" +Save_Edit = "Simpan Edit" +Save_Menu = "Simpan menu" +Add_new_post = "Tambahkan artikel baru" +Add_new_page = "Tambahkan halaman baru" +Update_Available = "Pembaruan tersedia" +Congrats_You_have_the_latest_version_of_HTMLy = "Selamat! Anda memiliki HTMLy versi terbaru." +Update_to = "Perbarui ke" +now= "Sekarang" +Performance_Settings = "Pengaturan Performa" +General = "Umum" +Reading = "Bacaan" +Widget = "Widget" +Metatags = "Metatag" +Performance = "Performa" +Custom = "Kustom" +General_Settings = "Pengaturan Umum" +Reading_Settings = "Pengaturan Membaca" +Widget_Settings = "Pengaturan Widget" +Metatags_Settings = "Pengaturan Metatags" +Custom_Settings = "Pengaturan Kustom" +Address_URL="Alamat (URL)" +Blog_Title="Judul blog" +Blog_Title_Placeholder="Blog HTMLy saya" +Tagline="Slogan" +Tagline_Placeholder="Platform Blogging PHP Tanpa Data" +Tagline_description="Secara singkat, jelaskan tentang apa blog ini." +Blog_Description="Dalam satu paragraf, ceritakan lebih banyak tentang blog Anda." +Language="Bahasa Sistem" +Timezone="Zona waktu" +Date_Format="Format tanggal" +Blog_Theme="Tema" +Copyright_Line="Hak cipta" +Copyright_Line_Placeholder="(c) Nama Anda." +Save_Config="Simpan konfigurasi" +Front_page_displays="Tampilan halaman depan" +Your_latest_blog_posts="Artikel blog terbaru Anda" +Enable_blog_URL="Aktifkan / URL blog" +Enable="Aktifkan" +Disable="Matikan" +Posts_in_front_page_show_at_most="Artikel paling banyak ditampilkan" +Blog_posts_displayed_as="Artikel blog ditampilkan sebagai" +Full_post="Artikel lengkap" +Summary="Ringkasan" +Summary_character="Karakter ringkasan" +Read_more_text="Baca lebih banyak teks" +Read_more_text_placeholder="Baca lebih banyak" +Posts_index_settings="Pengaturan indeks artikel" +Posts_in_category_page_at_most="Artikel dalam halaman kategori paling banyak" +Posts_in_archive_page_at_most="Artikel di halaman arsip paling banyak" +Posts_in_tag_page_at_most="Artikel paling banyak di halaman tag" +Posts_in_search_result_at_most="Artikel dalam hasil pencarian paling banyak" +Posts_in_type_page_at_most="Artikel dalam halaman tipe paling banyak" +Posts_in_profile_page_at_most="Artikel di halaman profil paling banyak" +RSS_settings="Pengaturan RSS" +RSS_feeds_show_the_most_recent="Umpan RSS menunjukkan yang terbaru" +RSS_character="Karakter RSS" +Permalink="Tautan permanen" +year_month_your_post_slug="/tahun/bulan/slug-artikel-anda" +post_your_post_slug="/post/slug-artikel-anda" +Meta_description_character="Karakter deskripsi meta" +Breadcrumb_home_text="Teks beranda runut tautan" +Sitemap="Peta Situs" +Valid_values_range_from_0_to_1.0._See="Nilai yang valid berkisar dari 0,0 hingga 1,0. Lihat" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value=" petunjuk: Gunakan Ctrl / CMD + F untuk menelusuri kunci konfigurasi atau nilai Anda." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template=" tips pro: Anda dapat membuat kunci konfigurasi khusus dan mencetak nilai kunci konfigurasi Anda di mana saja di template Anda." +your_key="kunci.anda" +Your_New_Config_Key="Kunci Konfigurasi Baru Anda" +Your_New_Value="Nilai Baru Anda" +Related_widget_posts_at_most="Artikel widget terkait paling banyak" +Recent_posts_widget_at_most="Widget artikel terbaru paling banyak" +Popular_posts_widget="Widget artikel populer" +Popular_posts_widget_at_most="Widget artikel populer paling banyak" +Comments="Komentar" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="Untuk menggunakan Disqus atau komentar Facebook, Anda perlu memberikan nama pendek Disqus atau ID Aplikasi Facebook." +Comment_system="Sistem komentar" +Disabled="Dimatikan" +Disqus_shortname="Nama Panggilan Disqus" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="ID Aplikasi Facebook" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Dapatkan satu di sini" +Site_Key="Kunci Situs" +Secret_Key="Kunci rahasia" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (lama)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="Ini adalah kode warisan. Biasanya analitik baru dibuat menggunakan gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="Untuk meta verifikasi situs-google" +Social_Media="Sosial Media" +Twitter_account="Akun Twitter" +Facebook_page="Halaman Facebook" +Cache_expiration="Masa berlaku cache (dalam jam)" +Cache_off="Cache nonaktif" +Yes_not_recommended="Ya (tidak disarankan)" +Not="Tidak" +Cache_timestamp="Stempel waktu cache" +Page_generation_time="Waktu pembuatan halaman" +Github_pre_release="Pra-rilis Github" +Pre_release="Pra-rilis" +Yes_Im_in="Ya, saya ikut" +Nope="Nggak" +Page="Halaman" +of="Dari" +Edit_post="Ubah" +View_post="Lihat" +Posts_by="Posts by" +Pages="Halaman" +Menu="Menu" +Popular="Populer" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud paling banyak" diff --git a/lang/it_IT.ini b/lang/it_IT.ini new file mode 100644 index 0000000..0f4dc92 --- /dev/null +++ b/lang/it_IT.ini @@ -0,0 +1,272 @@ +About = "About" +Add_category = "Aggiungi categoria" +Add_content = "Aggiungi contenuto" +Add_sub = "Aggiungi sub" +Admin = "Admin" +All_blog_posts = "Tutti i post del blog" +Archives = "Archivi" +Are_you_sure_you_want_to_delete_ = "Sei sicuro di voler cancellare %s?" +Audio_post = "Post audio" +Audio_post_comment = "Crea un post del blog con un audio in evidenza" +Author = "Autore" +Backup = "Backup" +Cancel = "Cancella" +Categories = "Categorie" +Category = "Categoria" +Clear_cache = "Svuota la cache" +Config = "Configurazione" +Contents = "Contenuti" +Created = "Creato" +Delete = "Elimina" +Description = "Descrizione" +Draft = "Bozza" +Edit = "Modifica" +Edit_profile = "Modifica profilo" +Filename = "Nome del file" +Follow = "Segui" +Image_post = "Post immagine" +Image_post_comment = "Crea un post del blog con una immagine in evidenza" +Import = "Importa" +Link_post = "Post link" +Link_post_comment = "Crea un post del blog con un link in evidenza" +Login = "Login" +Login_page = "Pagina di login" +Logout = "Logout" +Meta_description = "Meta description" +Mine = "I miei contenuti" +More = "Leggi di più" +My_draft = "Le mie bozze" +My_posts = "I miei post" +Newer = "Ultimi" +Next = "Successivo" +Next_post = "Post successivo" +No_draft_found = "Nessuna bozza trovata" +No_posts_found = "Nessun post trovato" +No_related_post_found = "Nessun post correlato" +Older = "Più vecchi" +Operations = "Operazioni" +Popular_posts = "Post popolari" +Popular_tags = "Tag popolari" +Posted_in = "Postato in" +Posted_on = "Postato il" +Posts = "Post" +Prev = "Più vecchi" +Prev_post = "Post precedente" +Publish = "Pubblica" +Publish_draft = "Pubblica bozza" +Published = "Pubblicato" +Quote_post = "Post citazione" +Quote_post_comment = "Crea un post del blog con una citazione in evidenza" +Recent_posts = "Post recenti" +Regular_post = "Post semplice" +Regular_post_comment = "Crea un post semplice per il blog" +Related_posts = "Post correlati" +Revert_to_draft = "Trasforma in bozza" +Save = "Salva" +Save_as_draft = "salva come bozza" +Search = "Cerca" +Search_for = "Cerca" +Static_page = "Pagina statica" +Static_page_comment = "crea una pagina statica" +Static_pages = "Pagine statiche" +Tag = "Tag" +Tags = "Tag" +Title = "Titolo" +Uncategorized = "Senza categoria" +Uncategorized_comment = "Argomenti che non necessitano di una categoria, o che non si adattano a nessuna categoria esistente" +Update = "Aggiorna" +Update_draft = "Aggiorna bozza" +Update_post = "Aggiorna post" +Video_post = "Post video" +Video_post_comment = "Crea un post del blog con un video in evidenza" +View = "Vista" +Views = "Viste" +Your_recent_posts = "I tuoi post più recenti" +by = "di" +read_more = "leggi di più" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/ko_KO.ini b/lang/ko_KO.ini new file mode 100644 index 0000000..666dd68 --- /dev/null +++ b/lang/ko_KO.ini @@ -0,0 +1,272 @@ +About = "약" +Add_category = "추가 카테고리" +Add_content = "추가 내용" +Add_sub = "추가 서브 페이지" +Admin = "관리자" +All_blog_posts = "모든 블로그 게시물" +Archives = "아카이브" +Are_you_sure_you_want_to_delete_ = "당신은 당신이 삭제할 있는가의 %의 을?" +Audio_post = "오디오 포스트" +Audio_post_comment = "기능을 갖춘 오디오 블로그 게시물을 작성" +Author = "저자" +Backup = "지원" +Cancel = "취소" +Categories = "카테고리" +Category = "범주" +Clear_cache = "캐시 지우기" +Config = "구성" +Contents = "내용" +Created = "만들어진" +Delete = "지우다" +Description = "기술" +Draft = "초안" +Edit = "편집하다" +Edit_profile = "프로필 수정" +Filename = "파일 이름" +Follow = "따르다" +Image_post = "이미지 포스트" +Image_post_comment = "기능을 갖춘 이미지 블로그 게시물을 작성" +Import = "수입" +Link_post = "링크 포스트" +Link_post_comment = "기능을 갖춘 링크와 블로그 게시물 작성" +Login = "로그인" +Login_page = "로그인 페이지" +Logout = "로그 아웃" +Meta_description = "메타 설명" +Mine = "나의 것" +More = "더" +My_draft = "내 초안" +My_posts = "내 게시물" +Newer = "최신" +Next = "다음" +Next_post = "다음 게시물" +No_draft_found = "어떤 초안 찾을 수 없습니다" +No_posts_found = "게시물을 찾을 수 없습니다" +No_related_post_found = "아니오 관련 게시물을 찾을 수 없습니다" +Older = "이전" +Operations = "작업" +Popular_posts = "인기 게시물" +Popular_tags = "인기 태그" +Posted_in = "에 게시 됨" +Posted_on = "게시" +Posts = "게시물" +Prev = "낡은" +Prev_post = "이전 게시물" +Publish = "게시" +Publish_draft = "초안을 게시" +Published = "게시" +Quote_post = "견적 후" +Quote_post_comment = "기능을 갖춘 인용와 블로그 게시물 작성" +Recent_posts = "최근 게시물" +Regular_post = "일반 우편" +Regular_post_comment = "정기적으로 블로그 게시물을 작성" +Related_posts = "관련 게시물" +Revert_to_draft = "초안 되돌리기" +Save = "저장" +Save_as_draft = "임시 보관함에 저장" +Search = "검색" +Search_for = "검색" +Static_page = "정적 페이지" +Static_page_comment = "만들기 정적 페이지" +Static_pages = "정적 페이지" +Tag = "꼬리표" +Tags = "태그" +Title = "표제" +Uncategorized = "분류" +Uncategorized_comment = "카테고리를 필요로하지 않는, 또는 기존의 다른 카테고리에 맞지 않는 주제" +Update = "최신 정보" +Update_draft = "업데이트 초안" +Update_post = "업데이트 후" +Video_post = "비디오 포스트" +Video_post_comment = "기능을 갖춘 비디오 블로그 게시물을 작성" +View = "전망" +Views = "견해" +Your_recent_posts = "최근 게시물" +by = "으로" +read_more = "더 읽기" +Dashboard = "계기반" +Posts_list = "게시물 목록" +Posts_draft = "게시물 초안" +Menus = "메뉴 편집기" +Settings = "설정" +Tools = "도구" +Check_update = "업데이트 확인" +Import_RSS = "가져 오기 RSS" +User = "사용자" +Proudly_powered_by = "자랑스럽게 의해 구동" +Home = "집" +Type_to_search = "검색어 입력" +Admin_panel_style_based_on = "관리자 패널 스타일에 기반" +Sign_in_to_start_your_session = "당신의 세션을 시작하려면 로그인" +Back_to = "돌아가다" +Login = "로그인" +User = "사용자" +Password = "암호" +Comma_separated_values = "콤마 분리 값" +If_leave_empty_we_will_excerpt_it_from_the_content_below = "휴가가 비어 있다면 우리는 아래의 내용에서 발췌 것" +optional = "선택 과목" +If_the_url_leave_empty_we_will_use_the_post_title = "URL에 휴가를 비울 경우 우리는 게시물 제목을 사용합니다" +If_the_url_leave_empty_we_will_use_the_page_title = "URL에 휴가를 비울 경우 우리는 페이지 제목을 사용합니다" +Only = "뿐" +Featured_Audio = "프리미엄 오디오" +Featured_Video = "인기있는 영상" +Featured_Image = "나타난 그림" +Featured_Quote = "추천 견적" +Featured_Link = "추천 링크" +Content = "함유량" +Preview = "시사" +Enter_image_URL = "이미지의 URL을 입력합니다" +Upload = "업로드" +Insert_Image = "이미지 삽입" +This_page_doesnt_exist = "이 페이지가 존재하지 않습니다!" +Would_you_like_to_try_our = "겠습니까 당신은 우리의 시도 좋아" +homepage = "홈페이지" +instead = "대신에" +Your_backups = "백업" +Create_backup = "백업 만들기" +All_cache_has_been_deleted = "모든 캐시가 삭제되었습니다!" +Edit_category = "편집 카테고리" +Date = "데이트" +Time = "시각" +No_available_backup = "이 시간에 어떤 가능한 백업하지 않습니다." +You_dont_have_permission_to_access_this_page = "당신은이 페이지에 액세스 할 수있는 권한이 없습니다" +Save_category = "저장 카테고리" +Import_RSS_Feed_2.0 = "가져 오기 RSS 2.0 피드" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it = "이 입력기를 사용해서 당신은 공급이 당신 인 경우에 동의하거나 적어도 당신이 그것을 게시 할 수있는 권한을 가지고 있습니다." +Feed_Url = "피드 URL" +Add_source_link_optional = "소스 링크 (옵션) 추가" +Import_Feed = "시작 가져 오기 피드" +At_the_moment_you_are_using_auto_generated_menu = "지금이 순간 당신은 자동으로 생성 된 메뉴를 사용하고 있습니다." +Add_menu = "추가 메뉴" +Name = "이름" +Link_name = "연결 이름" +Slug = "강타" +item_slug = "링크 삽입 URL" +CSS_Class_Optional = "CSS 클래스 (선택 사항)" +item_class = "삽입 CSS 클래스" +Add_link = "추가 링크" +Save_Edit = "저장 편집" +Save_Menu = "저장 메뉴" +Add_new_post = "새 게시물을 추가" +Add_new_page = "새 페이지 추가" +Update_Available = "업데이트 가능" +Congrats_You_have_the_latest_version_of_HTMLy = "축하! 당신은 HTMLy의 최신 버전을 가지고있다." +Update_to = "에 업데이트" +now = "지금" +Performance_Settings = "성능 설정" +General = "일반" +Reading = "독서" +Widget = "위젯" +Metatags = "메타 태그" +Performance = "공연" +Custom = "커스텀" +General_Settings = "일반 설정" +Reading_Settings = "읽기 설정" +Widget_Settings = "위젯 설정" +Metatags_Settings = "메타 태그 설정" +Custom_Settings = "사용자 지정 설정" +Address_URL = "주소 (URL)" +Blog_Title = "블로그 제목" +Blog_Title_Placeholder = "내 HTMLy 블로그" +Tagline = "태그 라인" +Tagline_Placeholder = "Databaseless PHP 블로깅 플랫폼" +Tagline_description = "몇 즉,이 블로그에 대해 무엇인지 설명한다." +Blog_Description = "한 단락에서, 블로그에 대해 더 알려주십시오." +Language = "시스템 언어" +Timezone = "시간대" +Date_Format = "날짜 형식" +Blog_Theme = "블로그 테마" +Copyright_Line = "저작권 라인" +Copyright_Line_Placeholder = "(C) 귀하의 이름입니다." +Save_Config = "저장 config (설정)" +Front_page_displays = "전면 페이지가 표시됩니다" +Your_latest_blog_posts = "당신의 최신 블로그 게시물" +Enable_blog_URL = "URL을 블로그 / 사용" +Enable = "사용" +Disable = "사용 안함" +Posts_in_front_page_show_at_most = "대부분의 첫 페이지 쇼의 게시물" +Blog_posts_displayed_as = "블로그 게시물로 표시" +Full_post = "전체 포스트" +Summary = "요약" +Summary_character = "요약 문자" +Read_more_text = "더 많은 텍스트를 읽기" +Read_more_text_placeholder = "자세히보기" +Posts_index_settings = "게시물 인덱스 설정" +Posts_in_category_page_at_most = "대부분의 카테고리 페이지에서 게시물" +Posts_in_archive_page_at_most = "최대 아카이브 페이지에서 게시물" +Posts_in_tag_page_at_most = "대부분의 태그 페이지에서 게시물" +Posts_in_search_result_at_most = "검색 결과에서 게시물 최대" +Posts_in_type_page_at_most = "대부분의 유형 페이지에서 게시물" +Posts_in_profile_page_at_most = "대부분의 프로필 페이지에 게시물" +RSS_settings = "RSS 설정" +RSS_feeds_show_the_most_recent = "RSS 피드는 가장 최근 보여" +RSS_character = "RSS 문자" +Permalink = "퍼머" +year_month_your_post_slug = "/ 년 / 월 / 당신의 포스트 - 슬러그" +post_your_post_slug = "/ 후 / 당신의 포스트 - 슬러그" +Meta_description_character = "메타 설명 문자" +Breadcrumb_home_text = "이동 경로 홈 텍스트" +Sitemap = "사이트 맵" +Valid_values_range_from_0_to_1.0._See = "유효한 값은 0.0 ~ 1.0의 범위. 참조" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value = " 힌트 : 를 사용하여 <코드> ​​Ctrl 키 / <코드> ​​CMD + <코드> ​​F 는 설정 키 또는 값을 검색 할 수 있습니다." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template = " 프로 팁 :. 당신은 사용자 지정 설정 키를 생성하고 템플릿에서 설정 키 값 어디서나 인쇄 할 수 있습니다" +your_key = "your.key" +Your_New_Config_Key = "당신의 새로운 구성 키" +Your_New_Value = "당신의 새 값" +Related_widget_posts_at_most = "관련 최대 게시물 위젯" +Recent_posts_widget_at_most = "최근 게시물 대부분에 위젯" +Popular_posts_widget = "인기 게시물 위젯" +Popular_posts_widget_at_most = "인기있는 게시물 대부분에 위젯" +Comments = "코멘트" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID = "Disqus에 또는 페이스 북의 코멘트를 사용하는 방법은 Disqus에 축약 또는 페이스 북 앱 ID를 제공해야합니다." +Comment_system = "댓글 시스템" +Disabled = "사용 안 함" +Disqus_shortname = "Disqus에는 짧은 이름" +Disqus_shortname_placeholder = "htmly" +Facebook_App_ID = "페이스 북 앱 ID" +widget_key_placeholder = "12345abcde" +Recaptcha = "reCAPTCHA를" +Get_one_here = "여기에서 가져 오기" +Site_Key = "사이트 키" +Secret_Key = "비밀 키" +Google_Analytics = "Google 웹 로그 분석" +Universal_Analytics = "범용 웹 로그 분석 (gtag.js)" +Google_Analytics_legacy = "Google 웹 로그 분석 (레거시)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js = "이것은 레거시 코드입니다. gtag.js를 사용하여 일반적으로 새로운 창조 분석" +Google_Search_Console = "구글 검색 콘솔" +For_google_site_verification_meta = "구글에서 현장 검증 메타은" +Social_Media = "소셜 미디어" +Twitter_account = "트위터 계정" +Facebook_page = "페이스 북 페이지" +Cache_expiration = "(시간) 캐시 만료" +Cache_off = "캐시 오프" +Yes_not_recommended = "예 (권장하지 않음)" +Not = "아니" +Cache_timestamp = "캐시 타임 스탬프" +Page_generation_time = "페이지 생성 시간" +Github_pre_release = "Github에서의 시험판" +Pre_release = "사전 출시" +Yes_Im_in = "그래, 난에있어" +Nope = "아니" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/ms_MY.ini b/lang/ms_MY.ini new file mode 100644 index 0000000..39f60c5 --- /dev/null +++ b/lang/ms_MY.ini @@ -0,0 +1,272 @@ +About = "Perihal" +Add_category = "Kategori Add" +Add_content = "Kandungan Add" +Add_sub = "Halaman sub Add" +Admin = "Admin" +All_blog_posts = "Jawatan blog Semua" +Archives = "Arkib" +Are_you_sure_you_want_to_delete_ = "Adakah anda pasti anda mahu memadam % s ?" +Audio_post = "Post Audio" +Audio_post_comment = "Mewujudkan post blog dengan audio yang diketengahkan" +Author = "Pengarang" +Backup = "Backup" +Cancel = "Batal" +Categories = "Kategori" +Category = "Kategori" +Clear_cache = "Kosongkan cache" +Config = "Config" +Contents = "Kandungan" +Created = "Dicipta" +Delete = "Padam" +Description = "Penerangan" +Draft = "Draf" +Edit = "Edit" +Edit_profile = "Sunting profil" +Filename = "Nama fail" +Follow = "Ikut" +Image_post = "Post Image" +Image_post_comment = "Mewujudkan post blog dengan imej yang ditampilkan" +Import = "Import" +Link_post = "Link post" +Link_post_comment = "Mewujudkan post blog dengan link yang diketengahkan" +Login = "Log masuk" +Login_page = "Halaman Login" +Logout = "Log keluar" +Meta_description = "Description Meta" +Mine = "Mine" +More = "Lagi" +My_draft = "Draf Saya" +My_posts = "Jawatan saya" +Newer = "Terbaru" +Next = "Next" +Next_post = "Post Next" +No_draft_found = "Tidak draf dijumpai" +No_posts_found = "Tiada ulasan dijumpai" +No_related_post_found = "Tiada suapan berita berkaitan dijumpai" +Older = "Lama" +Operations = "Operasi" +Popular_posts = "Jawatan Popular" +Popular_tags = "Tag Popular" +Posted_in = "Posted in" +Posted_on = "Posted on" +Posts = "Siaran" +Prev = "Tua" +Prev_post = "Sebelum Post" +Publish = "Menerbitkan" +Publish_draft = "Terbitkan draf" +Published = "Diterbitkan" +Quote_post = "Post Quote" +Quote_post_comment = "Mewujudkan blog post with quote diketengahkan" +Recent_posts = "Jawatan baru-baru" +Regular_post = "Post biasa" +Regular_post_comment = "Mewujudkan blog post biasa" +Related_posts = "Related posts" +Revert_to_draft = "Kembali kepada draf" +Save = "Save" +Save_as_draft = "Menyimpan sebagai draf" +Search = "Cari" +Search_for = "Carian untuk" +Static_page = "Halaman statik" +Static_page_comment = "Membuat halaman statik" +Static_pages = "Laman statik" +Tag = "Tag" +Tags = "Tag" +Title = "Tajuk" +Uncategorized = "Uncategorized" +Uncategorized_comment = "Topik yang tidak perlu kategori, atau tidak patut ke dalam mana-mana kategori yang sedia ada yang lain" +Update = "Update" +Update_draft = "Update draf" +Update_post = "Update post" +Video_post = "Post Video" +Video_post_comment = "Mewujudkan post blog dengan video yang diketengahkan" +View = "View" +Views = "Paparan" +Your_recent_posts = "Jawatan baru-baru Anda" +by = "Oleh" +read_more = "Read more" +Dashboard = "Dashboard" +Posts_list = "Senarai Posts" +Posts_draft = "Siaran menggubal" +Menus = "Menu Editor" +Settings = "Tetapan" +Tools = "Tools" +Check_update = "Daftar update" +Import_RSS = "Import RSS" +User = "Pengguna" +Proudly_powered_by = "Dengan bangganya dikuasakan oleh" +Home = "Home" +Type_to_search = "Taip untuk mencari" +Admin_panel_style_based_on = "Gaya panel Admin berdasarkan" +Sign_in_to_start_your_session = "Log masuk untuk memulakan sesi anda" +Back_to = "Kembali kepada" +Login = "Log masuk" +User = "Pengguna" +Password = "Kata Laluan" +Comma_separated_values = "Comma Separated Values" +If_leave_empty_we_will_excerpt_it_from_the_content_below = "Jika cuti mengosongkan kami akan petikan dari kandungan di bawah" +optional = "Pilihan" +If_the_url_leave_empty_we_will_use_the_post_title = "Jika cuti url kosongkan kami akan menggunakan tajuk post" +If_the_url_leave_empty_we_will_use_the_page_title = "Jika cuti url kosongkan kami akan menggunakan tajuk halaman" +Only = "Sahaja" +Featured_Audio = "Terutama Audio" +Featured_Video = "Terutama Video" +Featured_Image = "Imej Pilihan" +Featured_Quote = "Quote Pilihan" +Featured_Link = "Kemudahan Link" +Content = "Kandungan" +Preview = "Preview" +Enter_image_URL = "Masukkan URL imej" +Upload = "Muat naik" +Insert_Image = "Insert Image" +This_page_doesnt_exist = "Laman ini tidak wujud!" +Would_you_like_to_try_our = "Adakah anda ingin mencuba kami" +homepage = "Laman utama" +instead = "Dan bukannya" +Your_backups = "Backup Anda" +Create_backup = "Buat sandaran" +All_cache_has_been_deleted = "Semua cache telah dipadam!" +Edit_category = "Edit kategori" +Date = "Tarikh" +Time = "Masa" +No_available_backup = "Tiada sandaran yang ada pada masa ini." +You_dont_have_permission_to_access_this_page = "Anda tidak mempunyai kebenaran untuk mengakses halaman ini" +Save_category = "Simpan kategori" +Import_RSS_Feed_2.0 = "Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it = "Dengan menggunakan pengimport ini anda bersetuju jika suapan itu milik anda atau sekurang-kurangnya anda mempunyai kuasa untuk menerbitkan ia." +Feed_Url = "URL Feed" +Add_source_link_optional = "Tambah pautan sumber (pilihan)" +Import_Feed = "Mula Import Feed" +At_the_moment_you_are_using_auto_generated_menu = "Pada masa ini anda menggunakan auto menu dihasilkan." +Add_menu = "Menu Add" +Name = "Nama" +Link_name = "Nama Link" +Slug = "Slug" +item_slug = "Insert Link URL" +CSS_Class_Optional = "CSS Kelas (pilihan)" +item_class = "Insert kelas CSS" +Add_link = "Pautan Tambah" +Save_Edit = "Save Edit" +Save_Menu = "Simpan menu" +Add_new_post = "Tambah jawatan baru" +Add_new_page = "Tambah halaman baru" +Update_Available = "Kemaskini ada" +Congrats_You_have_the_latest_version_of_HTMLy = "Tahniah! Anda mempunyai versi terbaru HTMLy." +Update_to = "Kemas kini kepada" +now = "Sekarang" +Performance_Settings = "Tetapan Prestasi" +General = "Umum" +Reading = "Membaca" +Widget = "Widget" +Metatags = "Metatags" +Performance = "Prestasi" +Custom = "Custom" +General_Settings = "Tetapan umum" +Reading_Settings = "Tetapan Reading" +Widget_Settings = "Widget Tetapan" +Metatags_Settings = "Metatags Tetapan" +Custom_Settings = "Tetapan Custom" +Address_URL = "Alamat (URL)" +Blog_Title = "Tajuk blog" +Blog_Title_Placeholder = "My HTMLy Blog" +Tagline = "Tagline" +Tagline_Placeholder = "Blogging Platform Databaseless PHP" +Tagline_description = "Dalam beberapa perkataan, menjelaskan apa yang blog ini adalah kira-kira." +Blog_Description = "Dalam satu ayat, memberitahu kita lebih lanjut mengenai blog anda." +Language = "Sistem Bahasa" +Timezone = "Zon masa" +Date_Format = "Format tarikh" +Blog_Theme = "Blog Tema" +Copyright_Line = "Garis Copyright" +Copyright_Line_Placeholder = "(c) Nama anda." +Save_Config = "Simpan config" +Front_page_displays = "Memaparkan halaman depan" +Your_latest_blog_posts = "Posting blog terkini Anda" +Enable_blog_URL = "Membolehkan / blog URL" +Enable = "Enable" +Disable = "Disable" +Posts_in_front_page_show_at_most = "Siaran dalam persembahan muka depan paling banyak" +Blog_posts_displayed_as = "Jawatan Blog dipaparkan sebagai" +Full_post = "Post Penuh" +Summary = "Ringkasan" +Summary_character = "Ringkasan watak" +Read_more_text = "Baca lebih lanjut text" +Read_more_text_placeholder = "Baca lebih" +Posts_index_settings = "Siaran tetapan index" +Posts_in_category_page_at_most = "Siaran dalam halaman kategori paling banyak" +Posts_in_archive_page_at_most = "Siaran di halaman arkib paling banyak" +Posts_in_tag_page_at_most = "Siaran di halaman tag paling banyak" +Posts_in_search_result_at_most = "Siaran dalam hasil carian paling banyak" +Posts_in_type_page_at_most = "Siaran di halaman jenis paling banyak" +Posts_in_profile_page_at_most = "Siaran di halaman profil paling banyak" +RSS_settings = "Tetapan RSS" +RSS_feeds_show_the_most_recent = "RSS suapan menunjukkan yang paling baru-baru ini" +RSS_character = "Watak RSS" +Permalink = "Permalink" +year_month_your_post_slug = "/ Tahun / bulan /-post-slug anda" +post_your_post_slug = "/ Pos /-post-slug anda" +Meta_description_character = "Meta description watak" +Breadcrumb_home_text = "Text rumah Breadcrumb" +Sitemap = "Sitemap" +Valid_values_range_from_0_to_1.0._See = "Nilai sah berkisar 0,0-1,0. Lihat" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value = " tanda-tanda: Gunakan Ctrl / CMD + F untuk mencari kekunci config anda atau nilai." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template = " pro tips:. Anda boleh mewujudkan utama config adat dan mencetak nilai mana-mana sahaja kunci config anda dalam template anda" +your_key = "Your.key" +Your_New_Config_Key = "Baru Anda Config Key" +Your_New_Value = "Nilai Baru Anda" +Related_widget_posts_at_most = "Berkaitan widget jawatan paling banyak" +Recent_posts_widget_at_most = "Jawatan terkini widget paling banyak" +Popular_posts_widget = "Jawatan Popular widget" +Popular_posts_widget_at_most = "Jawatan Popular widget paling banyak" +Comments = "Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID = "Untuk menggunakan Disqus atau Facebook komen anda perlu memberikan Disqus shortname atau Facebook App ID." +Comment_system = "Sistem Comment" +Disabled = "Orang Kurang Upaya" +Disqus_shortname = "Disqus shortname" +Disqus_shortname_placeholder = "Htmly" +Facebook_App_ID = "Facebook App ID" +widget_key_placeholder = "12345abcde" +Recaptcha = "ReCAPTCHA" +Get_one_here = "Dapatkan satu di sini" +Site_Key = "Laman Utama" +Secret_Key = "Secret Key" +Google_Analytics = "Google Analytics" +Universal_Analytics = "Universal Analytics (gtag.js)" +Google_Analytics_legacy = "Google Analytics (warisan)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js = "Ini adalah kod warisan. Selalunya analisis baru dicipta menggunakan gtag.js" +Google_Search_Console = "Google Search Console" +For_google_site_verification_meta = "Bagi google-site-pengesahan meta" +Social_Media = "Media Sosial" +Twitter_account = "Akaun Twitter" +Facebook_page = "Laman Facebook" +Cache_expiration = "Cache tamat tempoh (dalam jam)" +Cache_off = "Cache off" +Yes_not_recommended = "Ya (tidak digalakkan)" +Not = "Tidak" +Cache_timestamp = "Cache cap masa" +Page_generation_time = "Page masa generasi" +Github_pre_release = "Github pra keluaran" +Pre_release = "Pra-release" +Yes_Im_in = "Ya saya setuju" +Nope = "Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/nl_NL.ini b/lang/nl_NL.ini new file mode 100644 index 0000000..6214ac0 --- /dev/null +++ b/lang/nl_NL.ini @@ -0,0 +1,272 @@ +About = "Over" +Add_category = "Categorie toevoegen" +Add_content = "Inhoud toevoegen" +Add_sub = "Subpagina toevoegen" +Admin = "Admin" +All_blog_posts = "Alle blogberichten" +Archives = "Archieven" +Are_you_sure_you_want_to_delete_ = "Ben je zeker dat je wil verwijderen %s?" +Audio_post = "Audio bericht" +Audio_post_comment = "Blogpost maken met aanbevolen audio" +Author = "Auteur" +Backup = "Backup" +Cancel = "Annuleren" +Categories = "Categorieen" +Category = "Categorie" +Clear_cache = "Cache verwijderen" +Config = "Configuratie" +Contents = "Inhoud" +Created = "Gemaakt" +Delete = "Verwijder" +Description = "Omschrijving" +Draft = "Ontwerp" +Edit = "Bewerk" +Edit_profile = "Bewerk profiel" +Filename = "Bestandsnaam" +Follow = "Volg" +Image_post = "Bericht met afbeelding" +Image_post_comment = "Nieuw bericht met uitgelichte afbeelding" +Import = "Import" +Link_post = "Bericht met link" +Link_post_comment = "Nieuw bericht met uitgelichte verwijzing" +Login = "Login" +Login_page = "Login pagina" +Logout = "Loguit" +Meta_description = "Meta omschrijving" +Mine = "Mijn" +More = "Meer" +My_draft = "Mijn concept" +My_posts = "Mijn berichten" +Newer = "Nieuwer" +Next = "Volgend" +Next_post = "Volgende bericht" +No_draft_found = "Geen concept gevonden" +No_posts_found = "Geen berichten gevonden" +No_related_post_found = "Geen gerelateerd bericht gevonden" +Older = "Ouder" +Operations = "Operaties" +Popular_posts = "Populaire berichten" +Popular_tags = "Populaire tags" +Posted_in = "Geplaatst in" +Posted_on = "Geplaatst op" +Posts = "Berichten" +Prev = "Vorig" +Prev_post = "Vorig bericht" +Publish = "Publiceer" +Publish_draft = "Publiceer ontwerp" +Published = "Gepubliceerd" +Quote_post = "Bericht met citaat" +Quote_post_comment = "Blog bericht maken met citaat" +Recent_posts = "Recente berichten" +Regular_post = "Reguliere post" +Regular_post_comment = "Nieuw bericht maken" +Related_posts = "Gerelateerde berichten" +Revert_to_draft = "Terug naar concept" +Save = "Opslaan" +Save_as_draft = "Opslaan als concept" +Search = "Zoeken" +Search_for = "Zoeken naar" +Static_page = "Statische pagina" +Static_page_comment = "Statische pagina maken" +Static_pages = "Statische pagina's" +Tag = "Tag" +Tags = "Tags" +Title = "Titel" +Uncategorized = "Uncategorized" +Uncategorized_comment = "Onderwerpen die geen categorie nodig hebben, of niet passen in een andere bestaande categorie" +Update = "Bijwerken" +Update_draft = "Concept bijwerken" +Update_post = "Bericht bijwerken " +Video_post = "Video bericht" +Video_post_comment = "Blogpost maken met aanbevolen video" +View = "View" +Views = "Views" +Your_recent_posts = "Uw recente berichten" +by = "door" +read_more = "Lees meer" +Dashboard="Dashboard" +Posts_list="Lijst berichten" +Posts_draft="Berichten ontwerpen" +Menus="Menu Bewerken" +Settings="Instellingen" +Tools="Gereedschap" +Check_update="Controleer updates" +Import_RSS="Importeer RSS" +User="Gebruiker" +Proudly_powered_by="Wordt mogelijk gemaakt door" +Home="Home" +Type_to_search="Tik hier uw zoekterm" +Admin_panel_style_based_on="Stijl Admin panel gebaseerd op" +Sign_in_to_start_your_session="Log in om je sessie te starten" +Back_to="Terug naar" +Login="Login" +User="Gebruiker" +Password="Wachtwoord" +Comma_separated_values="Waarden gescheiden door komma's (CSV)" +If_leave_empty_we_will_excerpt_it_from_the_content_below="Als u het leeg laat, halen we het uit onderstaande inhoud" +optional="optioneel" +If_the_url_leave_empty_we_will_use_the_post_title="Als de url leeg wordt gelaten, wordt de titel van het bericht gebruikt" +If_the_url_leave_empty_we_will_use_the_page_title="Als de url leeg wordt gelaten, wordt de titel van de pagina gebruikt" +Only="Enkel" +Featured_Audio="Uitgelichte Audio" +Featured_Video="Uitgelichte Video" +Featured_Image="Uitgelichte Afbeelding" +Featured_Quote="Uitgelicht Citaat" +Featured_Link="Uitgelichte Link" +Content="Content" +Preview="Voorbeeld" +Enter_image_URL="Voer de URL van de afbeelding in" +Upload="Upload" +Insert_Image="Afbeelding invoegen" +This_page_doesnt_exist="Deze pagina bestaat niet!" +Would_you_like_to_try_our="Probeert u onze" +homepage="thuispagina" +instead="in plaats van" +Your_backups="Uw backups" +Create_backup="Maak een backup" +All_cache_has_been_deleted="Alle cache werd verwijderd!" +Edit_category="Bewerk categorie" +Date="Datum" +Time="Tijd" +No_available_backup="Op dit ogenblik is er geen backup beschikbaar." +You_dont_have_permission_to_access_this_page="U heeft geen toestemming om deze pagina te openen" +Save_category="Categorie opslaan" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="Door deze importeur te gebruiken, gaat u ermee akkoord dat de feed van u is of dat u tenminste de bevoegdheid hebt om deze te publiceren." +Feed_Url="Feed URL" +Add_source_link_optional="Bronlink toevoegen (optioneel)" +Import_Feed="Import feed starten" +At_the_moment_you_are_using_auto_generated_menu="Op dit ogenblik gebruikt u een automatisch gegenereerd menu." +Add_menu="Menu toevoegen" +Name="Naam" +Link_name="Link naam" +Slug="Slug" +item_slug="Link URL invoegen" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Voeg link toe" +Save_Edit="Wijzigingen opslaan" +Save_Menu="Menu opslaan" +Add_new_post="Nieuw bericht toevoegen" +Add_new_page="Nieuwe pagina toevoegen" +Update_Available="Update beschikbaar" +Congrats_You_have_the_latest_version_of_HTMLy="Gefeliciteerd! Je hebt de laatste versie van HTMLy." +Update_to="Bijwerken naar" +now="nu" +Performance_Settings="Prestatie Instellingen" +General="Algemeen" +Reading="Lezen" +Widget="Widget" +Metatags="Metatags" +Performance="Prestaties" +Custom="Aangepast" +General_Settings="Algemene Instellingen" +Reading_Settings="Instellingen lezen" +Widget_Settings="Instellingen Widget" +Metatags_Settings="Instellingen metatags" +Custom_Settings="Aangepaste instellingen" +Address_URL="Webadres (URL)" +Blog_Title="Titel Blog" +Blog_Title_Placeholder="Mijn HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseloos PHP Bloggen Platform" +Tagline_description="In een paar woorden, waar gaat deze blog over." +Blog_Description="Vertel ons in een alinea wat meer over uw blog." +Language="Systeem taal" +Timezone="Tijdzone" +Date_Format="Datumnotatie" +Blog_Theme="Blog Thema" +Copyright_Line="Copyright regel" +Copyright_Line_Placeholder="(c) Uw Naam." +Save_Config="Bewaar configuratie" +Front_page_displays="Voorpagina weergaven" +Your_latest_blog_posts="Uw laatste blogberichten" +Enable_blog_URL="Activeer /blog URL" +Enable="Inschakelen" +Disable="Uitschakelen" +Posts_in_front_page_show_at_most="Maximum berichten op de voorpagina" +Blog_posts_displayed_as="Blog berichten weergegeven als" +Full_post="Volledige bericht" +Summary="Samenvatting" +Summary_character="Samenvatting teken" +Read_more_text="Lees meer tekst" +Read_more_text_placeholder="Lees meer tekst placeholder" +Posts_index_settings="Index instellingen berichten" +Posts_in_category_page_at_most="Maximum berichten op pagina categorie" +Posts_in_archive_page_at_most="Maximum berichten op archief pagina" +Posts_in_tag_page_at_most="Maximum berichten op tag pagina" +Posts_in_search_result_at_most="Maximum berichten in zoekresultaat" +Posts_in_type_page_at_most="Maximum berichten op type pagina" +Posts_in_profile_page_at_most="Maximum berichten op profielpagina" +RSS_settings="RSS instellingen" +RSS_feeds_show_the_most_recent="RSS feeds toon de meest recente" +RSS_character="RSS tekens" +Permalink="Permalink" +year_month_your_post_slug="/jaar/maand/uw-bericht-slug" +post_your_post_slug="/bericht/uw-bericht-slug" +Meta_description_character="Meta beschrijving" +Breadcrumb_home_text="Breadcrumb home tekst" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Geldige waarden vari�ren van 0,0 tot 1,0. Zie" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Uw nieuwe configuratiesleutel" +Your_New_Value="Uw nieuwe waarde" +Related_widget_posts_at_most="Maximum Gerelateerde berichten widget" +Recent_posts_widget_at_most="Maximum recente berichten widget" +Popular_posts_widget="Populaire berichten widget" +Popular_posts_widget_at_most="Maximum populaire berichten widget" +Comments="Reacties" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="Om Disqus of Facebook commentaar te gebruiken moet u Disqus shortname of Facebook App ID opgeven." +Comment_system="Commentaar systeem" +Disabled="Uitgeschakeld" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Bekom er hier een" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Zoek Console" +For_google_site_verification_meta="Voor google-site-verificatie meta" +Social_Media="Sociale media" +Twitter_account="Twitter account" +Facebook_page="Facebook pagina" +Cache_expiration="Cache vervaltijd (in uren)" +Cache_off="Cache uit" +Yes_not_recommended="Ja (niet aanbevolen)" +Not="Nee" +Cache_timestamp="Tijdstempel cache" +Page_generation_time="Generatietijd pagina" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Ja, ik doe mee" +Nope="Nietes" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/pl_PL.ini b/lang/pl_PL.ini new file mode 100644 index 0000000..297a2d6 --- /dev/null +++ b/lang/pl_PL.ini @@ -0,0 +1,273 @@ +About = "Informacje" +Add_category = "Dodaj kategorię" +Add_content = "Dodaj zawartość" +Add_sub = "Dodaj podstronę" +Admin = "Admin" +All_blog_posts = "Wszystkie posty" +Archives = "Archiwa" +Are_you_sure_you_want_to_delete_ = "Czy chcesz usunąć %s?" +Audio_post = "Post audio" +Audio_post_comment = "Utwórz dźwiękowy post na blogu" +Author = "Autor" +Backup = "Kopia zapasowa" +Cancel = "Anuluj" +Categories = "Kategorie" +Category = "Kategoria" +Clear_cache = "Wyczyść pamięć podręczną" +Config = "Konfiguracja" +Contents = "Zawartość" +Created = "Utworzono" +Delete = "Usuń" +Description = "Opis" +Draft = "Wersja robocza" +Edit = "Edytuj" +Edit_profile = "Edytuj profil" +Filename = "Nazwa pliku" +Follow = "Follow" +Image_post = "Post obrazkowy" +Image_post_comment = "Tworzy post z wyróżnionym zdjęciem" +Import = "Import" +Link_post = "Odnośnik" +Link_post_comment = "Tworzy post z wyróżnionym linkiem" +Login = "Login" +Login_page = "Strona logowania" +Logout = "Wyloguj się" +Meta_description = "Meta description" +Mine = "Moje" +More = "Więcej" +My_draft = "Mój szkic" +My_posts = "Moje posty" +Newer = "Nigdy" +Next = "Dalej" +Next_post = "Następny post" +No_draft_found = "Nie znaleziono szkicu" +No_posts_found = "Nie znaleziono postów" +No_related_post_found = "Nie znaleziono powiązanych postów." +No_newer_posts = "Nie znaleziono najnowszych postów" +Older = "Starsze" +Operations = "Operacje" +Popular_posts = "Popularne posty" +Popular_tags = "Popularne tagi" +Posted_in = "Napisano w" +Posted_on = "Opublikowano " +Posts = "Posty" +Prev = "Starszy" +Prev_post = "Poprzedni post" +Publish = "Opublikuj" +Publish_draft = "Opublikuj wersję roboczą" +Published = "Opublikowano" +Quote_post = "Cytuj post" +Quote_post_comment = "Tworzenie postu z cytatem" +Recent_posts = "Ostatnie posty" +Regular_post = "Standardowy post" +Regular_post_comment = "Tworzenie zwykłego postu" +Related_posts = "Powiązane posty" +Revert_to_draft = "Cofnij do wersji roboczej" +Save = "Zapisz" +Save_as_draft = "Zapisz jako szkic" +Search = "Szukaj" +Search_for = "Szukaj" +Static_page = "Statyczna strona" +Static_page_comment = "Tworzy statyczną stronę" +Static_pages = "Strony statyczne" +Tag = "Tag" +Tags = "Tagi" +Title = "Tytuł" +Uncategorized = "Bez kategorii" +Uncategorized_comment = "Wpisy, któe nie potrzebują kategorii, lub niepasujące do żadnej kategorii." +Update = "Aktualizacja" +Update_draft = "Aktualizuj szkic" +Update_post = "Aktualizuj post" +Video_post = "Film" +Video_post_comment = "Tworzy post z wyróżnionym filmem." +View = "Zobacz" +Views = "Wyświetleń" +Your_recent_posts = "Twoje ostatnie posty" +by = "przez" +read_more = "Czytaj więcej" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/pt_BR.ini b/lang/pt_BR.ini new file mode 100644 index 0000000..d7080ca --- /dev/null +++ b/lang/pt_BR.ini @@ -0,0 +1,272 @@ +About = "Sobre" +Add_category = "Adicionar categoria" +Add_content = "Adicionar conteúdo" +Add_sub = "Adicionar sub página" +Admin = "Admin" +All_blog_posts = "Todas as postagens do blog" +Archives = "Arquivos" +Are_you_sure_you_want_to_delete_ = "Tem certeza de que deseja excluir %s?" +Audio_post = "Postagem com áudio" +Audio_post_comment = "Criação de postagem com áudio em destaque" +Author = "Autor" +Backup = "Backup" +Cancel = "Cancelar" +Categories = "Categorias" +Category = "Categoria" +Clear_cache = "Limpar cache" +Config = "Configurar" +Contents = "Conteúdo" +Created = "Criado" +Delete = "Excluir" +Description = "Descrição" +Draft = "Rascunho" +Edit = "Editar" +Edit_profile = "Editar perfil" +Filename = "Nome do arquivo" +Follow = "Seguir" +Image_post = "Postagem com imagem" +Image_post_comment = "Criação de postagem com imagem em destaque" +Import = "Importar" +Link_post = "Postagem de link" +Link_post_comment = "Criação de postagem com link em destaque" +Login = "Logar" +Login_page = "Página de login" +Logout = "Sair" +Meta_description = "Meta Descrição" +Mine = "Meu" +More = "Mais" +My_draft = "Meu rascunho" +My_posts = "Minhas postagens" +Newer = "Mais recente" +Next = "Próximo" +Next_post = "Próxima postagem" +No_draft_found = "Nenhum rascunho encontrado" +No_posts_found = "nenhuma postagem encontrada" +No_related_post_found = "Nenhuma postagem relacionada encontrada" +Older = "Antigo" +Operations = "Operações" +Popular_posts = "Postagens populares" +Popular_tags = "Tags populares" +Posted_in = "Postado em" +Posted_on = "Posted em" +Posts = "Postagens" +Prev = "Antigo" +Prev_post = "Postagem anterior" +Publish = "Publicar" +Publish_draft = "Publicar rascunho" +Published = "Publicados" +Quote_post = "Postagem com citação" +Quote_post_comment = "Criação de postagem de blog com citação em destaque" +Recent_posts = "Postagens recentes" +Regular_post = "Postagem padrão" +Regular_post_comment = "Criação de postagem padrão no blog" +Related_posts = "Postagens relacionadas" +Revert_to_draft = "Reverter para rascunho" +Save = "Salvar" +Save_as_draft = "Salvar como rascunho" +Search = "Buscar" +Search_for = "Buscar por" +Static_page = "Página estática" +Static_page_comment = "Criação de página estática" +Static_pages = "Páginas estáticas" +Tag = "Tag" +Tags = "Tags" +Title = "Título" +Uncategorized = "Sem categoria" +Uncategorized_comment = "Tópicos que não precisam de uma categoria ou não se encaixam em nenhuma outra categoria existente" +Update = "Atualizar" +Update_draft = "Atualizar rascunho" +Update_post = "Atualizar postagem" +Video_post = "Postagem de video" +Video_post_comment = "Criação de postagem com vídeo em destaque" +View = "Visualizar" +Views = "Visualizações" +Your_recent_posts = "Suas postagens recentes" +by = "por" +read_more = "leia mais" +Dashboard="Painel de Controle" +Posts_list="Postagens" +Posts_draft="Rascunhos" +Menus="Editor de menus" +Settings="Configurações" +Tools="Ferramentas" +Check_update="Verificar atualização" +Import_RSS="Importar RSS" +User="Usuário" +Proudly_powered_by="Orgulhosamente desenvolvido por" +Home="Inicial" +Type_to_search="Digite para buscar" +Admin_panel_style_based_on="Painel de administração baseado no" +Sign_in_to_start_your_session="Faça login para iniciar a sessão" +Back_to="Voltar para" +Login="Logar" +User="Usuário" +Password="Senha" +Comma_separated_values="Os valores devem ser separados por virgula" +If_leave_empty_we_will_excerpt_it_from_the_content_below="Se deixar em branco, iremos extraí-lo do conteúdo abaixo" +optional="opcional" +If_the_url_leave_empty_we_will_use_the_post_title="Se a url estiver vazia, usaremos o título da postagem" +If_the_url_leave_empty_we_will_use_the_page_title="Se a url estiver vazia, usaremos o título da página" +Only="Somente" +Featured_Audio="Audio em destaque" +Featured_Video="Video em destaque" +Featured_Image="Imagem em destaque" +Featured_Quote="Citação em destaque" +Featured_Link="Link em destaque" +Content="Conteúdo" +Preview="Pré visualização" +Enter_image_URL="Insira a URL da imagem" +Upload="Carregar" +Insert_Image="Inserir Imagem" +This_page_doesnt_exist="A página requisitada não existe !" +Would_you_like_to_try_our="Poderia tentar a nossa " +homepage="página inicial" +instead="no lugar" +Your_backups="Seus backups" +Create_backup="Gerar backup" +All_cache_has_been_deleted="Todo cache foi excluído !" +Edit_category="Editar categoria" +Date="Data" +Time="Hora" +No_available_backup="Não há nenhum backup no momento." +You_dont_have_permission_to_access_this_page="Você não tem permissão para acessar esta página" +Save_category="Salvar categoria" +Import_RSS_Feed_2.0="Importar o Feed RSS 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="Utilizando este importador você está de acordo que o feed é seu ou pelo menos tenha a autorização para publicar." +Feed_Url="URL do Feed" +Add_source_link_optional="Adicione o link da fonte (opcional)" +Import_Feed="Iniciar importação do feed" +At_the_moment_you_are_using_auto_generated_menu="No momento você está usando a geração automática de menus." +Add_menu="Adicionar menu" +Name="Nome" +Link_name="Nome do link" +Slug="Slug" +item_slug="Insira a URL do link" +CSS_Class_Optional="Classe CSS (opcional)" +item_class="Insira a classe CSS do link" +Add_link="Adicionar link" +Save_Edit="Salvar edição" +Save_Menu="Salvar menu" +Add_new_post="Adicionar nova postagem" +Add_new_page="Adicionar nova página" +Update_Available="Atualização disponível" +Congrats_You_have_the_latest_version_of_HTMLy="Parabêns ! Você tem a última versão do HTMLy." +Update_to="Atualizar para" +now="agora" +Performance_Settings="Configurações de Performance" +General="Geral" +Reading="Leitura" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Customizar" +General_Settings="Configurações Gerais" +Reading_Settings="Configurações de Leitura" +Widget_Settings="Configurações dos Widgets" +Metatags_Settings="Configurações de Metatags" +Custom_Settings="Configurações customizadas" +Address_URL="Endereço (URL)" +Blog_Title="Título (site/blog)" +Blog_Title_Placeholder="Meu site / blog" +Tagline="Slogan" +Tagline_Placeholder="Descreva um slogan" +Tagline_description="Em poucas palavras defina o site/blog de forma objetiva." +Blog_Description="Em um parágrafo, descreva sobre seu site/blog." +Language="Idioma do sistema" +Timezone="Fuso horário" +Date_Format="Formato de data" +Blog_Theme="Tema do site/blog" +Copyright_Line="Direitos reservados" +Copyright_Line_Placeholder="(c) Seu nome." +Save_Config="Salvar configurações" +Front_page_displays="Mostrar na primeira página" +Your_latest_blog_posts="Suas postagens de blog" +Enable_blog_URL="Habilitar a URL /blog" +Enable="Habilitar" +Disable="Desabilitar" +Posts_in_front_page_show_at_most="Limitar posts na primeira página" +Blog_posts_displayed_as="Exibir postagens como" +Full_post="Postagem completa" +Summary="Postagem Resumida" +Summary_character="Limite de caracteres do resumo" +Read_more_text="Texto para continuar a leitura" +Read_more_text_placeholder="Leia mais" +Posts_index_settings="Configurações de índice das postagens" +Posts_in_category_page_at_most="Limite na página de categoria" +Posts_in_archive_page_at_most="Limite na página de arquivados" +Posts_in_tag_page_at_most="Limite na página de tags" +Posts_in_search_result_at_most="Limite em resultados de pesquisa" +Posts_in_type_page_at_most="Limite na página por tipo (type)" +Posts_in_profile_page_at_most="Limite na página de perfil" +RSS_settings="Configurações RSS" +RSS_feeds_show_the_most_recent="Limite de postagens recentes" +RSS_character="Limite de caracteres do RSS" +Permalink="Link permanente" +year_month_your_post_slug="/ano/mes/url-da-postagem" +post_your_post_slug="/post/url-da-postagem" +Meta_description_character="Caracteres da 'Meta description'" +Breadcrumb_home_text="Breadcrumb: texto da página inicial" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valores válidos são entre 0.0 e 1.0. Veja mais em" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="Dica: Utilize Ctrl/CMD + F para buscar pela chave ou valor." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="Dica profissional: Você pode criar chaves customizadas e imprimir seus valores em qualquer local de seu tema." +your_key="sua.chave" +Your_New_Config_Key="Sua nova chave configurada" +Your_New_Value="Seu novo valor" +Related_widget_posts_at_most="Limite de posts relacionados" +Recent_posts_widget_at_most="Limite de posts recentes" +Popular_posts_widget="Posts populares" +Popular_posts_widget_at_most="Limite de post populares" +Comments="Comentários" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="Para usar o Disqus ou comentário do Facebook, você precisa fornecer o nome abreviado do Disqus ou o ID do aplicativo do Facebook." +Comment_system="Sistema de comentário" +Disabled="Desabilitado" +Disqus_shortname="Usuário Disqus" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="Seu código" +Recaptcha="reCAPTCHA" +Get_one_here="Efetue as configuração no link" +Site_Key="Chave do site" +Secret_Key="Chave secreta" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legado)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="Este é um código legado. Normalmente o novo Analytics usa o gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="Para o meta google-site-verification" +Social_Media="Mídia Social" +Twitter_account="Conta do Twitter" +Facebook_page="Página do Facebook" +Cache_expiration="Expiração do cache (em horas)" +Cache_off="Desativar Cache" +Yes_not_recommended="Sim (não recomendado)" +Not="Não" +Cache_timestamp="Timestamp do cache" +Page_generation_time="Tempo de geração da página" +Github_pre_release="Pré-lançamento do Github" +Pre_release="Pré-lançamento" +Yes_Im_in="Sim, estou dentro" +Nope="Não" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/ru_RU.ini b/lang/ru_RU.ini new file mode 100644 index 0000000..190d9cb --- /dev/null +++ b/lang/ru_RU.ini @@ -0,0 +1,273 @@ +About = "О сайте" +Add_category = "Добавить категорию" +Add_content = "Добавить статью" +Add_sub = "Добавить подстраницу" +Admin = "Админ" +All_blog_posts = "Все статьи" +Archives = "Архивы" +Are_you_sure_you_want_to_delete_ = "Вы уверены, что хотите удалить %s?" +Audio_post = "Статья с аудио" +Audio_post_comment = "Создать статью с аудио" +Author = "Автор" +Backup = "Бэкап" +Cancel = "Отменить" +Categories = "Категории" +Category = "Категория" +Clear_cache = "Очистить кеш" +Config = "Конфигурация" +Contents = "Содержание" +Created = "Создано" +Delete = "Удалить" +Description = "Описание" +Draft = "Черновик" +Edit = "Редактировать" +Edit_profile = "Редактировать профиль" +Filename = "Имя файла" +Follow = "Следовать" +Image_post = "Статья с изображением" +Image_post_comment = "Создать статью с изображением" +Import = "Импорт" +Link_post = "Статья со ссылкой" +Link_post_comment = "Создать статью со ссылкой" +Login = "Войти" +Login_page = "Страница входа" +Logout = "Выйти" +Meta_description = "Мета-описание" +Mine = "Моё" +More = "Подробнее" +My_draft = "Мой черновик" +My_posts = "Мои статьи" +Newer = "Новое" +Next = "Вперед" +Next_post = "Следующая статья" +No_draft_found = "Черновики не найдены" +No_posts_found = "Статьи не найдены" +No_related_post_found = "Нет похожих статей." +No_newer_posts = "Нет новых статей" +Older = "Старое" +Operations = "Операции" +Popular_posts = "Популярные статьи" +Popular_tags = "Популярные теги" +Posted_in = "Опубликовано в" +Posted_on = "Опубликовано " +Posts = "Статьи" +Prev = "Назад" +Prev_post = "Предыдущая статья" +Publish = "Опубликовать" +Publish_draft = "Опубликовать черновик" +Published = "Опубликовано" +Quote_post = "Статья с цитатой" +Quote_post_comment = "Создать статью с цитатой" +Recent_posts = "Новые статьи" +Regular_post = "Стандартная статья" +Regular_post_comment = "Создать стандартную статью" +Related_posts = "Похожие статьи" +Revert_to_draft = "Переключить на черновик" +Save = "Сохранить" +Save_as_draft = "Сохранить как черновик" +Search = "Поиск" +Search_for = "Искать" +Static_page = "Статичная страница" +Static_page_comment = "Создать статичную страницу" +Static_pages = "Статичные страницы" +Tag = "Метка" +Tags = "Метки" +Title = "Заголовок" +Uncategorized = "Без категории" +Uncategorized_comment = "Статьи, которым не нужна категория или которые не подходят ни к одной существующей категории." +Update = "Обновить" +Update_draft = "Обновить черновик" +Update_post = "Обновить статью" +Video_post = "Статья с видео" +Video_post_comment = "Создать статью с видео" +View = "Просмотр" +Views = "Просмотры" +Your_recent_posts = "Ваши недавние статьи" +by = "" +read_more = "Читать далее" +Dashboard="Панель" +Posts_list="Список статей" +Posts_draft="Черновики" +Menus="Редактор меню" +Settings="Настройки" +Tools="Инструменты" +Check_update="Проверить обновления" +Import_RSS="Импорт RSS" +User="Пользователь" +Proudly_powered_by="Разработано" +Home="Главная" +Type_to_search="Введите для поиска" +Admin_panel_style_based_on="Стиль админ панели основан на" +Sign_in_to_start_your_session="Авторизация пользователя" +Back_to="Вернуться на" +Login="Вход" +User="Пользователь" +Password="Пароль" +Comma_separated_values="Разделенные запятыми значения" +If_leave_empty_we_will_excerpt_it_from_the_content_below="Если оставить пустым, данные будут внесены из основного содержимого" +optional="необязательный" +If_the_url_leave_empty_we_will_use_the_post_title="Если адрес оставить пустым, будет использован заголовок статьи" +If_the_url_leave_empty_we_will_use_the_page_title="Если адрес оставить пустым, будет использован заголовок страницы" +Only="Только" +Featured_Audio="Аудио" +Featured_Video="Видео" +Featured_Image="Изображение" +Featured_Quote="Цитата" +Featured_Link="Ссылка" +Content="Содержимое" +Preview="Просмотр" +Enter_image_URL="Введите URL изображения" +Upload="Загрузить" +Insert_Image="Вставить изображение" +This_page_doesnt_exist="Такая станица не существует!" +Would_you_like_to_try_our="Хотели бы вы попробовать " +homepage="главная" +instead="вместо" +Your_backups="Резервные копии" +Create_backup="Создать резервную копию" +All_cache_has_been_deleted="Все кеши были очищены!" +Edit_category="Редактировать категорию" +Date="Дата" +Time="Время" +No_available_backup="Резервные копии отсутствуют" +You_dont_have_permission_to_access_this_page="У вас нет разрешений для доступа к этой странице" +Save_category="Сохранить категорию" +Import_RSS_Feed_2.0="Импорт RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="Используя данный импортер, вы подтверждаете, что лента принадлежит вам, или у вас есть полномочия на ее публикацию" +Feed_Url="Адрес рассылки" +Add_source_link_optional="Добавить ссылку на источник (не обязательно)" +Import_Feed="Запустить импорт ленты" +At_the_moment_you_are_using_auto_generated_menu="Сейчас вы используете автоматически созданное меню" +Add_menu="Добавить меню" +Name="Имя" +Link_name="Название ссылки" +Slug="ЧПУ" +item_slug="Вставьте ЧП ссылку" +CSS_Class_Optional="CSS класс (не обязательно)" +item_class="Добавьте класс CSS" +Add_link="Добавить ссылку" +Save_Edit="Сохранить" +Save_Menu="Сохранить меню" +Add_new_post="Добавить новую статью" +Add_new_page="Добавить новую страницу" +Update_Available="Доступно обновление" +Congrats_You_have_the_latest_version_of_HTMLy="Поздравляем! У вас установлена последняя версия HTMLy" +Update_to="Обновить до" +now="сейчас" +Performance_Settings="Настройки производительности" +General="Общие" +Reading="Чтение" +Widget="Виджет" +Metatags="Мета теги" +Performance="Производительность" +Custom="Пользовательские" +General_Settings="Общие настройки" +Reading_Settings="Настройки чтения" +Widget_Settings="Управление виджетами" +Metatags_Settings="Настройки мета тегов" +Custom_Settings="Пользовательские настройки" +Address_URL="Адрес (URL)" +Blog_Title="Заголовок блога" +Blog_Title_Placeholder="Мой блог на HTMLy" +Tagline="Подзаголовок" +Tagline_Placeholder="Платформа для ведения блогов на PHP без базы данных" +Tagline_description="В нескольких словах расскажите, о чем этот блог" +Blog_Description="Расскажите больше о своем блоге (один абзац)" +Language="Язык системы" +Timezone="Часовой пояс" +Date_Format="Формат даты" +Blog_Theme="Тема блога" +Copyright_Line="Авторские права" +Copyright_Line_Placeholder="(c) Ваше имя" +Save_Config="Сохранить настройки" +Front_page_displays="Показывать на главной странице" +Your_latest_blog_posts="Ваши последние статьи" +Enable_blog_URL="Включить ссылку /blog" +Enable="Включить" +Disable="Выключить" +Posts_in_front_page_show_at_most="Количество статей на главной, не более" +Blog_posts_displayed_as="Записи в блоге отображаются в виде" +Full_post="Статья полностью" +Summary="Отрывок" +Summary_character="Количество символов в отрывке" +Read_more_text="Текст Читать далее" +Read_more_text_placeholder="Подробнее" +Posts_index_settings="Настройки количества статей" +Posts_in_category_page_at_most="Количество статей на странице категорий, не более" +Posts_in_archive_page_at_most="Количество статей на архивных страницах, не более" +Posts_in_tag_page_at_most="Количество статей на страницах для каждой метки, не более" +Posts_in_search_result_at_most="Количество статей в результатах поиска, не более" +Posts_in_type_page_at_most="Количество статей на страницах для каждого типа записей, не более" +Posts_in_profile_page_at_most="Количество статей на страницах профиля пользователя, не более" +RSS_settings="Настройки RSS" +RSS_feeds_show_the_most_recent="Количество последних новостей в RSS каналах" +RSS_character="Количество символов в RSS" +Permalink="Постоянная ссылка" +year_month_your_post_slug="/год/месяц/постоянная-ссылка-на-статью" +post_your_post_slug="/post/постоянная-ссылка-на-статью" +Meta_description_character="Количество символов в мета-описании" +Breadcrumb_home_text="Текст для главной страницы в хлебных крошках" +Sitemap="Карта сайта" +Valid_values_range_from_0_to_1.0._See="Допустимые значения от 0.0 до 1.0. Подробнее: " +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="совет: Для поиска ключа конфигурации и его значения используйте комбинацию клавиш Ctrl/CMD + F" +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="совет: Вы можете создать собственный ключ конфигурации и выводить значение этого ключа в любом месте вашего шаблона" +your_key="your.key" +Your_New_Config_Key="Ваш новый ключ конфигурации" +Your_New_Value="Значение ключа" +Related_widget_posts_at_most="Количество похожих статей, не более" +Recent_posts_widget_at_most="Количество новых статей, не более" +Popular_posts_widget="Популярные статьи" +Popular_posts_widget_at_most="Количество популярных статей, не более" +Comments="Комментарии" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="Для использования комментариев Disqus или Facebook вам необходимо указать короткое имя Disqus или Facebook App ID." +Comment_system="Выберите систему" +Disabled="Отключено" +Disqus_shortname="Имя Disqus" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Получить" +Site_Key="Ключ сайта" +Secret_Key="Секретный ключ" +Google_Analytics="Аналитика Google" +Universal_Analytics="Универсальная (gtag.js)" +Google_Analytics_legacy="Аналитика Google (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="Это устаревший код. Обычно новая аналитика создается с использованием gtag.js" +Google_Search_Console="Поисковая консоль Google" +For_google_site_verification_meta="Для google-site-verification (мета тег)" +Social_Media="Социальные медиа" +Twitter_account="Аккаунт Twitter" +Facebook_page="Страница Facebook" +Cache_expiration="Срок действия кеша (в часах)" +Cache_off="Кеш выключен" +Yes_not_recommended="Да (не рекомендуется)" +Not="Нет" +Cache_timestamp="Отметка времени кеша" +Page_generation_time="Время создания страницы" +Github_pre_release="Предварительный выпуск на Github" +Pre_release="предварительный выпуск" +Yes_Im_in="Да" +Nope="Нет" +Page="Страница" +of="of" +Edit_post="Редактировать" +View_post="Просмотр" +Posts_by="Статьи автора" +Pages="Страницы" +Menu="Меню" +Popular="Популярный" +;Errors +User_Error="Заполните имя пользователя" +Pass_Error="Введите пароль" +Token_Error="Неправильный токен" +Captcha_Error="reCaptcha не верна" +Invalid_Error="ОШИБКА: Неверные имя пользователя или Пароль" +;Profile +Post_by_author="Авторские статьи" +Author_Description="Еще один пользователь HTMLy" +;404-search +Search_results_not_found="По вашему запросу ничего не найдено!" +No_search_results="Безрезультатно" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/sv_SE.ini b/lang/sv_SE.ini new file mode 100644 index 0000000..394d8b8 --- /dev/null +++ b/lang/sv_SE.ini @@ -0,0 +1,290 @@ +About = "Om" +Add_category = "Ny kategori" +Add_content = "Nytt" +Add_sub = "Ny undersida" +Admin = "Admin" +All_blog_posts = "Alla blogginlägg" +Archive = "Arkiv" +Archives = "Arkiv" +Are_you_sure_you_want_to_delete_ = "Är du säker på att du vill radera %s?" +Audio_post = "Audioinlägg" +Audio_post_comment = "Skapa inlägg med ljudklipp" +Author = "Författare" +Backup = "Säkerhetskopiera" +By = "Av" +by = "av" +Cancel = "Avbryt" +Categories = "Kategorier" +Category = "Kategori" +Clear_cache = "Rensa cache" +comments = "kommentarer" +Config = "Konfiguration" +Contents = "Innehåll" +Continue_reading = "Läs vidare" +Created = "Skapad" +Delete = "Radera" +Description = "Beskrivning" +Design_by = "Designad av" +Draft = "Utkast" +Edit = "Redigera" +Edit_profile = "Redigera profil" +Filename = "Filnamn" +Follow = "Följ" +Image_post = "Bildinlägg" +Image_post_comment = "Skapa inlägg med bild" +Import = "Importera" +Link_post = "Länkinlägg" +Link_post_comment = "Skapa inlägg med länk" +Login = "Logga in" +Login_page = "Inloggningssida" +Logout = "Logga ut" +Meta_description = "Meta-beskrivning" +Mine = "Mina" +More = "Mer" +My_draft = "Mina utkast" +My_posts = "Mina inlägg" +Newer = "Nyare" +Newer_posts = "Nyare inlägg" +Next = "Nästa" +Next_post = "Nästa inlägg" +No_draft_found = "Inga utkast funna" +No_newer_posts = "Inga nyare inlägg" +No_older_posts = "Inga äldre inlägg" +No_posts_found = "Inga inlägg funna" +No_related_post_found = "Inga relaterade inlägg funna" +of = "av" +Older = "Äldre" +Older_posts = "Äldre inlägg" +Operations = "Åtgärder" +Page = "Sida" +Popular_posts = "Populära inlägg" +Popular_tags = "Populära etiketter" +Posted_in = "Upplagd i" +Posted_on = "Upplagd på" +Posts = "Inlägg" +Prev = "Föregående" +Prev_post = "Föregående inlägg" +Previous = "Föregående" +Publish = "Publicera" +Published = "Publicerad" +Publish_draft = "Publicera utkast" +Published_by = "Publicerad av" +Quote_post = "Citatinlägg" +Quote_post_comment = "Skapa inlägg med citat" +read_more = "läs mer" +Read_more = "Läs vidare" +Recent_comments = "Senaste kommentarer" +Recent_posts = "Senaste inlägg" +Regular_post = "Vanligt inlägg" +Regular_post_comment = "Skapa vanligt inlägg" +Related_posts = "Relaterade inlägg" +Return_to_home = "Tillbaka till startsidan" +Revert_to_draft = "Återgå till utkast" +Save = "Spara" +Save_as_draft = "Spara som utkast" +Search = "Sök" +Search_for = "Sök efter" +Share_this_post = "Dela inlägg" +Static_page = "Statisk sida" +Static_pages = "Statiska sidor" +Static_page_comment = "Skapa statisk sida" +Tag = "Etikett" +Tags = "Etiketter" +Title = "Titel" +Type_to_search = "Skriv för att söka" +Uncategorized = "Ingen kategori" +Uncategorized_comment = "Inlägg som inte behöver någon kategori eller inte passar i någon av övriga kategorier." +Update = "Uppdatera" +Update_draft = "Uppdatera utkast" +Update_post = "Uppdatera inlägg" +Video_post = "Videoinlägg" +Video_post_comment = "Skapa inlägg med video" +View = "Visa" +Views = "Visningar" +Your_recent_posts = "Dina senaste inlägg" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/tr_TR.ini b/lang/tr_TR.ini new file mode 100644 index 0000000..f94262f --- /dev/null +++ b/lang/tr_TR.ini @@ -0,0 +1,272 @@ +About = "Hakkında" +Add_category = "Kategori ekle" +Add_content = "İçerik ekle" +Add_sub = "Add sub" +Admin = "Yönetici" +All_blog_posts = "Tüm blog yazıları" +Archives = "Arşivler" +Are_you_sure_you_want_to_delete_ = "%s silmek istediğinize emin misiniz?" +Audio_post = "Sesli gönderi" +Audio_post_comment = "Ses içeren bir blog gönderisi oluşturuluyor" +Author = "Yazar" +Backup = "Yedekleme" +Cancel = "İptal" +Categories = "Kategoriler" +Category = "Kategori" +Clear_cache = "Önbelleği temizle" +Config = "Ayarlar" +Contents = "İçerikler" +Created = "Oluşturuldu" +Delete = "Sil" +Description = "Açıklama" +Draft = "Taslak" +Edit = "Düzenle" +Edit_profile = "Profili düzenle" +Filename = "Dosya Adı" +Follow = "Takip Et" +Image_post = "Görsel gönderi" +Image_post_comment = "Öne çıkan görsel içeren bir blog gönderisi oluşturuluyor" +Import = "İçe Aktar" +Link_post = "Bağlantı gönderisi" +Link_post_comment = "Link içerikli bir blog gönderisi oluşturuluyor." +Login = "Giriş Yap" +Login_page = "Giriş sayfası" +Logout = "Çıkış Yap" +Meta_description = "Meta Açıklaması" +Mine = "Benim" +More = "Daha fazla" +My_draft = "Taslaklarım" +My_posts = "Gönderilerim" +Newer = "Daha Yeni" +Next = "Sonraki" +Next_post = "Sonraki yönderi" +No_draft_found = "Taslak bulunamadı" +No_posts_found = "Gönderi bulunamadı" +No_related_post_found = "Benzer gönderi bulunamadı" +Older = "Daha Eski" +Operations = "Operasyonlar" +Popular_posts = "Popüler gönderiler" +Popular_tags = "Popüler etiketler" +Posted_in = "Gönderildi" +Posted_on = "Gönderildi" +Posts = "Gönderiler" +Prev = "Eski" +Prev_post = "Eski Gönderi" +Publish = "Yayınla" +Publish_draft = "Taslak yayınla" +Published = "Yayınlandı" +Quote_post = "Alıntı gönderi" +Quote_post_comment = "Alıntı içeren blog gönderisi oluşturuluyor" +Recent_posts = "Son gönderiler" +Regular_post = "Düzenli gönderi" +Regular_post_comment = "Düzenli gönderi oluşturuluyor" +Related_posts = "Benzer gönderiler" +Revert_to_draft = "Taslağa dönüştür" +Save = "Kaydet" +Save_as_draft = "Taslak olarak kaydet" +Search = "Ara" +Search_for = "Arama:" +Static_page = "Statik sayfa" +Static_page_comment = "Statik sayfa oluşturuluyor" +Static_pages = "Statik sayfalar" +Tag = "Etiket" +Tags = "Etiketler" +Title = "Başlık" +Uncategorized = "Kategorilenmemiş" +Uncategorized_comment = "Bir kategoriye ihtiyaç duymayan veya mevcut herhangi bir kategoriye uymayan konular" +Update = "Güncelle" +Update_draft = "Taslağı güncelle" +Update_post = "Gönderiyi güncelle" +Video_post = "Video gönderi" +Video_post_comment = "Video içeren blog gönderisi oluşturuluyor" +View = "Okunma" +Views = "Okunma" +Your_recent_posts = "Son gönderilerin" +by = "tarafından" +read_more = "daha fazla oku" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/lang/zh_TW.ini b/lang/zh_TW.ini new file mode 100644 index 0000000..3406939 --- /dev/null +++ b/lang/zh_TW.ini @@ -0,0 +1,272 @@ +About = "關於" +Add_category = "增添分類" +Add_content = "增添內容" +Add_sub = "增添子項" +Admin = "管理" +All_blog_posts = "所有部落格文章" +Archives = "備存" +Are_you_sure_you_want_to_delete_ = "你確定你想要刪除 %s 嗎?" +Audio_post = "音樂文章" +Audio_post_comment = "以音樂為特色建立部落格文章中" +Author = "作者" +Backup = "備份" +Cancel = "取消" +Categories = "分類" +Category = "分類" +Clear_cache = "清除快取" +Config = "設置" +Contents = "內容" +Created = "已建立" +Delete = "刪除" +Description = "備註" +Draft = "草稿" +Edit = "編輯" +Edit_profile = "編輯個人資料" +Filename = "檔名" +Follow = "跟隨" +Image_post = "影像文章" +Image_post_comment = "Creating blog post with featured image" +Import = "匯入" +Link_post = "連結文章" +Link_post_comment = "Creating blog post with featured link" +Login = "登入" +Login_page = "登入頁面" +Logout = "登出" +Meta_description = "Meta 備註" +Mine = "Mine" +More = "更多" +My_draft = "我的草稿" +My_posts = "我的文章" +Newer = "較新的" +Next = "下一個" +Next_post = "下一篇文章" +No_draft_found = "找不到草稿" +No_posts_found = "找不到文章" +No_related_post_found = "找不到相關文章" +Older = "較舊的" +Operations = "操作" +Popular_posts = "受歡迎文章" +Popular_tags = "受歡迎標籤" +Posted_in = "發文在" +Posted_on = "發文於" +Posts = "文章" +Prev = "舊" +Prev_post = "前一篇文章" +Publish = "發布" +Publish_draft = "發布草稿" +Published = "已發布" +Quote_post = "語錄文章" +Quote_post_comment = "Creating blog post with featured quote" +Recent_posts = "最近貼文" +Regular_post = "一般文章" +Regular_post_comment = "建立一般部落格文章" +Related_posts = "相關文章" +Revert_to_draft = "轉換為草稿" +Save = "儲存" +Save_as_draft = "儲存為草稿" +Search = "搜尋" +Search_for = "搜尋" +Static_page = "靜態頁面" +Static_page_comment = "Creating static page" +Static_pages = "靜態頁面" +Tag = "標籤" +Tags = "標籤" +Title = "標題" +Uncategorized = "未分類的" +Uncategorized_comment = "Topics that don't need a category, or don't fit into any other existing category" +Update = "更新" +Update_draft = "更新草稿" +Update_post = "更新文章" +Video_post = "影片文章" +Video_post_comment = "Creating blog post with featured video" +View = "檢視" +Views = "看過" +Your_recent_posts = "Your recent posts" +by = "由" +read_more = "讀取更多" +Dashboard="Dashboard" +Posts_list="Posts list" +Posts_draft="Posts draft" +Menus="Menu Editor" +Settings="Settings" +Tools="Tools" +Check_update="Check update" +Import_RSS="Import RSS" +User="User" +Proudly_powered_by="Proudly powered by" +Home="Home" +Type_to_search="Type to search" +Admin_panel_style_based_on="Admin panel style based on" +Sign_in_to_start_your_session="Sign in to start your session" +Back_to="Back to" +Login="Login" +User="User" +Password="Password" +Comma_separated_values="Comma separated values" +If_leave_empty_we_will_excerpt_it_from_the_content_below="If leave empty we will excerpt it from the content below" +optional="optional" +If_the_url_leave_empty_we_will_use_the_post_title="If the url leave empty we will use the post title" +If_the_url_leave_empty_we_will_use_the_page_title="If the url leave empty we will use the page title" +Only="Only" +Featured_Audio="Featured Audio" +Featured_Video="Featured Video" +Featured_Image="Featured Image" +Featured_Quote="Featured Quote" +Featured_Link="Featured Link" +Content="Content" +Preview="Preview" +Enter_image_URL="Enter image URL" +Upload="Upload" +Insert_Image="Insert Image" +This_page_doesnt_exist="This page doesn't exist !" +Would_you_like_to_try_our="Would you like to try our " +homepage="homepage" +instead="instead" +Your_backups="Your backups" +Create_backup="Create backup" +All_cache_has_been_deleted="All cache has been deleted !" +Edit_category="Edit category" +Date="Date" +Time="Time" +No_available_backup="No available backup at this time." +You_dont_have_permission_to_access_this_page="You don't have permission to access this page" +Save_category="Save category" +Import_RSS_Feed_2.0="Import RSS Feed 2.0" +By_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it="By using this importer you are agree if the feed is yours or at least you have the authority to publish it." +Feed_Url="Feed URL" +Add_source_link_optional="Add source link (optional)" +Import_Feed="Start Import Feed" +At_the_moment_you_are_using_auto_generated_menu="At the moment you are using auto generated menu." +Add_menu="Add menu" +Name="Name" +Link_name="Link name" +Slug="Slug" +item_slug="Insert Link URL" +CSS_Class_Optional="CSS Class (optional)" +item_class="Insert CSS class" +Add_link="Add link" +Save_Edit="Save Edit" +Save_Menu="Save menu" +Add_new_post="Add new post" +Add_new_page="Add new page" +Update_Available="Update Available" +Congrats_You_have_the_latest_version_of_HTMLy="Congrats! You have the latest version of HTMLy." +Update_to="Update to" +now="now" +Performance_Settings="Performance Settings" +General="General" +Reading="Reading" +Widget="Widget" +Metatags="Metatags" +Performance="Performance" +Custom="Custom" +General_Settings="General Settings" +Reading_Settings="Reading Settings" +Widget_Settings="Widget Settings" +Metatags_Settings="Metatags Settings" +Custom_Settings="Custom Settings" +Address_URL="Address (URL)" +Blog_Title="Blog title" +Blog_Title_Placeholder="My HTMLy Blog" +Tagline="Tagline" +Tagline_Placeholder="Databaseless PHP Blogging Platform" +Tagline_description="In a few words, explain what this blog is about." +Blog_Description="In one paragraph, tell us more about your blog." +Language="System Language" +Timezone="Timezone" +Date_Format="Date Format" +Blog_Theme="Blog Theme" +Copyright_Line="Copyright line" +Copyright_Line_Placeholder="(c) Your name." +Save_Config="Save config" +Front_page_displays="Front page displays" +Your_latest_blog_posts="Your latest blog posts" +Enable_blog_URL="Enable /blog URL" +Enable="Enable" +Disable="Disable" +Posts_in_front_page_show_at_most="Posts in front page show at most" +Blog_posts_displayed_as="Blog posts displayed as" +Full_post="Full post" +Summary="Summary" +Summary_character="Summary character" +Read_more_text="Read more text" +Read_more_text_placeholder="Read more" +Posts_index_settings="Posts index settings" +Posts_in_category_page_at_most="Posts in category page at most" +Posts_in_archive_page_at_most="Posts in archive page at most" +Posts_in_tag_page_at_most="Posts in tag page at most" +Posts_in_search_result_at_most="Posts in search result at most" +Posts_in_type_page_at_most="Posts in type page at most" +Posts_in_profile_page_at_most="Posts in profile page at most" +RSS_settings="RSS settings" +RSS_feeds_show_the_most_recent="RSS feeds show the most recent" +RSS_character="RSS character" +Permalink="Permalink" +year_month_your_post_slug="/year/month/your-post-slug" +post_your_post_slug="/post/your-post-slug" +Meta_description_character="Meta description character" +Breadcrumb_home_text="Breadcrumb home text" +Sitemap="Sitemap" +Valid_values_range_from_0_to_1.0._See="Valid values range from 0.0 to 1.0. See" +hint_Use_CtrlCMDF_to_search_for_your_config_key_or_value="hint: Use Ctrl/CMD + F to search for your config key or value." +pro_tips_You_can_creating_custom_config_key_and_print_out_your_config_key_value_anywhere_in_your_template="pro tips: You can creating custom config key and print out your config key value anywhere in your template." +your_key="your.key" +Your_New_Config_Key="Your New Config Key" +Your_New_Value="Your New Value" +Related_widget_posts_at_most="Related widget posts at most" +Recent_posts_widget_at_most="Recent posts widget at most" +Popular_posts_widget="Popular posts widget" +Popular_posts_widget_at_most="Popular posts widget at most" +Comments="Comments" +To_using_Disqus_or_Facebook_comment_you_need_to_provide_Disqus_shortname_or_Facebook_App_ID="To using Disqus or Facebook comment you need to provide Disqus shortname or Facebook App ID." +Comment_system="Comment system" +Disabled="Disabled" +Disqus_shortname="Disqus shortname" +Disqus_shortname_placeholder="htmly" +Facebook_App_ID="Facebook App ID" +widget_key_placeholder="12345abcde" +Recaptcha="reCAPTCHA" +Get_one_here="Get one here" +Site_Key="Site Key" +Secret_Key="Secret Key" +Google_Analytics="Google Analytics" +Universal_Analytics="Universal Analytics (gtag.js)" +Google_Analytics_legacy="Google Analytics (legacy)" +This_is_legacy_code_usually_new_created_analytics_using_gtag_js="This is legacy code. Usually new created analytics using gtag.js" +Google_Search_Console="Google Search Console" +For_google_site_verification_meta="For google-site-verification meta" +Social_Media="Social Media" +Twitter_account="Twitter account" +Facebook_page="Facebook page" +Cache_expiration="Cache expiration (in hours)" +Cache_off="Cache off" +Yes_not_recommended="Yes (not recommended)" +Not="No" +Cache_timestamp="Cache timestamp" +Page_generation_time="Page generation time" +Github_pre_release="Github pre-release" +Pre_release="Pre-release" +Yes_Im_in="Yes I'm in" +Nope="Nope" +Page="Page" +of="of" +Edit_post="Edit" +View_post="View" +Posts_by="Posts by" +Pages="Pages" +Menu="Menu" +Popular="Popular" +;Errors +User_Error="User field is required" +Pass_Error="Password field is required" +Token_Error="CSRF Token not correct" +Captcha_Error="reCaptcha not correct" +Invalid_Error="ERROR: Invalid username or password" +;Profile +Post_by_author="Posts by this author" +Author_Description="Just another HTMLy user" +;404-search +Search_results_not_found="Search results not found!" +No_search_results="No search results" +;TagCloud +Tagcloud_widget_at_most = "TagCloud at most" diff --git a/system/admin/admin.php b/system/admin/admin.php index 8afcb56..e67880e 100644 --- a/system/admin/admin.php +++ b/system/admin/admin.php @@ -1,4 +1,5 @@ Username not found in our record.'; + return $str = '
  • ' . i18n('Invalid_Error') . '
'; } $user_enc = user('encryption', $user); @@ -52,20 +53,22 @@ function session($user, $pass) if ($user_enc == "password_hash") { if (password_verify($pass, $user_pass)) { + if (session_status() == PHP_SESSION_NONE) session_start(); if (password_needs_rehash($user_pass, PASSWORD_DEFAULT)) { update_user($user, $pass, $user_role); } $_SESSION[config("site.url")]['user'] = $user; header('location: admin'); } else { - return $str = '
  • Your username and password mismatch.
  • '; + return $str = '
    • ERROR: Invalid username or password.
    '; } } else if (old_password_verify($pass, $user_enc, $user_pass)) { + if (session_status() == PHP_SESSION_NONE) session_start(); update_user($user, $pass, $user_role); $_SESSION[config("site.url")]['user'] = $user; header('location: admin'); } else { - return $str = '
  • Your username and password mismatch.
  • '; + return $str = '
    • ERROR: Invalid username or password.
    '; } } @@ -84,19 +87,87 @@ function remove_accent($str) // Add content function add_content($title, $tag, $url, $content, $user, $description = null, $media = null, $draft, $category, $type) { + + $tag = explode(',', preg_replace("/\s*,\s*/", ",", rtrim($tag, ','))); + $tag = array_filter(array_unique($tag)); + $tagslang = "content/data/tags.lang"; + if (file_exists($tagslang)) { + $taglang = array_flip(unserialize(file_get_contents($tagslang))); + $tflip = array_intersect_key($taglang, array_flip($tag)); + $post_tag = array(); + $post_tagmd = array(); + foreach ($tag as $t) { + if (array_key_exists($t, $tflip)) { + foreach ($tflip as $tfp => $tf){ + if($t === $tfp) { + $post_tag[] = $tf; + $post_tagmd[] = $tfp; + } + } + } else { + $post_tag[] = $t; + $post_tagmd[] = $t; + } + } + + $post_tag = safe_tag(implode(',', $post_tag)); + $post_tagmd = safe_html(implode(',', $post_tagmd)); + + } else { + $post_tag = safe_tag(implode(',', $tag)); + $post_tagmd = safe_html(implode(',', $tag)); + } $post_date = date('Y-m-d-H-i-s'); $post_title = safe_html($title); $post_media = preg_replace('/\s\s+/', ' ', strip_tags($media)); - $pt = safe_tag($tag); - $post_tag = strtolower(preg_replace(array('/[^a-zA-Z0-9,. \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($pt))); - $post_tagmd = preg_replace(array('/[^a-zA-Z0-9,. \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', ' ', ''), $pt); - $post_tag = rtrim($post_tag, ','); - $post_tagmd = rtrim($post_tagmd, ','); + $post_tag = strtolower(preg_replace(array('/[^a-zA-Z0-9,. \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($post_tag))); $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); + + $post_t = explode(',', $post_tag); + $pret_t = explode(',', $post_tagmd); + $tags = tag_cloud(true); + $timestamp = date('YmdHis'); + + $combine = array_combine($pret_t, $post_t); + $inter = array_intersect_key($tags, array_flip($post_t)); + $newtag = array(); + + foreach ($combine as $tag => $v) { + if (array_key_exists($v, $tags)) { + foreach ($inter as $in => $i){ + if($v === $in) { + if (strtolower($tag) === strtolower(tag_i18n($in))) { + $newtag[$v]= $tag; + } else { + $newtag[$v.'-'. $timestamp]= $tag; + } + } + } + } else { + $newtag[$v] = $tag; + } + } + + $post_tag = implode(',', array_keys($newtag)); + + $posts = get_post_sorted(); + foreach ($posts as $index => $v) { + $arr = explode('_', $v['basename']); + if (strtolower($arr[2]) === strtolower($post_url . '.md')) { + $post_url = $post_url .'-'. $timestamp; + } else { + $post_url = $post_url; + } + } + if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { $post_description = ""; } @@ -104,46 +175,44 @@ function add_content($title, $tag, $url, $content, $user, $description = null, $ $tagmd = "\n"; } else { $tagmd = ""; - } + } if ($media!== null) { $post_media = "\n"; } else { $post_media = ""; - } + } $post_content = "" . $post_description . $tagmd . $post_media . "\n\n" . $content; if (!empty($post_title) && !empty($post_tag) && !empty($post_url) && !empty($post_content)) { - - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } - + + $post_content = stripslashes($post_content); + $filename = $post_date . '_' . $post_tag . '_' . $post_url . '.md'; - + if (empty($draft)) { $dir = 'content/' . $user . '/blog/' . $category. '/'.$type. '/'; } else { $dir = 'content/' . $user . '/blog/' . $category. '/draft/'; } - + if (is_dir($dir)) { file_put_contents($dir . $filename, print_r($post_content, true)); } else { mkdir($dir, 0775, true); file_put_contents($dir . $filename, print_r($post_content, true)); } - + save_tag_i18n($post_tag, $post_tagmd); rebuilt_cache('all'); clear_post_cache($post_date, $post_tag, $post_url, $dir . $filename, $category, $type); - + if (empty($draft)) { $redirect = site_url() . 'admin/mine'; } else { $redirect = site_url() . 'admin/draft'; } - + header("Location: $redirect"); } } @@ -151,25 +220,85 @@ function add_content($title, $tag, $url, $content, $user, $description = null, $ // Edit content function edit_content($title, $tag, $url, $content, $oldfile, $destination = null, $description = null, $date = null, $media = null, $revertPost, $publishDraft, $category, $type) { + + $tag = explode(',', preg_replace("/\s*,\s*/", ",", rtrim($tag, ','))); + $tag = array_filter(array_unique($tag)); + $tagslang = "content/data/tags.lang"; + if (file_exists($tagslang)) { + $taglang = array_flip(unserialize(file_get_contents($tagslang))); + $tflip = array_intersect_key($taglang, array_flip($tag)); + $post_tag = array(); + $post_tagmd = array(); + foreach ($tag as $t) { + if (array_key_exists($t, $tflip)) { + foreach ($tflip as $tfp => $tf){ + if($t === $tfp) { + $post_tag[] = $tf; + $post_tagmd[] = $tfp; + } + } + } else { + $post_tag[] = $t; + $post_tagmd[] = $t; + } + } + + $post_tag = safe_tag(implode(',', $post_tag)); + $post_tagmd = safe_html(implode(',', $post_tagmd)); + + } else { + $post_tag = safe_tag(implode(',', $tag)); + $post_tagmd = safe_html(implode(',', $tag)); + } + $oldurl = explode('_', $oldfile); $dir = explode('/', $oldurl[0]); $olddate = date('Y-m-d-H-i-s', strtotime($date)); - + if ($date !== null) { $oldurl[0] = substr($oldurl[0], 0, strrpos($oldurl[0], '/')) . '/' . $olddate; } $post_title = safe_html($title); $post_media = preg_replace('/\s\s+/', ' ', strip_tags($media)); - $pt = safe_tag($tag); - $post_tag = strtolower(preg_replace(array('/[^a-zA-Z0-9,. \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($pt))); - $post_tagmd = preg_replace(array('/[^a-zA-Z0-9,. \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', ' ', ''), $pt); - $post_tag = rtrim($post_tag, ','); - $post_tagmd = rtrim($post_tagmd, ','); + $post_tag = strtolower(preg_replace(array('/[^a-zA-Z0-9,. \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($post_tag))); $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); + + + $post_t = explode(',', $post_tag); + $pret_t = explode(',', $post_tagmd); + $tags = tag_cloud(true); + $timestamp = date('YmdHis'); + + $combine = array_combine($pret_t, $post_t); + $inter = array_intersect_key($tags, array_flip($post_t)); + $newtag = array(); + + foreach ($combine as $tag => $v) { + if (array_key_exists($v, $tags)) { + foreach ($inter as $in => $i){ + if($v === $in) { + if (strtolower($tag) === strtolower(tag_i18n($in))) { + $newtag[$v]= $tag; + } else { + $newtag[$v.'-'. $timestamp]= $tag; + } + } + } + } else { + $newtag[$v] = $tag; + } + } + + $post_tag = implode(',', array_keys($newtag)); + if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { $post_description = ""; } @@ -177,47 +306,45 @@ function edit_content($title, $tag, $url, $content, $oldfile, $destination = nul $tagmd = "\n"; } else { $tagmd = ""; - } + } if ($media !== null) { $post_media = "\n"; } else { $post_media = ""; - } + } $post_content = "" . $post_description . $tagmd . $post_media . "\n\n" . $content; if (!empty($post_title) && !empty($post_tag) && !empty($post_url) && !empty($post_content)) { - - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } - + + $post_content = stripslashes($post_content); + if(!empty($revertPost) || !empty($publishDraft)) { - + $dirBlog = $dir[0] . '/' . $dir[1] . '/' . $dir[2] . '/' . $category . '/' . $type . '/'; $dirDraft = $dir[0] . '/' . $dir[1] . '/' . $dir[2] . '/' . $category . '/draft/'; - + if($dir[4] == 'draft') { - $filename = $dirBlog . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; + $filename = $dirBlog . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; } else { - $filename = $dirDraft . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; + $filename = $dirDraft . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; } - + if (is_dir($dirBlog)) { } else { - mkdir($dirBlog, 0775, true); + mkdir($dirBlog, 0775, true); } - + if (is_dir($dirDraft)) { } else { - mkdir($dirDraft, 0775, true); + mkdir($dirDraft, 0775, true); } - + file_put_contents($filename, print_r($post_content, true)); unlink($oldfile); $newfile = $olddate . '_' . $post_tag . '_' . $post_url . '.md'; - + } else { - + if ($dir[3] === $category) { $newfile = $oldurl[0] . '_' . $post_tag . '_' . $post_url . '.md'; if ($oldfile === $newfile) { @@ -227,37 +354,37 @@ function edit_content($title, $tag, $url, $content, $oldfile, $destination = nul file_put_contents($newfile, print_r($post_content, true)); } } else { - + $dirBlog = $dir[0] . '/' . $dir[1] . '/' . $dir[2] . '/' . $category . '/' . $type. '/'; $dirDraft = $dir[0] . '/' . $dir[1] . '/' . $dir[2] . '/' . $category . '/draft/'; if($dir[4] == 'draft') { - $filename = $dirDraft . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; + $filename = $dirDraft . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; } else { - $filename = $dirBlog . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; + $filename = $dirBlog . $olddate . '_' . $post_tag . '_' . $post_url . '.md'; } if (is_dir($dirBlog)) { } else { - mkdir($dirBlog, 0775, true); + mkdir($dirBlog, 0775, true); } if (is_dir($dirDraft)) { } else { - mkdir($dirDraft, 0775, true); + mkdir($dirDraft, 0775, true); } file_put_contents($filename, print_r($post_content, true)); unlink($oldfile); $newfile = $olddate . '_' . $post_tag . '_' . $post_url . '.md'; - + } - + } if(!empty($publishDraft)) { $dt = $olddate; - $t = str_replace('-', '', $dt); + $t = str_replace('-', '', $dt); $time = new DateTime($t); $timestamp = $time->format("Y-m-d"); } else { @@ -267,19 +394,19 @@ function edit_content($title, $tag, $url, $content, $oldfile, $destination = nul $time = new DateTime($t); $timestamp = $time->format("Y-m-d"); } - + // The post date $postdate = strtotime($timestamp); - + // The post URL if (config('permalink.type') == 'post') { $posturl = site_url() . 'post/' . $post_url; } else { $posturl = site_url() . date('Y/m', $postdate) . '/' . $post_url; } - + save_tag_i18n($post_tag, $post_tagmd); - + rebuilt_cache('all'); clear_post_cache($dt, $post_tag, $post_url, $newfile, $category, $type); if ($destination == 'post') { @@ -311,16 +438,32 @@ function add_page($title, $url, $content, $description = null) $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { $post_description = ""; } + + $posts = get_static_pages(); + $timestamp = date('YmdHis'); + foreach ($posts as $index => $v) { + $arr = explode('/', $v); + if (strtolower($arr[2]) === strtolower($post_url . '.md')) { + $post_url = $post_url .'-'. $timestamp; + } else { + $post_url = $post_url; + } + } + $post_content = '' . $post_description . "\n\n" . $content; if (!empty($post_title) && !empty($post_url) && !empty($post_content)) { - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } + + $post_content = stripslashes($post_content); + $filename = $post_url . '.md'; $dir = 'content/static/'; if (is_dir($dir)) { @@ -332,7 +475,7 @@ function add_page($title, $url, $content, $description = null) rebuilt_cache('all'); clear_page_cache($post_url); - $redirect = site_url() . 'admin'; + $redirect = site_url() . 'admin/pages'; header("Location: $redirect"); } } @@ -345,16 +488,20 @@ function add_sub_page($title, $url, $content, $static, $description = null) $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { $post_description = ""; } $post_content = '' . $post_description . "\n\n" . $content; if (!empty($post_title) && !empty($post_url) && !empty($post_content)) { - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } + + $post_content = stripslashes($post_content); + $filename = $post_url . '.md'; $dir = 'content/static/' . $static . '/'; if (is_dir($dir)) { @@ -366,7 +513,7 @@ function add_sub_page($title, $url, $content, $static, $description = null) rebuilt_cache('all'); clear_page_cache($post_url); - $redirect = site_url() . 'admin'; + $redirect = site_url() . 'admin/pages'; header("Location: $redirect"); } } @@ -375,21 +522,26 @@ function add_sub_page($title, $url, $content, $static, $description = null) function edit_page($title, $url, $content, $oldfile, $destination = null, $description = null, $static = null) { $dir = substr($oldfile, 0, strrpos($oldfile, '/')); - + $post_title = safe_html($title); $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { - $post_description = ''; + $post_description = ""; } + $post_content = '' . $post_description . "\n\n" . $content; if (!empty($post_title) && !empty($post_url) && !empty($post_content)) { - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } + + $post_content = stripslashes($post_content); + $newfile = $dir . '/' . $post_url . '.md'; if ($oldfile === $newfile) { file_put_contents($oldfile, print_r($post_content, true)); @@ -410,7 +562,7 @@ function edit_page($title, $url, $content, $oldfile, $destination = null, $descr } else { $posturl = site_url() . $post_url; } - + rebuilt_cache('all'); clear_page_cache($post_url); if ($destination == 'post') { @@ -430,16 +582,20 @@ function add_category($title, $url, $content, $description = null) $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { $post_description = ""; } $post_content = '' . $post_description . "\n\n" . $content; if (!empty($post_title) && !empty($post_url) && !empty($post_content)) { - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } + + $post_content = stripslashes($post_content); + $filename = $post_url . '.md'; $dir = 'content/data/category/'; if (is_dir($dir)) { @@ -465,16 +621,19 @@ function edit_category($title, $url, $content, $oldfile, $destination = null, $d $post_url = strtolower(preg_replace(array('/[^a-zA-Z0-9 \-\p{L}]/u', '/[ -]+/', '/^-|-$/'), array('', '-', ''), remove_accent($url))); $description = safe_html($description); if ($description !== null) { - $post_description = "\n"; + if (!empty($description)) { + $post_description = "\n"; + } else { + $post_description = "\n"; + } } else { - $post_description = ''; + $post_description = ""; } $post_content = '' . $post_description . "\n\n" . $content; if (!empty($post_title) && !empty($post_url) && !empty($post_content)) { - - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } + + $post_content = stripslashes($post_content); + $newfile = $dir . '/' . $post_url . '.md'; if ($oldfile === $newfile) { file_put_contents($oldfile, print_r($post_content, true)); @@ -482,9 +641,9 @@ function edit_category($title, $url, $content, $oldfile, $destination = null, $d rename($oldfile, $newfile); file_put_contents($newfile, print_r($post_content, true)); } - + rename_category_folder($post_url, $oldfile); - + rebuilt_cache('all'); if ($destination == 'post') { header("Location: $posturl"); @@ -502,9 +661,9 @@ function edit_profile($title, $content, $user) $user_content = '' . "\n\n" . $content; if (!empty($user_title) && !empty($user_content)) { - if (get_magic_quotes_gpc()) { - $user_content = stripslashes($user_content); - } + + $user_content = stripslashes($user_content); + $dir = 'content/' . $user . '/'; $filename = 'content/' . $user . '/author.md'; if (is_dir($dir)) { @@ -526,9 +685,9 @@ function edit_frontpage($title, $content) $front_content = '' . "\n\n" . $content; if (!empty($front_title) && !empty($front_content)) { - if (get_magic_quotes_gpc()) { - $front_content = stripslashes($front_content); - } + + $front_content = stripslashes($front_content); + $dir = 'content/data/frontpage'; $filename = 'content/data/frontpage/frontpage.md'; if (is_dir($dir)) { @@ -617,9 +776,9 @@ function migrate($title, $time, $tags, $content, $url, $user, $source) $post_content = '' . "\n" . '' . "\n\n" . $content; } if (!empty($post_title) && !empty($post_tag) && !empty($post_url) && !empty($post_content)) { - if (get_magic_quotes_gpc()) { - $post_content = stripslashes($post_content); - } + + $post_content = stripslashes($post_content); + $filename = $post_date . '_' . $post_tag . '_' . $post_url . '.md'; $dir = 'content/' . $user . '/blog/uncategorized/post/'; if (is_dir($dir)) { @@ -677,11 +836,11 @@ function get_user_posts() if (isset($_SESSION[config("site.url")]['user'])) { $posts = get_profile_posts($_SESSION[config("site.url")]['user'], 1, 5); if (!empty($posts)) { - echo ''; + echo '
    '; echo ''; if (config("views.counter") == "true") - echo ''; - echo ''; + echo ''; + echo ''; $i = 0; $len = count($posts); foreach ($posts as $p) { @@ -698,8 +857,9 @@ function get_user_posts() echo ''; if (config("views.counter") == "true") echo ''; + echo ''; echo ''; - echo ''; + echo ''; echo ''; } echo '
    ' . i18n('Title') . '' . i18n('Published') . 'Views' . i18n('Tag') . '' . i18n('Operations') . '
    '.i18n('Views').'' . i18n('Category') . '' . i18n('Tags') . '' . i18n('Operations') . '
    ' . format_date($p->date) . '' . $p->views . ''. strip_tags($p->category) .'' . $p->tag . '' . i18n('Edit') . ' ' . i18n('Delete') . '' . i18n('Edit') . ' ' . i18n('Delete') . '
    '; @@ -714,10 +874,10 @@ function get_user_pages() $posts = get_static_post(null); if (!empty($posts)) { krsort($posts); - echo ''; + echo '
    '; echo ''; if (config("views.counter") == "true") - echo ''; + echo ''; echo ''; $i = 0; $len = count($posts); @@ -735,7 +895,7 @@ function get_user_pages() echo ''; if (config("views.counter") == "true") echo ''; - echo ''; + echo ''; echo ''; $shortUrl = substr($p->url, strrpos($p->url, "/") + 1); @@ -743,10 +903,10 @@ function get_user_pages() foreach ($subPages as $sp) { echo ''; - echo ''; + echo ''; if (config("views.counter") == "true") echo ''; - echo ''; + echo ''; echo ''; } } @@ -762,8 +922,8 @@ function get_backup_files() $files = get_zip_files(); if (!empty($files)) { krsort($files); - echo '
    ' . i18n('Title') . 'Views'.i18n('Views').'' . i18n('Operations') . '
    ' . $p->title . '' . $p->views . '' . i18n('Add_sub') . ' ' . i18n('Edit') . ' ' . i18n('Delete') . '' . i18n('Add_sub') . ' ' . i18n('Edit') . ' ' . i18n('Delete') . '
    »' . $sp->title . ' » ' . $sp->title . '' . $sp->views . '' . i18n('Edit') . ' ' . i18n('Delete') . '' . i18n('Edit') . ' ' . i18n('Delete') . '
    '; - echo ''; + echo '
    ' . i18n('Filename') . 'Date' . i18n('Operations') . '
    '; + echo ''; $i = 0; $len = count($files); foreach ($files as $file) { @@ -794,12 +954,12 @@ function get_backup_files() echo ''; echo ''; echo ''; - echo ''; + echo ''; echo ''; } echo '
    ' . i18n('Filename') . ''.i18n('Date').'' . i18n('Operations') . '
    ' . $name . '' . $timestamp . 'Download
    Download
    '; } else { - echo 'No available backup!'; + echo i18n('No_available_backup'); } } } @@ -815,7 +975,7 @@ function clear_post_cache($post_date, $post_tag, $post_url, $filename, $category if (file_exists($p)) { unlink($p); } - + // Delete post permalink $pp = 'cache/page/' . $b . 'post#' . $post_url . '.cache'; if (file_exists($pp)) { @@ -873,7 +1033,7 @@ function clear_post_cache($post_date, $post_tag, $post_url, $filename, $category foreach (glob('cache/page/' . $b . 'search#*.cache', GLOB_NOSORT) as $file) { unlink($file); } - + // Delete category $cc = 'cache/page/' . $b . 'category#' . $category . '.cache'; if (file_exists($cc)) { @@ -882,7 +1042,7 @@ function clear_post_cache($post_date, $post_tag, $post_url, $filename, $category foreach (glob('cache/page/' . $b . 'category#' . $category . '~*.cache', GLOB_NOSORT) as $file) { unlink($file); } - + // Delete type $tp = 'cache/page/' . $b . 'type#' . $type . '.cache'; if (file_exists($tp)) { diff --git a/system/admin/editor/css/editor.css b/system/admin/editor/css/editor.css index 52a09ca..cb75073 100644 --- a/system/admin/editor/css/editor.css +++ b/system/admin/editor/css/editor.css @@ -9,9 +9,7 @@ blockquote { } .wmd-panel { - width: 44%; float: left; - padding-right: 20px; } .wmd-button-bar { @@ -30,17 +28,31 @@ blockquote { .wmd-input { min-height: 300px; - width: 96%; - padding: 2%; } .wmd-preview { background-color: #E4EBF1; - width: 46%; float: left; padding: 2%; } +.wmd-preview table { + margin: 20px 0; +} + +.wmd-preview td, .wmd-preview th { + border-right: 1px solid #ccc; + padding: 8px 12px; +} + +.wmd-preview td:last-child, .wmd-preview th:last-child { + border-right: none; +} + +.wmd-preview td { + border-top: 1px solid #ccc; +} + .wmd-button-row { position: relative; margin: 0px; @@ -53,25 +65,19 @@ blockquote { background-color: Silver; list-style: none; float: left; - margin: 0.25em 5px; + margin: 5px; } .wmd-button { - width: 20px; - height: 20px; - padding-left: 5px; - padding-right: 5px; list-style: none; cursor: pointer; float: left; } .wmd-button > span { - background-image: url(../img/wmd-buttons.png); background-repeat: no-repeat; background-position: 0px 0px; - width: 20px; - height: 20px; + display: inline-block; } diff --git a/system/admin/editor/js/Markdown.Editor.js b/system/admin/editor/js/Markdown.Editor.js index 86b6c79..67d8de7 100644 --- a/system/admin/editor/js/Markdown.Editor.js +++ b/system/admin/editor/js/Markdown.Editor.js @@ -23,6 +23,9 @@ italic: "Emphasis Ctrl+I", italicexample: "emphasized text", + + strikethrough: "Strikethrough Ctrl+X", + strikethroughexample: "strikethrough text", link: "Hyperlink Ctrl+L", linkdescription: "enter link description here", @@ -46,6 +49,10 @@ headingexample: "Heading", hr: "Horizontal Rule
    Ctrl+R", + + readmore: "Read More Ctrl+M", + + table: "Table - Ctrl+J", undo: "Undo - Ctrl+Z", redo: "Redo - Ctrl+Y", @@ -67,6 +74,23 @@ var imageDefaultText = "http://"; var linkDefaultText = "http://"; + //Polyfill for node.remove() from MDN + // from:https://github.com/jserz/js_piece/blob/master/DOM/ChildNode/remove()/remove().md + (function (arr) { + arr.forEach(function (item) { + if (item.hasOwnProperty('remove')) { + return; + } + Object.defineProperty(item, 'remove', { + configurable: true, + enumerable: true, + writable: true, + value: function remove() { + this.parentNode.removeChild(this); + } + }); + }); + })([Element.prototype, CharacterData.prototype, DocumentType.prototype]); // ------------------------------------------------------------------- // END OF YOUR CHANGES // ------------------------------------------------------------------- @@ -1282,6 +1306,15 @@ case "r": doClick(buttons.hr); break; + case "m": + doClick(buttons.readmore); + break; + case "x": + doClick(buttons.strikethrough); + break; + case "j": + doClick(buttons.table); + break; case "y": doClick(buttons.redo); break; @@ -1395,33 +1428,12 @@ function setupButton(button, isEnabled) { - var normalYShift = "0px"; - var disabledYShift = "-20px"; - var highlightYShift = "-40px"; + var normalYShift = "note-btn btn btn-light btn-sm"; + var disabledYShift = "note-btn btn btn-light btn-sm disabled"; + var highlightYShift = ""; var image = button.getElementsByTagName("span")[0]; if (isEnabled) { - image.style.backgroundPosition = button.XShift + " " + normalYShift; - button.onmouseover = function () { - image.style.backgroundPosition = this.XShift + " " + highlightYShift; - }; - - button.onmouseout = function () { - image.style.backgroundPosition = this.XShift + " " + normalYShift; - }; - - // IE tries to select the background image "button" text (it's - // implemented in a list item) so we have to cache the selection - // on mousedown. - if (uaSniffed.isIE) { - button.onmousedown = function () { - if (doc.activeElement && doc.activeElement !== panels.input) { // we're not even in the input box, so there's no selection - return; - } - panels.ieCachedRange = document.selection.createRange(); - panels.ieCachedScrollTop = panels.input.scrollTop; - }; - } - + image.className = normalYShift; if (!button.isHelp) { button.onclick = function () { if (this.onmouseout) { @@ -1433,7 +1445,7 @@ } } else { - image.style.backgroundPosition = button.XShift + " " + disabledYShift; + image.className = disabledYShift; button.onmouseover = button.onmouseout = button.onclick = function () { }; } @@ -1451,25 +1463,27 @@ var buttonBar = panels.buttonBar; - var normalYShift = "0px"; - var disabledYShift = "-20px"; - var highlightYShift = "-40px"; + var normalYShift = "note-btn btn btn-light btn-sm"; + var disabledYShift = "note-btn btn btn-light btn-sm disabled"; + var highlightYShift = ""; var buttonRow = document.createElement("ul"); + buttonRow.style.padding = "0px 10px"; buttonRow.id = "wmd-button-row" + postfix; buttonRow.className = 'wmd-button-row'; buttonRow = buttonBar.appendChild(buttonRow); var xPosition = 0; - var makeButton = function (id, title, XShift, textOp) { + var makeButton = function (id, title, XClass, textOp) { var button = document.createElement("li"); button.className = "wmd-button"; - button.style.left = xPosition + "px"; - xPosition += 25; var buttonImage = document.createElement("span"); + var buttonIcon = document.createElement("i"); + buttonImage.className = "note-btn btn btn-light btn-sm"; + buttonIcon.className = XClass; + buttonImage.appendChild(buttonIcon); button.id = id + postfix; button.appendChild(buttonImage); button.title = title; - button.XShift = XShift; if (textOp) button.textOp = textOp; setupButton(button, true); @@ -1481,31 +1495,33 @@ spacer.className = "wmd-spacer wmd-spacer" + num; spacer.id = "wmd-spacer" + num + postfix; buttonRow.appendChild(spacer); - xPosition += 25; } - buttons.bold = makeButton("wmd-bold-button", getString("bold"), "0px", bindCommand("doBold")); - buttons.italic = makeButton("wmd-italic-button", getString("italic"), "-20px", bindCommand("doItalic")); - makeSpacer(1); - buttons.link = makeButton("wmd-link-button", getString("link"), "-40px", bindCommand(function (chunk, postProcessing) { - return this.doLinkOrImage(chunk, postProcessing, false); - })); - buttons.quote = makeButton("wmd-quote-button", getString("quote"), "-60px", bindCommand("doBlockquote")); - buttons.code = makeButton("wmd-code-button", getString("code"), "-80px", bindCommand("doCode")); - buttons.image = makeButton("wmd-image-button", getString("image"), "-100px", bindCommand(function (chunk, postProcessing) { - return this.doLinkOrImage(chunk, postProcessing, true); - })); - makeSpacer(2); - buttons.olist = makeButton("wmd-olist-button", getString("olist"), "-120px", bindCommand(function (chunk, postProcessing) { + buttons.bold = makeButton("wmd-bold-button", getString("bold"), "fa fa-bold", bindCommand("doBold")); + buttons.italic = makeButton("wmd-italic-button", getString("italic"), "fa fa-italic", bindCommand("doItalic")); + buttons.heading = makeButton("wmd-heading-button", getString("heading"), "fa fa-header", bindCommand("doHeading")); + buttons.strikethrough = makeButton("wmd-strikethrough-button", getString("strikethrough"), "fa fa-strikethrough", bindCommand("doStrikethrough")); + //makeSpacer(1); + buttons.olist = makeButton("wmd-olist-button", getString("olist"), "fa fa-list-ol", bindCommand(function (chunk, postProcessing) { this.doList(chunk, postProcessing, true); })); - buttons.ulist = makeButton("wmd-ulist-button", getString("ulist"), "-140px", bindCommand(function (chunk, postProcessing) { + buttons.ulist = makeButton("wmd-ulist-button", getString("ulist"), "fa fa-list-ul", bindCommand(function (chunk, postProcessing) { this.doList(chunk, postProcessing, false); })); - buttons.heading = makeButton("wmd-heading-button", getString("heading"), "-160px", bindCommand("doHeading")); - buttons.hr = makeButton("wmd-hr-button", getString("hr"), "-180px", bindCommand("doHorizontalRule")); - makeSpacer(3); - buttons.undo = makeButton("wmd-undo-button", getString("undo"), "-200px", null); + buttons.quote = makeButton("wmd-quote-button", getString("quote"), "fa fa-quote-right", bindCommand("doBlockquote")); + buttons.code = makeButton("wmd-code-button", getString("code"), "fa fa-code", bindCommand("doCode")); + buttons.table = makeButton("wmd-table-button", getString("table"), "fa fa-table", bindCommand("doTable")); + //makeSpacer(2); + buttons.link = makeButton("wmd-link-button", getString("link"), "fa fa-link", bindCommand(function (chunk, postProcessing) { + return this.doLinkOrImage(chunk, postProcessing, false); + })); + buttons.image = makeButton("wmd-image-button", getString("image"), "fa fa-image", bindCommand(function (chunk, postProcessing) { + return this.doLinkOrImage(chunk, postProcessing, true); + })); + buttons.hr = makeButton("wmd-hr-button", getString("hr"), "fa fa-ellipsis-h", bindCommand("doHorizontalRule")); + buttons.readmore = makeButton("wmd-readmore-button", getString("readmore"), "fa fa-arrow-right", bindCommand("doReadMore")); + //makeSpacer(3); + buttons.undo = makeButton("wmd-undo-button", getString("undo"), "fa fa-undo", null); buttons.undo.execute = function (manager) { if (manager) manager.undo(); }; @@ -1514,7 +1530,7 @@ getString("redo") : getString("redomac"); // mac and other non-Windows platforms - buttons.redo = makeButton("wmd-redo-button", redoTitle, "-220px", null); + buttons.redo = makeButton("wmd-redo-button", redoTitle, "fa fa-repeat", null); buttons.redo.execute = function (manager) { if (manager) manager.redo(); }; @@ -1525,7 +1541,7 @@ helpButton.appendChild(helpButtonImage); helpButton.className = "wmd-button wmd-help-button"; helpButton.id = "wmd-help-button" + postfix; - helpButton.XShift = "-240px"; + helpButton.XClass = "note-btn btn btn-light btn-sm"; helpButton.isHelp = true; helpButton.style.right = "0px"; helpButton.title = getString("help"); @@ -1758,7 +1774,7 @@ // Marks up the link and adds the ref. var linkEnteredCallback = function (link) { - background.parentNode.removeChild(background); + background.remove(); if (link !== null) { // ( $1 @@ -2233,6 +2249,220 @@ chunk.selection = ""; chunk.skipLines(2, 1, true); } + + commandProto.doReadMore = function (chunk, postProcessing) { + chunk.startTag = ""; + chunk.selection = ""; + chunk.skipLines(0, 1, true); + } + + commandProto.doStrikethrough = function (chunk, postProcessing) { + + // Get rid of whitespace and fixup newlines. + chunk.trimWhitespace(); + chunk.selection = chunk.selection.replace(/\n{2,}/g, "\n"); + + // Look for stars before and after. Is the chunk already marked up? + // note that these regex matches cannot fail + var starsBefore = /(~*$)/.exec(chunk.before)[0]; + var starsAfter = /(^~*)/.exec(chunk.after)[0]; + + var prevStars = Math.min(starsBefore.length, starsAfter.length); + + var nStars = 2; + + // Remove stars if we have to since the button acts as a toggle. + if ((prevStars >= nStars) && (prevStars != 2 || nStars != 1)) { + chunk.before = chunk.before.replace(re("[~]{" + nStars + "}$", ""), ""); + chunk.after = chunk.after.replace(re("^[~]{" + nStars + "}", ""), ""); + } else if (!chunk.selection && starsAfter) { + // It's not really clear why this code is necessary. It just moves + // some arbitrary stuff around. + chunk.after = chunk.after.replace(/^(~*)/, ""); + chunk.before = chunk.before.replace(/(\s?)$/, ""); + var whitespace = re.$1; + chunk.before = chunk.before + starsAfter + whitespace; + } else { + + // In most cases, if you don't have any selected text and click the button + // you'll get a selected, marked up region with the default text inserted. + if (!chunk.selection && !starsAfter) { + chunk.selection = this.getString("strikethroughexample"); + } + + // Add the true markup. + var markup = "~~"; // shouldn't the test be = ? + chunk.before = chunk.before + markup; + chunk.after = markup + chunk.after; + } + + return; + }; + + commandProto.doTable = function (chunk) { + // Credit: https://github.com/fcrespo82/atom-markdown-table-formatter + + var keepFirstAndLastPipes = true, + /* + ( # header capture + (?: + (?:[^\n]*?\|[^\n]*) # line w/ at least one pipe + \ * # maybe trailing whitespace + )? # maybe header + (?:\n|^) # newline + ) + ( # format capture + (?: + \|\ *:?-+:?\ * # format starting w/pipe + |\|?(?:\ *:?-+:?\ *\|)+ # or separated by pipe + ) + (?:\ *:?-+:?\ *)? # maybe w/o trailing pipe + \ * # maybe trailing whitespace + \n # newline + ) + ( # body capture + (?: + (?:[^\n]*?\|[^\n]*) # line w/ at least one pipe + \ * # maybe trailing whitespace + (?:\n|$) # newline + )+ # at least one + ) + */ + regex = /((?:(?:[^\n]*?\|[^\n]*) *)?(?:\r?\n|^))((?:\| *:?-+:? *|\|?(?: *:?-+:? *\|)+)(?: *:?-+:? *)? *\r?\n)((?:(?:[^\n]*?\|[^\n]*) *(?:\r?\n|$))+)/; + + + function padding(len, str) { + var result = ''; + str = str || ' '; + len = Math.floor(len); + for (var i = 0; i < len; i++) { + result += str; + } + return result; + } + + function stripTailPipes(str) { + return str.trim().replace(/(^\||\|$)/g, ""); + } + + function splitCells(str) { + return str.split('|'); + } + + function addTailPipes(str) { + if (keepFirstAndLastPipes) { + return "|" + str + "|"; + } else { + return str; + } + } + + function joinCells(arr) { + return arr.join('|'); + } + + function formatTable(text, appendNewline) { + var i, j, len1, ref1, ref2, ref3, k, len2, results, formatline, headerline, just, formatrow, data, line, lines, justify, cell, cells, first, last, ends, columns, content, widths, formatted, front, back; + formatline = text[2].trim(); + headerline = text[1].trim(); + ref1 = headerline.length === 0 ? [0, text[3]] : [1, text[1] + text[3]], formatrow = ref1[0], data = ref1[1]; + lines = data.trim().split('\n'); + justify = []; + ref2 = splitCells(stripTailPipes(formatline)); + for (j = 0, len1 = ref2.length; j < len1; j++) { + cell = ref2[j]; + ref3 = cell.trim(), first = ref3[0], last = ref3[ref3.length - 1]; + switch ((ends = (first ? first : ':') + (last ? last : ''))) { + case '::': + case '-:': + case ':-': + justify.push(ends); + break; + default: + justify.push('--'); + } + } + columns = justify.length; + content = []; + for (j = 0, len1 = lines.length; j < len1; j++) { + line = lines[j]; + cells = splitCells(stripTailPipes(line)); + cells[columns - 1] = joinCells(cells.slice(columns - 1)); + results = []; + for (k = 0, len2 = cells.length; k < len2; k++) { + cell = cells[k]; + results.push(padding(' ') + ((ref2 = cell ? typeof cell.trim === "function" ? cell.trim() : void 0 : void 0) ? ref2 : '') + padding(' ')); + } + content.push(results); + } + widths = []; + for (i = j = 0, ref2 = columns - 1; 0 <= ref2 ? j <= ref2 : j >= ref2; i = 0 <= ref2 ? ++j : --j) { + results = []; + for (k = 0, len1 = content.length; k < len1; k++) { + cells = content[k]; + results.push(cells[i].length); + } + widths.push(Math.max.apply(Math, [2].concat(results))); + } + just = function (string, col) { + var back, front, length; + length = widths[col] - string.length; + switch (justify[col]) { + case '::': + front = padding[0], back = padding[1]; + return padding(length / 2) + string + padding((length + 1) / 2); + case '-:': + return padding(length) + string; + default: + return string + padding(length); + } + }; + formatted = []; + for (j = 0, len1 = content.length; j < len1; j++) { + cells = content[j]; + results = []; + for (i = k = 0, ref2 = columns - 1; 0 <= ref2 ? k <= ref2 : k >= ref2; i = 0 <= ref2 ? ++k : --k) { + results.push(just(cells[i], i)); + } + formatted.push(addTailPipes(joinCells(results))); + } + formatline = addTailPipes(joinCells((function () { + var j, ref2, ref3, results; + results = []; + for (i = j = 0, ref2 = columns - 1; 0 <= ref2 ? j <= ref2 : j >= ref2; i = 0 <= ref2 ? ++j : --j) { + ref3 = justify[i], front = ref3[0], back = ref3[1]; + results.push(front + padding(widths[i] - 2, '-') + back); + } + return results; + })())); + formatted.splice(formatrow, 0, formatline); + var result = (headerline.length === 0 && text[1] !== '' ? '\n' : '') + formatted.join('\n'); + if (appendNewline !== false) { + result += '\n' + } + return result; + } + + if (chunk.before.slice(-1) !== '\n') { + chunk.before += '\n'; + } + var match = chunk.selection.match(regex); + if (match) { + chunk.selection = formatTable(match, chunk.selection.slice(-1) === '\n'); + } else { + var table = chunk.selection + '|\n-|-\n|'; + match = table.match(regex); + if (!match || match[0].slice(0, table.length) !== table) { + return; + } + table = formatTable(match); + var selectionOffset = keepFirstAndLastPipes ? 1 : 0; + var pipePos = table.indexOf('|', selectionOffset); + chunk.before += table.slice(0, selectionOffset); + chunk.selection = table.slice(selectionOffset, pipePos); + chunk.after = table.slice(pipePos) + chunk.after; + } + }; })(); \ No newline at end of file diff --git a/system/admin/editor/js/editor.js b/system/admin/editor/js/editor.js index 203d360..d4560e6 100644 --- a/system/admin/editor/js/editor.js +++ b/system/admin/editor/js/editor.js @@ -1,67 +1,69 @@ (function () { - var converter = new Markdown.Converter(); Markdown.Extra.init(converter); var editor = new Markdown.Editor(converter); - var $dialog = $('#insertImageDialog').dialog({ - autoOpen: false, - closeOnEscape: false, - open: function(event, ui) { $(".ui-dialog-titlebar-close").hide(); } + //======Image Uploader===== + var callbackFunc; + var dialogClose = function() { + $('#insertImageDialog').modal('hide'); + $('#insertImageDialogURL').val(''); + $('#insertImageDialogFile').val(''); + }; + $('#insertImageDialogInsert').click( function() { + callbackFunc( $('#insertImageDialogURL').val().length > 0 ? $('#insertImageDialogURL').val() : null ); + dialogClose(); }); - - var $url = $('input[type=text]', $dialog); - var $file = $('input[type=file]', $dialog); - - editor.hooks.set('insertImageDialog', function(callback) { - - var dialogClose = function() { - $url.val(''); - $file.val(''); - $dialog.dialog('close'); - }; - - $dialog.dialog({ - buttons : { - "Insert" : { - text: "Insert", - id: "insert", - click: function(){ - callback($url.val().length > 0 ? $url.val(): null); - dialogClose(); - } - }, - "Cancel" : { - text: "Cancel", - id: "cancel", - click: function(){ - dialogClose(); - callback(null); - } - } - } - }); - - var uploadComplete = function(response) { - if (response.error == '0') { - $url.val(base_path + response.path); - $("#insert").trigger('click'); - } else { - alert(response.error); - $file.val(''); + $('#insertImageDialogClose').click( function() { + callbackFunc(null); + dialogClose(); + }); + $('#insertImageDialogCancel').click( function() { + callbackFunc(null); + dialogClose(); + }); + $('#insertImageDialogFile').on('input', function(){ + var file = $("#insertImageDialogFile").prop("files"); + var formData = new FormData(); + formData.append('file', file[0], file[0].name); + // Set up the request. + $.ajax({ + type: "POST", + url: base_path + 'upload.php', + data: formData, + processData: false, + contentType: false, + success: function (response) { + if (response.error == '0') + { + callbackFunc(base_path + response.path); + dialogClose(); + } + else + { + if (response.error !== '') alert(response.error); + else alert("An unknown error has occurred"); + console.error("Bad Response"); + console.error(response); + $('#insertImageDialogFile').val(''); + } + }, + failure: function (response) { + if (response.error !== '') alert(response.error); + else alert("An unknown error has occurred"); + console.error("Unable to Upload"); + console.error(response); + $('#insertImageDialogFile').val(''); } - }; - - $file.ajaxfileupload({ - 'action': base_path + 'upload.php', - 'onComplete': uploadComplete, - }); - - $dialog.dialog('open'); + });//ajax + });//oninput + editor.hooks.set('insertImageDialog', function(callback) { + $('#insertImageDialog').modal('show'); + callbackFunc = callback; return true; // tell the editor that we'll take care of getting the image url }); - + //=====end image uploader===== editor.run(); })(); \ No newline at end of file diff --git a/system/admin/views/404.html.php b/system/admin/views/404.html.php index 8367291..cb052c2 100644 --- a/system/admin/views/404.html.php +++ b/system/admin/views/404.html.php @@ -1,3 +1,4 @@ + @@ -12,9 +13,9 @@
    \ No newline at end of file diff --git a/system/admin/views/add-content.html.php b/system/admin/views/add-content.html.php index d65688a..bf22196 100644 --- a/system/admin/views/add-content.html.php +++ b/system/admin/views/add-content.html.php @@ -1,123 +1,209 @@ - + - - +
    -
    -
    - * -
    - -

    - * -
    - -

    - Tag * -
    - -

    - Url (optional)
    -
    - If the url leave empty we will use the post title. -

    - (optional)
    - -

    - - - Featured Audio * (SoundCloud Only) -
    - - -
    - - - - Featured Video * (Youtube Only) -
    - - -
    - - - - Featured Image * -
    - - -
    - - - - Featured Quote * -
    - - -
    - - - - Featured Link * -
    - - -
    - - - - - -
    - -
    - - -
    -
    +
    +
    +
    +
    +
    + + +
    + + +
    + + +
    + + +
    +
    + +
    + + + +
    + + + + + +
    + + + + + + +
    + + + + + + +
    + + + + + + +
    + + + + + + +
    + + + + + + +
    +
    +
    +
    +
    + +
    +
    + +

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    - - -
    -

    URL

    - -

    Upload

    -
    - -
    + +
    -
    \ No newline at end of file diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php index 22051d7..fcea17f 100644 --- a/system/admin/views/add-page.html.php +++ b/system/admin/views/add-page.html.php @@ -1,58 +1,96 @@ + - + -
    -
    -
    - Title * -
    - -

    - Url (optional)
    -
    - If the url leave empty we will use the page title. -

    - Meta Description (optional) -
    - -

    -
    - -
    - - - - - - - -
    +
    +
    +
    +
    +
    + + +
    + + + +
    + + +
    +
    + + + +
    + +
    +
    + +
    +
    + +
    + +
    + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    - - - -
    -

    URL

    - -

    Upload

    -
    - -
    -
    -
    \ No newline at end of file diff --git a/system/admin/views/backup-start.html.php b/system/admin/views/backup-start.html.php index 86b5903..15a53c1 100644 --- a/system/admin/views/backup-start.html.php +++ b/system/admin/views/backup-start.html.php @@ -1,3 +1,4 @@ + - Create backup -

    Your backups

    +

    +
    + +

    \ No newline at end of file diff --git a/system/admin/views/categories.html.php b/system/admin/views/categories.html.php index fa20fcc..0ef8b20 100644 --- a/system/admin/views/categories.html.php +++ b/system/admin/views/categories.html.php @@ -1,7 +1,10 @@ + - - - +

    +
    + +

    +
    @@ -9,17 +12,17 @@ - + - + - +
    Name

    .

    title;?>title;?> body;?> md) + get_categorycount($d->md); echo $total?> md) == 0 && get_draftcount($d->md) == 0 ){echo '' . i18n('Delete') . '';}?> md) == 0 && get_draftcount($d->md) == 0 ){echo '' . i18n('Delete') . '';}?>
    \ No newline at end of file diff --git a/system/admin/views/category-list.html.php b/system/admin/views/category-list.html.php new file mode 100644 index 0000000..27da061 --- /dev/null +++ b/system/admin/views/category-list.html.php @@ -0,0 +1,61 @@ + +

    title ?>

    +
    body;?>
    +
    +url !== site_url() . 'category/uncategorized'):?> +

    + + + + + + + + + + + + + + url !== site_url() . 'category/uncategorized') {?> + + + + + + + +
    title ?>date) ?>
    + +
    +
    +
      + +
    • + +
    • + +
    • + +
    • + +
    • + +
    +
    + + \ No newline at end of file diff --git a/system/admin/views/clear-cache.html.php b/system/admin/views/clear-cache.html.php index 2359c66..7377e85 100644 --- a/system/admin/views/clear-cache.html.php +++ b/system/admin/views/clear-cache.html.php @@ -1,3 +1,4 @@ + \ No newline at end of file diff --git a/system/admin/views/config-custom.html.php b/system/admin/views/config-custom.html.php new file mode 100644 index 0000000..65b8913 --- /dev/null +++ b/system/admin/views/config-custom.html.php @@ -0,0 +1,43 @@ + +

    +
    + +

    +

    +

    +

    <?php echo config(''); ?>

    +
    + + + + + + + $value) { + if (!in_array($key, $configList)) { + echo ''; + echo ''; + echo ''; + echo ''; + } + } + ?> +
    + +
    diff --git a/system/admin/views/config-metatags.html.php b/system/admin/views/config-metatags.html.php new file mode 100644 index 0000000..efbf41b --- /dev/null +++ b/system/admin/views/config-metatags.html.php @@ -0,0 +1,74 @@ + + +

    +
    + +

    +
    + +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +

    +
    +

    https://www.sitemaps.org/protocol.html

    + $value) {?> + +
    + +
    + +
    +
    + + +
    +
    + +
    +
    +
    diff --git a/system/admin/views/config-performance.html.php b/system/admin/views/config-performance.html.php new file mode 100644 index 0000000..2f20cfa --- /dev/null +++ b/system/admin/views/config-performance.html.php @@ -0,0 +1,107 @@ + +

    +
    + +

    +
    + +
    + +
    + +
    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    +

    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    +
    + +
    +
    +
    diff --git a/system/admin/views/config-reading.html.php b/system/admin/views/config-reading.html.php new file mode 100644 index 0000000..5792e6c --- /dev/null +++ b/system/admin/views/config-reading.html.php @@ -0,0 +1,151 @@ + +

    +
    + +

    +
    + +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +

    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +

    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/system/admin/views/config-widget.html.php b/system/admin/views/config-widget.html.php new file mode 100644 index 0000000..7774e09 --- /dev/null +++ b/system/admin/views/config-widget.html.php @@ -0,0 +1,179 @@ + +

    +
    + +

    +
    + +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +

    +
    +

    +
    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +

    +
    +

    https://www.google.com/recaptcha/admin +

    + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +

    +
    +
    + +
    + +
    +
    +
    + +
    + + +
    +
    +
    + +
    + + +
    +
    +
    +

    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/system/admin/views/config.html.php b/system/admin/views/config.html.php index 2ad86e5..ef5f42e 100644 --- a/system/admin/views/config.html.php +++ b/system/admin/views/config.html.php @@ -1,50 +1,129 @@ -

    Your Settings:

    -

    - hint: Use Ctrl/CMD⌘ + F to search for your config key or value. -

    -

    - pro tips: You can creating custom config key and print out your config key value anywhere in your template. -

    -
    <?php echo config('your.key'); ?>
    -
    + +

    +
    + +

    - - - - - - - - "hallo", - ); - if (file_exists($config_file)) { - $array = parse_ini_file($config_file, true); - } - function valueMaker($value) - { - if (is_string($value)) - return htmlspecialchars($value); - - if ($value === true) - return "true"; - if ($value === false) - return "false"; - - if ($value == false) - return "0"; - return (string)$value; - } - - foreach ($array as $key => $value) { - echo ''; - echo ''; - echo ''; - echo ''; - } - ?> -
    - -
    + +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + + +
    +
    +
    + +
    + + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + format("Y-m-d H:i:s");?> + +
    +
    +
    + checked> + +
    +
    + checked> + +
    +
    + checked> + +
    +
    + checked> + +
    +
    + checked> + +
    +
    + checked> + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    + \ No newline at end of file diff --git a/system/admin/views/content-type.html.php b/system/admin/views/content-type.html.php index ac9e0d3..9e312f3 100644 --- a/system/admin/views/content-type.html.php +++ b/system/admin/views/content-type.html.php @@ -1,3 +1,4 @@ +


    .

    diff --git a/system/admin/views/delete-category.html.php b/system/admin/views/delete-category.html.php index b109908..01c153d 100644 --- a/system/admin/views/delete-category.html.php +++ b/system/admin/views/delete-category.html.php @@ -1,3 +1,4 @@ +
    - - ' . i18n('Cancel');?> + + ' . i18n('Cancel');?> \ No newline at end of file diff --git a/system/admin/views/delete-page.html.php b/system/admin/views/delete-page.html.php index b109908..01c153d 100644 --- a/system/admin/views/delete-page.html.php +++ b/system/admin/views/delete-page.html.php @@ -1,3 +1,4 @@ +
    - - ' . i18n('Cancel');?> + + ' . i18n('Cancel');?> \ No newline at end of file diff --git a/system/admin/views/delete-post.html.php b/system/admin/views/delete-post.html.php index 11507c0..f9b6538 100644 --- a/system/admin/views/delete-post.html.php +++ b/system/admin/views/delete-post.html.php @@ -1,3 +1,4 @@ +
    - - ' . i18n('Cancel');?> + + ' . i18n('Cancel');?> \ No newline at end of file diff --git a/system/admin/views/denied.html.php b/system/admin/views/denied.html.php index 4ad1fac..8c37d24 100644 --- a/system/admin/views/denied.html.php +++ b/system/admin/views/denied.html.php @@ -1 +1,2 @@ -

    You don't have permission to access this page

    \ No newline at end of file + +

    \ No newline at end of file diff --git a/system/admin/views/edit-content.html.php b/system/admin/views/edit-content.html.php index 39ee212..e69cdce 100644 --- a/system/admin/views/edit-content.html.php +++ b/system/admin/views/edit-content.html.php @@ -1,3 +1,4 @@ + file)) { $url = $p->file; @@ -54,120 +55,215 @@ if (config('permalink.type') == 'post') { $delete = site_url() . date('Y/m', $postdate) . '/' . $oldmd . '/delete?destination=' . $destination; } +$tags = tag_cloud(true); +$tagslang = "content/data/tags.lang"; +if (file_exists($tagslang)) { + $ptags = unserialize(file_get_contents($tagslang)); + $tkey = array_keys($tags); + $newlang = array_intersect_key($ptags, array_flip($tkey)); + $tmp = serialize($newlang); + file_put_contents($tagslang, print_r($tmp, true)); +} + ?> - + - +
    -
    -
    - * -
    - -

    - * -
    - -

    - Tag *
    -

    - Url (optional)
    - -
    - If the url leave empty we will use the post title. -

    - Year, Month, Day
    - -
    - Hour, Minute, Second
    - -

    - Meta Description (optional)
    - -

    - - - Featured Audio * (SoundCloud Only) -
    - - - - - - Featured Video * (Youtube Only) -
    - - - - - - Featured Image * -
    - - - - - - Featured Quote * -
    - - - - - - Featured Link * -
    - - - - - - - -
    -
    - -
    - - - - - - - -
    -
    +
    +
    +
    +
    +
    + + +
    + + +
    + + +
    - - -
    -

    URL

    - -

    Upload

    - - - -
    + + +
    +
    + +
    +
    +
    + + +
    +
    + + +
    +
    +
    + + +
    + + + + + +
    + + + + + + +
    + -
    + + + + +
    + + + + + + +
    + + + + + + +
    + + + + + + + +
    +
    +
    +
    +
    + +
    +
    + + + + + +

    +
    +
    +
    + +
    +
    +
    +
    + +
    + + + +
    diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index fde8ca1..c990d97 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -1,3 +1,4 @@ + - + -
    -
    -
    - * -
    -

    - - Url (optional)
    -
    - If the url leave empty we will use the page title. -

    - (optional)
    -

    - -
    - -
    - - - - - - - - - - -
    +
    +
    +
    +
    +
    + + +
    + + +
    + +

    + +
    +
    + + +
    + +
    + +
    +
    + +
    +
    + +
    + +
    + + + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    - - - -
    -

    URL

    - -

    Upload

    -
    - -
    -
    -
    - \ No newline at end of file + diff --git a/system/admin/views/import.html.php b/system/admin/views/import.html.php index cdf4835..d08f543 100644 --- a/system/admin/views/import.html.php +++ b/system/admin/views/import.html.php @@ -1,15 +1,16 @@ +
    -

    Import RSS Feed 2.0

    -

    By using this importer you are agree if the feed is yours, or at least you have the authority to publish it.

    +

    +

    - Feed Url *
    *

    - Add source link (optional)

    + } ?>" name="url"/>
    +

    - +
    \ No newline at end of file diff --git a/system/admin/views/layout.html.php b/system/admin/views/layout.html.php index 92ffc77..5cfa16c 100644 --- a/system/admin/views/layout.html.php +++ b/system/admin/views/layout.html.php @@ -1,62 +1,307 @@ + - + - + <?php echo $title;?> - - - - - - - - + + + + + - -
    - - -
    - -
    -