# Copyright (C) 2022 SoftLab # This file is distributed under the same license as the Upload Fields for WPForms plugin. msgid "" msgstr "" "Project-Id-Version: Upload Fields for WPForms 1.0.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/upload-fields-for-wpforms\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: 2022-12-19T10:13:16+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.6.0\n" "X-Domain: upload-fields-for-wpforms\n" #. Plugin Name of the plugin msgid "Upload Fields for WPForms" msgstr "" #. Plugin URI of the plugin msgid "https://softlabbd.com/upload-fields-for-wpforms/" msgstr "" #. Description of the plugin msgid "Upload Fields for WPForms provides a 3 new file upload fields for WPForms." msgstr "" #. Author of the plugin msgid "SoftLab" msgstr "" #. Author URI of the plugin msgid "https://softlabbd.com/" msgstr "" #: app/class-app.php:101 msgid "Server error" msgstr "" #: app/class-app.php:101 msgid "Couldn't connect to the Google drive API server." msgstr "" #: app/class-client.php:153 msgid "Error communicating with API:" msgstr "" #: includes/base.php:121 msgid "Settings" msgstr "" #: includes/base.php:129 msgid "Upload Fields" msgstr "" #: includes/base.php:198 #: includes/base.php:204 msgid "%1$sUpload Fields for WPForms%2$s requires %1$sWPForms%2$s plugin to be active. Please activate WPForms to continue." msgstr "" #: includes/base.php:200 #: includes/base.php:206 msgid "Activate WPForms" msgstr "" #: includes/base.php:211 msgid "%1$sUpload Fields for WPForms%2$s requires %1$sWPForms%2$s plugin to be installed and activated. Please install WPForms to continue." msgstr "" #: includes/base.php:212 msgid "Install WPForms" msgstr "" #: includes/class-ajax.php:21 msgid "No active account found" msgstr "" #: includes/class-ajax.php:66 msgid "Invalid request" msgstr "" #: includes/class-google-drive-uploader.php:134 #: includes/class-uploader.php:417 msgid "Something went wrong, please try again." msgstr "" #. translators: $s - allowed file size in MB. #: includes/class-google-drive-uploader.php:199 #: includes/class-uploader.php:562 msgid "File exceeds max size allowed (%s)." msgstr "" #: includes/class-google-drive-uploader.php:230 #: includes/class-uploader.php:588 msgid "File must have an extension." msgstr "" #: includes/class-google-drive-uploader.php:238 #: includes/class-uploader.php:593 #: includes/class-uploader.php:638 msgid "File type is not allowed." msgstr "" #: includes/class-settings.php:27 msgid "Google Drive" msgstr "" #: includes/class-settings.php:53 msgid "Show Accounts" msgstr "" #. translators: %s - provider name. #: includes/class-settings.php:63 msgid "Integrate %s with WPForms" msgstr "" #: includes/class-settings.php:92 msgid "Connected on: %s" msgstr "" #: includes/class-settings.php:97 msgid "Disconnect" msgstr "" #: includes/class-settings.php:111 msgid "Sign in with Google" msgstr "" #: includes/class-uploader.php:523 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." msgstr "" #: includes/class-uploader.php:524 msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form." msgstr "" #: includes/class-uploader.php:525 msgid "The uploaded file was only partially uploaded." msgstr "" #: includes/class-uploader.php:526 msgid "No file was uploaded." msgstr "" #: includes/class-uploader.php:528 msgid "Missing a temporary folder." msgstr "" #: includes/class-uploader.php:529 msgid "Failed to write file to disk." msgstr "" #: includes/class-uploader.php:530 msgid "File upload stopped by extension." msgstr "" #. translators: %s - error text. #: includes/class-uploader.php:535 msgid "File upload error. %s" msgstr "" #: includes/fields/file-upload.php:16 msgid "File Upload" msgstr "" #: includes/fields/file-upload.php:145 #: includes/fields/google-drive-upload.php:152 #: includes/fields/image-upload.php:125 msgid "Drag and drop files here or" msgstr "" #: includes/fields/file-upload.php:149 #: includes/fields/google-drive-upload.php:156 #: includes/fields/image-upload.php:129 msgid "Browse Files" msgstr "" #: includes/fields/file-upload.php:158 #: includes/fields/google-drive-upload.php:165 msgid "Upload upto %s Files." msgstr "" #: includes/fields/file-upload.php:159 msgid "Max File Size: %s" msgstr "" #: includes/fields/file-upload.php:215 #: includes/fields/google-drive-upload.php:303 msgid "Allowed File Extensions" msgstr "" #: includes/fields/file-upload.php:216 #: includes/fields/google-drive-upload.php:304 msgid "Enter the comma seperated extensions you would like to allow to upload." msgstr "" #: includes/fields/file-upload.php:232 #: includes/fields/google-drive-upload.php:334 #: includes/fields/image-upload.php:212 msgid "Max File Size (MB)" msgstr "" #. translators: %s - max upload size. #: includes/fields/file-upload.php:234 #: includes/fields/google-drive-upload.php:336 #: includes/fields/image-upload.php:214 msgid "Enter the max size of each file, in megabytes, to allow. If left blank, the value defaults to the maximum size the server allows which is %s." msgstr "" #: includes/fields/file-upload.php:257 #: includes/fields/google-drive-upload.php:373 #: includes/fields/image-upload.php:237 msgid "Max File Uploads" msgstr "" #: includes/fields/file-upload.php:258 #: includes/fields/google-drive-upload.php:374 #: includes/fields/image-upload.php:238 msgid "Enter the max number of files to allow. If left blank, the value defaults to 1." msgstr "" #: includes/fields/file-upload.php:294 #: includes/fields/image-upload.php:274 msgid "Save files in Media Library" msgstr "" #: includes/fields/file-upload.php:295 #: includes/fields/image-upload.php:275 msgid "Check this option to store the uploaded files in the WordPress Media Library" msgstr "" #: includes/fields/google-drive-upload.php:16 msgid "Google Drive Upload" msgstr "" #: includes/fields/google-drive-upload.php:70 msgid "My Drive" msgstr "" #: includes/fields/google-drive-upload.php:125 msgid "Connect Google Drive" msgstr "" #: includes/fields/google-drive-upload.php:166 msgid "Max File Size: " msgstr "" #: includes/fields/google-drive-upload.php:249 #: includes/fields/google-drive-upload.php:284 msgid "Upload Folder" msgstr "" #: includes/fields/google-drive-upload.php:250 msgid "Select the upload folder where the files will be stored." msgstr "" #: includes/fields/google-drive-upload.php:266 msgid "Remove" msgstr "" #: includes/fields/google-drive-upload.php:272 msgid "Change Folder" msgstr "" #: includes/fields/google-drive-upload.php:272 msgid "Select Upload Folder" msgstr "" #: includes/fields/image-upload.php:16 msgid "Image Upload" msgstr "" #: includes/fields/image-upload.php:138 msgid "Upload upto %s Images." msgstr "" #: includes/fields/image-upload.php:139 msgid "Max Image Size: %s" msgstr "" #: includes/fields/image-upload.php:195 msgid "Allowed Images" msgstr "" #: includes/fields/image-upload.php:196 msgid "Enter the comma seperated extensions of images you would like to allow to upload." msgstr "" #: includes/functions.php:36 msgid "Shared Drives" msgstr "" #: plugin.php:17 msgid "You can't access this page" msgstr "" #: assets/js/frontend.js:1 msgid "Image files" msgstr ""