From 77e21fbf6956be61f6e823a2aaf2faf716f99fa2 Mon Sep 17 00:00:00 2001 From: vee w Date: Sat, 8 Dec 2018 15:47:03 +0700 Subject: [PATCH] v0.3 * Add translation template file (.POT). * Add translate help text. * Tested with WordPress 5.0 but keep old editor for some reason. --- .dev-notes/how-to-create-pot.txt | 3 + .dev-notes/requirement.txt | 6 + .gitattributes | 6 +- App/App.php | 6 +- .../Admin/Events/EventsPostType.php | 6 + .../Admin/Settings/settingsPageAction_v.php | 4 +- App/languages/rd-events-th.mo | Bin 7410 -> 7418 bytes App/languages/rd-events-th.po | 298 +++++++++--------- App/languages/rd-events.pot | 292 +++++++++++++++++ rd-events.php | 9 +- readme.txt | 11 +- 11 files changed, 487 insertions(+), 154 deletions(-) create mode 100644 .dev-notes/how-to-create-pot.txt create mode 100644 .dev-notes/requirement.txt create mode 100644 App/languages/rd-events.pot diff --git a/.dev-notes/how-to-create-pot.txt b/.dev-notes/how-to-create-pot.txt new file mode 100644 index 0000000..c705a7b --- /dev/null +++ b/.dev-notes/how-to-create-pot.txt @@ -0,0 +1,3 @@ +Use this command: +`wp i18n make-pot . App/languages/rd-events.pot --exclude="assets,languages,*.css,*.js,*.svg,*.eot,*.woff,*.woff2,*.ttf,*.html,*.txt,*.pot"` +And check the result. \ No newline at end of file diff --git a/.dev-notes/requirement.txt b/.dev-notes/requirement.txt new file mode 100644 index 0000000..eb0c0d0 --- /dev/null +++ b/.dev-notes/requirement.txt @@ -0,0 +1,6 @@ +PHP 5.5+ + - Output Buffer "On" or "Limited" but not "Off" + +WordPress 4.0 + +Cross browser: Firefox, Chrome, Opera, Internet Explorer 10+, MS Edge. diff --git a/.gitattributes b/.gitattributes index 8725c74..2a307dc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # Disable LF normalization for all files -* -text \ No newline at end of file +* -text + +# Export ignore folders, files. +.dev-notes export-ignore +.gitattributes export-ignore \ No newline at end of file diff --git a/App/App.php b/App/App.php index 3016063..2de8a96 100644 --- a/App/App.php +++ b/App/App.php @@ -34,12 +34,14 @@ private function checkRequirement() $php_version = (defined('PHP_VERSION') ? PHP_VERSION : (function_exists('phpversion') ? phpversion() : '4')); if (version_compare(get_bloginfo('version'), $wordpress_required_version, '<')) { - $error_message = sprintf(__('Your WordPress version does not meet the requirement. (%s < %s).', 'rd-events'), get_bloginfo('version'), $wordpress_required_version); + /* translators: %1$s: Current WordPress version, %2$s: Required WordPress version. */ + $error_message = sprintf(__('Your WordPress version does not meet the requirement. (%1$s < %2$s).', 'rd-events'), get_bloginfo('version'), $wordpress_required_version); throw new \Exception($error_message); } if (version_compare($php_version, $php_required_version, '<')) { - $error_message = sprintf(__('Your PHP version does not meet the requirement. (%s < %s).', 'rd-events'), $php_version, $php_required_version); + /* translators: %1$s: Current PHP version, %2$s: Required PHP version. */ + $error_message = sprintf(__('Your PHP version does not meet the requirement. (%1$s < %2$s).', 'rd-events'), $php_version, $php_required_version); throw new \Exception($error_message); } diff --git a/App/Controllers/Admin/Events/EventsPostType.php b/App/Controllers/Admin/Events/EventsPostType.php index 723c806..788b641 100644 --- a/App/Controllers/Admin/Events/EventsPostType.php +++ b/App/Controllers/Admin/Events/EventsPostType.php @@ -59,6 +59,12 @@ public function registerPostType() 'exclude_from_search' => false, 'show_in_menu' => true, 'show_in_admin_bar' => false, + + // make new editor support in WordPress 5 (Gutenberg). + //'show_in_rest' => true, + // Skip this for now and wait until WordPress completely drop TinyMCE because old editor is a lot easier to understand. + // required WP 4.7. + 'menu_position' => 26, 'menu_icon' => 'dashicons-calendar-alt', 'supports' => ['title', 'editor', 'comments', 'author', 'thumbnail'], diff --git a/App/Views/Admin/Settings/settingsPageAction_v.php b/App/Views/Admin/Settings/settingsPageAction_v.php index ae7d7b9..c8e21ca 100644 --- a/App/Views/Admin/Settings/settingsPageAction_v.php +++ b/App/Views/Admin/Settings/settingsPageAction_v.php @@ -22,11 +22,13 @@

' . __('Google APIs Manager', 'rd-events') . '', '' . __('Google Maps JavaScript API ', 'rd-events') . '' ) . '
'; echo sprintf( + /* translators: %s: Credentials text. */ __('Go to %s and create API key and then copy the key to this input.', 'rd-events'), '' . __('Credentials', 'rd-events') . '' ); diff --git a/App/languages/rd-events-th.mo b/App/languages/rd-events-th.mo index 4fb9c3e8442a73f2d1b674cd713af7df85e822d1..707bb8dcf101cefbe4e125e758d65d80874b6ee4 100644 GIT binary patch delta 1777 zcmYk*Uu;uV9Ki9@b#q>&Uz2B}6VJ+=1Vil&a8jm55I>}3Z zKV`Siqlfxgti#W-9xvfm{0$#se&t|0(xDH(!4ceqUYAllD#)u1yD^GKQ5HOpvXC>_ zgy&Ee@U`9kBg%%ZqD1f(%7X6L^*a9SVt%Db0sYvD5e(uX+Zo(VeF-JB*H9L46C3ar z%EV=aO(IvvOCsY%>F-A$wqq|2VL!fu`G3lkx=djo4a+PugcU5i5%*yjpTuVF#p`za zyUZpL`xu#9eTgG@(Qen|ay$2IGm!~j6 z;WiH9ShG_1;%CTa)VKH;{(?kb`3Qpy*kL<@vVm!Q9N)&1co`S)FstL_)|1=|0T*8CZ%NwLQYVF|glVJIRdJ^9M@6fnA?!0XJ(bXml>YL#q3w+L%yz4) zvcF(dY7V!a(nk&LczQBx9dR{!Qd(}z(2nZkMk=9awRBb+PntRFO_y%{1o|dN&A@Ovu8rk#88aRXPN%bpOx7^X_H=eM zXijFNb1*YLIhsrbvx$IVt-4!c-GOi<5b7Qdcf})}@y^JeP&6J2xu1DDFlbCA&15bT#JOlc3+LYogLPJ>T`}r;ZF5wr)%krmBo)%7EfF6H*YU|U;CP~EbOzc*Y9-_ zN9$63qqV<&rqIyfbrvpo_B(0@CsT>!iPEl3tGsEpaIxu>!m_N@CT+86o77yq^Ddf~OJW-^z66ohw6(E9;LI(}NqQH1 z$D#DYRU5F?CJ2)#Es97Qip1i}wYv8~6cr*x5sYX)l?6XoM88xlVnO{sn@w@p-QUdY z?98*z&i);}8O>dg@I{2e*eZISg=F|){nmDrBk@m?Hu&EVa%FQTOOTa*C4 zcU?nC@pY6>^an~t{y`b6mMY#jx?=5_$2ZYY6>649LmIByZ(x@Km}=e7I)$Z&f+Qj3D4sgQSt@v zl$AKvyAe&Z#YLkXrI&i?P zlc{zmjoazi!AX$L29o=|a-r~-s2V+6+?bP}=^p8#@VZVuB+2q6WfyD|`4D^u=ckmu z`{Y8A4=5$XX>e9@MmS~1@UJ^tn6x|pRzGf(ZYq4VP0Fv^yzlsrC(>ynGnq&m$y6pW zVTSTwcmqYcv}CZ}$fS(6v=K|j4Ko>gX3C_MA1c{hq~9zZ*QI5F>Vsw`lSm#*8|hfq zjE8ij?30#6X3A8DQt{Xe>hSbbDi)V%oCVCRnapUvueCFtlGTh!o-(G*6B0urm6U<8 zi3xKfpy}8#Go*vQF>l%!G}`o>Z_ur+`r7s0@`mo-V7NONi5QVce|Jx3xHla39oQcn zHM0qsFE|{_nEggqIP(8-eR{Th*%J;$^3jTUPlL5+TOZoi1>1VVmikB3LrVJ_I`V&3 zpY-S}b+77+b+tNE7br^SNs33WHvXWmZaF)^Gdy|TdGcf1deJ#}o>>;;R^hB|y=+@E zcHxZ7TVTMF(|IYBAJ{rqR9~2pk%d#v_$$t>CB4!#?zQG^tDv9o@6bn@hxNbB-Xk(} z-WhQx-pkI~mTk>CQ8UqL+gg?}GUH3mV4`{5wg`?mmSw!eL?=OCr5@7fn!j{&I<{@0 L%*k`QBc%QVQBhwn diff --git a/App/languages/rd-events-th.po b/App/languages/rd-events-th.po index 11fcc48..5724728 100644 --- a/App/languages/rd-events-th.po +++ b/App/languages/rd-events-th.po @@ -1,15 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: Rundiz Events\n" -"POT-Creation-Date: 2017-05-11 11:56+0700\n" -"PO-Revision-Date: 2017-05-11 11:58+0700\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/rd-events\n" +"POT-Creation-Date: 2018-12-08T15:24:42+07:00\n" +"PO-Revision-Date: 2018-12-08 15:43+0700\n" "Last-Translator: Vee W.\n" "Language-Team: \n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.1\n" +"X-Generator: Poedit 2.2\n" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" @@ -20,247 +21,259 @@ msgstr "" "X-Poedit-SearchPathExcluded-0: ../vendor\n" "X-Poedit-SearchPathExcluded-1: vendor\n" -#: ../App.php:37 -#, php-format -msgid "Your WordPress version does not meet the requirement. (%s < %s)." -msgstr "รุ่นเวิร์ดเพรสของคุณไม่ตรงตามความต้องการขั้นต่ำ. (%s < %s)." +#. Plugin Name of the plugin +msgid "Rundiz Events" +msgstr "Rundiz Events" -#: ../App.php:42 -#, php-format -msgid "Your PHP version does not meet the requirement. (%s < %s)." -msgstr "รุ่น PHP ของคุณไม่ตรงตามความต้องการขั้นต่ำ. (%s < %s)." +#. Plugin URI of the plugin +msgid "http://rundiz.com" +msgstr "" + +#. Description of the plugin +msgid "Manage your events and display in the calendar or list." +msgstr "จัดการเหตุการณ์และแสดงมันบนด้านหน้าเว็บ." + +#. Author of the plugin +msgid "Vee Winch" +msgstr "" + +#. translators: %1$s: Current WordPress version, %2$s: Required WordPress version. +#: \App\App.php:38 +msgid "Your WordPress version does not meet the requirement. (%1$s < %2$s)." +msgstr "รุ่นเวิร์ดเพรสของคุณไม่ตรงตามความต้องการขั้นต่ำ. (%1$s < %2$s)." -#: ../Controllers/Admin/Events/EventsManagePosts.php:29 +#. translators: %1$s: Current PHP version, %2$s: Required PHP version. +#: \App\App.php:44 +msgid "Your PHP version does not meet the requirement. (%1$s < %2$s)." +msgstr "รุ่น PHP ของคุณไม่ตรงตามความต้องการขั้นต่ำ. (%1$s < %2$s)." + +#: \App\Controllers\Admin\Events\EventsManagePosts.php:29 msgid "Event date" msgstr "วันที่เหตุการณ์" -#: ../Controllers/Admin/Events/EventsManagePosts.php:30 -#: ../Controllers/Front/Shortcodes/AvailableShortcodes.php:49 -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventLocation_v.php:39 ../templates/single.php:40 +#: \App\Controllers\Admin\Events\EventsManagePosts.php:30 +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:49 \App\templates\single.php:40 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventLocation_v.php:39 msgid "Location" msgstr "สถานที่" -#: ../Controllers/Admin/Events/EventsManagePosts.php:68 -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:82 +#: \App\Controllers\Admin\Events\EventsManagePosts.php:68 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:82 msgid "All day" msgstr "ทั้งวัน" -#: ../Controllers/Admin/Events/EventsMetaboxes.php:30 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:30 msgid "The field date on start and end are not exists." msgstr "ช่องวันที่เริ่มและสิ้นสุดไม่ปรากฏ." -#: ../Controllers/Admin/Events/EventsMetaboxes.php:33 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:33 msgid "The start date is incorrect date format." msgstr "รูปแบบวันที่เริ่มไม่ถูกต้อง." -#: ../Controllers/Admin/Events/EventsMetaboxes.php:36 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:36 msgid "The end date is incorrect date format." msgstr "รูปแบบวันที่สิ้นสุดไม่ถูกต้อง." -#: ../Controllers/Admin/Events/EventsMetaboxes.php:39 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:39 msgid "The selected end date must be after start date." msgstr "วันที่สิ้นสุดต้องอยู่หลังวันที่เริ่ม." -#: ../Controllers/Admin/Events/EventsMetaboxes.php:42 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:42 msgid "You had entered invalid time values." msgstr "คุณได้กรอกเวลาไม่ถูกต้อง." -#: ../Controllers/Admin/Events/EventsMetaboxes.php:152 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:152 msgid "Event Date" msgstr "วันที่เหตุการณ์" -#: ../Controllers/Admin/Events/EventsMetaboxes.php:154 +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:154 msgid "Event Location" msgstr "สถานที่เหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:36 +#: \App\Controllers\Admin\Events\EventsPostType.php:36 msgid "Events" msgstr "เหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:37 +#: \App\Controllers\Admin\Events\EventsPostType.php:37 msgid "Event" msgstr "เหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:38 +#: \App\Controllers\Admin\Events\EventsPostType.php:38 msgid "Add New Event" msgstr "เพิ่มเหตุการณ์ใหม่" -#: ../Controllers/Admin/Events/EventsPostType.php:39 +#: \App\Controllers\Admin\Events\EventsPostType.php:39 msgid "Edit Event" msgstr "แก้ไขเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:40 +#: \App\Controllers\Admin\Events\EventsPostType.php:40 msgid "New Event" msgstr "เหตุการณ์ใหม่" -#: ../Controllers/Admin/Events/EventsPostType.php:41 +#: \App\Controllers\Admin\Events\EventsPostType.php:41 msgid "View Event" msgstr "ดูเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:42 +#: \App\Controllers\Admin\Events\EventsPostType.php:42 msgid "View Events" msgstr "ดูเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:43 +#: \App\Controllers\Admin\Events\EventsPostType.php:43 msgid "Search Events" msgstr "ค้นหาเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:44 +#: \App\Controllers\Admin\Events\EventsPostType.php:44 msgid "No event found." msgstr "ไม่พบเหตุการณ์." -#: ../Controllers/Admin/Events/EventsPostType.php:45 +#: \App\Controllers\Admin\Events\EventsPostType.php:45 msgid "No event found in trash." msgstr "ไม่พบเหตุการณ์ในถังขยะ." -#: ../Controllers/Admin/Events/EventsPostType.php:46 +#: \App\Controllers\Admin\Events\EventsPostType.php:46 msgid "All Events" msgstr "เหตุการณ์ทั้งหมด" -#: ../Controllers/Admin/Events/EventsPostType.php:47 +#: \App\Controllers\Admin\Events\EventsPostType.php:47 msgid "Event Archives" msgstr "คลังเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:48 +#: \App\Controllers\Admin\Events\EventsPostType.php:48 msgid "Insert into event" msgstr "เพิ่มในเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:49 +#: \App\Controllers\Admin\Events\EventsPostType.php:49 msgid "Upload to this event" msgstr "อัพโหลดไปยังเหตุการณ์นี้" -#: ../Controllers/Admin/Events/EventsPostType.php:50 +#: \App\Controllers\Admin\Events\EventsPostType.php:50 msgid "Filter events list" msgstr "กรองรายการเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:51 +#: \App\Controllers\Admin\Events\EventsPostType.php:51 msgid "Events list navigation" msgstr "นำทางรายการเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:52 +#: \App\Controllers\Admin\Events\EventsPostType.php:52 msgid "Events list" msgstr "รายการเหตุการณ์" -#: ../Controllers/Admin/Events/EventsPostType.php:57 +#: \App\Controllers\Admin\Events\EventsPostType.php:57 msgid "Manage events and display it on front-end." msgstr "จัดการเหตุการณ์และแสดงมันบนด้านหน้าเว็บ." -#: ../Controllers/Admin/PluginMetaAndLinks.php:32 ../Controllers/Admin/Settings.php:23 -msgid "Settings" -msgstr "ตั้งค่า" - -#: ../Controllers/Admin/PluginMetaAndLinks.php:73 +#: \App\Controllers\Admin\PluginMetaAndLinks.php:73 msgid "Donate" msgstr "บริจาค" -#: ../Controllers/Admin/Settings.php:46 -msgid "You do not have permission to access this page." -msgstr "คุณไม่ได้รับอนุญาตให้เข้าถึงหน้านี้." - -#: ../Controllers/Admin/Settings.php:64 -msgid "Settings saved." -msgstr "บันทึกการตั้งค่าแล้ว." +#: \App\Controllers\Admin\Settings.php:23 +msgid "Settings" +msgstr "ตั้งค่า" -#: ../Controllers/Front/EnqueueStyleScript.php:47 ../Widgets/CalendarWidget.php:57 +#: \App\Controllers\Front\EnqueueStyleScript.php:47 \App\Widgets\CalendarWidget.php:57 msgid "Day" msgstr "วัน" -#: ../Controllers/Front/EnqueueStyleScript.php:48 ../Widgets/CalendarWidget.php:58 +#: \App\Controllers\Front\EnqueueStyleScript.php:48 \App\Widgets\CalendarWidget.php:58 msgid "Week" msgstr "สัปดาห์" -#: ../Controllers/Front/EnqueueStyleScript.php:49 ../Widgets/CalendarWidget.php:59 +#: \App\Controllers\Front\EnqueueStyleScript.php:49 \App\Widgets\CalendarWidget.php:59 msgid "Month" msgstr "เดือน" -#: ../Controllers/Front/EnqueueStyleScript.php:50 ../Widgets/CalendarWidget.php:60 +#: \App\Controllers\Front\EnqueueStyleScript.php:50 \App\Widgets\CalendarWidget.php:60 msgid "Today" msgstr "วันนี้" -#: ../Controllers/Front/Shortcodes/AvailableShortcodes.php:38 ../templates/single.php:28 +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:38 \App\templates\single.php:28 msgid "Event date/time" msgstr "วัน/เวลา เหตุการณ์" -#: ../Controllers/Front/Shortcodes/AvailableShortcodes.php:41 ../templates/single.php:34 +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:41 \App\templates\single.php:34 msgid "All day event." msgstr "เหตุการณ์ทั้งวัน." -#: ../Controllers/Front/Shortcodes/AvailableShortcodes.php:79 ../Widgets/CalendarWidget.php:152 -#: ../templates/archive.php:33 +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:79 \App\templates\archive.php:33 +#: \App\Widgets\CalendarWidget.php:152 \example\archive-use-normal-code.php:16 msgid "Getting events data" msgstr "กำลังดึงข้อมูลเหตุการณ์" -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:54 -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:56 +#: \App\templates\single.php:50 +msgid "Not found" +msgstr "ไม่พบ" + +#: \App\templates\single.php:51 +msgid "Nothing found." +msgstr "ไม่พบอะไร." + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:54 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:56 msgid "Event start" msgstr "เหตุการณ์เริ่ม" -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:58 -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:70 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:58 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:70 msgid "Date" msgstr "วันที่" -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:61 -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:73 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:61 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:73 msgid "Time" msgstr "เวลา" -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:66 -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventDate_v.php:68 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:66 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:68 msgid "Event end" msgstr "เหตุการณ์สิ้นสุด" -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventLocation_v.php:37 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventLocation_v.php:37 msgid "Enter address or click on the map below" msgstr "หรอกที่อยู่หรือคลิกบนแผนที่ด้านล่าง" -#: ../Views/Admin/Events/EventsMetaboxes/metaboxEventLocation_v.php:52 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventLocation_v.php:52 msgid "Clear" msgstr "ล้างค่า" -#: ../Views/Admin/Settings/settingsPageAction_v.php:2 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:2 msgid "Rundiz Events settings" msgstr "ตั้งค่า Rundiz Events" -#: ../Views/Admin/Settings/settingsPageAction_v.php:9 -msgid "Dismiss this notice." -msgstr "รับทราบ." - -#: ../Views/Admin/Settings/settingsPageAction_v.php:19 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:19 msgid "Google Map API Key" msgstr "รหัส API ของ Google Maps" -#: ../Views/Admin/Settings/settingsPageAction_v.php:25 -#, php-format -msgid "Go to %s and enable %s." -msgstr "ไปยัง %s และเปิดใช้งาน %s." +#. translators: %1$s: Link to Google APIs manager, %2$s: Highlight Google Maps JS API text. +#: \App\Views\Admin\Settings\settingsPageAction_v.php:26 +msgid "Go to %1$s and enable %2$s." +msgstr "ไปยัง %1$s และเปิดใช้งาน %2$s." -#: ../Views/Admin/Settings/settingsPageAction_v.php:26 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:27 msgid "Google APIs Manager" msgstr "" -#: ../Views/Admin/Settings/settingsPageAction_v.php:27 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:28 msgid "Google Maps JavaScript API " msgstr "" -#: ../Views/Admin/Settings/settingsPageAction_v.php:30 -#, php-format +#. translators: %s: Credentials text. +#: \App\Views\Admin\Settings\settingsPageAction_v.php:32 msgid "Go to %s and create API key and then copy the key to this input." msgstr "ไปยัง %s และสร้างรหัส API จากนั้นคัดลอกรหัสมาใส่ในช่องนี้." -#: ../Views/Admin/Settings/settingsPageAction_v.php:31 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:33 msgid "Credentials" msgstr "" -#: ../Views/Admin/Settings/settingsPageAction_v.php:38 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:40 msgid "Use Ajax events" -msgstr "" +msgstr "ใช้ Ajax" -#: ../Views/Admin/Settings/settingsPageAction_v.php:42 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:44 msgid "Check this to use Ajax to get events, otherwise it will render all events into js at once." msgstr "ติ๊กกล่องนี้เพื่อใช้ Ajax ในการดึงค่าเหตุการณ์ต่างๆ, หากไม่ติ๊กมันจะส่งค่าเหตุการณ์ทั้งหมดในทีเดียว." -#: ../Views/Admin/Settings/settingsPageAction_v.php:46 +#: \App\Views\Admin\Settings\settingsPageAction_v.php:48 msgid "" "If you want to reduce connection to server (such as ajax) or if you want to generate static HTML " "from WordPress, uncheck this box can help your front-end display events without any request to " @@ -269,29 +282,29 @@ msgstr "" "ถ้าคุณต้องการลดการเชื่อมต่อไปยังเซิร์ฟเวอร์ (อย่างเช่น Ajax) หรือถ้าคุณต้องการสร้างเว็บแบบ HTML คงที่จากเวิร์ดเพรส, " "ไม่ติ๊กกล่องนี้จะช่วยให้หน้าเว็บของคุณแสดงเหตุการณ์โดยไม่ต้องดึงข้อมูลจากเซิร์ฟเวอร์." -#: ../Widgets/CalendarWidget.php:27 +#: \App\Widgets\CalendarWidget.php:27 msgid "Events Calendar" msgstr "ปฏิทินเหตุการณ์" -#: ../Widgets/CalendarWidget.php:29 +#: \App\Widgets\CalendarWidget.php:29 msgid "Display events in the calendar widget." msgstr "แสดงเหตุการณ์ในวิดเจ็ตปฏิทิน." -#: ../Widgets/CalendarWidget.php:97 -msgid "Title" -msgstr "ไตเติ้ล" - -#: ../Widgets/CalendarWidget.php:156 +#: \App\Widgets\CalendarWidget.php:156 msgid "See more" msgstr "ดูเพิ่มเติม" -#: ../templates/single.php:50 -msgid "Not found" -msgstr "ไม่พบ" +#~ msgid "You do not have permission to access this page." +#~ msgstr "คุณไม่ได้รับอนุญาตให้เข้าถึงหน้านี้." -#: ../templates/single.php:51 -msgid "Nothing found." -msgstr "ไม่พบอะไร." +#~ msgid "Settings saved." +#~ msgstr "บันทึกการตั้งค่าแล้ว." + +#~ msgid "Dismiss this notice." +#~ msgstr "รับทราบ." + +#~ msgid "Title" +#~ msgstr "ไตเติ้ล" #, fuzzy #~| msgid "Event Archives" @@ -305,8 +318,8 @@ msgstr "ไม่พบอะไร." #~ "You are using PHP %s which does not meet minimum requirement. Please consider upgrade PHP " #~ "version or contact plugin author for this help.

Minimum requirement:
PHP %s" #~ msgstr "" -#~ "คุณกำลังใช้ PHP %s ซึ่งไม่ตรงความต้องการขั้นต่ำ. กรุณาพิจารณาอัพเกรดรุ่น PHP " -#~ "หรือติดต่อผู้เขียนปลั๊กอินเพื่อขอความช่วยเหลือ.

ความต้องการขั้นต่ำ:
PHP %s" +#~ "คุณกำลังใช้ PHP %s ซึ่งไม่ตรงความต้องการขั้นต่ำ. กรุณาพิจารณาอัพเกรดรุ่น PHP หรือติดต่อผู้เขียนปลั๊กอินเพื่อขอความช่วยเหลือ." +#~ "

ความต้องการขั้นต่ำ:
PHP %s" #~ msgid "Minimum requirement of PHP version does not meet." #~ msgstr "รุ่นของ PHP ไม่ตรงความต้องการขั้นต่ำ." @@ -342,8 +355,7 @@ msgstr "ไม่พบอะไร." #~ msgstr "กุญแจ API สำหรับยูทูปไม่ถูกต้อง" #~ msgid "" -#~ "The administrator did not enter YouTube API key. Please enter YouTube API key from settings " -#~ "page." +#~ "The administrator did not enter YouTube API key. Please enter YouTube API key from settings page." #~ msgstr "ผู้ดูแลยังไม่ได้กรอกกุญแจ API สำหรับยูทูป. โปรดกรอกได้จากหน้าตั้งค่า" #~ msgid "Call to %s" @@ -358,8 +370,8 @@ msgstr "ไม่พบอะไร." #~ msgstr "ตอนนี้คุณสามารถใช้ตัวแปรนี้เพื่อเข้าถึงคีย์อะเรย์ของมันได้ทุกที่." #~ msgid "" -#~ "Please visit Google Projects and create or open your project by click on menu > API Manager." +#~ "Please visit Google " +#~ "Projects and create or open your project by click on menu > API Manager." #~ msgstr "" #~ "กรุณาไปที่ Google " #~ "Projects แล้วทำการสร้างหรือเปิดโปรเจ็คของคุณโดยคลิกบนเมนู > API Manager." @@ -372,8 +384,8 @@ msgstr "ไม่พบอะไร." #~ "Click on Create credentials then click API key and choose " #~ "Server key." #~ msgstr "" -#~ "คลิกที่ Create credentials แล้วคลิก API key แล้วเลือก " -#~ "Server key." +#~ "คลิกที่ Create credentials แล้วคลิก API key แล้วเลือก Server " +#~ "key." #~ msgid "" #~ "Enter your desired name and click on Create. You may add theAccept " @@ -407,8 +419,8 @@ msgstr "ไม่พบอะไร." #~ msgstr "พารามิเตอร์ของตัวเล่นฝังของยูทูป" #~ msgid "" -#~ "You can change the player appearance and controls by setting in Video settings tab." +#~ "You can change the player appearance and controls by setting in Video settings " +#~ "tab." #~ msgstr "คุณสามารถเปลี่ยนการแสดงผลตัวเล่นและการควบคุมโดยตั้งค่าในแท็บ ตั้งค่าวิดีโอ." #~ msgid "" @@ -417,11 +429,11 @@ msgstr "ไม่พบอะไร." #~ msgstr "อย่างไรก็ตาม, คุณสามารถเขียนทับค่าต่างๆเหล่านั้นโดยเพิ่มพารามิเตอร์ลงในช็อตโค้ด." #~ msgid "" -#~ "Please refer to this document page." +#~ "Please refer to this document page." #~ msgstr "" -#~ "โปรดอ้างอิงจาก หน้าเอกสารนี้." +#~ "โปรดอ้างอิงจาก หน้าเอกสารนี้." #~ msgid "For example: I will set the player to autoplay and do not auto hide video controls." #~ msgstr "ตัวอย่าง: ฉันจะกำหนดตัวเล่นให้เล่นอัตโนมัติและไม่ต้องซ่อนตัวควบคุมวิดีโอ." @@ -448,8 +460,8 @@ msgstr "ไม่พบอะไร." #~ msgstr "พารามิเตอร์รายการเล่นของยูทูป" #~ msgid "" -#~ "Same as player parameters, please refer to this document page." +#~ "Same as player parameters, please refer to this document page." #~ msgstr "" #~ "เหมือนกันกับพารามิเตอร์ของเครื่องเล่น, โปรดอ้างอิงหน้าเอกสารนี้." @@ -475,9 +487,8 @@ msgstr "ไม่พบอะไร." #~ msgstr "โปรดแน่ใจว่าช็อตโค้ดไม่ได้เป็นลิ้ง HTML เพราะว่าเครื่องมือแก้ไข TinyMCE จะแปลงมันให้อัตโนมัติ." #~ msgid "" -#~ "Do not use shift+enter to enter new line after shortcode because it can break the html " -#~ "elements, use <div>...</div> in editor's Text view " -#~ "instead." +#~ "Do not use shift+enter to enter new line after shortcode because it can break the html elements, " +#~ "use <div>...</div> in editor's Text view instead." #~ msgstr "" #~ "อย่าใช้ shift+enter เพื่อขึ้นบรรทัดใหม่หลังจากช็อตโค้ด เพราะว่ามันจะทำลาย HTML, ใช้ <div>...</" #~ "div> ในเครื่องมือแก้ไขในมุมมองตัวอักษรแทน." @@ -512,8 +523,8 @@ msgstr "ไม่พบอะไร." #~ msgstr "กุญแจ API ยูทูป" #~ msgid "" -#~ "Show soft error message if there is no API key entered while using playlist shortcode or if " -#~ "the API key is incorrect." +#~ "Show soft error message if there is no API key entered while using playlist shortcode or if the " +#~ "API key is incorrect." #~ msgstr "แสดงข้อความข้อผิดพลาดเล็กน้อยถ้าไม่มีกุญแจ API ในขณะที่ใช้รายการเช่นช็อตโค้ด หรือถ้ากุญแจ API ไม่ถูกต้อง." #~ msgid "Off" @@ -562,8 +573,8 @@ msgstr "ไม่พบอะไร." #~ msgstr "อนุญาตเต็มจอ" #~ msgid "" -#~ "Set to on to closed captions to be shown, even if the user has turned " -#~ "captions off. The default behavior is based on user preference." +#~ "Set to on to closed captions to be shown, even if the user has turned captions " +#~ "off. The default behavior is based on user preference." #~ msgstr "กำหนดเป็น เปิด เพื่อแสดงคำบรรยาย, แม้ว่าถ้าผู้ใช้ปิดแล้ว. ค่าเดิมคืออยู่บนการตั้งค่าของผู้ใช้." #~ msgid "Closed caption" @@ -576,9 +587,9 @@ msgstr "ไม่พบอะไร." #~ msgstr "แสดงข้อมูลวิดีโอ" #~ msgid "" -#~ "This lets you use a YouTube player that does not show a YouTube logo. Note that a small " -#~ "YouTube text label will still display in the upper-right corner of a paused video when the " -#~ "user's mouse pointer hovers over the player. " +#~ "This lets you use a YouTube player that does not show a YouTube logo. Note that a small YouTube " +#~ "text label will still display in the upper-right corner of a paused video when the user's mouse " +#~ "pointer hovers over the player. " #~ msgstr "" #~ "นี้จะอนุญาตให้คุณใช้เครื่องเล่นยูทูปโดยไม่แสดงยูทูปโลโก้. " #~ "โปรดทราบว่าข้อความยูทูปเล็กๆจะแสดงด้านบนขวาเมื่อหยุดเล่นวิดีโอชั่วคราวและเมาส์ชี้อยู่เหนือเครื่องเล่นนั้น." @@ -588,12 +599,11 @@ msgstr "ไม่พบอะไร." #~ msgid "" #~ "Sets the player's interface language. The parameter value is an ISO 639-1 two-letter language code or a fully specified locale. For example, fr and fr-ca are both valid values." +#~ "standards/iso639-2/php/code_list.php\" target=\"_blank\">ISO 639-1 two-letter language code " +#~ "or a fully specified locale. For example, fr and fr-ca are both valid values." #~ msgstr "" -#~ "กำหนดภาษาของตัวเล่นวิดีโอ. ค่าที่กำหนดเป็น ISO 639-1 รหัส 2 ตัวอักษร หรือชื่อภาษา. ตัวอย่าง fr และ fr-ca " -#~ "มีค่าเท่ากัน." +#~ "กำหนดภาษาของตัวเล่นวิดีโอ. ค่าที่กำหนดเป็น ISO 639-1 รหัส 2 ตัวอักษร หรือชื่อภาษา. ตัวอย่าง fr และ fr-ca มีค่าเท่ากัน." #~ msgid "Interface language" #~ msgstr "ภาษาตัวเล่นวิดีโอ" @@ -620,9 +630,9 @@ msgstr "ไม่พบอะไร." #~ msgstr "ตัวควบคุมการเล่น" #~ msgid "" -#~ "Specifies the color that will be used in the player's video progress bar to highlight the " -#~ "amount of the video that the viewer has already seen. Setting the color parameter to white " -#~ "will disable hide YouTube logo option." +#~ "Specifies the color that will be used in the player's video progress bar to highlight the amount " +#~ "of the video that the viewer has already seen. Setting the color parameter to white will disable " +#~ "hide YouTube logo option." #~ msgstr "" #~ "กำหนดสีของสถานะการเล่นเพื่อแสดงวิดีโอที่เล่นไปแล้วเป็นความยาวเท่าใด. กำหนดสีเป็นสีขาวจะปิดใช้งานซ่อนการแสดงโลโก้ " #~ "YouTube." @@ -666,18 +676,18 @@ msgstr "ไม่พบอะไร." #~ msgstr "ความช่วยเหลือช็อตโค้ด" #~ msgid "" -#~ "Set to on to closed captions to be shownt, even if the user has turned " -#~ "captions off. The default behavior is based on user preference." +#~ "Set to on to closed captions to be shownt, even if the user has turned captions " +#~ "off. The default behavior is based on user preference." #~ msgstr "กำหนดเป็น เปิด เพื่อปิดคำบรรยาย" #~ msgid "" -#~ "Set to on to closed captions to be shownt, even if the user has turned captions off. The " -#~ "default behavior is based on user preference." +#~ "Set to on to closed captions to be shownt, even if the user has turned captions off. The default " +#~ "behavior is based on user preference." #~ msgstr "กำหนด" #~ msgid "" -#~ "Please visit Google Projects and create or open your project." +#~ "Please visit Google " +#~ "Projects and create or open your project." #~ msgstr "" #~ "โปรดไปที่ Google " #~ "Projects และสร้างหรือเปิดโปรเจ็คของคุณ." diff --git a/App/languages/rd-events.pot b/App/languages/rd-events.pot new file mode 100644 index 0000000..98d4479 --- /dev/null +++ b/App/languages/rd-events.pot @@ -0,0 +1,292 @@ +# Copyright (C) 2018 Vee Winch +# This file is distributed under the same license as the Rundiz Events plugin. +msgid "" +msgstr "" +"Project-Id-Version: Rundiz Events 0.2.7\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/rd-events\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-12-08T15:24:42+07:00\n" +"PO-Revision-Date: 2018-12-08T15:24:42+07:00\n" +"X-Generator: WP-CLI 2.0.1\n" +"X-Domain: rd-events\n" + +#. Plugin Name of the plugin +msgid "Rundiz Events" +msgstr "" + +#. Plugin URI of the plugin +msgid "http://rundiz.com" +msgstr "" + +#. Description of the plugin +msgid "Manage your events and display in the calendar or list." +msgstr "" + +#. Author of the plugin +msgid "Vee Winch" +msgstr "" + +#. translators: %1$s: Current WordPress version, %2$s: Required WordPress version. +#: \App\App.php:38 +msgid "Your WordPress version does not meet the requirement. (%1$s < %2$s)." +msgstr "" + +#. translators: %1$s: Current PHP version, %2$s: Required PHP version. +#: \App\App.php:44 +msgid "Your PHP version does not meet the requirement. (%1$s < %2$s)." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsManagePosts.php:29 +msgid "Event date" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsManagePosts.php:30 +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:49 +#: \App\templates\single.php:40 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventLocation_v.php:39 +msgid "Location" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsManagePosts.php:68 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:82 +msgid "All day" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:30 +msgid "The field date on start and end are not exists." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:33 +msgid "The start date is incorrect date format." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:36 +msgid "The end date is incorrect date format." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:39 +msgid "The selected end date must be after start date." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:42 +msgid "You had entered invalid time values." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:152 +msgid "Event Date" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsMetaboxes.php:154 +msgid "Event Location" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:36 +msgid "Events" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:37 +msgid "Event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:38 +msgid "Add New Event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:39 +msgid "Edit Event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:40 +msgid "New Event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:41 +msgid "View Event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:42 +msgid "View Events" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:43 +msgid "Search Events" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:44 +msgid "No event found." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:45 +msgid "No event found in trash." +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:46 +msgid "All Events" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:47 +msgid "Event Archives" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:48 +msgid "Insert into event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:49 +msgid "Upload to this event" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:50 +msgid "Filter events list" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:51 +msgid "Events list navigation" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:52 +msgid "Events list" +msgstr "" + +#: \App\Controllers\Admin\Events\EventsPostType.php:57 +msgid "Manage events and display it on front-end." +msgstr "" + +#: \App\Controllers\Admin\PluginMetaAndLinks.php:73 +msgid "Donate" +msgstr "" + +#: \App\Controllers\Admin\Settings.php:23 +msgid "Settings" +msgstr "" + +#: \App\Controllers\Front\EnqueueStyleScript.php:47 +#: \App\Widgets\CalendarWidget.php:57 +msgid "Day" +msgstr "" + +#: \App\Controllers\Front\EnqueueStyleScript.php:48 +#: \App\Widgets\CalendarWidget.php:58 +msgid "Week" +msgstr "" + +#: \App\Controllers\Front\EnqueueStyleScript.php:49 +#: \App\Widgets\CalendarWidget.php:59 +msgid "Month" +msgstr "" + +#: \App\Controllers\Front\EnqueueStyleScript.php:50 +#: \App\Widgets\CalendarWidget.php:60 +msgid "Today" +msgstr "" + +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:38 +#: \App\templates\single.php:28 +msgid "Event date/time" +msgstr "" + +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:41 +#: \App\templates\single.php:34 +msgid "All day event." +msgstr "" + +#: \App\Controllers\Front\Shortcodes\AvailableShortcodes.php:79 +#: \App\templates\archive.php:33 +#: \App\Widgets\CalendarWidget.php:152 +#: \example\archive-use-normal-code.php:16 +msgid "Getting events data" +msgstr "" + +#: \App\templates\single.php:50 +msgid "Not found" +msgstr "" + +#: \App\templates\single.php:51 +msgid "Nothing found." +msgstr "" + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:54 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:56 +msgid "Event start" +msgstr "" + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:58 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:70 +msgid "Date" +msgstr "" + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:61 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:73 +msgid "Time" +msgstr "" + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:66 +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventDate_v.php:68 +msgid "Event end" +msgstr "" + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventLocation_v.php:37 +msgid "Enter address or click on the map below" +msgstr "" + +#: \App\Views\Admin\Events\EventsMetaboxes\metaboxEventLocation_v.php:52 +msgid "Clear" +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:2 +msgid "Rundiz Events settings" +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:19 +msgid "Google Map API Key" +msgstr "" + +#. translators: %1$s: Link to Google APIs manager, %2$s: Highlight Google Maps JS API text. +#: \App\Views\Admin\Settings\settingsPageAction_v.php:26 +msgid "Go to %1$s and enable %2$s." +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:27 +msgid "Google APIs Manager" +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:28 +msgid "Google Maps JavaScript API " +msgstr "" + +#. translators: %s: Credentials text. +#: \App\Views\Admin\Settings\settingsPageAction_v.php:32 +msgid "Go to %s and create API key and then copy the key to this input." +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:33 +msgid "Credentials" +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:40 +msgid "Use Ajax events" +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:44 +msgid "Check this to use Ajax to get events, otherwise it will render all events into js at once." +msgstr "" + +#: \App\Views\Admin\Settings\settingsPageAction_v.php:48 +msgid "If you want to reduce connection to server (such as ajax) or if you want to generate static HTML from WordPress, uncheck this box can help your front-end display events without any request to server." +msgstr "" + +#: \App\Widgets\CalendarWidget.php:27 +msgid "Events Calendar" +msgstr "" + +#: \App\Widgets\CalendarWidget.php:29 +msgid "Display events in the calendar widget." +msgstr "" + +#: \App\Widgets\CalendarWidget.php:156 +msgid "See more" +msgstr "" diff --git a/rd-events.php b/rd-events.php index 0177b52..6d4f11b 100644 --- a/rd-events.php +++ b/rd-events.php @@ -1,10 +1,11 @@