# Translation of Plugins - CryptX - Development (trunk) in Sundanese
# This file is distributed under the same license as the Plugins - CryptX - Development (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/4.0.3\n"
"Language: su_ID\n"
"Project-Id-Version: Plugins - CryptX - Development (trunk)\n"

#: cryptx.php:102
msgid "Error"
msgstr ""

#: cryptx.php:102
msgid "Security check failed. Please try again."
msgstr ""

#: templates/admin/tabs/general.php:51
msgid "Uses 1,000 iterations, which is very fast but not very secure, but has only very little impact on page speed."
msgstr ""

#: templates/admin/tabs/general.php:51
msgid "Performance:"
msgstr ""

#: templates/admin/tabs/general.php:50
msgid "Uses 10,000 iterations, making it a compromise between security and speed."
msgstr ""

#: templates/admin/tabs/general.php:50
msgid "Balanced:"
msgstr ""

#: templates/admin/tabs/general.php:49
msgid "Uses 100,000 iterations, which is very secure but requires a lot of processing time and can slow down the page."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:61
msgid "Performance"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:60
msgid "Balanced"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:59
msgid "Secure"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:56
msgid "Choose iterations mode. It's a trade-off between security and speed. The more email addresses there are on a page, the greater the impact will be."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:55
msgid "PBKDF2 iterations"
msgstr ""

#: templates/admin/tabs/presentation.php:211
msgid "Are you sure you want to reset all presentation settings to defaults?"
msgstr ""

#: templates/admin/tabs/presentation.php:134
#: templates/admin/tabs/presentation.php:239
#: templates/admin/tabs/presentation.php:241
msgid "Choose Image"
msgstr ""

#: templates/admin/tabs/presentation.php:128
msgid "Select Image"
msgstr ""

#: templates/admin/tabs/presentation.php:123
msgid "Show uploaded image"
msgstr ""

#: templates/admin/tabs/presentation.php:96
msgid "Show external image"
msgstr ""

#: templates/admin/tabs/presentation.php:76
msgid "Show custom text"
msgstr ""

#: templates/admin/tabs/presentation.php:56
msgid "Show Email with text replacement"
msgstr ""

#: templates/admin/tabs/presentation.php:50
msgid "Presentation Method"
msgstr ""

#: templates/admin/tabs/presentation.php:45
msgid "Link Text Options"
msgstr ""

#: templates/admin/tabs/presentation.php:37
msgid "Add custom CSS class to encrypted email links."
msgstr ""

#: templates/admin/tabs/presentation.php:34
msgid "CSS-Class"
msgstr ""

#: templates/admin/tabs/presentation.php:27
msgid "CSS-ID"
msgstr ""

#: templates/admin/tabs/presentation.php:22
msgid "CSS Settings"
msgstr ""

#: templates/admin/tabs/howto.php:230
msgid "Version 3.5.0"
msgstr ""

#: templates/admin/tabs/howto.php:230
msgid "JavaScript functions since:"
msgstr ""

#: templates/admin/tabs/howto.php:229
msgid "Version 2.7"
msgstr ""

#: templates/admin/tabs/howto.php:229
msgid "Shortcode available since:"
msgstr ""

#: templates/admin/tabs/howto.php:227
msgid "Version Information"
msgstr ""

#: templates/admin/tabs/howto.php:220
msgid "Normal behavior: same email generates different encrypted strings for security"
msgstr ""

#: templates/admin/tabs/howto.php:220
msgid "Different encryptions:"
msgstr ""

#: templates/admin/tabs/howto.php:219
msgid "Make sure the email address format is valid"
msgstr ""

#: templates/admin/tabs/howto.php:219
msgid "Strange Characters:"
msgstr ""

#: templates/admin/tabs/howto.php:218
msgid "Verify that JavaScript is enabled in the browser"
msgstr ""

#: templates/admin/tabs/howto.php:218
msgid "Link Not Working:"
msgstr ""

#: templates/admin/tabs/howto.php:217
msgid "Ensure the shortcode syntax is correct with both opening and closing tags"
msgstr ""

#: templates/admin/tabs/howto.php:217
msgid "Email Not Protected:"
msgstr ""

#: templates/admin/tabs/howto.php:214
msgid "Common Issues"
msgstr ""

#: templates/admin/tabs/howto.php:209
msgid "Troubleshooting"
msgstr ""

#: templates/admin/tabs/howto.php:200
msgid "Provide fallback for users with JavaScript disabled"
msgstr ""

#: templates/admin/tabs/howto.php:199
msgid "Works in all modern browsers"
msgstr ""

#: templates/admin/tabs/howto.php:196
msgid "Browser Support"
msgstr ""

#: templates/admin/tabs/howto.php:191
msgid "Email addresses are protected using JavaScript encryption"
msgstr ""

#: templates/admin/tabs/howto.php:190
msgid "JavaScript must be enabled in the visitor's browser"
msgstr ""

#: templates/admin/tabs/howto.php:189
msgid "The shortcode works independently of global CryptX settings"
msgstr ""

#: templates/admin/tabs/howto.php:186
msgid "Requirements"
msgstr ""

#: templates/admin/tabs/howto.php:181
msgid "Important Notes"
msgstr ""

#: templates/admin/tabs/howto.php:151
msgid "Implementation with Error Handling"
msgstr ""

#: templates/admin/tabs/howto.php:145
msgid "Creating a Protected Link"
msgstr ""

#: templates/admin/tabs/howto.php:138
msgid "(string) A JavaScript handler string in the format \"javascript:DeCryptX('encrypted_string')\""
msgstr ""

#: templates/admin/tabs/howto.php:136
msgid "Returns"
msgstr ""

#: templates/admin/tabs/howto.php:133
msgid "The email address to encrypt (e.g., \"user@example.com\")"
msgstr ""

#: templates/admin/tabs/howto.php:131
msgid "Parameters"
msgstr ""

#: templates/admin/tabs/howto.php:129
msgid "A JavaScript function that generates an encrypted handler for email address protection. This function creates a special URL format that encrypts email addresses to protect them from spam bots while keeping them clickable for real users."
msgstr ""

#: templates/admin/tabs/howto.php:127
msgid "generateDeCryptXHandler()"
msgstr ""

#: templates/admin/tabs/howto.php:122
msgid "JavaScript Functions"
msgstr ""

#: templates/admin/tabs/howto.php:113
msgid "Don't nest shortcodes within the email address"
msgstr ""

#: templates/admin/tabs/howto.php:112
msgid "Use meaningful subject lines when applicable"
msgstr ""

#: templates/admin/tabs/howto.php:111
msgid "Consider using custom link text for better user experience"
msgstr ""

#: templates/admin/tabs/howto.php:110
msgid "Use the shortcode when you need to protect individual email addresses in content where CryptX is disabled globally"
msgstr ""

#: templates/admin/tabs/howto.php:107
msgid "Recommendations"
msgstr ""

#: templates/admin/tabs/howto.php:102
msgid "Best Practices"
msgstr ""

#: templates/admin/tabs/howto.php:94
msgid "Creates a link that opens the email client with a pre-filled subject line"
msgstr ""

#: templates/admin/tabs/howto.php:91
msgid "3. With Subject Line"
msgstr ""

#: templates/admin/tabs/howto.php:87
msgid "Displays: \"Send us an email\" as a protected link"
msgstr ""

#: templates/admin/tabs/howto.php:84
msgid "2. Custom Link Text"
msgstr ""

#: templates/admin/tabs/howto.php:77
msgid "1. Basic Email Protection"
msgstr ""

#: templates/admin/tabs/howto.php:72
msgid "Examples"
msgstr ""

#: templates/admin/tabs/howto.php:60
msgid "None"
msgstr ""

#: templates/admin/tabs/howto.php:59
msgid "Pre-defined subject line for the email"
msgstr ""

#: templates/admin/tabs/howto.php:54
msgid "Email address"
msgstr ""

#: templates/admin/tabs/howto.php:53
msgid "Custom text to display instead of the email address"
msgstr ""

#: templates/admin/tabs/howto.php:47
msgid "Example"
msgstr ""

#: templates/admin/tabs/howto.php:46
msgid "Default"
msgstr ""

#: templates/admin/tabs/howto.php:45
msgid "Description"
msgstr ""

#: templates/admin/tabs/howto.php:44
msgid "Attribute"
msgstr ""

#: templates/admin/tabs/howto.php:39
msgid "Available Attributes"
msgstr ""

#: templates/admin/tabs/howto.php:35
msgid "Creates a link with custom text and pre-filled subject line."
msgstr ""

#: templates/admin/tabs/howto.php:32
msgid "Advanced Usage"
msgstr ""

#: templates/admin/tabs/howto.php:28 templates/admin/tabs/howto.php:80
msgid "Displays: A protected version of user@example.com"
msgstr ""

#: templates/admin/tabs/howto.php:26
msgid "The [cryptx] shortcode allows you to protect email addresses from spam bots in your WordPress posts and pages, even when CryptX is disabled globally for that content."
msgstr ""

#: templates/admin/tabs/howto.php:24 templates/admin/tabs/howto.php:141
msgid "Basic Usage"
msgstr ""

#: templates/admin/tabs/howto.php:19
msgid "How to use CryptX Shortcode"
msgstr ""

#: templates/admin/tabs/general.php:208
msgid "Are you sure you want to reset all settings to defaults?"
msgstr ""

#: templates/admin/tabs/general.php:207
#: templates/admin/tabs/presentation.php:210
msgid "Reset to Defaults"
msgstr ""

#: templates/admin/tabs/general.php:192
msgid "Comma-separated list of file extensions that should not be encrypted when found in email addresses."
msgstr ""

#: templates/admin/tabs/general.php:183
msgid "Whitelist"
msgstr ""

#: templates/admin/tabs/general.php:175
msgid "Comma-separated list of post/page IDs where CryptX should be disabled."
msgstr ""

#: templates/admin/tabs/general.php:166
msgid "Excluded posts/pages IDs"
msgstr ""

#: templates/admin/tabs/general.php:147
msgid "Show the \"Disable CryptX\" checkbox in the post editor."
msgstr ""

#: templates/admin/tabs/general.php:137
msgid "Automatically add a link to non-linked email addresses."
msgstr ""

#: templates/admin/tabs/general.php:127
msgid "Additional options"
msgstr ""

#: templates/admin/tabs/general.php:108
msgid "Javascript location"
msgstr ""

#: templates/admin/tabs/general.php:89
msgid "Decryption type"
msgstr ""

#: templates/admin/tabs/general.php:66
msgid "Apply CryptX to"
msgstr ""

#: templates/admin/tabs/general.php:59
msgid "General Settings"
msgstr ""

#: templates/admin/tabs/general.php:28
msgid "Uses modern AES-256-GCM encryption with PBKDF2 key derivation for enhanced security."
msgstr ""

#: templates/admin/tabs/general.php:28 templates/admin/tabs/general.php:49
msgid "Secure:"
msgstr ""

#: templates/admin/tabs/general.php:27
msgid "Uses the original CryptX encryption algorithm for backward compatibility."
msgstr ""

#: templates/admin/tabs/general.php:27
msgid "Legacy:"
msgstr ""

#: templates/admin/tabs/changelog.php:85
msgid "WordPress Plugin Directory"
msgstr ""

#. translators: %1$d: Number of changelog entries, %2$s: Link to WordPress
#. Plugin Directory
#: templates/admin/tabs/changelog.php:83
msgid "Showing %1$d version entries. For complete documentation, visit the %2$s."
msgstr ""

#: templates/admin/tabs/changelog.php:59
msgid "No details available for this version."
msgstr ""

#: templates/admin/tabs/changelog.php:36
msgid "No changelog information available. The readme.txt file may be missing or corrupted."
msgstr ""

#: templates/admin/tabs/changelog.php:31
msgid "Status"
msgstr ""

#: templates/admin/tabs/changelog.php:23
msgid "View the complete history of CryptX updates, improvements, and bug fixes."
msgstr ""

#: templates/admin/tabs/changelog.php:20
msgid "CryptX Changelog"
msgstr ""

#: cryptx.php:144
msgid "CryptX initialization failed: "
msgstr ""

#: cryptx.php:131
msgid "CryptX: Missing required classes: "
msgstr ""

#. translators: %1$s: Required WordPress version, %2$s: Current WordPress
#. version
#: cryptx.php:69
msgid "CryptX requires WordPress version %1$s or higher. You are running version %2$s. Please update WordPress."
msgstr ""

#. translators: %1$s: Required PHP version, %2$s: Current PHP version
#: cryptx.php:53
msgid "CryptX requires PHP version %1$s or higher. You are running version %2$s. Please update PHP."
msgstr ""

#: classes/CryptXSettingsTabs.php:185
msgid "Settings have been reset to defaults."
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:212
msgid "Presentation settings have been reset to defaults."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:82
msgid "(applies to all text and HTML widgets)"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:51
msgid "Secure (AES-256-GCM)"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:50
msgid "Legacy (Compatible)"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:47
msgid "Choose encryption method. Legacy mode maintains backward compatibility with existing encrypted emails."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:46 templates/admin/tabs/general.php:10
msgid "Encryption Mode"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:42
msgid "Enable AES-256-GCM encryption for enhanced security (recommended for new installations)"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:41
msgid "Use Secure Encryption"
msgstr ""

#. Description of the plugin
#: cryptx.php
msgid "CryptX encrypts email addresses in your posts, pages, comments, and text widgets to protect them from spam bots while keeping them readable for your visitors."
msgstr ""

#. Plugin URI of the plugin
#: cryptx.php
msgid "https://wordpress.org/plugins/cryptx/"
msgstr ""

#: templates/admin/tabs/presentation.php:30
msgid "Please be careful using this feature! IDs should be unique. You should prefer using a CSS class instead."
msgstr ""

#: templates/admin/tabs/general.php:157
msgid "Disable CryptX in RSS feeds."
msgstr ""

#: classes/CryptXSettingsTabs.php:379
msgid "An error occurred while loading the changelog."
msgstr ""

#: classes/CryptXSettingsTabs.php:353
msgid "An error occurred while loading the presentation settings."
msgstr ""

#: classes/CryptXSettingsTabs.php:320
msgid "An error occurred while loading the general settings."
msgstr ""

#: classes/CryptXSettingsTabs.php:124
msgid "Security check failed"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:130
#: classes/Admin/PresentationSettingsTab.php:201
#: classes/CryptXSettingsTabs.php:110
msgid "You do not have sufficient permissions to access this page."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:72
msgid "(works only with the_meta()!)"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:71
msgid "Custom fields"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:68
msgid "(this can be disabled per Post by an Option)"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:98
msgid "Font"
msgstr ""

#: classes/CryptXSettingsTabs.php:243
msgid "How to&hellip;"
msgstr ""

#: classes/CryptXSettingsTabs.php:197
msgid "CryptX settings"
msgstr ""

#: classes/CryptXSettingsTabs.php:97
msgctxt "CryptX settings menu"
msgid "CryptX"
msgstr ""

#: classes/CryptXSettingsTabs.php:96
msgctxt "CryptX settings page"
msgid "CryptX"
msgstr ""

#: classes/CryptXSettingsTabs.php:244
msgid "Changelog"
msgstr ""

#. Author URI of the plugin
#: cryptx.php
msgid "https://weber-nrw.de/"
msgstr ""

#. Author of the plugin
#: cryptx.php
msgid "Ralf Weber"
msgstr ""

#. Plugin Name of the plugin
#: cryptx.php
msgid "CryptX"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:102
msgid "Load the javascript in the \"footer\" of the page."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:98
msgid "Load the javascript in the \"header\" of the page."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:92
msgid "Use Unicode to hide the Email-Link."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:88
msgid "Use javascript to hide the Email-Link."
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:81
msgid "Widgets"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:78
msgid "Comments"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:75
msgid "Excerpt"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:67
msgid "Content"
msgstr ""

#: classes/CryptXSettingsTabs.php:241
msgid "General"
msgstr ""

#: templates/admin/tabs/general.php:203
#: templates/admin/tabs/presentation.php:206
msgid "Save Changes"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:107
msgid "Font color (RGB)"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:103
msgid "Font size (pixel)"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:95
msgid "Convert Email to PNG-image"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:91
msgid "Text scrambled by AntiSpamBot (Try it and look at your site and check the html source!)"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:72
#: classes/Admin/PresentationSettingsTab.php:84
msgid "Title-Tag for the Image"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:68
msgid "Image-URL"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:59
msgid "Text for link"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:50
msgid "Replacement for '.'"
msgstr ""

#: classes/Admin/PresentationSettingsTab.php:46
msgid "Replacement for '@'"
msgstr ""

#: classes/CryptXSettingsTabs.php:242
msgid "Presentation"
msgstr ""

#: classes/Admin/GeneralSettingsTab.php:154
#: classes/Admin/PresentationSettingsTab.php:224
#: classes/CryptXSettingsTabs.php:172
msgid "Settings saved."
msgstr ""

#: classes/CryptX.php:1095
msgid "Donate"
msgstr ""

#: classes/CryptX.php:1081 cryptx.php:167
msgid "Settings"
msgstr ""