# Copyright (C) 2025 Gravity Wiz # This file is distributed under the GPL-3.0+. msgid "" msgstr "" "Project-Id-Version: GP Limit Submissions 1.1.24\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cloned-perk-05zLYQ3_Wj\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: 2025-10-09T17:59:39+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: gp-limit-submissions\n" #. Plugin Name of the plugin #: gp-limit-submissions.php #: class-gp-limit-submissions.php:167 msgid "GP Limit Submissions" msgstr "" #. Plugin URI of the plugin #: gp-limit-submissions.php msgid "https://gravitywiz.com/documentation/gravity-forms-limit-submissions/" msgstr "" #. Description of the plugin #: gp-limit-submissions.php msgid "Limit the number of entries that can be submitted by almost anything (e.g. user, role, IP, field value)." msgstr "" #. Author of the plugin #: gp-limit-submissions.php msgid "Gravity Wiz" msgstr "" #. Author URI of the plugin #: gp-limit-submissions.php msgid "http://gravitywiz.com" msgstr "" #: class-gp-limit-submissions.php:168 msgid "Limit Submissions" msgstr "" #: class-gp-limit-submissions.php:202 msgid "Limit Feed Name" msgstr "" #: class-gp-limit-submissions.php:206 msgid "Enter a name for this limit feed." msgstr "" #: class-gp-limit-submissions.php:210 #: class-gp-limit-submissions.php:374 msgid "Submission Limit" msgstr "" #: class-gp-limit-submissions.php:214 msgid "Specify the number of entries that may be submitted if this limit feed applies." msgstr "" #: class-gp-limit-submissions.php:219 #: class-gp-limit-submissions.php:235 msgid "Time Period" msgstr "" #: class-gp-limit-submissions.php:225 msgid "Time Period Type" msgstr "" #: class-gp-limit-submissions.php:228 msgid "Choose time period settings" msgstr "" #: class-gp-limit-submissions.php:231 msgid "Forever" msgstr "" #: class-gp-limit-submissions.php:239 #: class-gp-limit-submissions.php:249 msgid "Calendar Period" msgstr "" #: class-gp-limit-submissions.php:243 msgid "Form Schedule" msgstr "" #: class-gp-limit-submissions.php:251 msgid "Enter the value for the time period" msgstr "" #: class-gp-limit-submissions.php:256 msgid "Time Period Value" msgstr "" #: class-gp-limit-submissions.php:258 msgid "Enter the type of calendar time period" msgstr "" #: class-gp-limit-submissions.php:260 msgid "Enter a number (i.e. 3)" msgstr "" #: class-gp-limit-submissions.php:263 msgid "Time Period Unit" msgstr "" #: class-gp-limit-submissions.php:266 msgid "Choose time period" msgstr "" #: class-gp-limit-submissions.php:270 msgid "second(s)" msgstr "" #: class-gp-limit-submissions.php:274 msgid "minute(s)" msgstr "" #: class-gp-limit-submissions.php:278 msgid "hour(s)" msgstr "" #: class-gp-limit-submissions.php:282 msgid "day(s)" msgstr "" #: class-gp-limit-submissions.php:286 msgid "week(s)" msgstr "" #: class-gp-limit-submissions.php:290 msgid "month(s)" msgstr "" #: class-gp-limit-submissions.php:294 msgid "year(s)" msgstr "" #: class-gp-limit-submissions.php:302 msgid "Limit Message" msgstr "" #: class-gp-limit-submissions.php:306 msgid "Specify a message that will be displayed to users if their submission is limited or if the form's submission limit is reached." msgstr "" #: class-gp-limit-submissions.php:308 #: includes/GPLS_Enforce.php:180 msgid "The submission limit has been reached for this form." msgstr "" #: class-gp-limit-submissions.php:316 msgid "Rule Groups" msgstr "" #: class-gp-limit-submissions.php:319 msgid "Create groups of rules that determine whether this limit feed applies. Add a rule to your group with the (+)/(-) icons to the right. All rules in a group must be true for the group to match. Add another group by clicking the \"Add Rule Group\" button below. If any group matches, this limit feed will apply." msgstr "" #: class-gp-limit-submissions.php:324 msgid "Additional Options" msgstr "" #: class-gp-limit-submissions.php:329 msgid "Conditional Logic" msgstr "" #: class-gp-limit-submissions.php:330 msgid "Enable" msgstr "" #: class-gp-limit-submissions.php:331 msgid "Limit form submission if" msgstr "" #: class-gp-limit-submissions.php:332 msgid "Use conditional logic to determine if this feed should limit the entry being submitted. Note: Conditional logic is only evaluated when the form is submitted. It is not evaluated when the form is displayed." msgstr "" #: class-gp-limit-submissions.php:344 msgid "Specify a time period for which the this limit feed applies. Only entries submitted during this time period will count towards the submission limit." msgstr "" #: class-gp-limit-submissions.php:346 msgid "All existing entries that match the rules for this limit feed will count towards the submission limit." msgstr "" #: class-gp-limit-submissions.php:347 msgid "Only entries that fall within the specified time period (counting back from the current time) will count towards the submission limit." msgstr "" #: class-gp-limit-submissions.php:348 msgid "Only entries that fall with the specified calendar period will count towards the submission limit." msgstr "" #: class-gp-limit-submissions.php:349 msgid "Only entires that fall within the specified form schedule will count towards the submission limit. You can configure your form schedule on the Form Settings page via the \"Schedule form\" setting." msgstr "" #: class-gp-limit-submissions.php:373 msgid "Limit Feed" msgstr "" #: includes/GPLS_Enforce.php:56 msgid "Submission limit reached" msgstr "" #: includes/GPLS_Enforce.php:64 msgid "Submission limit reached (%s)" msgstr "" #: includes/GPLS_Interface.php:17 msgid "Rule Set" msgstr "" #: includes/GPLS_Interface.php:69 msgid "IP" msgstr "" #: includes/GPLS_Interface.php:73 #: includes/GPLS_Rule_User.php:48 msgid "User" msgstr "" #: includes/GPLS_Interface.php:77 #: includes/GPLS_Rule_Embed_Url.php:142 #: includes/GPLS_Rule_Embed_Url.php:174 msgid "Embed URL" msgstr "" #: includes/GPLS_Interface.php:81 #: includes/GPLS_Rule_Role.php:80 msgid "Role" msgstr "" #: includes/GPLS_Interface.php:85 msgid "Field Value" msgstr "" #: includes/GPLS_RuleTest.php:311 msgid "Per Day" msgstr "" #: includes/GPLS_RuleTest.php:318 msgid "Per Week" msgstr "" #: includes/GPLS_RuleTest.php:328 msgid "Per Month" msgstr "" #: includes/GPLS_RuleTest.php:338 msgid "Per Quarter" msgstr "" #: includes/GPLS_RuleTest.php:348 msgid "Per Year" msgstr "" #: includes/GPLS_Rule_Embed_Url.php:117 #: includes/GPLS_Rule_Field.php:164 msgid "User ID" msgstr "" #: includes/GPLS_Rule_Embed_Url.php:122 msgid "Each URL" msgstr "" #: includes/GPLS_Rule_Embed_Url.php:126 msgid "All URLs" msgstr "" #: includes/GPLS_Rule_Embed_Url.php:130 msgid "Specific URL" msgstr "" #: includes/GPLS_Rule_Embed_Url.php:134 msgid "Post/Page" msgstr "" #: includes/GPLS_Rule_Embed_Url.php:168 msgid "There are no posts available to select." msgstr "" #: includes/GPLS_Rule_Ip.php:47 #: includes/GPLS_Rule_Ip.php:64 msgid "IP Rule" msgstr "" #: includes/GPLS_Rule_Ip.php:52 msgid "Each IP" msgstr "" #: includes/GPLS_Rule_Ip.php:56 msgid "Specific IP" msgstr "" #: includes/GPLS_Rule_User.php:59 msgid "Each User" msgstr "" #: includes/GPLS_Rule_User.php:64 msgid "Anonymous" msgstr "" #: includes/GPLS_Shortcode.php:27 msgid "No Form ID specified in GPLS shortcode [gpls]" msgstr ""