Changeset 2719200
- Timestamp:
- 05/06/2022 09:08:53 AM (4 years ago)
- Location:
- exit-intent-popups-by-optimonk
- Files:
-
- 7 edited
-
tags/1.1.0/languages/optimonk-hu_HU.mo (modified) (previous)
-
tags/1.1.0/languages/optimonk-hu_HU.po (modified) (3 diffs)
-
tags/1.1.0/languages/optimonk-hu_HU.pot (modified) (5 diffs)
-
tags/1.1.0/optimonk-admin.php (modified) (1 diff)
-
trunk/languages/optimonk-hu_HU.mo (modified) (previous)
-
trunk/languages/optimonk-hu_HU.po (modified) (2 diffs)
-
trunk/languages/optimonk-hu_HU.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exit-intent-popups-by-optimonk/tags/1.1.0/languages/optimonk-hu_HU.po
r1288642 r2719200 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2015-11-18 11: 06+0100\n"11 "PO-Revision-Date: 20 15-11-18 11:08+0100\n"12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13 "Language-Team: LANGUAGE <[email protected]>\n"14 "Language: \n"10 "POT-Creation-Date: 2015-11-18 11:22+0100\n" 11 "PO-Revision-Date: 2022-05-06 10:58+0200\n" 12 "Last-Translator: \n" 13 "Language-Team: \n" 14 "Language: hu\n" 15 15 "MIME-Version: 1.0\n" 16 16 "Content-Type: text/plain; charset=UTF-8\n" 17 17 "Content-Transfer-Encoding: 8bit\n" 18 "Plural-Forms: \n"19 "X-Generator: Eazy Po 0.9.5.3\n"18 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 "X-Generator: Poedit 3.0.1\n" 20 20 21 21 #: optimonk-admin.php:48 … … 35 35 msgstr "Értékeld a bővítményt" 36 36 37 #: optimonk-admin.php:9 337 #: optimonk-admin.php:94 38 38 msgid "Sign up for free trial" 39 39 msgstr "Regisztrálj próbaidőszakot" 40 40 41 #: optimonk-admin.php:9 541 #: optimonk-admin.php:96 42 42 #, php-format 43 msgid "Don't have an account: %s" 44 msgstr "Nincs fiókod: %s" 45 46 #: optimonk-admin.php:98 47 #, approved 43 msgid "Don't have an account? %s" 44 msgstr "Amennyiben nincs fiókod, akkor %s" 45 46 #: optimonk-admin.php:99 48 47 msgid "" 49 "The following custom variables shall be referred to as \"wp_[variable " 50 "name]\".<br/>\n" 48 "The following custom variables can be used for visitor targeting.<br/>\n" 51 49 " <span class=\"underline\">We store the following in " 52 50 "custom variables:</span><br/>\n" 53 " <span class=\"bold\"> utm_campaign,utm_source, "54 " utm_medium</span>>: If they are given in the URL, then these are not "51 " <span class=\"bold\">wp_utm_campaign, wp_utm_source, " 52 "wp_utm_medium</span>: If they are given in the URL, then these are not " 55 53 "deleted, they are overwritten.<br/>\n" 56 " <span class=\"bold\"> source</span>: Contains the URL"57 " of the referral source, often coming from different domains, default: Direct."58 " <br/>\n"59 " <span class=\"bold\"> referrer</span>: Contains the"60 " URL of the previous page, default: Direct.<br/>\n"61 " <span class=\"bold\"> visitor_type</span>: Role of "54 " <span class=\"bold\">wp_source</span>: Contains the " 55 "URL of the referral source, often coming from different domains, default: " 56 "Direct.<br/>\n" 57 " <span class=\"bold\">wp_referrer</span>: Contains " 58 "the URL of the previous page, default: Direct.<br/>\n" 59 " <span class=\"bold\">wp_visitor_type</span>: Role of " 62 60 "the visitor on the site, example: administrator, default: logged out.<br/>\n" 63 " <span class=\"bold\"> visitor_login_status</span>: "61 " <span class=\"bold\">wp_visitor_login_status</span>: " 64 62 "The login status of the visitor on the site, values: logged out, logged in." 65 63 "<br/>\n" 66 " <span class=\"bold\"> visitor_id</span>: The ID of "64 " <span class=\"bold\">wp_visitor_id</span>: The ID of " 67 65 "the visitor on the site.<br/>\n" 68 " <span class=\"bold\"> page_title</span>: Name of the"69 " current page.<br/>\n"70 " <span class=\"bold\"> post_type</span>: Type of post."71 " If it cannot be defined, then: unknown.<br/>\n"72 " <span class=\"bold\"> post_type_with_prefix</span>:"73 " Type of post completed with a prefix. Prefix values: single, author, "66 " <span class=\"bold\">wp_page_title</span>: Name of " 67 "the current page.<br/>\n" 68 " <span class=\"bold\">wp_post_type</span>: Type of " 69 "post. If it cannot be defined, then: unknown.<br/>\n" 70 " <span class=\"bold\">wp_post_type_with_prefix</" 71 "span>: Type of post completed with a prefix. Prefix values: single, author, " 74 72 "category, tag, day, month, year, time, date, tax.<br/>\n" 75 " <span class=\"bold\"> post_categories</span>: "73 " <span class=\"bold\">wp_post_categories</span>: " 76 74 "Categories of the post, if there are more than one, then separated with: \"|" 77 75 "\".<br/>\n" 78 " <span class=\"bold\"> post_tags</span>: Tags of the"79 " post, if there are more than one, then separated with: \"|\".<br/>\n"80 " <span class=\"bold\"> post_author</span>: Author of"81 " the post.<br/>\n"82 " <span class=\"bold\"> post_full_date</span>: Exact "76 " <span class=\"bold\">wp_post_tags</span>: Tags of " 77 "the post, if there are more than one, then separated with: \"|\".<br/>\n" 78 " <span class=\"bold\">wp_post_author</span>: Author " 79 "of the post.<br/>\n" 80 " <span class=\"bold\">wp_post_full_date</span>: Exact " 83 81 "and full date of the post. Based on the date format set in Settings -> " 84 82 "General.<br/>\n" 85 " <span class=\"bold\"> post_year</span>: Year of the"86 " post.<br/>\n"87 " <span class=\"bold\"> post_month</span>: Month of the"88 " post. For single-digit months, use a \"0\" prefix, example: September is "83 " <span class=\"bold\">wp_post_year</span>: Year of " 84 "the post.<br/>\n" 85 " <span class=\"bold\">wp_post_month</span>: Month of " 86 "the post. For single-digit months, use a \"0\" prefix, example: September is " 89 87 "\"09\".<br/>\n" 90 " <span class=\"bold\"> post_day</span>: Day of the "88 " <span class=\"bold\">wp_post_day</span>: Day of the " 91 89 "post. For single-digit days, use a \"0\" prefix, example: The first day of " 92 90 "month it is \"01\".<br/>\n" 93 " <span class=\"bold\"> is_front_page</span>: If the "91 " <span class=\"bold\">wp_is_front_page</span>: If the " 94 92 "current page is the main page, the value is \"1\", for any other page the " 95 93 "value is \"0\". The value \"1\" is assigned to the page set in Settings -> " 96 94 "Reading -> \"Front page displays\".<br/>\n" 97 " <span class=\"bold\"> search_query</span>: The "95 " <span class=\"bold\">wp_search_query</span>: The " 98 96 "expression searched for in any queries.<br/>\n" 99 " <span class=\"bold\"> search_result_count</span>: "97 " <span class=\"bold\">wp_search_result_count</span>: " 100 98 "Number of search results.<br/>\n" 101 99 " <p><span class=\"underline\">Additional custom variables " 102 100 "with WooCommerce plugin:</span></br>\n" 103 " <span class=\"bold\">cart_total_without_discounts</" 104 "span>: Full price of cart, without discounts.<br/>\n" 105 " <span class=\"bold\">cart_total</span>: Final price " 106 "of cart, with discounts.<br/>\n" 107 " <span class=\"bold\">number_of_item_kinds</span>: " 101 " <span class=\"bold" 102 "\">wp_cart_total_without_discounts</span>: Full price of cart, without " 103 "discounts.<br/>\n" 104 " <span class=\"bold\">wp_cart_total</span>: Final " 105 "price of cart, with discounts.<br/>\n" 106 " <span class=\"bold\">wp_number_of_item_kinds</span>: " 108 107 "The number of different products.<br/>\n" 109 " <span class=\"bold\"> total_number_of_cart_items</"108 " <span class=\"bold\">wp_total_number_of_cart_items</" 110 109 "span>: The number of cart items.<br/>\n" 111 " <span class=\"bold\">applied_coupons</span>: Applied " 112 "coupons, if there are more than one, then separated with: \"|\".<br/>\n" 113 " <span class=\"bold\">current_product.name</span>: " 110 " <span class=\"bold\">wp_applied_coupons</span>: " 111 "Applied coupons, if there are more than one, then separated with: \"|\".<br/" 112 ">\n" 113 " <span class=\"bold\">wp_current_product.name</span>: " 114 114 "Name of the product currently being viewed.<br/>\n" 115 " <span class=\"bold\"> current_product.sku</span>: "115 " <span class=\"bold\">wp_current_product.sku</span>: " 116 116 "Item number of the product currently being viewed.<br/>\n" 117 " <span class=\"bold\"> current_product.price</span>:"118 " Price of the product currently being viewed.<br/>\n"119 " <span class=\"bold\"> current_product.stock</span>:"120 " Stock or inventory level of the product currently being viewed, if it is set."121 " <br/>\n"122 " <span class=\"bold\"> current_product.categories</"117 " <span class=\"bold\">wp_current_product.price</" 118 "span>: Price of the product currently being viewed.<br/>\n" 119 " <span class=\"bold\">wp_current_product.stock</" 120 "span>: Stock or inventory level of the product currently being viewed, if it " 121 "is set.<br/>\n" 122 " <span class=\"bold\">wp_current_product.categories</" 123 123 "span>: Categories of the product currently being viewed, if there are more " 124 124 "than one, then separated with: \"|\".<br/>\n" 125 " <span class=\"bold\"> current_product.tags</span>: "125 " <span class=\"bold\">wp_current_product.tags</span>: " 126 126 "Tags of the product currently being viewed, if there are more than one, then " 127 127 "separated with: \"|\".\n" 128 128 " </p>" 129 129 msgstr "" 130 "A következőkben leírt egyéni változókra \"wp_[változó név]\" módon lehet " 131 "hivatkozni az OptiMonk kampány beállításainál.<br/> <" 132 "span class=\"underline\">Egyéni változóba tároljuk:</span><br/> " 133 " <span class=\"bold\">utm_campaign, utm_source, utm_medium</span>: " 134 "ha meg vannak adva URL-be, ezeket nem töröljük csak felülírjuk, " 135 "alapértelmezetten nincs definiálva<br/> <span class=" 136 "\"bold\">source</span>: az oldal URL-jétől különböző domain-ről érkező " 137 "oldalt tartalmazza, alapértelmezetten: Direct<br/> <" 138 "span class=\"bold\">referrer</span>: előző oldal url-jét tartalmazza, " 139 "alapértelmezetten: Direct<br/> <span class=\"bold\">" 140 "visitor_type</span>: a belépett látogató szerepe, pl. administrator, " 141 "alapértelmezetten: logged out<br/> <span class=\"" 142 "bold\">visitor_login_status</span>: a látogató bejelentkezettségéről ad " 143 "információt, értékei: logged out, logged in<br/> <" 144 "span class=\"bold\">visitor_id</span>: belépett látogató azonosítója, " 145 "alapértelmezetten: 0<br/> <span class=\"bold\">page_" 146 "title</span>: oldal címe<br/> <span class=\"bold\">" 147 "post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, akkor " 148 "unknown<br/> <span class=\"bold\">post_type_with_" 149 "prefix</span>: a bejegyzés típusát egy előtaggal kiegészítve, előtagértékek: " 150 "single, author, category, tag, day, month, year, time, date, tax<br/> " 151 " <span class=\"bold\">post_categories</span>: bejegyzés " 152 "kategóriái, ha több van, akkor \"|\" karakterrel elválasztva<br/> " 153 " <span class=\"bold\">post_tags</span>: bejegyzés címkéi, ha " 154 "több van, akkor \"|\" karakterrel elválasztva<br/> <" 155 "span class=\"bold\">post_author</span>: bejegyzés szerzője<br/> " 156 " <span class=\"bold\">post_full_date</span>: A bejegyzé teljes " 157 "dátuma a Beállítások -> Általános oldalon beállított dátum formátumban<br/> " 158 " <span class=\"bold\">post_year</span>: A bejegyzés " 159 "éve<br/> <span class=\"bold\">post_month</span>: A " 160 "bejegyzés hónapja, 1 számjegyű hónap esetén 0 előtaggal, pl. szeptember " 161 "esetén 09<br/> <span class=\"bold\">post_day</span>: " 162 "A bejegyzés napja, 1 számjegyű nap esetén 0 előtaggal, pl. elseje esetén 01<" 163 "br/> <span class=\"bold\">is_front_page</span>: Ha " 164 "az oldal kezdőoldal, akkor 1-es egyébként 0. A Beállítások -> Olvasás -> A " 165 "kezdőoldalon jelenjen meg opciónál beállított oldal esetén 1<br/> " 166 " <span class=\"bold\">searc_query</span>: A oldalon való keresés " 167 "során megadott kifejezés<br/> <span class=\"bold\">" 168 "search_results_count</span>: A keresés eredményeinek száma<br/> " 169 " <p><span class=\"underline\">WooCommerce plugin esetén használható " 170 "egyéni változók:</span><br/> <span class=\"bold\">" 171 "cart_total_without_discounts</span>: A kosárban lévő termékek összege (" 172 "levonások nélkül)<br/> <span class=\"bold\">cart_" 173 "total</span>: A kosár végösszege (levonásokkal)<br/> " 174 "<span class=\"bold\">number_of_item_kinds</span>: Az egymástól különböző " 175 "termékek száma<br/> <span class=\"bold\">total_" 176 "number_of_cart_items</span>: A kosárban lévőt termékek darabszáma<br/> " 177 " <span class=\"bold\">applied_coupons</span>: A kosárnál " 178 "felhasznált kuponok, ha több van, akkor \"|\" karakterrel elválasztva<br/> " 179 " <span class=\"bold\">current_product.name</span>: Az " 180 "éppen megtekintett termék neve<br/> <span class=\"" 181 "bold\">current_product.sku</span>: Az éppen megtekintett termék cikkszáma<br/" 182 "> <span class=\"bold\">current_product.price</span>: " 183 "Az éppen megtekintett termék ára<br/> <span class=\"" 184 "bold\">current_product.stock</span>: Az éppen megtekintett termék " 185 "raktárkészlete ha be van állítva a terméknél<br/> <" 186 "span class=\"bold\">current_product.categories</span>: Az éppen megtekintett " 187 "termék kategóriái, ha több van, akkor \"|\"-al elválasztva<br/> " 188 " <span class=\"bold\">current_product.tags</span>: Az éppen " 189 "megtekintett termék címkéi, ha több van, akkor \"|\"-al elválasztva<br/> " 190 " A kampány beállításainál használhatóak a kosár szabályok. " 191 " </p>" 192 193 #: optimonk-admin.php:149 130 "A következőkben leírt egyéni változókra lehet hivatkozni az OptiMonk kampány " 131 "beállításainál.<br/> <span class=\"underline\">Egyéni " 132 "változóba tároljuk:</span><br/> <span class=\"bold" 133 "\">wp_utm_campaign, wp_utm_source, wp_utm_medium</span>: ha meg vannak adva " 134 "URL-be, ezeket nem töröljük csak felülírjuk, alapértelmezetten nincs " 135 "definiálva<br/> <span class=\"bold\">wp_source</" 136 "span>: az oldal URL-jétől különböző domain-ről érkező oldalt tartalmazza, " 137 "alapértelmezetten: Direct<br/> <span class=\"bold" 138 "\">wp_referrer</span>: előző oldal url-jét tartalmazza, alapértelmezetten: " 139 "Direct<br/> <span class=\"bold\">wp_visitor_type</" 140 "span>: a belépett látogató szerepe, pl. administrator, alapértelmezetten: " 141 "logged out<br/> <span class=\"bold" 142 "\">wp_visitor_login_status</span>: a látogató bejelentkezettségéről ad " 143 "információt, értékei: logged out, logged in<br/> " 144 "<span class=\"bold\">wp_visitor_id</span>: belépett látogató azonosítója, " 145 "alapértelmezetten: 0<br/> <span class=\"bold" 146 "\">wp_page_title</span>: oldal címe<br/> <span class=" 147 "\"bold\">wp_post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, " 148 "akkor unknown<br/> <span class=\"bold" 149 "\">wp_post_type_with_prefix</span>: a bejegyzés típusát egy előtaggal " 150 "kiegészítve, előtagértékek: single, author, category, tag, day, month, year, " 151 "time, date, tax<br/> <span class=\"bold" 152 "\">wp_post_categories</span>: bejegyzés kategóriái, ha több van, akkor \"|\" " 153 "karakterrel elválasztva<br/> <span class=\"bold" 154 "\">wp_post_tags</span>: bejegyzés címkéi, ha több van, akkor \"|\" " 155 "karakterrel elválasztva<br/> <span class=\"bold" 156 "\">wp_post_author</span>: bejegyzés szerzője<br/> " 157 "<span class=\"bold\">wp_post_full_date</span>: A bejegyzé teljes dátuma a " 158 "Beállítások -> Általános oldalon beállított dátum formátumban<br/" 159 "> <span class=\"bold\">wp_post_year</span>: A " 160 "bejegyzés éve<br/> <span class=\"bold" 161 "\">wp_post_month</span>: A bejegyzés hónapja, 1 számjegyű hónap esetén 0 " 162 "előtaggal, pl. szeptember esetén 09<br/> <span class=" 163 "\"bold\">wp_post_day</span>: A bejegyzés napja, 1 számjegyű nap esetén 0 " 164 "előtaggal, pl. elseje esetén 01<br/> <span class=" 165 "\"bold\">wp_is_front_page</span>: Ha az oldal kezdőoldal, akkor 1-es " 166 "egyébként 0. A Beállítások -> Olvasás -> A kezdőoldalon jelenjen meg " 167 "opciónál beállított oldal esetén 1<br/> <span class=" 168 "\"bold\">wp_search_query</span>: A oldalon való keresés során megadott " 169 "kifejezés<br/> <span class=\"bold" 170 "\">wp_search_results_count</span>: A keresés eredményeinek száma<br/" 171 "> <p><span class=\"underline\">WooCommerce plugin esetén " 172 "használható egyéni változók:</span><br/> <span class=" 173 "\"bold\">wp_cart_total_without_discounts</span>: A kosárban lévő termékek " 174 "összege (levonások nélkül)<br/> <span class=\"bold" 175 "\">wp_cart_total</span>: A kosár végösszege (levonásokkal)<br/" 176 "> <span class=\"bold\">wp_number_of_item_kinds</" 177 "span>: Az egymástól különböző termékek száma<br/> " 178 "<span class=\"bold\">wp_total_number_of_cart_items</span>: A kosárban lévőt " 179 "termékek darabszáma<br/> <span class=\"bold" 180 "\">wp_applied_coupons</span>: A kosárnál felhasznált kuponok, ha több van, " 181 "akkor \"|\" karakterrel elválasztva<br/> <span class=" 182 "\"bold\">wp_current_product.name</span>: Az éppen megtekintett termék " 183 "neve<br/> <span class=\"bold\">wp_current_product." 184 "sku</span>: Az éppen megtekintett termék cikkszáma<br/" 185 "> <span class=\"bold\">wp_current_product.price</" 186 "span>: Az éppen megtekintett termék ára<br/> <span " 187 "class=\"bold\">wp_current_product.stock</span>: Az éppen megtekintett termék " 188 "raktárkészlete ha be van állítva a terméknél<br/> " 189 "<span class=\"bold\">wp_current_product.categories</span>: Az éppen " 190 "megtekintett termék kategóriái, ha több van, akkor \"|\"-al elválasztva<br/" 191 "> <span class=\"bold\">wp_current_product.tags</" 192 "span>: Az éppen megtekintett termék címkéi, ha több van, akkor \"|\"-al " 193 "elválasztva<br/> A kampány beállításainál használhatóak " 194 "a kosár szabályok. </p>" 195 196 #: optimonk-admin.php:150 194 197 msgid "Wrong account id!" 195 198 msgstr "Hibás fiókazonosító!" 196 199 197 #: optimonk-admin.php:15 5 optimonk-admin.php:180200 #: optimonk-admin.php:156 optimonk-admin.php:181 198 201 msgid "Your data successfully updated!" 199 202 msgstr "Sikeres mentés!" … … 202 205 msgid "Account Id" 203 206 msgstr "Fiókazonosító" 204 205 #~ msgid "Your data successfully updated"206 #~ msgstr "Sikeres mentés!" -
exit-intent-popups-by-optimonk/tags/1.1.0/languages/optimonk-hu_HU.pot
r1288642 r2719200 4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 5 # 6 #, fuzzy7 6 msgid "" 8 7 msgstr "" … … 10 9 "Report-Msgid-Bugs-To: \n" 11 10 "POT-Creation-Date: 2015-11-18 11:22+0100\n" 12 "PO-Revision-Date: 2015-11-18 11:24+0100\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <[email protected]>\n" 15 "Language: \n" 11 "PO-Revision-Date: 2015-12-22 09:42+0100\n" 12 "Language: hu_HU\n" 16 13 "MIME-Version: 1.0\n" 17 14 "Content-Type: text/plain; charset=UTF-8\n" … … 19 16 "Plural-Forms: \n" 20 17 "X-Generator: Eazy Po 0.9.5.3\n" 18 "Last-Translator: \n" 19 "Language-Team: \n" 21 20 22 21 #: optimonk-admin.php:48 … … 36 35 msgstr "Értékeld a bővítményt" 37 36 38 #: optimonk-admin.php:9 337 #: optimonk-admin.php:94 39 38 msgid "Sign up for free trial" 40 39 msgstr "Regisztrálj próbaidőszakot" 41 40 42 #: optimonk-admin.php:9 541 #: optimonk-admin.php:96 43 42 #, php-format 44 msgid "Don't have an account :%s"45 msgstr " Nincs fiókod:%s"46 47 #: optimonk-admin.php:9 843 msgid "Don't have an account? %s" 44 msgstr "Amennyiben nincs fiókod, akkor %s" 45 46 #: optimonk-admin.php:99 48 47 msgid "" 49 "The following custom variables shall be referred to as \"wp_[variable " 50 "name]\".<br/>\n" 48 "The following custom variables can be used for visitor targeting.<br/>\n" 51 49 " <span class=\"underline\">We store the following in " 52 50 "custom variables:</span><br/>\n" 53 " <span class=\"bold\"> utm_campaign, utm_source,"54 " utm_medium</span>>: If they are given in the URL, then these are not"55 " deleted,they are overwritten.<br/>\n"56 " <span class=\"bold\"> source</span>: Contains the URL "51 " <span class=\"bold\">wp_utm_campaign, wp_utm_source, wp_utm_medium" 52 "</span>: If they are given in the URL, then these are not deleted, " 53 "they are overwritten.<br/>\n" 54 " <span class=\"bold\">wp_source</span>: Contains the URL " 57 55 "of the referral source, often coming from different domains, default: Direct." 58 56 "<br/>\n" 59 " <span class=\"bold\"> referrer</span>: Contains the "57 " <span class=\"bold\">wp_referrer</span>: Contains the " 60 58 "URL of the previous page, default: Direct.<br/>\n" 61 " <span class=\"bold\"> visitor_type</span>: Role of "59 " <span class=\"bold\">wp_visitor_type</span>: Role of " 62 60 "the visitor on the site, example: administrator, default: logged out.<br/>\n" 63 " <span class=\"bold\"> visitor_login_status</span>: "61 " <span class=\"bold\">wp_visitor_login_status</span>: " 64 62 "The login status of the visitor on the site, values: logged out, logged in." 65 63 "<br/>\n" 66 " <span class=\"bold\"> visitor_id</span>: The ID of "64 " <span class=\"bold\">wp_visitor_id</span>: The ID of " 67 65 "the visitor on the site.<br/>\n" 68 " <span class=\"bold\"> page_title</span>: Name of the "66 " <span class=\"bold\">wp_page_title</span>: Name of the " 69 67 "current page.<br/>\n" 70 " <span class=\"bold\"> post_type</span>: Type of post. "68 " <span class=\"bold\">wp_post_type</span>: Type of post. " 71 69 "If it cannot be defined, then: unknown.<br/>\n" 72 " <span class=\"bold\"> post_type_with_prefix</span>: "70 " <span class=\"bold\">wp_post_type_with_prefix</span>: " 73 71 "Type of post completed with a prefix. Prefix values: single, author, " 74 72 "category, tag, day, month, year, time, date, tax.<br/>\n" 75 " <span class=\"bold\"> post_categories</span>: "73 " <span class=\"bold\">wp_post_categories</span>: " 76 74 "Categories of the post, if there are more than one, then separated with: \"|" 77 75 "\".<br/>\n" 78 " <span class=\"bold\"> post_tags</span>: Tags of the "76 " <span class=\"bold\">wp_post_tags</span>: Tags of the " 79 77 "post, if there are more than one, then separated with: \"|\".<br/>\n" 80 " <span class=\"bold\"> post_author</span>: Author of "78 " <span class=\"bold\">wp_post_author</span>: Author of " 81 79 "the post.<br/>\n" 82 " <span class=\"bold\"> post_full_date</span>: Exact "80 " <span class=\"bold\">wp_post_full_date</span>: Exact " 83 81 "and full date of the post. Based on the date format set in Settings -> " 84 82 "General.<br/>\n" 85 " <span class=\"bold\"> post_year</span>: Year of the "83 " <span class=\"bold\">wp_post_year</span>: Year of the " 86 84 "post.<br/>\n" 87 " <span class=\"bold\"> post_month</span>: Month of the "85 " <span class=\"bold\">wp_post_month</span>: Month of the " 88 86 "post. For single-digit months, use a \"0\" prefix, example: September is " 89 87 "\"09\".<br/>\n" 90 " <span class=\"bold\"> post_day</span>: Day of the "88 " <span class=\"bold\">wp_post_day</span>: Day of the " 91 89 "post. For single-digit days, use a \"0\" prefix, example: The first day of " 92 90 "month it is \"01\".<br/>\n" 93 " <span class=\"bold\"> is_front_page</span>: If the "91 " <span class=\"bold\">wp_is_front_page</span>: If the " 94 92 "current page is the main page, the value is \"1\", for any other page the " 95 93 "value is \"0\". The value \"1\" is assigned to the page set in Settings -> " 96 94 "Reading -> \"Front page displays\".<br/>\n" 97 " <span class=\"bold\"> search_query</span>: The "95 " <span class=\"bold\">wp_search_query</span>: The " 98 96 "expression searched for in any queries.<br/>\n" 99 " <span class=\"bold\"> search_result_count</span>: "97 " <span class=\"bold\">wp_search_result_count</span>: " 100 98 "Number of search results.<br/>\n" 101 99 " <p><span class=\"underline\">Additional custom variables " 102 100 "with WooCommerce plugin:</span></br>\n" 103 " <span class=\"bold\"> cart_total_without_discounts</"101 " <span class=\"bold\">wp_cart_total_without_discounts</" 104 102 "span>: Full price of cart, without discounts.<br/>\n" 105 " <span class=\"bold\"> cart_total</span>: Final price "103 " <span class=\"bold\">wp_cart_total</span>: Final price " 106 104 "of cart, with discounts.<br/>\n" 107 " <span class=\"bold\"> number_of_item_kinds</span>: "105 " <span class=\"bold\">wp_number_of_item_kinds</span>: " 108 106 "The number of different products.<br/>\n" 109 " <span class=\"bold\"> total_number_of_cart_items</"107 " <span class=\"bold\">wp_total_number_of_cart_items</" 110 108 "span>: The number of cart items.<br/>\n" 111 " <span class=\"bold\"> applied_coupons</span>: Applied "109 " <span class=\"bold\">wp_applied_coupons</span>: Applied " 112 110 "coupons, if there are more than one, then separated with: \"|\".<br/>\n" 113 " <span class=\"bold\"> current_product.name</span>: "111 " <span class=\"bold\">wp_current_product.name</span>: " 114 112 "Name of the product currently being viewed.<br/>\n" 115 " <span class=\"bold\"> current_product.sku</span>: "113 " <span class=\"bold\">wp_current_product.sku</span>: " 116 114 "Item number of the product currently being viewed.<br/>\n" 117 " <span class=\"bold\"> current_product.price</span>: "115 " <span class=\"bold\">wp_current_product.price</span>: " 118 116 "Price of the product currently being viewed.<br/>\n" 119 " <span class=\"bold\"> current_product.stock</span>: "117 " <span class=\"bold\">wp_current_product.stock</span>: " 120 118 "Stock or inventory level of the product currently being viewed, if it is set." 121 119 "<br/>\n" 122 " <span class=\"bold\"> current_product.categories</"120 " <span class=\"bold\">wp_current_product.categories</" 123 121 "span>: Categories of the product currently being viewed, if there are more " 124 122 "than one, then separated with: \"|\".<br/>\n" 125 " <span class=\"bold\"> current_product.tags</span>: "123 " <span class=\"bold\">wp_current_product.tags</span>: " 126 124 "Tags of the product currently being viewed, if there are more than one, then " 127 125 "separated with: \"|\".\n" 128 126 " </p>" 129 127 msgstr "" 130 "A következőkben leírt egyéni változókra \"wp_[változó név]\" módonlehet "128 "A következőkben leírt egyéni változókra lehet " 131 129 "hivatkozni az OptiMonk kampány beállításainál.<br/> <" 132 130 "span class=\"underline\">Egyéni változóba tároljuk:</span><br/> " 133 " <span class=\"bold\"> utm_campaign, utm_source,utm_medium</span>: "131 " <span class=\"bold\">wp_utm_campaign, wp_utm_source, wp_utm_medium</span>: " 134 132 "ha meg vannak adva URL-be, ezeket nem töröljük csak felülírjuk, " 135 133 "alapértelmezetten nincs definiálva<br/> <span class=" 136 "\"bold\"> source</span>: az oldal URL-jétől különböző domain-ről érkező "134 "\"bold\">wp_source</span>: az oldal URL-jétől különböző domain-ről érkező " 137 135 "oldalt tartalmazza, alapértelmezetten: Direct<br/> <" 138 "span class=\"bold\"> referrer</span>: előző oldal url-jét tartalmazza, "136 "span class=\"bold\">wp_referrer</span>: előző oldal url-jét tartalmazza, " 139 137 "alapértelmezetten: Direct<br/> <span class=\"bold\">" 140 " visitor_type</span>: a belépett látogató szerepe, pl. administrator, "138 "wp_visitor_type</span>: a belépett látogató szerepe, pl. administrator, " 141 139 "alapértelmezetten: logged out<br/> <span class=\"" 142 "bold\"> visitor_login_status</span>: a látogató bejelentkezettségéről ad "140 "bold\">wp_visitor_login_status</span>: a látogató bejelentkezettségéről ad " 143 141 "információt, értékei: logged out, logged in<br/> <" 144 "span class=\"bold\"> visitor_id</span>: belépett látogató azonosítója, "145 "alapértelmezetten: 0<br/> <span class=\"bold\"> page_"142 "span class=\"bold\">wp_visitor_id</span>: belépett látogató azonosítója, " 143 "alapértelmezetten: 0<br/> <span class=\"bold\">wp_page_" 146 144 "title</span>: oldal címe<br/> <span class=\"bold\">" 147 " post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, akkor "148 "unknown<br/> <span class=\"bold\"> post_type_with_"145 "wp_post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, akkor " 146 "unknown<br/> <span class=\"bold\">wp_post_type_with_" 149 147 "prefix</span>: a bejegyzés típusát egy előtaggal kiegészítve, előtagértékek: " 150 148 "single, author, category, tag, day, month, year, time, date, tax<br/> " 151 " <span class=\"bold\"> post_categories</span>: bejegyzés "149 " <span class=\"bold\">wp_post_categories</span>: bejegyzés " 152 150 "kategóriái, ha több van, akkor \"|\" karakterrel elválasztva<br/> " 153 " <span class=\"bold\"> post_tags</span>: bejegyzés címkéi, ha "151 " <span class=\"bold\">wp_post_tags</span>: bejegyzés címkéi, ha " 154 152 "több van, akkor \"|\" karakterrel elválasztva<br/> <" 155 "span class=\"bold\"> post_author</span>: bejegyzés szerzője<br/> "156 " <span class=\"bold\"> post_full_date</span>: A bejegyzé teljes "153 "span class=\"bold\">wp_post_author</span>: bejegyzés szerzője<br/> " 154 " <span class=\"bold\">wp_post_full_date</span>: A bejegyzé teljes " 157 155 "dátuma a Beállítások -> Általános oldalon beállított dátum formátumban<br/> " 158 " <span class=\"bold\"> post_year</span>: A bejegyzés "159 "éve<br/> <span class=\"bold\"> post_month</span>: A "156 " <span class=\"bold\">wp_post_year</span>: A bejegyzés " 157 "éve<br/> <span class=\"bold\">wp_post_month</span>: A " 160 158 "bejegyzés hónapja, 1 számjegyű hónap esetén 0 előtaggal, pl. szeptember " 161 "esetén 09<br/> <span class=\"bold\"> post_day</span>: "159 "esetén 09<br/> <span class=\"bold\">wp_post_day</span>: " 162 160 "A bejegyzés napja, 1 számjegyű nap esetén 0 előtaggal, pl. elseje esetén 01<" 163 "br/> <span class=\"bold\"> is_front_page</span>: Ha "161 "br/> <span class=\"bold\">wp_is_front_page</span>: Ha " 164 162 "az oldal kezdőoldal, akkor 1-es egyébként 0. A Beállítások -> Olvasás -> A " 165 163 "kezdőoldalon jelenjen meg opciónál beállított oldal esetén 1<br/> " 166 " <span class=\"bold\"> searc_query</span>: A oldalon való keresés "164 " <span class=\"bold\">wp_search_query</span>: A oldalon való keresés " 167 165 "során megadott kifejezés<br/> <span class=\"bold\">" 168 " search_results_count</span>: A keresés eredményeinek száma<br/> "166 "wp_search_results_count</span>: A keresés eredményeinek száma<br/> " 169 167 " <p><span class=\"underline\">WooCommerce plugin esetén használható " 170 168 "egyéni változók:</span><br/> <span class=\"bold\">" 171 " cart_total_without_discounts</span>: A kosárban lévő termékek összege ("172 "levonások nélkül)<br/> <span class=\"bold\"> cart_"169 "wp_cart_total_without_discounts</span>: A kosárban lévő termékek összege (" 170 "levonások nélkül)<br/> <span class=\"bold\">wp_cart_" 173 171 "total</span>: A kosár végösszege (levonásokkal)<br/> " 174 "<span class=\"bold\"> number_of_item_kinds</span>: Az egymástól különböző "175 "termékek száma<br/> <span class=\"bold\"> total_"172 "<span class=\"bold\">wp_number_of_item_kinds</span>: Az egymástól különböző " 173 "termékek száma<br/> <span class=\"bold\">wp_total_" 176 174 "number_of_cart_items</span>: A kosárban lévőt termékek darabszáma<br/> " 177 " <span class=\"bold\"> applied_coupons</span>: A kosárnál "175 " <span class=\"bold\">wp_applied_coupons</span>: A kosárnál " 178 176 "felhasznált kuponok, ha több van, akkor \"|\" karakterrel elválasztva<br/> " 179 " <span class=\"bold\"> current_product.name</span>: Az "177 " <span class=\"bold\">wp_current_product.name</span>: Az " 180 178 "éppen megtekintett termék neve<br/> <span class=\"" 181 "bold\"> current_product.sku</span>: Az éppen megtekintett termék cikkszáma<br/"182 "> <span class=\"bold\"> current_product.price</span>: "179 "bold\">wp_current_product.sku</span>: Az éppen megtekintett termék cikkszáma<br/" 180 "> <span class=\"bold\">wp_current_product.price</span>: " 183 181 "Az éppen megtekintett termék ára<br/> <span class=\"" 184 "bold\"> current_product.stock</span>: Az éppen megtekintett termék "182 "bold\">wp_current_product.stock</span>: Az éppen megtekintett termék " 185 183 "raktárkészlete ha be van állítva a terméknél<br/> <" 186 "span class=\"bold\"> current_product.categories</span>: Az éppen megtekintett "184 "span class=\"bold\">wp_current_product.categories</span>: Az éppen megtekintett " 187 185 "termék kategóriái, ha több van, akkor \"|\"-al elválasztva<br/> " 188 " <span class=\"bold\"> current_product.tags</span>: Az éppen "186 " <span class=\"bold\">wp_current_product.tags</span>: Az éppen " 189 187 "megtekintett termék címkéi, ha több van, akkor \"|\"-al elválasztva<br/> " 190 188 " A kampány beállításainál használhatóak a kosár szabályok. " 191 189 " </p>" 192 190 193 #: optimonk-admin.php:1 49191 #: optimonk-admin.php:150 194 192 msgid "Wrong account id!" 195 193 msgstr "Hibás fiókazonosító!" 196 194 197 #: optimonk-admin.php:15 5 optimonk-admin.php:180195 #: optimonk-admin.php:156 optimonk-admin.php:181 198 196 msgid "Your data successfully updated!" 199 197 msgstr "Sikeres mentés!" … … 202 200 msgid "Account Id" 203 201 msgstr "Fiókazonosító" 204 205 #~ msgid "Your data successfully updated"206 #~ msgstr "Sikeres mentés!" -
exit-intent-popups-by-optimonk/tags/1.1.0/optimonk-admin.php
r1294263 r2719200 96 96 '<a class="optimonk-link" href="' . $registerUrl . '" target="_blank">' . $signUpText . '</a>' 97 97 ); 98 $customVariablesDescription = __('The following custom variables shall be referred to as "wp_[variable name]".<br/>98 $customVariablesDescription = __('The following custom variables can be used for visitor targeting.".<br/> 99 99 <span class="underline">We store the following in custom variables:</span><br/> 100 <span class="bold"> utm_campaign, utm_source,utm_medium</span>>: If they are given in the URL, then these are not deleted, they are overwritten.<br/>101 <span class="bold"> source</span>: Contains the URL of the referral source, often coming from different domains, default: Direct.<br/>102 <span class="bold"> referrer</span>: Contains the URL of the previous page, default: Direct.<br/>103 <span class="bold"> visitor_type</span>: Role of the visitor on the site, example: administrator, default: logged out.<br/>104 <span class="bold"> visitor_login_status</span>: The login status of the visitor on the site, values: logged out, logged in.<br/>105 <span class="bold"> visitor_id</span>: The ID of the visitor on the site.<br/>106 <span class="bold"> page_title</span>: Name of the current page.<br/>107 <span class="bold"> post_type</span>: Type of post. If it cannot be defined, then: unknown.<br/>108 <span class="bold"> post_type_with_prefix</span>: Type of post completed with a prefix. Prefix values: single, author, category, tag, day, month, year, time, date, tax.<br/>109 <span class="bold"> post_categories</span>: Categories of the post, if there are more than one, then separated with: "|".<br/>110 <span class="bold"> post_tags</span>: Tags of the post, if there are more than one, then separated with: "|".<br/>111 <span class="bold"> post_author</span>: Author of the post.<br/>112 <span class="bold"> post_full_date</span>: Exact and full date of the post. Based on the date format set in Settings -> General.<br/>113 <span class="bold"> post_year</span>: Year of the post.<br/>114 <span class="bold"> post_month</span>: Month of the post. For single-digit months, use a "0" prefix, example: September is "09".<br/>115 <span class="bold"> post_day</span>: Day of the post. For single-digit days, use a "0" prefix, example: The first day of month it is "01".<br/>116 <span class="bold"> is_front_page</span>: If the current page is the main page, the value is "1", for any other page the value is "0". The value "1" is assigned to the page set in Settings -> Reading -> "Front page displays".<br/>117 <span class="bold"> search_query</span>: The expression searched for in any queries.<br/>118 <span class="bold"> search_result_count</span>: Number of search results.<br/>100 <span class="bold">wp_utm_campaign, wp_utm_source, wp_utm_medium</span>>: If they are given in the URL, then these are not deleted, they are overwritten.<br/> 101 <span class="bold">wp_source</span>: Contains the URL of the referral source, often coming from different domains, default: Direct.<br/> 102 <span class="bold">wp_referrer</span>: Contains the URL of the previous page, default: Direct.<br/> 103 <span class="bold">wp_visitor_type</span>: Role of the visitor on the site, example: administrator, default: logged out.<br/> 104 <span class="bold">wp_visitor_login_status</span>: The login status of the visitor on the site, values: logged out, logged in.<br/> 105 <span class="bold">wp_visitor_id</span>: The ID of the visitor on the site.<br/> 106 <span class="bold">wp_page_title</span>: Name of the current page.<br/> 107 <span class="bold">wp_post_type</span>: Type of post. If it cannot be defined, then: unknown.<br/> 108 <span class="bold">wp_post_type_with_prefix</span>: Type of post completed with a prefix. Prefix values: single, author, category, tag, day, month, year, time, date, tax.<br/> 109 <span class="bold">wp_post_categories</span>: Categories of the post, if there are more than one, then separated with: "|".<br/> 110 <span class="bold">wp_post_tags</span>: Tags of the post, if there are more than one, then separated with: "|".<br/> 111 <span class="bold">wp_post_author</span>: Author of the post.<br/> 112 <span class="bold">wp_post_full_date</span>: Exact and full date of the post. Based on the date format set in Settings -> General.<br/> 113 <span class="bold">wp_post_year</span>: Year of the post.<br/> 114 <span class="bold">wp_post_month</span>: Month of the post. For single-digit months, use a "0" prefix, example: September is "09".<br/> 115 <span class="bold">wp_post_day</span>: Day of the post. For single-digit days, use a "0" prefix, example: The first day of month it is "01".<br/> 116 <span class="bold">wp_is_front_page</span>: If the current page is the main page, the value is "1", for any other page the value is "0". The value "1" is assigned to the page set in Settings -> Reading -> "Front page displays".<br/> 117 <span class="bold">wp_search_query</span>: The expression searched for in any queries.<br/> 118 <span class="bold">wp_search_result_count</span>: Number of search results.<br/> 119 119 <p><span class="underline">Additional custom variables with WooCommerce plugin:</span></br> 120 <span class="bold"> cart_total_without_discounts</span>: Full price of cart, without discounts.<br/>121 <span class="bold"> cart_total</span>: Final price of cart, with discounts.<br/>122 <span class="bold"> number_of_item_kinds</span>: The number of different products.<br/>123 <span class="bold"> total_number_of_cart_items</span>: The number of cart items.<br/>124 <span class="bold"> applied_coupons</span>: Applied coupons, if there are more than one, then separated with: "|".<br/>125 <span class="bold"> current_product.name</span>: Name of the product currently being viewed.<br/>126 <span class="bold"> current_product.sku</span>: Item number of the product currently being viewed.<br/>127 <span class="bold"> current_product.price</span>: Price of the product currently being viewed.<br/>128 <span class="bold"> current_product.stock</span>: Stock or inventory level of the product currently being viewed, if it is set.<br/>129 <span class="bold"> current_product.categories</span>: Categories of the product currently being viewed, if there are more than one, then separated with: "|".<br/>130 <span class="bold"> current_product.tags</span>: Tags of the product currently being viewed, if there are more than one, then separated with: "|".120 <span class="bold">wp_cart_total_without_discounts</span>: Full price of cart, without discounts.<br/> 121 <span class="bold">wp_cart_total</span>: Final price of cart, with discounts.<br/> 122 <span class="bold">wp_number_of_item_kinds</span>: The number of different products.<br/> 123 <span class="bold">wp_total_number_of_cart_items</span>: The number of cart items.<br/> 124 <span class="bold">wp_applied_coupons</span>: Applied coupons, if there are more than one, then separated with: "|".<br/> 125 <span class="bold">wp_current_product.name</span>: Name of the product currently being viewed.<br/> 126 <span class="bold">wp_current_product.sku</span>: Item number of the product currently being viewed.<br/> 127 <span class="bold">wp_current_product.price</span>: Price of the product currently being viewed.<br/> 128 <span class="bold">wp_current_product.stock</span>: Stock or inventory level of the product currently being viewed, if it is set.<br/> 129 <span class="bold">wp_current_product.categories</span>: Categories of the product currently being viewed, if there are more than one, then separated with: "|".<br/> 130 <span class="bold">wp_current_product.tags</span>: Tags of the product currently being viewed, if there are more than one, then separated with: "|". 131 131 </p>', 'optimonk'); 132 132 -
exit-intent-popups-by-optimonk/trunk/languages/optimonk-hu_HU.po
r1706729 r2719200 1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 # This file is distributed under the same license as the PACKAGE package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 # 1 6 msgid "" 2 7 msgstr "" 3 8 "Project-Id-Version: \n" 4 "POT-Creation-Date: 2017-07-25 13:57+0200\n" 5 "PO-Revision-Date: 2017-07-25 13:59+0200\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2015-11-18 11:22+0100\n" 11 "PO-Revision-Date: 2022-05-06 10:58+0200\n" 6 12 "Last-Translator: \n" 7 13 "Language-Team: \n" … … 10 16 "Content-Type: text/plain; charset=UTF-8\n" 11 17 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 1.8.7.1\n"13 "X-Poedit-Basepath: ..\n"14 18 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 "X-Poedit-KeywordsList: __\n" 16 "X-Poedit-SearchPath-0: .\n" 17 18 #: include/class-notification.php:109 include/class-notification.php:172 19 msgid "Notifications" 20 msgstr "Értesítések" 21 22 #: include/class-notification.php:111 23 msgid "" 24 "We have noticed you've been using OptiMonk for some time now. We hope you " 25 "love it! <br>\n" 26 "We would be thrilled if you could <a href=\"https://hu.wordpress.org/plugins/" 27 "exit-intent-popups-by-optimonk/#reviews\" target=\"_blank\">give us a 5 " 28 "stars rating on Wordpress.org</a>!\n" 29 "We're happy to learn more about your business and we can help you get the " 30 "most out of your website. Schedule a free consultation by clicking <a href=" 31 "\"http://www.meetme.so/optimonk\" target=\"_blank\">here</a>!" 32 msgstr "" 33 "Észrevettük, hogy egy ideje használod az OptiMonk appot, reméljük tetszik. " 34 "<br>\n" 35 "Amennyiben elnyerte tetszésed, sokat segítenél egy <a href=\"https://hu." 36 "wordpress.org/plugins/exit-intent-popups-by-optimonk/#reviews\" target=" 37 "\"_blank\">5 csillagos értékeléssel a worpress.org oldalon</a>.\n" 38 " Illetve szívesen tudnánk meg többet az üzletedről, hogy segíthessünk még " 39 "többet kihozni belőle. Foglalj egy <a href=\"http://www.meetme.so/optimonk\" " 40 "target=\"_blank\">konzultációt</a>, hogy átbeszélhessük a lehetőségeket." 41 42 #: include/class-notification.php:114 43 msgid "Hide" 44 msgstr "Elrejtés" 45 46 #: include/class-notification.php:159 optimonk-admin.php:120 19 "X-Generator: Poedit 3.0.1\n" 20 21 #: optimonk-admin.php:48 22 msgid "Settings" 23 msgstr "Beállítások" 24 25 #: optimonk-admin.php:75 optimonk-admin.php:76 26 msgid "OptiMonk" 27 msgstr "OptiMonk" 28 29 #: optimonk-admin.php:86 30 msgid "You do not have sufficient permissions to access this page." 31 msgstr "Nincs jogosultságod az oldal megtekintéséhez." 32 33 #: optimonk-admin.php:90 47 34 msgid "Review the plugin" 48 35 msgstr "Értékeld a bővítményt" 49 36 50 #: optimonk-admin.php:61 51 msgid "Settings" 52 msgstr "Beállítások" 53 54 #: optimonk-admin.php:95 optimonk-admin.php:96 optimonk-admin.php:104 55 #: optimonk-admin.php:105 56 msgid "OptiMonk" 57 msgstr "OptiMonk" 58 59 #: optimonk-admin.php:116 60 msgid "You do not have sufficient permissions to access this page." 61 msgstr "Nincs jogosultságod az oldal megtekintéséhez." 62 63 #: optimonk-admin.php:124 64 msgid "Register here" 37 #: optimonk-admin.php:94 38 msgid "Sign up for free trial" 65 39 msgstr "Regisztrálj próbaidőszakot" 66 40 67 #: optimonk-admin.php: 12641 #: optimonk-admin.php:96 68 42 #, php-format 69 43 msgid "Don't have an account? %s" 70 44 msgstr "Amennyiben nincs fiókod, akkor %s" 71 45 72 #: optimonk-admin.php: 12946 #: optimonk-admin.php:99 73 47 msgid "" 74 "The following custom variables shall be referred to as \"wp_[variable " 75 "name]\".<br/>\n" 48 "The following custom variables can be used for visitor targeting.<br/>\n" 76 49 " <span class=\"underline\">We store the following in " 77 50 "custom variables:</span><br/>\n" 78 " <span class=\"bold\"> utm_campaign,utm_source, "79 " utm_medium</span>: If they are given in the URL, then these are not deleted,"80 " they are overwritten.<br/>\n"81 " <span class=\"bold\"> source</span>: Contains the URL"82 " of the referral source, often coming from different domains, default: Direct."83 " <br/>\n"84 " <span class=\"bold\"> referrer</span>: Contains the"85 " URL of the previous page, default: Direct.<br/>\n"86 " <span class=\"bold\"> visitor_type</span>: Role of "51 " <span class=\"bold\">wp_utm_campaign, wp_utm_source, " 52 "wp_utm_medium</span>: If they are given in the URL, then these are not " 53 "deleted, they are overwritten.<br/>\n" 54 " <span class=\"bold\">wp_source</span>: Contains the " 55 "URL of the referral source, often coming from different domains, default: " 56 "Direct.<br/>\n" 57 " <span class=\"bold\">wp_referrer</span>: Contains " 58 "the URL of the previous page, default: Direct.<br/>\n" 59 " <span class=\"bold\">wp_visitor_type</span>: Role of " 87 60 "the visitor on the site, example: administrator, default: logged out.<br/>\n" 88 " <span class=\"bold\"> visitor_login_status</span>: "61 " <span class=\"bold\">wp_visitor_login_status</span>: " 89 62 "The login status of the visitor on the site, values: logged out, logged in." 90 63 "<br/>\n" 91 " <span class=\"bold\"> visitor_id</span>: The ID of "64 " <span class=\"bold\">wp_visitor_id</span>: The ID of " 92 65 "the visitor on the site.<br/>\n" 93 " <span class=\"bold\"> page_title</span>: Name of the"94 " current page.<br/>\n"95 " <span class=\"bold\"> post_type</span>: Type of post."96 " If it cannot be defined, then: unknown.<br/>\n"97 " <span class=\"bold\"> post_type_with_prefix</span>:"98 " Type of post completed with a prefix. Prefix values: single, author, "66 " <span class=\"bold\">wp_page_title</span>: Name of " 67 "the current page.<br/>\n" 68 " <span class=\"bold\">wp_post_type</span>: Type of " 69 "post. If it cannot be defined, then: unknown.<br/>\n" 70 " <span class=\"bold\">wp_post_type_with_prefix</" 71 "span>: Type of post completed with a prefix. Prefix values: single, author, " 99 72 "category, tag, day, month, year, time, date, tax.<br/>\n" 100 " <span class=\"bold\"> post_categories</span>: "73 " <span class=\"bold\">wp_post_categories</span>: " 101 74 "Categories of the post, if there are more than one, then separated with: \"|" 102 75 "\".<br/>\n" 103 " <span class=\"bold\"> post_tags</span>: Tags of the"104 " post, if there are more than one, then separated with: \"|\".<br/>\n"105 " <span class=\"bold\"> post_author</span>: Author of"106 " the post.<br/>\n"107 " <span class=\"bold\"> post_full_date</span>: Exact "76 " <span class=\"bold\">wp_post_tags</span>: Tags of " 77 "the post, if there are more than one, then separated with: \"|\".<br/>\n" 78 " <span class=\"bold\">wp_post_author</span>: Author " 79 "of the post.<br/>\n" 80 " <span class=\"bold\">wp_post_full_date</span>: Exact " 108 81 "and full date of the post. Based on the date format set in Settings -> " 109 82 "General.<br/>\n" 110 " <span class=\"bold\"> post_year</span>: Year of the"111 " post.<br/>\n"112 " <span class=\"bold\"> post_month</span>: Month of the"113 " post. For single-digit months, use a \"0\" prefix, example: September is "83 " <span class=\"bold\">wp_post_year</span>: Year of " 84 "the post.<br/>\n" 85 " <span class=\"bold\">wp_post_month</span>: Month of " 86 "the post. For single-digit months, use a \"0\" prefix, example: September is " 114 87 "\"09\".<br/>\n" 115 " <span class=\"bold\"> post_day</span>: Day of the "88 " <span class=\"bold\">wp_post_day</span>: Day of the " 116 89 "post. For single-digit days, use a \"0\" prefix, example: The first day of " 117 90 "month it is \"01\".<br/>\n" 118 " <span class=\"bold\"> is_front_page</span>: If the "91 " <span class=\"bold\">wp_is_front_page</span>: If the " 119 92 "current page is the main page, the value is \"1\", for any other page the " 120 93 "value is \"0\". The value \"1\" is assigned to the page set in Settings -> " 121 94 "Reading -> \"Front page displays\".<br/>\n" 122 " <span class=\"bold\"> search_query</span>: The "95 " <span class=\"bold\">wp_search_query</span>: The " 123 96 "expression searched for in any queries.<br/>\n" 124 " <span class=\"bold\"> search_result_count</span>: "97 " <span class=\"bold\">wp_search_result_count</span>: " 125 98 "Number of search results.<br/>\n" 126 99 " <p><span class=\"underline\">Additional custom variables " 127 100 "with WooCommerce plugin:</span></br>\n" 128 " <span class=\"bold\">cart_total_without_discounts</" 129 "span>: Full price of cart, without discounts.<br/>\n" 130 " <span class=\"bold\">cart_total</span>: Final price " 131 "of cart, with discounts.<br/>\n" 132 " <span class=\"bold\">number_of_item_kinds</span>: " 101 " <span class=\"bold" 102 "\">wp_cart_total_without_discounts</span>: Full price of cart, without " 103 "discounts.<br/>\n" 104 " <span class=\"bold\">wp_cart_total</span>: Final " 105 "price of cart, with discounts.<br/>\n" 106 " <span class=\"bold\">wp_number_of_item_kinds</span>: " 133 107 "The number of different products.<br/>\n" 134 " <span class=\"bold\"> total_number_of_cart_items</"108 " <span class=\"bold\">wp_total_number_of_cart_items</" 135 109 "span>: The number of cart items.<br/>\n" 136 " <span class=\"bold\">applied_coupons</span>: Applied " 137 "coupons, if there are more than one, then separated with: \"|\".<br/>\n" 138 " <span class=\"bold\">current_product.name</span>: " 110 " <span class=\"bold\">wp_applied_coupons</span>: " 111 "Applied coupons, if there are more than one, then separated with: \"|\".<br/" 112 ">\n" 113 " <span class=\"bold\">wp_current_product.name</span>: " 139 114 "Name of the product currently being viewed.<br/>\n" 140 " <span class=\"bold\"> current_product.sku</span>: "115 " <span class=\"bold\">wp_current_product.sku</span>: " 141 116 "Item number of the product currently being viewed.<br/>\n" 142 " <span class=\"bold\"> current_product.price</span>:"143 " Price of the product currently being viewed.<br/>\n"144 " <span class=\"bold\"> current_product.stock</span>:"145 " Stock or inventory level of the product currently being viewed, if it is set."146 " <br/>\n"147 " <span class=\"bold\"> current_product.categories</"117 " <span class=\"bold\">wp_current_product.price</" 118 "span>: Price of the product currently being viewed.<br/>\n" 119 " <span class=\"bold\">wp_current_product.stock</" 120 "span>: Stock or inventory level of the product currently being viewed, if it " 121 "is set.<br/>\n" 122 " <span class=\"bold\">wp_current_product.categories</" 148 123 "span>: Categories of the product currently being viewed, if there are more " 149 124 "than one, then separated with: \"|\".<br/>\n" 150 " <span class=\"bold\"> current_product.tags</span>: "125 " <span class=\"bold\">wp_current_product.tags</span>: " 151 126 "Tags of the product currently being viewed, if there are more than one, then " 152 127 "separated with: \"|\".\n" 153 128 " </p>" 154 129 msgstr "" 155 "A következőkben leírt egyéni változókra \"wp_[változó név]\" módon lehet"156 " hivatkozni az OptiMonk kampány beállításainál.<br/>"157 " <span class=\"underline\">Egyéni változóba tároljuk:</span><br/"158 " > <span class=\"bold\">utm_campaign, utm_source,"159 " utm_medium</span>: ha meg vannak adva URL-be, ezeket nem töröljük csak"160 " felülírjuk, alapértelmezetten nincs definiálva<br/>"161 " <span class=\"bold\">source</span>: az oldal URL-jétől különböző domain-ről"162 " érkező oldalt tartalmazza, alapértelmezetten: Direct<br/"163 " > <span class=\"bold\">referrer</span>: előző oldal"164 " url-jét tartalmazza, alapértelmezetten: Direct<br/>"165 " <span class=\"bold\">visitor_type</span>: a belépett látogató szerepe, pl."166 " administrator, alapértelmezetten: logged out<br/>"167 " <span class=\"bold\">visitor_login_status</span>: a látogató"168 " bejelentkezettségéről ad információt, értékei: logged out, logged in<br/"169 " > <span class=\"bold\">visitor_id</span>: belépett"170 " látogató azonosítója, alapértelmezetten: 0<br/>"171 " <span class=\"bold\">page_title</span>: oldal címe<br/"172 " > <span class=\"bold\">post_type</span>: bejegyzés"173 " típusa, ha nem lehet megállapítani, akkor unknown<br/"174 " > <span class=\"bold\">post_type_with_prefix</span>:"175 " a bejegyzés típusát egy előtaggal kiegészítve, előtagértékek: single, "176 " author, category, tag, day, month, year, time, date, tax<br/"177 " > <span class=\"bold\">post_categories</span>:"178 " bejegyzés kategóriái, ha több van, akkor \"|\" karakterrel elválasztva<br/"179 " > <span class=\"bold\">post_tags</span>: bejegyzés"180 " címkéi, ha több van, akkor \"|\" karakterrel elválasztva<br/"181 " > <span class=\"bold\">post_author</span>: bejegyzés"182 " szerzője<br/> <span class=\"bold\">post_full_date</"183 " span>: A bejegyzé teljes dátuma a Beállítások -> Általános oldalon"184 " beállított dátum formátumban<br/> <span class=\"bold"185 " \">post_year</span>: A bejegyzés éve<br/> <span"186 " class=\"bold\">post_month</span>: A bejegyzés hónapja, 1 számjegyű hónap"187 "e setén 0 előtaggal, pl. szeptember esetén 09<br/>"188 " <span class=\"bold\">post_day</span>: A bejegyzés napja, 1 számjegyű nap"189 "e setén 0 előtaggal, pl. elseje esetén 01<br/> <span"190 " class=\"bold\">is_front_page</span>: Ha az oldal kezdőoldal, akkor 1-es "130 "A következőkben leírt egyéni változókra lehet hivatkozni az OptiMonk kampány " 131 "beállításainál.<br/> <span class=\"underline\">Egyéni " 132 "változóba tároljuk:</span><br/> <span class=\"bold" 133 "\">wp_utm_campaign, wp_utm_source, wp_utm_medium</span>: ha meg vannak adva " 134 "URL-be, ezeket nem töröljük csak felülírjuk, alapértelmezetten nincs " 135 "definiálva<br/> <span class=\"bold\">wp_source</" 136 "span>: az oldal URL-jétől különböző domain-ről érkező oldalt tartalmazza, " 137 "alapértelmezetten: Direct<br/> <span class=\"bold" 138 "\">wp_referrer</span>: előző oldal url-jét tartalmazza, alapértelmezetten: " 139 "Direct<br/> <span class=\"bold\">wp_visitor_type</" 140 "span>: a belépett látogató szerepe, pl. administrator, alapértelmezetten: " 141 "logged out<br/> <span class=\"bold" 142 "\">wp_visitor_login_status</span>: a látogató bejelentkezettségéről ad " 143 "információt, értékei: logged out, logged in<br/> " 144 "<span class=\"bold\">wp_visitor_id</span>: belépett látogató azonosítója, " 145 "alapértelmezetten: 0<br/> <span class=\"bold" 146 "\">wp_page_title</span>: oldal címe<br/> <span class=" 147 "\"bold\">wp_post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, " 148 "akkor unknown<br/> <span class=\"bold" 149 "\">wp_post_type_with_prefix</span>: a bejegyzés típusát egy előtaggal " 150 "kiegészítve, előtagértékek: single, author, category, tag, day, month, year, " 151 "time, date, tax<br/> <span class=\"bold" 152 "\">wp_post_categories</span>: bejegyzés kategóriái, ha több van, akkor \"|\" " 153 "karakterrel elválasztva<br/> <span class=\"bold" 154 "\">wp_post_tags</span>: bejegyzés címkéi, ha több van, akkor \"|\" " 155 "karakterrel elválasztva<br/> <span class=\"bold" 156 "\">wp_post_author</span>: bejegyzés szerzője<br/> " 157 "<span class=\"bold\">wp_post_full_date</span>: A bejegyzé teljes dátuma a " 158 "Beállítások -> Általános oldalon beállított dátum formátumban<br/" 159 "> <span class=\"bold\">wp_post_year</span>: A " 160 "bejegyzés éve<br/> <span class=\"bold" 161 "\">wp_post_month</span>: A bejegyzés hónapja, 1 számjegyű hónap esetén 0 " 162 "előtaggal, pl. szeptember esetén 09<br/> <span class=" 163 "\"bold\">wp_post_day</span>: A bejegyzés napja, 1 számjegyű nap esetén 0 " 164 "előtaggal, pl. elseje esetén 01<br/> <span class=" 165 "\"bold\">wp_is_front_page</span>: Ha az oldal kezdőoldal, akkor 1-es " 191 166 "egyébként 0. A Beállítások -> Olvasás -> A kezdőoldalon jelenjen meg " 192 167 "opciónál beállított oldal esetén 1<br/> <span class=" 193 "\"bold\"> search_query</span>: A oldalon való keresés során megadott "168 "\"bold\">wp_search_query</span>: A oldalon való keresés során megadott " 194 169 "kifejezés<br/> <span class=\"bold" 195 "\"> search_results_count</span>: A keresés eredményeinek száma<br/"170 "\">wp_search_results_count</span>: A keresés eredményeinek száma<br/" 196 171 "> <p><span class=\"underline\">WooCommerce plugin esetén " 197 172 "használható egyéni változók:</span><br/> <span class=" 198 "\"bold\"> cart_total_without_discounts</span>: A kosárban lévő termékek "173 "\"bold\">wp_cart_total_without_discounts</span>: A kosárban lévő termékek " 199 174 "összege (levonások nélkül)<br/> <span class=\"bold" 200 "\"> cart_total</span>: A kosár végösszege (levonásokkal)<br/"201 "> <span class=\"bold\"> number_of_item_kinds</span>:"202 " Az egymástól különböző termékek száma<br/> <span"203 " class=\"bold\">total_number_of_cart_items</span>: A kosárban lévőt termékek"204 " darabszáma<br/> <span class=\"bold"205 "\"> applied_coupons</span>: A kosárnál felhasznált kuponok, ha több van, "175 "\">wp_cart_total</span>: A kosár végösszege (levonásokkal)<br/" 176 "> <span class=\"bold\">wp_number_of_item_kinds</" 177 "span>: Az egymástól különböző termékek száma<br/> " 178 "<span class=\"bold\">wp_total_number_of_cart_items</span>: A kosárban lévőt " 179 "termékek darabszáma<br/> <span class=\"bold" 180 "\">wp_applied_coupons</span>: A kosárnál felhasznált kuponok, ha több van, " 206 181 "akkor \"|\" karakterrel elválasztva<br/> <span class=" 207 "\"bold\">current_product.name</span>: Az éppen megtekintett termék neve<br/" 208 "> <span class=\"bold\">current_product.sku</span>: " 209 "Az éppen megtekintett termék cikkszáma<br/> <span " 210 "class=\"bold\">current_product.price</span>: Az éppen megtekintett termék " 211 "ára<br/> <span class=\"bold\">current_product.stock</" 212 "span>: Az éppen megtekintett termék raktárkészlete ha be van állítva a " 213 "terméknél<br/> <span class=\"bold\">current_product." 214 "categories</span>: Az éppen megtekintett termék kategóriái, ha több van, " 215 "akkor \"|\"-al elválasztva<br/> <span class=\"bold" 216 "\">current_product.tags</span>: Az éppen megtekintett termék címkéi, ha több " 217 "van, akkor \"|\"-al elválasztva<br/> A kampány " 218 "beállításainál használhatóak a kosár szabályok. </p>" 219 220 #: optimonk-admin.php:194 182 "\"bold\">wp_current_product.name</span>: Az éppen megtekintett termék " 183 "neve<br/> <span class=\"bold\">wp_current_product." 184 "sku</span>: Az éppen megtekintett termék cikkszáma<br/" 185 "> <span class=\"bold\">wp_current_product.price</" 186 "span>: Az éppen megtekintett termék ára<br/> <span " 187 "class=\"bold\">wp_current_product.stock</span>: Az éppen megtekintett termék " 188 "raktárkészlete ha be van állítva a terméknél<br/> " 189 "<span class=\"bold\">wp_current_product.categories</span>: Az éppen " 190 "megtekintett termék kategóriái, ha több van, akkor \"|\"-al elválasztva<br/" 191 "> <span class=\"bold\">wp_current_product.tags</" 192 "span>: Az éppen megtekintett termék címkéi, ha több van, akkor \"|\"-al " 193 "elválasztva<br/> A kampány beállításainál használhatóak " 194 "a kosár szabályok. </p>" 195 196 #: optimonk-admin.php:150 197 msgid "Wrong account id!" 198 msgstr "Hibás fiókazonosító!" 199 200 #: optimonk-admin.php:156 optimonk-admin.php:181 221 201 msgid "Your data successfully updated!" 222 202 msgstr "Sikeres mentés!" 223 203 224 #: optimonk-admin.php:199 225 msgid "Wrong account id!" 226 msgstr "Hibás fiókazonosító!" 227 228 #: template/settings.php:12 204 #: template/settings.php:13 229 205 msgid "Account Id" 230 206 msgstr "Fiókazonosító" -
exit-intent-popups-by-optimonk/trunk/languages/optimonk-hu_HU.pot
r1585854 r2719200 46 46 #: optimonk-admin.php:99 47 47 msgid "" 48 "The following custom variables shall be referred to as \"wp_[variable " 49 "name]\".<br/>\n" 48 "The following custom variables can be used for visitor targeting.<br/>\n" 50 49 " <span class=\"underline\">We store the following in " 51 50 "custom variables:</span><br/>\n" 52 " <span class=\"bold\"> utm_campaign, utm_source,"53 " utm_medium</span>: If they are given in the URL, then these are not deleted, "51 " <span class=\"bold\">wp_utm_campaign, wp_utm_source, wp_utm_medium" 52 "</span>: If they are given in the URL, then these are not deleted, " 54 53 "they are overwritten.<br/>\n" 55 " <span class=\"bold\"> source</span>: Contains the URL "54 " <span class=\"bold\">wp_source</span>: Contains the URL " 56 55 "of the referral source, often coming from different domains, default: Direct." 57 56 "<br/>\n" 58 " <span class=\"bold\"> referrer</span>: Contains the "57 " <span class=\"bold\">wp_referrer</span>: Contains the " 59 58 "URL of the previous page, default: Direct.<br/>\n" 60 " <span class=\"bold\"> visitor_type</span>: Role of "59 " <span class=\"bold\">wp_visitor_type</span>: Role of " 61 60 "the visitor on the site, example: administrator, default: logged out.<br/>\n" 62 " <span class=\"bold\"> visitor_login_status</span>: "61 " <span class=\"bold\">wp_visitor_login_status</span>: " 63 62 "The login status of the visitor on the site, values: logged out, logged in." 64 63 "<br/>\n" 65 " <span class=\"bold\"> visitor_id</span>: The ID of "64 " <span class=\"bold\">wp_visitor_id</span>: The ID of " 66 65 "the visitor on the site.<br/>\n" 67 " <span class=\"bold\"> page_title</span>: Name of the "66 " <span class=\"bold\">wp_page_title</span>: Name of the " 68 67 "current page.<br/>\n" 69 " <span class=\"bold\"> post_type</span>: Type of post. "68 " <span class=\"bold\">wp_post_type</span>: Type of post. " 70 69 "If it cannot be defined, then: unknown.<br/>\n" 71 " <span class=\"bold\"> post_type_with_prefix</span>: "70 " <span class=\"bold\">wp_post_type_with_prefix</span>: " 72 71 "Type of post completed with a prefix. Prefix values: single, author, " 73 72 "category, tag, day, month, year, time, date, tax.<br/>\n" 74 " <span class=\"bold\"> post_categories</span>: "73 " <span class=\"bold\">wp_post_categories</span>: " 75 74 "Categories of the post, if there are more than one, then separated with: \"|" 76 75 "\".<br/>\n" 77 " <span class=\"bold\"> post_tags</span>: Tags of the "76 " <span class=\"bold\">wp_post_tags</span>: Tags of the " 78 77 "post, if there are more than one, then separated with: \"|\".<br/>\n" 79 " <span class=\"bold\"> post_author</span>: Author of "78 " <span class=\"bold\">wp_post_author</span>: Author of " 80 79 "the post.<br/>\n" 81 " <span class=\"bold\"> post_full_date</span>: Exact "80 " <span class=\"bold\">wp_post_full_date</span>: Exact " 82 81 "and full date of the post. Based on the date format set in Settings -> " 83 82 "General.<br/>\n" 84 " <span class=\"bold\"> post_year</span>: Year of the "83 " <span class=\"bold\">wp_post_year</span>: Year of the " 85 84 "post.<br/>\n" 86 " <span class=\"bold\"> post_month</span>: Month of the "85 " <span class=\"bold\">wp_post_month</span>: Month of the " 87 86 "post. For single-digit months, use a \"0\" prefix, example: September is " 88 87 "\"09\".<br/>\n" 89 " <span class=\"bold\"> post_day</span>: Day of the "88 " <span class=\"bold\">wp_post_day</span>: Day of the " 90 89 "post. For single-digit days, use a \"0\" prefix, example: The first day of " 91 90 "month it is \"01\".<br/>\n" 92 " <span class=\"bold\"> is_front_page</span>: If the "91 " <span class=\"bold\">wp_is_front_page</span>: If the " 93 92 "current page is the main page, the value is \"1\", for any other page the " 94 93 "value is \"0\". The value \"1\" is assigned to the page set in Settings -> " 95 94 "Reading -> \"Front page displays\".<br/>\n" 96 " <span class=\"bold\"> search_query</span>: The "95 " <span class=\"bold\">wp_search_query</span>: The " 97 96 "expression searched for in any queries.<br/>\n" 98 " <span class=\"bold\"> search_result_count</span>: "97 " <span class=\"bold\">wp_search_result_count</span>: " 99 98 "Number of search results.<br/>\n" 100 99 " <p><span class=\"underline\">Additional custom variables " 101 100 "with WooCommerce plugin:</span></br>\n" 102 " <span class=\"bold\"> cart_total_without_discounts</"101 " <span class=\"bold\">wp_cart_total_without_discounts</" 103 102 "span>: Full price of cart, without discounts.<br/>\n" 104 " <span class=\"bold\"> cart_total</span>: Final price "103 " <span class=\"bold\">wp_cart_total</span>: Final price " 105 104 "of cart, with discounts.<br/>\n" 106 " <span class=\"bold\"> number_of_item_kinds</span>: "105 " <span class=\"bold\">wp_number_of_item_kinds</span>: " 107 106 "The number of different products.<br/>\n" 108 " <span class=\"bold\"> total_number_of_cart_items</"107 " <span class=\"bold\">wp_total_number_of_cart_items</" 109 108 "span>: The number of cart items.<br/>\n" 110 " <span class=\"bold\"> applied_coupons</span>: Applied "109 " <span class=\"bold\">wp_applied_coupons</span>: Applied " 111 110 "coupons, if there are more than one, then separated with: \"|\".<br/>\n" 112 " <span class=\"bold\"> current_product.name</span>: "111 " <span class=\"bold\">wp_current_product.name</span>: " 113 112 "Name of the product currently being viewed.<br/>\n" 114 " <span class=\"bold\"> current_product.sku</span>: "113 " <span class=\"bold\">wp_current_product.sku</span>: " 115 114 "Item number of the product currently being viewed.<br/>\n" 116 " <span class=\"bold\"> current_product.price</span>: "115 " <span class=\"bold\">wp_current_product.price</span>: " 117 116 "Price of the product currently being viewed.<br/>\n" 118 " <span class=\"bold\"> current_product.stock</span>: "117 " <span class=\"bold\">wp_current_product.stock</span>: " 119 118 "Stock or inventory level of the product currently being viewed, if it is set." 120 119 "<br/>\n" 121 " <span class=\"bold\"> current_product.categories</"120 " <span class=\"bold\">wp_current_product.categories</" 122 121 "span>: Categories of the product currently being viewed, if there are more " 123 122 "than one, then separated with: \"|\".<br/>\n" 124 " <span class=\"bold\"> current_product.tags</span>: "123 " <span class=\"bold\">wp_current_product.tags</span>: " 125 124 "Tags of the product currently being viewed, if there are more than one, then " 126 125 "separated with: \"|\".\n" 127 126 " </p>" 128 127 msgstr "" 129 "A következőkben leírt egyéni változókra \"wp_[változó név]\" módonlehet "128 "A következőkben leírt egyéni változókra lehet " 130 129 "hivatkozni az OptiMonk kampány beállításainál.<br/> <" 131 130 "span class=\"underline\">Egyéni változóba tároljuk:</span><br/> " 132 " <span class=\"bold\"> utm_campaign, utm_source,utm_medium</span>: "131 " <span class=\"bold\">wp_utm_campaign, wp_utm_source, wp_utm_medium</span>: " 133 132 "ha meg vannak adva URL-be, ezeket nem töröljük csak felülírjuk, " 134 133 "alapértelmezetten nincs definiálva<br/> <span class=" 135 "\"bold\"> source</span>: az oldal URL-jétől különböző domain-ről érkező "134 "\"bold\">wp_source</span>: az oldal URL-jétől különböző domain-ről érkező " 136 135 "oldalt tartalmazza, alapértelmezetten: Direct<br/> <" 137 "span class=\"bold\"> referrer</span>: előző oldal url-jét tartalmazza, "136 "span class=\"bold\">wp_referrer</span>: előző oldal url-jét tartalmazza, " 138 137 "alapértelmezetten: Direct<br/> <span class=\"bold\">" 139 " visitor_type</span>: a belépett látogató szerepe, pl. administrator, "138 "wp_visitor_type</span>: a belépett látogató szerepe, pl. administrator, " 140 139 "alapértelmezetten: logged out<br/> <span class=\"" 141 "bold\"> visitor_login_status</span>: a látogató bejelentkezettségéről ad "140 "bold\">wp_visitor_login_status</span>: a látogató bejelentkezettségéről ad " 142 141 "információt, értékei: logged out, logged in<br/> <" 143 "span class=\"bold\"> visitor_id</span>: belépett látogató azonosítója, "144 "alapértelmezetten: 0<br/> <span class=\"bold\"> page_"142 "span class=\"bold\">wp_visitor_id</span>: belépett látogató azonosítója, " 143 "alapértelmezetten: 0<br/> <span class=\"bold\">wp_page_" 145 144 "title</span>: oldal címe<br/> <span class=\"bold\">" 146 " post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, akkor "147 "unknown<br/> <span class=\"bold\"> post_type_with_"145 "wp_post_type</span>: bejegyzés típusa, ha nem lehet megállapítani, akkor " 146 "unknown<br/> <span class=\"bold\">wp_post_type_with_" 148 147 "prefix</span>: a bejegyzés típusát egy előtaggal kiegészítve, előtagértékek: " 149 148 "single, author, category, tag, day, month, year, time, date, tax<br/> " 150 " <span class=\"bold\"> post_categories</span>: bejegyzés "149 " <span class=\"bold\">wp_post_categories</span>: bejegyzés " 151 150 "kategóriái, ha több van, akkor \"|\" karakterrel elválasztva<br/> " 152 " <span class=\"bold\"> post_tags</span>: bejegyzés címkéi, ha "151 " <span class=\"bold\">wp_post_tags</span>: bejegyzés címkéi, ha " 153 152 "több van, akkor \"|\" karakterrel elválasztva<br/> <" 154 "span class=\"bold\"> post_author</span>: bejegyzés szerzője<br/> "155 " <span class=\"bold\"> post_full_date</span>: A bejegyzé teljes "153 "span class=\"bold\">wp_post_author</span>: bejegyzés szerzője<br/> " 154 " <span class=\"bold\">wp_post_full_date</span>: A bejegyzé teljes " 156 155 "dátuma a Beállítások -> Általános oldalon beállított dátum formátumban<br/> " 157 " <span class=\"bold\"> post_year</span>: A bejegyzés "158 "éve<br/> <span class=\"bold\"> post_month</span>: A "156 " <span class=\"bold\">wp_post_year</span>: A bejegyzés " 157 "éve<br/> <span class=\"bold\">wp_post_month</span>: A " 159 158 "bejegyzés hónapja, 1 számjegyű hónap esetén 0 előtaggal, pl. szeptember " 160 "esetén 09<br/> <span class=\"bold\"> post_day</span>: "159 "esetén 09<br/> <span class=\"bold\">wp_post_day</span>: " 161 160 "A bejegyzés napja, 1 számjegyű nap esetén 0 előtaggal, pl. elseje esetén 01<" 162 "br/> <span class=\"bold\"> is_front_page</span>: Ha "161 "br/> <span class=\"bold\">wp_is_front_page</span>: Ha " 163 162 "az oldal kezdőoldal, akkor 1-es egyébként 0. A Beállítások -> Olvasás -> A " 164 163 "kezdőoldalon jelenjen meg opciónál beállított oldal esetén 1<br/> " 165 " <span class=\"bold\"> search_query</span>: A oldalon való keresés "164 " <span class=\"bold\">wp_search_query</span>: A oldalon való keresés " 166 165 "során megadott kifejezés<br/> <span class=\"bold\">" 167 " search_results_count</span>: A keresés eredményeinek száma<br/> "166 "wp_search_results_count</span>: A keresés eredményeinek száma<br/> " 168 167 " <p><span class=\"underline\">WooCommerce plugin esetén használható " 169 168 "egyéni változók:</span><br/> <span class=\"bold\">" 170 " cart_total_without_discounts</span>: A kosárban lévő termékek összege ("171 "levonások nélkül)<br/> <span class=\"bold\"> cart_"169 "wp_cart_total_without_discounts</span>: A kosárban lévő termékek összege (" 170 "levonások nélkül)<br/> <span class=\"bold\">wp_cart_" 172 171 "total</span>: A kosár végösszege (levonásokkal)<br/> " 173 "<span class=\"bold\"> number_of_item_kinds</span>: Az egymástól különböző "174 "termékek száma<br/> <span class=\"bold\"> total_"172 "<span class=\"bold\">wp_number_of_item_kinds</span>: Az egymástól különböző " 173 "termékek száma<br/> <span class=\"bold\">wp_total_" 175 174 "number_of_cart_items</span>: A kosárban lévőt termékek darabszáma<br/> " 176 " <span class=\"bold\"> applied_coupons</span>: A kosárnál "175 " <span class=\"bold\">wp_applied_coupons</span>: A kosárnál " 177 176 "felhasznált kuponok, ha több van, akkor \"|\" karakterrel elválasztva<br/> " 178 " <span class=\"bold\"> current_product.name</span>: Az "177 " <span class=\"bold\">wp_current_product.name</span>: Az " 179 178 "éppen megtekintett termék neve<br/> <span class=\"" 180 "bold\"> current_product.sku</span>: Az éppen megtekintett termék cikkszáma<br/"181 "> <span class=\"bold\"> current_product.price</span>: "179 "bold\">wp_current_product.sku</span>: Az éppen megtekintett termék cikkszáma<br/" 180 "> <span class=\"bold\">wp_current_product.price</span>: " 182 181 "Az éppen megtekintett termék ára<br/> <span class=\"" 183 "bold\"> current_product.stock</span>: Az éppen megtekintett termék "182 "bold\">wp_current_product.stock</span>: Az éppen megtekintett termék " 184 183 "raktárkészlete ha be van állítva a terméknél<br/> <" 185 "span class=\"bold\"> current_product.categories</span>: Az éppen megtekintett "184 "span class=\"bold\">wp_current_product.categories</span>: Az éppen megtekintett " 186 185 "termék kategóriái, ha több van, akkor \"|\"-al elválasztva<br/> " 187 " <span class=\"bold\"> current_product.tags</span>: Az éppen "186 " <span class=\"bold\">wp_current_product.tags</span>: Az éppen " 188 187 "megtekintett termék címkéi, ha több van, akkor \"|\"-al elválasztva<br/> " 189 188 " A kampány beállításainál használhatóak a kosár szabályok. "
Note: See TracChangeset
for help on using the changeset viewer.