From d04e9aa561c523f9397eb581a7e1c2b2ff57606d Mon Sep 17 00:00:00 2001 From: Rimas Kudelis Date: Sat, 21 Dec 2024 10:52:22 +0200 Subject: [PATCH] Use gettext for plugin translation --- altcha.php | 44 +--- includes/core.php | 41 ++-- includes/settings.php | 18 -- includes/translations.php | 241 ---------------------- languages/altcha-spam-protection-bg_BG.mo | Bin 0 -> 936 bytes languages/altcha-spam-protection-bg_BG.po | 160 ++++++++++++++ languages/altcha-spam-protection-ca.mo | Bin 0 -> 811 bytes languages/altcha-spam-protection-ca.po | 160 ++++++++++++++ languages/altcha-spam-protection-cs_CZ.mo | Bin 0 -> 830 bytes languages/altcha-spam-protection-cs_CZ.po | 160 ++++++++++++++ languages/altcha-spam-protection-da_DK.mo | Bin 0 -> 801 bytes languages/altcha-spam-protection-da_DK.po | 160 ++++++++++++++ languages/altcha-spam-protection-de_DE.mo | Bin 0 -> 831 bytes languages/altcha-spam-protection-de_DE.po | 160 ++++++++++++++ languages/altcha-spam-protection-el.mo | Bin 0 -> 965 bytes languages/altcha-spam-protection-el.po | 160 ++++++++++++++ languages/altcha-spam-protection-es_ES.mo | Bin 0 -> 816 bytes languages/altcha-spam-protection-es_ES.po | 160 ++++++++++++++ languages/altcha-spam-protection-et.mo | Bin 0 -> 802 bytes languages/altcha-spam-protection-et.po | 160 ++++++++++++++ languages/altcha-spam-protection-fi.mo | Bin 0 -> 803 bytes languages/altcha-spam-protection-fi.po | 160 ++++++++++++++ languages/altcha-spam-protection-fr_FR.mo | Bin 0 -> 835 bytes languages/altcha-spam-protection-fr_FR.po | 160 ++++++++++++++ languages/altcha-spam-protection-hr.mo | Bin 0 -> 812 bytes languages/altcha-spam-protection-hr.po | 160 ++++++++++++++ languages/altcha-spam-protection-hu_HU.mo | Bin 0 -> 827 bytes languages/altcha-spam-protection-hu_HU.po | 160 ++++++++++++++ languages/altcha-spam-protection-it_IT.mo | Bin 0 -> 785 bytes languages/altcha-spam-protection-it_IT.po | 160 ++++++++++++++ languages/altcha-spam-protection-ja.mo | Bin 0 -> 855 bytes languages/altcha-spam-protection-ja.po | 160 ++++++++++++++ languages/altcha-spam-protection-lt_LT.mo | Bin 0 -> 791 bytes languages/altcha-spam-protection-lt_LT.po | 160 ++++++++++++++ languages/altcha-spam-protection-lv.mo | Bin 0 -> 809 bytes languages/altcha-spam-protection-lv.po | 160 ++++++++++++++ languages/altcha-spam-protection-nb_NO.mo | Bin 0 -> 811 bytes languages/altcha-spam-protection-nb_NO.po | 160 ++++++++++++++ languages/altcha-spam-protection-nl_NL.mo | Bin 0 -> 826 bytes languages/altcha-spam-protection-nl_NL.po | 160 ++++++++++++++ languages/altcha-spam-protection-nn_NO.mo | Bin 0 -> 812 bytes languages/altcha-spam-protection-nn_NO.po | 160 ++++++++++++++ languages/altcha-spam-protection-pl_PL.mo | Bin 0 -> 821 bytes languages/altcha-spam-protection-pl_PL.po | 160 ++++++++++++++ languages/altcha-spam-protection-pt_PT.mo | Bin 0 -> 813 bytes languages/altcha-spam-protection-pt_PT.po | 160 ++++++++++++++ languages/altcha-spam-protection-ro_RO.mo | Bin 0 -> 820 bytes languages/altcha-spam-protection-ro_RO.po | 160 ++++++++++++++ languages/altcha-spam-protection-ru_RU.mo | Bin 0 -> 887 bytes languages/altcha-spam-protection-ru_RU.po | 160 ++++++++++++++ languages/altcha-spam-protection-sk_SK.mo | Bin 0 -> 808 bytes languages/altcha-spam-protection-sk_SK.po | 160 ++++++++++++++ languages/altcha-spam-protection-sr_RS.mo | Bin 0 -> 808 bytes languages/altcha-spam-protection-sr_RS.po | 160 ++++++++++++++ languages/altcha-spam-protection-sv_SE.mo | Bin 0 -> 803 bytes languages/altcha-spam-protection-sv_SE.po | 160 ++++++++++++++ languages/altcha-spam-protection-tr_TR.mo | Bin 0 -> 812 bytes languages/altcha-spam-protection-tr_TR.po | 160 ++++++++++++++ languages/altcha-spam-protection-uk.mo | Bin 0 -> 896 bytes languages/altcha-spam-protection-uk.po | 160 ++++++++++++++ languages/altcha-spam-protection-zh_CN.mo | Bin 0 -> 794 bytes languages/altcha-spam-protection-zh_CN.po | 160 ++++++++++++++ languages/altcha-spam-protection.pot | 165 +++++++++++++++ 63 files changed, 4839 insertions(+), 310 deletions(-) delete mode 100644 includes/translations.php create mode 100644 languages/altcha-spam-protection-bg_BG.mo create mode 100644 languages/altcha-spam-protection-bg_BG.po create mode 100644 languages/altcha-spam-protection-ca.mo create mode 100644 languages/altcha-spam-protection-ca.po create mode 100644 languages/altcha-spam-protection-cs_CZ.mo create mode 100644 languages/altcha-spam-protection-cs_CZ.po create mode 100644 languages/altcha-spam-protection-da_DK.mo create mode 100644 languages/altcha-spam-protection-da_DK.po create mode 100644 languages/altcha-spam-protection-de_DE.mo create mode 100644 languages/altcha-spam-protection-de_DE.po create mode 100644 languages/altcha-spam-protection-el.mo create mode 100644 languages/altcha-spam-protection-el.po create mode 100644 languages/altcha-spam-protection-es_ES.mo create mode 100644 languages/altcha-spam-protection-es_ES.po create mode 100644 languages/altcha-spam-protection-et.mo create mode 100644 languages/altcha-spam-protection-et.po create mode 100644 languages/altcha-spam-protection-fi.mo create mode 100644 languages/altcha-spam-protection-fi.po create mode 100644 languages/altcha-spam-protection-fr_FR.mo create mode 100644 languages/altcha-spam-protection-fr_FR.po create mode 100644 languages/altcha-spam-protection-hr.mo create mode 100644 languages/altcha-spam-protection-hr.po create mode 100644 languages/altcha-spam-protection-hu_HU.mo create mode 100644 languages/altcha-spam-protection-hu_HU.po create mode 100644 languages/altcha-spam-protection-it_IT.mo create mode 100644 languages/altcha-spam-protection-it_IT.po create mode 100644 languages/altcha-spam-protection-ja.mo create mode 100644 languages/altcha-spam-protection-ja.po create mode 100644 languages/altcha-spam-protection-lt_LT.mo create mode 100644 languages/altcha-spam-protection-lt_LT.po create mode 100644 languages/altcha-spam-protection-lv.mo create mode 100644 languages/altcha-spam-protection-lv.po create mode 100644 languages/altcha-spam-protection-nb_NO.mo create mode 100644 languages/altcha-spam-protection-nb_NO.po create mode 100644 languages/altcha-spam-protection-nl_NL.mo create mode 100644 languages/altcha-spam-protection-nl_NL.po create mode 100644 languages/altcha-spam-protection-nn_NO.mo create mode 100644 languages/altcha-spam-protection-nn_NO.po create mode 100644 languages/altcha-spam-protection-pl_PL.mo create mode 100644 languages/altcha-spam-protection-pl_PL.po create mode 100644 languages/altcha-spam-protection-pt_PT.mo create mode 100644 languages/altcha-spam-protection-pt_PT.po create mode 100644 languages/altcha-spam-protection-ro_RO.mo create mode 100644 languages/altcha-spam-protection-ro_RO.po create mode 100644 languages/altcha-spam-protection-ru_RU.mo create mode 100644 languages/altcha-spam-protection-ru_RU.po create mode 100644 languages/altcha-spam-protection-sk_SK.mo create mode 100644 languages/altcha-spam-protection-sk_SK.po create mode 100644 languages/altcha-spam-protection-sr_RS.mo create mode 100644 languages/altcha-spam-protection-sr_RS.po create mode 100644 languages/altcha-spam-protection-sv_SE.mo create mode 100644 languages/altcha-spam-protection-sv_SE.po create mode 100644 languages/altcha-spam-protection-tr_TR.mo create mode 100644 languages/altcha-spam-protection-tr_TR.po create mode 100644 languages/altcha-spam-protection-uk.mo create mode 100644 languages/altcha-spam-protection-uk.po create mode 100644 languages/altcha-spam-protection-zh_CN.mo create mode 100644 languages/altcha-spam-protection-zh_CN.po create mode 100644 languages/altcha-spam-protection.pot diff --git a/altcha.php b/altcha.php index 87689bf..c028929 100644 --- a/altcha.php +++ b/altcha.php @@ -19,45 +19,12 @@ define('ALTCHA_VERSION', '1.14.1'); define('ALTCHA_WEBSITE', 'https://altcha.org/'); define('ALTCHA_WIDGET_VERSION', '1.0.0'); -define('ALTCHA_LANGUAGES', [ - "auto" => "Auto", - "bg" => "Bulgarian", - "ca" => "Catalan", - "cs" => "Czech", - "da" => "Danish", - "de" => "German", - "el" => "Greek", - "en" => "English", - "es" => "Spanish", - "et" => "Estonian", - "fi" => "Finnish", - "fr" => "French", - "hr" => "Croatian", - "hu" => "Hungarian", - "it" => "Italian", - "ja" => "Japanese", - "lt" => "Lithuanian", - "lv" => "Latvian", - "nl" => "Dutch", - "no" => "Norwegian", - "pl" => "Polish", - "pt" => "Portuguese", - "ro" => "Romanian", - "ru" => "Russian", - "sk" => "Slovak", - "sr" => "Serbian", - "sv" => "Swedish", - "tr" => "Turkish", - "uk" => "Ukrainian", - "zh-CN" => "Chinese (simplified)", - ]); // required for is_plugin_active require_once ABSPATH . 'wp-admin/includes/plugin.php'; require plugin_dir_path(__FILE__) . 'includes/helpers.php'; require plugin_dir_path(__FILE__) . 'includes/core.php'; -require plugin_dir_path(__FILE__) . 'includes/translations.php'; require plugin_dir_path( __FILE__ ) . './public/widget.php'; require plugin_dir_path( __FILE__ ) . './integrations/contact-form-7.php'; @@ -82,6 +49,8 @@ register_activation_hook(__FILE__, 'altcha_activate'); register_deactivation_hook(__FILE__, 'altcha_deactivate'); +add_action('init', 'altcha_init'); + add_action('wp_enqueue_scripts', 'altcha_enqueue_widget_scripts'); add_shortcode( @@ -97,13 +66,20 @@ function ($attrs) { } ); +function altcha_init() { + load_plugin_textdomain( + 'altcha-spam-protection', + false, + dirname( plugin_basename( __FILE__ ) ) . '/languages/' + ); +} + function altcha_activate() { update_option(AltchaPlugin::$option_api, 'selfhosted'); update_option(AltchaPlugin::$option_api_key, ''); update_option(AltchaPlugin::$option_expires, '3600'); update_option(AltchaPlugin::$option_secret, AltchaPlugin::$instance->random_secret()); - update_option(AltchaPlugin::$option_language, 'auto'); update_option(AltchaPlugin::$option_hidefooter, true); update_option(AltchaPlugin::$option_send_ip, true); update_option(AltchaPlugin::$option_integration_custom, 'captcha'); diff --git a/includes/core.php b/includes/core.php index 4ef4664..d8bb57e 100644 --- a/includes/core.php +++ b/includes/core.php @@ -42,8 +42,6 @@ class AltchaPlugin public static $option_delay = "altcha_delay"; - public static $option_language = "altcha_language"; - public static $option_hidefooter = "altcha_hidefooter"; public static $option_hidelogo = "altcha_hidelogo"; @@ -143,11 +141,6 @@ public function get_expires() return get_option(AltchaPlugin::$option_expires); } - public function get_language() - { - return trim(get_option(AltchaPlugin::$option_language)); - } - public function get_secret() { return trim(get_option(AltchaPlugin::$option_secret)); @@ -286,18 +279,32 @@ public function get_challengeurl() public function get_translations($language = null) { - if ($language === null) { - $language = $this->get_language(); + $originalLanguage = null; + + if ($language !== null) { + $originalLanguage = get_locale(); + switch_to_locale($language); } - if ($language === "auto") { - // Get the current locale - $language = get_locale(); - if (!isset(ALTCHA_TRANSLATIONS[$language])) { - // Wordpress uses full codes such as `fr_FR`; if no translation is found, try short version `fr` - $language = substr($language, 0, 2); - } + + $ALTCHA_WEBSITE = constant('ALTCHA_WEBSITE'); + $translations = array( + "error" => __("Verification failed. Try again later.", "altcha-spam-protection"), + "footer" => sprintf( + __("Protected by %sALTCHA%s", "altcha-spam-protection"), + "", + "", + ), + "label" => __("I'm not a robot", "altcha-spam-protection"), + "verified" => __("Verified", "altcha-spam-protection"), + "verifying" => __("Verifying...", "altcha-spam-protection"), + "waitAlert" => __("Verifying... please wait.", "altcha-spam-protection"), + ); + + if ($originalLanguage !== null) { + switch_to_locale($originalLanguage); } - return ALTCHA_TRANSLATIONS[$language] ?: ALTCHA_TRANSLATIONS["en"]; + + return $translations; } diff --git a/includes/settings.php b/includes/settings.php index fd412eb..2160463 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -32,11 +32,6 @@ function altcha_settings_init() AltchaPlugin::$option_expires ); - register_setting( - 'altcha_options', - AltchaPlugin::$option_language - ); - register_setting( 'altcha_options', AltchaPlugin::$option_hidefooter @@ -279,19 +274,6 @@ function altcha_settings_init() 'altcha_admin' ); - add_settings_field( - 'altcha_settings_language_field', - __('Language', 'altcha-spam-protection'), - 'altcha_settings_select_callback', - 'altcha_admin', - 'altcha_widget_settings_section', - array( - "name" => AltchaPlugin::$option_language, - "hint" => "Select the language of the verification widget.", - "options" => ALTCHA_LANGUAGES - ) - ); - add_settings_field( 'altcha_settings_auto_field', __('Auto verification', 'altcha-spam-protection'), diff --git a/includes/translations.php b/includes/translations.php deleted file mode 100644 index 50eaa30..0000000 --- a/includes/translations.php +++ /dev/null @@ -1,241 +0,0 @@ - array( - "error" => "Верификацията не бе успешна. Моля, опитайте отново по-късно.", - "footer" => "Защитено от ALTCHA", - "label" => "Аз не съм робот", - "verified" => "Верифицирано", - "verifying" => "Проверява се...", - "waitAlert" => "Проверява се... Моля, изчакайте." - ), - "ca" => array( - "error" => "La verificació ha fallat. Torneu-ho a provar més tard.", - "footer" => "Protegit per ALTCHA", - "label" => "No sóc un robot", - "verified" => "Verificat", - "verifying" => "Verificant...", - "waitAlert" => "Verificant... si us plau, espereu." - ), - "cs" => array( - "error" => "Verifikace se nezdařila. Zkuste to později znovu.", - "footer" => "Chráněno pomocí ALTCHA", - "label" => "Nejsem robot", - "verified" => "Ověřeno", - "verifying" => "Probíhá ověřování...", - "waitAlert" => "Probíhá ověřování... prosím, čekejte." - ), - "da" => array( - "error" => "Verifikationen mislykkedes. Prøv igen senere.", - "footer" => "Beskyttet af ALTCHA", - "label" => "Jeg er ikke en robot", - "verified" => "Bekræftet", - "verifying" => "Verificerer...", - "waitAlert" => "Verificerer... vent venligst." - ), - "de" => array( - "error" => "Verifizierung fehlgeschlagen. Bitte versuchen Sie es später erneut.", - "footer" => "Geschützt durch ALTCHA", - "label" => "Ich bin kein Roboter", - "verified" => "Überprüft", - "verifying" => "Überprüfung...", - "waitAlert" => "Überprüfung... Bitte warten." - ), - "el" => array( - "error" => "Η επαλήθευση απέτυχε. Προσπαθήστε ξανά αργότερα.", - "footer" => "Προστατευμένο από το ALTCHA", - "label" => "Δεν είμαι ρομπότ", - "verified" => "Επαληθευμένο", - "verifying" => "Γίνεται επαλήθευση...", - "waitAlert" => "Γίνεται επαλήθευση... παρακαλώ περιμένετε." - ), - "en" => array( - "error" => "Verification failed. Try again later.", - "footer" => "Protected by ALTCHA", - "label" => "I'm not a robot", - "verified" => "Verified", - "verifying" => "Verifying...", - "waitAlert" => "Verifying... please wait.", - "cannot_submit" => "Cannot submit." - ), - "es" => array( - "error" => "La verificación ha fallado. Inténtelo de nuevo más tarde.", - "footer" => "Protegido por ALTCHA", - "label" => "No soy un robot", - "verified" => "Verificado", - "verifying" => "Verificando...", - "waitAlert" => "Verificando... por favor, espere." - ), - "et" => array( - "error" => "Kinnitamine ebaõnnestus. Proovige hiljem uuesti.", - "footer" => "Kaitstud ALTCHA poolt", - "label" => "Ma ei ole robot", - "verified" => "Kinnitatud", - "verifying" => "Kinnitamine...", - "waitAlert" => "Kinnitamine... palun oodake." - ), - "fi" => array( - "error" => "Varmennus epäonnistui. Yritä myöhemmin uudelleen.", - "footer" => "Suojattu ALTCHA:lla", - "label" => "En ole robotti", - "verified" => "Varmennettu", - "verifying" => "Varmennetaan...", - "waitAlert" => "Varmennetaan... odota hetki." - ), - "fr" => array( - "error" => "La vérification a échoué. Réessayez plus tard.", - "footer" => "Protégé par ALTCHA", - "label" => "Je ne suis pas un robot", - "verified" => "Vérifié", - "verifying" => "Vérification en cours...", - "waitAlert" => "Vérification en cours... veuillez patienter." - ), - "hr" => array( - "error" => "Verifikacija nije uspjela. Pokušajte ponovno kasnije.", - "footer" => "Zaštićeno ALTCHA", - "label" => "Nisam robot", - "verified" => "Verificirano", - "verifying" => "Verificiranje...", - "waitAlert" => "Verificiranje... molimo pričekajte." - ), - "hu" => array( - "error" => "Az ellenőrzés sikertelen volt. Kérjük, próbálja újra később.", - "footer" => "Védve: ALTCHA", - "label" => "Nem vagyok robot", - "verified" => "Ellenőrzött", - "verifying" => "Ellenőrzés...", - "waitAlert" => "Ellenőrzés... kérjük, várjon." - ), - "it" => array( - "error" => "Verifica fallita. Riprova più tardi.", - "footer" => "Protetto da ALTCHA", - "label" => "Non sono un robot", - "verified" => "Verificato", - "verifying" => "Verifica...", - "waitAlert" => "Verifica... attendere prego." - ), - "ja" => array( - "error" => "検証に失敗しました。後でもう一度試してください。", - "footer" => "ALTCHA", - "label" => "私はロボットではありません", - "verified" => "確認済み", - "verifying" => "確認中...", - "waitAlert" => "確認中... しばらくお待ちください。" - ), - "lt" => array( - "error" => "Patikrinimas nepavyko. Bandykite vėliau.", - "footer" => "Apsaugota ALTCHA", - "label" => "Aš ne robotas", - "verified" => "Patikrinta", - "verifying" => "Tikrinama...", - "waitAlert" => "Tikrinama... prašome palaukti." - ), - "lv" => array( - "error" => "Verifikācija neizdevās. Lūdzu, mēģiniet vēlāk.", - "footer" => "Aizsargāts ar ALTCHA", - "label" => "Es neesmu robots", - "verified" => "Pārbaudīts", - "verifying" => "Pārbaude...", - "waitAlert" => "Pārbaude... lūdzu, uzgaidiet." - ), - "nl" => array( - "error" => "Verificatie mislukt. Probeer het later opnieuw.", - "footer" => "Beveiligd door ALTCHA", - "label" => "Ik ben geen robot", - "verified" => "Geverifieerd", - "verifying" => "Bezig met verifiëren...", - "waitAlert" => "Bezig met verifiëren... even geduld a.u.b." - ), - "no" => array( - "error" => "Verifiseringen mislyktes. Prøv igjen senere.", - "footer" => "Beskyttet av ALTCHA", - "label" => "Jeg er ikke en robot", - "verified" => "Verifisert", - "verifying" => "Verifiserer...", - "waitAlert" => "Verifiserer... vennligst vent." - ), - "pl" => array( - "error" => "Weryfikacja nie powiodła się. Spróbuj ponownie później.", - "footer" => "Chronione przez ALTCHA", - "label" => "Nie jestem robotem", - "verified" => "Zweryfikowane", - "verifying" => "Weryfikacja...", - "waitAlert" => "Weryfikacja... proszę czekać." - ), - "pt" => array( - "error" => "A verificação falhou. Tente novamente mais tarde.", - "footer" => "Protegido por ALTCHA", - "label" => "Não sou um robô", - "verified" => "Verificado", - "verifying" => "Verificando...", - "waitAlert" => "Verificando... por favor, aguarde." - ), - "ro" => array( - "error" => "Verificarea a eșuat. Încercați din nou mai târziu.", - "footer" => "Protejat de ALTCHA", - "label" => "Nu sunt un robot", - "verified" => "Verificat", - "verifying" => "Se verifică...", - "waitAlert" => "Se verifică... vă rugăm să așteptați." - ), - "ru" => array( - "error" => "Проверка не удалась. Попробуйте еще раз позже.", - "footer" => "Защищено ALTCHA", - "label" => "Я не робот", - "verified" => "Проверено", - "verifying" => "Проверка...", - "waitAlert" => "Проверка... пожалуйста, подождите." - ), - "sk" => array( - "error" => "Overenie zlyhalo. Skúste to znova neskôr.", - "footer" => "Chránené ALTCHA", - "label" => "Nie som robot", - "verified" => "Overené", - "verifying" => "Prebieha overovanie...", - "waitAlert" => "Prebieha overovanie... prosím, počkajte." - ), - "sr" => array( - "error" => "Provera nije uspela. Pokušajte ponovo kasnije.", - "footer" => "Zaštićeno od strane ALTCHA", - "label" => "Nisam robot", - "verified" => "Provereno", - "verifying" => "Proverava se...", - "waitAlert" => "Proverava se... molimo sačekajte." - ), - "sv" => array( - "error" => "Verifieringen misslyckades. Försök igen senare.", - "footer" => "Skyddad av ALTCHA", - "label" => "Jag är ingen robot", - "verified" => "Verifierad", - "verifying" => "Verifierar...", - "waitAlert" => "Verifierar... vänligen vänta." - ), - "tr" => array( - "error" => "Doğrulama başarısız oldu. Daha sonra tekrar deneyin.", - "footer" => "ALTCHA", - "label" => "Ben bir robot değilim", - "verified" => "Doğrulandı", - "verifying" => "Doğrulanıyor...", - "waitAlert" => "Doğrulanıyor... lütfen bekleyin." - ), - "uk" => array( - "error" => "Перевірка не вдалася. Спробуйте ще раз пізніше.", - "footer" => "Захищено ALTCHA", - "label" => "Я не робот", - "verified" => "Перевірено", - "verifying" => "Перевірка...", - "waitAlert" => "Перевірка... будь ласка, зачекайте." - ), - "zh-CN" => array( - "error" => "验证失败。请稍后重试。", - "footer" => "由 ALTCHA 保护", - "label" => "我不是机器人", - "verified" => "已验证", - "verifying" => "验证中...", - "waitAlert" => "验证中... 请稍候。" - ) -)); diff --git a/languages/altcha-spam-protection-bg_BG.mo b/languages/altcha-spam-protection-bg_BG.mo new file mode 100644 index 0000000000000000000000000000000000000000..9afbd2b8e145a7b7a264d21215f21340f97f694d GIT binary patch literal 936 zcmZ`%&ubGw7#+1*iGt$A-|$_E2c3U$m1Dpqb0As*!;3P15gt61$v*3&1tKbFTHgFmH&7+JF_%pZ({t3PSo;b$XC2#;9 z2Pa@$VaI_H!1V*^f9nKxkPTMpT9e|$kRX**6T{|IVr0$8I#t^=rVF#d)J$Pavxibe zi&0IOD2ZuNL=9Q@C{S$@p@?E?2qTp@RLT0_p&iAc=MAgF4W$h!w4`Mb8PBCXK^iaB zIRZ4ieHuj4{Zuq**bVBrd6_24@Ujl0I-hKXng@wbOU9(y&*zsDRZo@F+DlZJ*R9lv z^J$|MMsZ#=Ol?VU4M(01=5vm76+SPYMlO|4qko?s6$|scT;bCNnyL8Z()Gucd&S(W z(1r&}#2Qm3$|qFfuq8st11Xw5O|}}LP?3oL9{5xZbLCRG_;0LR-p$-p5*r!Ateqmw z$Y-uayuJxSe@aVp=Rt6nkN?xT&_$_uF|H+byiK3RtC7hq@ad$9dp;d98nc^ro9uVn zrEE1@x8EpRv3>i+_Omr+KiE$8#`dx`+l8c0u6poW+jq7LeJ^`qdv+J%mw4WQyfd(b z4}70zt9B2<*YN0gWIrO{YqoI%cBnh|j@@w?`~EJ-Zn>~M+vj#STgP?OJa#Z`KWPOQ nal-7U{ie5EGuZ|%cQB0Yx~{7FW*A}6iO2o`!MtF- literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-bg_BG.po b/languages/altcha-spam-protection-bg_BG.po new file mode 100644 index 0000000..aa2cb3c --- /dev/null +++ b/languages/altcha-spam-protection-bg_BG.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Верификацията не бе успешна. Моля, опитайте отново по-късно." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Защитено от %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Аз не съм робот" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Верифицирано" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Проверява се..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Проверява се... Моля, изчакайте." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-ca.mo b/languages/altcha-spam-protection-ca.mo new file mode 100644 index 0000000000000000000000000000000000000000..1accde5dfc9bf0eb7e37c57e0ab77414223bebd3 GIT binary patch literal 811 zcmZ{izityj5XKJ(Bp4784MGBGgk({`o=Jsuh{D)Lv1G@QIU=AN->uJ!&bz1GJqN!7 zqNAp!P65=ecnKulfSQW$uyI1cNDcO z0#!Zu_0PHl3)@z!cW*}8cw(|sXzjU*b%K#(({66 zw5|sJ+DI10dNFXBO2yMMb0RhoO}#H%)My+Vn-*3&7aE&2Tv=3`8%17bN;f$7$&`gd zL{Y5zt0Eo_#YoOol~r_5e?+gkt&tcEMW;pk!)VaE|9W`Pt@YV?5nI*{T^bt^JUS~m zlOmQpi>S?>bJiPoLl?LI7rbSw_EaLhGMe_J z>T?=WY)2$BsWkPaXB#fEIGultl+MC%p)L+o^jSKl1F3viy7k~DnyG++L+yy>mh`%i zIW4+@UfJQoST9;GQ>l14$ef5xL|yL-7gehV#-@d3=R#w%sv8t#a<%9WGNr4s?~|?+ z4i!Z)pRcUA-4;7MRHds}NB2Ixk`?wZoLgMg&D? z1DUaiS>_Sd$DDNkiV-EQ(rUIEXCplcA6M!|d)6p4D&XY#L)jjl?m3}1>)5||6TcE` zXL+UJ9$V4SiAnL25v_HUue=lMCda*q&KWD%;-2GtvCn$fPEYjgSQ{!#Zj$Nb|E=!J zgb6#*JWl25k?PBkcJ~L)Gx_q`IGr8$6pghR4#J>4oE@JYu{P!QI@3vadP3%pW`?ku ZPRf;^|BJ8zH=X2#6VnPIR{G`3OlIfLPQKmP{1D)5fjb}tm%%$wpJQ+hd%1c%FF9Xk1atb@tQUy-v#oFW9Q7nn(oDA;09zN@b`_g%lTB#kTG&Ux9biR~1 ziQw%}%{BWim_#N&jr72hsg-*J#fgnW_?{Jio2`!`nR~G-nkHTfU%?IV z9W=pDa0zUji=r#gtI(U!JJ2KW2wcbh{rM=m1^oo=K)*pl{IxZlfo?+YLJ5i^(FL#$ zLOpQ(YhA<+Zp+oXHzjR6NwQ{Sd~{%q=gf0Xqd7HQdq3UTYd2l=oUIzGOnPNBjio9% zk14ftl7&>7O6l3gD=*HMFLR}fI9^#-8>&i{j%g;9k3+WC$R>KZKmv!@2`y97VI`-u zss{GPkSk-o=(|GYV!JM!NKHZ$?<<$IS~Fww%Cd8@u|><(Rd8-qWnC!UlBLfkQaD5u z)v~`3@n9f^e5^uN(LwzQz3jG!qCXIwHth|Pe((OP!Lx2-Upg;RE44$H#wG-dE^1k@ zNLfx3+GRVH`nNTqoE!aKzkAlx!}vjC$7s(Qk>(Xrd43z}!`(e56lWd#Cr9a1v32Gb zGLG4buFg!3t4wHXqu zQR3CRf+41%2$i#!*C0E_@vP_G_kY#96=JOlm)z5pIM#@JQx6u1mt z0OJZf4h#S;52Syb6R05Tozk@i#fc$7Dw$0Tn^K99RU>OO+oB;|m<+}y3PYMblq#Bw zs=`D`OmiZt%bG`lYLN&<6jNOosl2{Q)_Ol$Q5yMI+*OF9lNpb(I)!^W!HXi`X&3xg}{gv#$}p k3mHOUfxp?if7buW$eB1p`x)5DUb%)#u-*4_Hf@jn1Q9HFEdT%j literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-el.po b/languages/altcha-spam-protection-el.po new file mode 100644 index 0000000..eced3e2 --- /dev/null +++ b/languages/altcha-spam-protection-el.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Η επαλήθευση απέτυχε. Προσπαθήστε ξανά αργότερα." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Προστατευμένο από το %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Δεν είμαι ρομπότ" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Επαληθευμένο" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Γίνεται επαλήθευση..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Γίνεται επαλήθευση... παρακαλώ περιμένετε." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-es_ES.mo b/languages/altcha-spam-protection-es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..2e8e9357087300cb129a086b3844c60592b3a2ee GIT binary patch literal 816 zcmZ{iyN=U96ow5fEHY?8G%ONGha#eYaiC&lmLhC|Hd3-#1+xOWiGAV>a%QZVahALT zqN7Ekq^1DsRJ;Td??4Z~N%lg)NS}Vs_}u24`EhOSeSozNZh{0{0&hXRzJe>@8@LX> zg9i8sE`s$lL2wy*6?y}D3wi(^g4*xh*&x`2et>R6zd%FiFX#sJH}p1i<6IEHB{&b( zKwS@h{j)A$2eaks-kFj%o+Mc_GCtV1#&ha9qtToiuGLF+c3TY>9I#bml}fLSrm<87 zXAvcKPBNEDQz1RuXl2FO@?)-a9!0Cu)rQJ~rDHmj%13p!*T^QinLq-E*fA|r(z8-d zX;lr*!y%W(deL{e%EXf@cOo${O}sB%+-x2io0XQGi;T^it}1KeW?59Z(oI?TbRvaA zL{Tp9S4Z3*h#}8ZomI3^e@rhst)b`-M7u@1gSg+l`)aV)3479ckyxo6ZfR^xIMI0} za~289XekeP|7tNr2=N-hj#OuFKkq3PnIBQI^nN5f8Gd;B^y{Eh~W$Fki1O*)n{WAC9c IC0qFZ0cF$Xm;e9( literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-es_ES.po b/languages/altcha-spam-protection-es_ES.po new file mode 100644 index 0000000..e75320e --- /dev/null +++ b/languages/altcha-spam-protection-es_ES.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "La verificación ha fallado. Inténtelo de nuevo más tarde." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Protegido por %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "No soy un robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Verificado" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Verificando..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Verificando... por favor, espere." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-et.mo b/languages/altcha-spam-protection-et.mo new file mode 100644 index 0000000000000000000000000000000000000000..002c61516454b335099fd7902d4fa284dc34994c GIT binary patch literal 802 zcmZ{hJ#P~+7{?E2DLN1!7K8-SvqTKY7dla0#SogHM(vR*9Iu;`dvbBPvro3KCEo#w ziJ4D3@0*^q*`*?Bb{|w!PeFBZ4zo6HlzoDV;`lTpBO0*8vK$r(d z|E$Zf5Vl;y`!#9fNs=`aJWo9rG+9u`_4f0f-CoBDFF?H(IjG?tx9j4ivaZ9;IjsoGNMuB`lYE`>uy(Jb#5 zDjtl)n2%KGD*Bi|r8k4#SY#v7@6qlk&4v%&j-CzTed)Z&t<(;;G&Uu8blJ+1Mb5HL zY2dukO6tGE9GtckCgm}Ge!g$uPfBYhUDz?tzLeCjn zG0;;};4xF$nkXN?7JXAAFQxz7EXpLYB2)3|SNHJR&bP(6AEm~a%13)jYvpCFG!swc xw=Y^VB3%;R-W;itX|Ae6uBmNtppw%JR6E^<KW7~p+?q4ETaq@OBv~^tKH9U!^VD-jlLfV1cQ@VI>9$>Tz*f!FRC;AJ&7>+g ziz&4WlDSlx3hCL#D=*HP%R=cqj#t)|LRG=iF`Y=|<52Ag)x;nZDBzGgp{6A5SF)s4 zH?X(HTp8=d(B&!0h z)yx+%?v2ElU#U=4^w57ohyCtY3`e5ZrJYeS9Nc?3de(34O6NstrFNLo*o0uwc`b7m zDa$gUZKbtx^FQW4LK46!s9%IlIorXk)KzZ;tQ` zQ1S>A`v%a^Y{g3;@d(s3{3e0R6}0K+u#;Rz(w#L`0*KB24BE+ z@C~%V4{#oAp9+FY&@0fJ(A&^M@DOWFxrXKiHs&oYTNEG+1>B9ZSX=EIh84QQY)Hr zS%@s8#4L&DTq-KK6DC}HiEK4lN|lG<+PYp)SqN?g9dYSGpY08@u|dX=z#?`;tCaM- zz zS3DOi5quueo)IdY{j)|iHLZ9M_mA&%KfKr4)yfHlNXrtboOtW&!`nR~6lbh(j}MbQ zwsY*~GfstJeU<7APZ`n9M7q{X*3)yGi|9Z13Z4p5f@~!%mE2OLHhSCCc~iq|Hk&)- zv}o#$26Jlabf&AO4r$!fcvrp@@6fx-lH(>rPgnj;{dczh8bVR3D`Wrk{Y1=-9a@M= O7KM+94~0kZf9E&E`SP^@ literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-fr_FR.po b/languages/altcha-spam-protection-fr_FR.po new file mode 100644 index 0000000..ad6637a --- /dev/null +++ b/languages/altcha-spam-protection-fr_FR.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: French\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "La vérification a échoué. Réessayez plus tard." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Protégé par %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Je ne suis pas un robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Vérifié" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Vérification en cours..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Vérification en cours... veuillez patienter." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-hr.mo b/languages/altcha-spam-protection-hr.mo new file mode 100644 index 0000000000000000000000000000000000000000..2b7ef0681e6645836559f5e90a84da8bd8c2d5c2 GIT binary patch literal 812 zcmZ{iJ#P~+7{?71f&vm10|*JEXCPugzQ6+2A%>6yHB!?=;dtxj-Z@t%clOD4TJi~4 zKukByg%Fm0`kx;^e%^fFudaP$ST%4HB;XQw2g3RSu7I!L zI`{?};0L$}YG)X`3|)ubfZl?>1P?)o^WiLG*Px%E51^l+!T%?89r_D;8(KTZ7_PAM zU@hzcj{aH~u!GxT_3o6UjVD3Y>>AI8)_9qEnbGc?8m_gKv^QG~$6iRQ#wrzF8BJrM z3YkTe*g1(@C{2a%(nd=!nJqr%O6O6uv@SPP6;e1!2SWKMWSbxx?`0eb9Ad|`NJ-Bs zQPQ#+*y|%%8S8o9b7X5{Y!vP=3eHF6u4(gBTb+W^Xmb$vdv|vR+uiz>aGobtXooJ1jR_W= z&qOYHB1IWf+ZxP8=s$MUW$XQ3zkAx%{peo3ZM2sfvE~($dHE((i0M5dlxLmvkDn(` z`NpYV$T^mlcXetq3^S&UUFGYqc*m5u7t?<_W82DMdW#p`5yyvK9le#>{QIC&k*bLx zttOIYuA0a~L^L$h+3}&6cuAGfW*--)!Udnz3#SUDnbl7bHaJ_ov^qIGF;Hm=RT`?S MI(jdsA!NjU0~w#^L;wH) literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-hr.po b/languages/altcha-spam-protection-hr.po new file mode 100644 index 0000000..4deb118 --- /dev/null +++ b/languages/altcha-spam-protection-hr.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Croatian\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Verifikacija nije uspjela. Pokušajte ponovno kasnije." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Zaštićeno %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Nisam robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Verificirano" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Verificiranje..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Verificiranje... molimo pričekajte." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-hu_HU.mo b/languages/altcha-spam-protection-hu_HU.mo new file mode 100644 index 0000000000000000000000000000000000000000..e34e95b355c292658e765854a8d6f4ddce909823 GIT binary patch literal 827 zcmZ{hPiqrF7{*7fwnW9!iwX)aLh+!pu_w!lhuB6MY?>0+QoT*GlkFs%nPp~@ntlck z_TUHTF=s_oye&QWB?P~QC!aM-QxCrIW#I#ZErL5B0$0I1P}mo61AGNH z!4I$set{*hc!9BN&}Hat=w0YOcnp@|zrV=X3iJe8hkk-yhyI2Zb(bzNb`N?BiWGJk zEP!Gjg#2Sy;2~^gjr&8=#*-jxI>xhIYrO1w8B=FMtFE>kZEV$69ov&u^;B1QWi<7K zN@W~SWG5sNp){q!OB<9?GM;@*lum-6JS`o{QYoCIL!o?7bnBxVZ^Rr89BPL&Ye_FN zF{E-DoLAa1GuHE_OH|CCjS|Nr6VieAnG37cLu2F2O6LM&ld2nKMQ}AsM~Tu^k^1g| z;0_geHrubLxZC1wIaWnizKQumdR?!zd9%egYqZr0n~eu=T08a1ws4+DR%nMUjSUGW zIvI&X@<@tdNLwSF2&;rX`+>nmm1d(^pRctRJgRIM?WIPsNrrA-zAZ+?^*tfXXPxv< zUq#RP`aG^^+LM;ob=SnW&5+hR%2)RJrWqnHr2nkOcI1%8BAJ*$`L28UG#;brxhJh1 zkxWymPmk?UK6T{OKw2+xLSvKqfL`QN+t0rb9#UrWkDdG^?F-7k^{t=*5>Aghoq*NP cN__VIoHupF)6f6@^^3f+^b^MI6#5sF9kc3QGmtCRu0eYGbeLNlV@V zapTTgK+l|b2#~n(06YMnl{5tjEdBJYNA`R(p8bA%?L&gK4(@>*Tm$bwT%W-Wa0)iS zSI`7Mz*Vq*AxW-7Z$j@v??Vs36L1Ur_ZO4o4)h~5-unb?K)*qw&rfLd{RPF9Ucp9*Zt$G^b{0@8;V(?Pf?0v^NtoW--pvgiWQ3 zlyW~OF4XNB=`y<9P+e&bnoihA8r_cIrh0{fK|t<|7MAp)<|!?! zLA){4wezC-p)`fsnw3H2E~7({I%KWZiStG6bqJ~RWh>0;c(_$pv(nfWS28|i6_8QY zi~eH9{ec?lV-sCf2lZ$4y4xPA{y=rwv@^*1y@ziGd)>w^2T{3a8_=cm86jfJ8JAk+ znx`4{ge${#70$>=qu=Xy&zpLjK5A?`E7~H}yoQ(Px3NGx-cv$#K4^LNGJmc%&(B56 ziT0{%$F9IzX0$m%=2xoYrnr~Ue;P~nFr(nCqnZ74tRjvI{?}A7(W)}SDGd!?=$NTC iUrtHb7v^lLn7v#52CK2+m%ul%ptVAKO_)OI(&RTM(%RAh literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-it_IT.po b/languages/altcha-spam-protection-it_IT.po new file mode 100644 index 0000000..2f98c63 --- /dev/null +++ b/languages/altcha-spam-protection-it_IT.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Verifica fallita. Riprova più tardi." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Protetto da %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Non sono un robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Verificato" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Verifica..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Verifica... attendere prego." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-ja.mo b/languages/altcha-spam-protection-ja.mo new file mode 100644 index 0000000000000000000000000000000000000000..938234aa0dc63fa880a2faf32f7a7567c7cfeee8 GIT binary patch literal 855 zcmZ{i&ui2`6vv}hD_cSFqJqL)mL6oX_GF28SlgAZbltMXpSS5|nx^a~VP@94w3mrsm)p4B3D?*d@lKKzeT24rc^8y_D(fmp34jczT!S| zHA56r{9e)_Ztns?dqQ$`@w$DP4(`PzH7B^B1-}|NxJ-)-j(aL|iw*~M?6b&!PG)Sa zL^}GQTdTUYs9P=FdZeS3#1q9jp4HL1j-KoIsqx1L-dtMTe)CmF?>kGMHW!}h2oJ(A zztA&rXMHZo5XU-txY3^JtSxW9UEW>AJg=jdI$F@teMA~tuh+KUJ=tudbI!mz^~ck@RgyM=n4H-&AsRUoFi?S8to-ER8mnRIHR#vGKoalG=b46=n}FKM4ui0f`I(M|L+fd(G66I!;UCzeZE zO#^>pM_S{882DUeVzbJ!kOwae2#EwhnIDqRN$SaS_H-79JIa zUEZ&*I2wu_IahU8(ZT!)?RMKcVlWh)Hf;}+LGR9s;p1+j&pwFMvG%y7aS6er^NMpR zQpsgPeHEq^YsLESpM;9g81x3+qkG+p?>4rK4pO7q!lGS}uj(1`eh&x(IxoY+r|BcH zaTHf~ok%CTdTcU0XF?l$Dm0#pjwz9s(0}e0wGR(S%jHtpM{Vo5%1z+oI~`%0GpDpF z*(2EUd@(aIZL-c5GZiGwKffy!SJ=}kGH{gsPT`X4%^o+%IzBuwr6kJ*SF@nv=odmS B-%$Vn literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-lt_LT.po b/languages/altcha-spam-protection-lt_LT.po new file mode 100644 index 0000000..b2501db --- /dev/null +++ b/languages/altcha-spam-protection-lt_LT.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Lithuanian\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Patikrinimas nepavyko. Bandykite vėliau." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Apsaugota %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Aš ne robotas" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Patikrinta" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Tikrinama..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Tikrinama... prašome palaukti." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-lv.mo b/languages/altcha-spam-protection-lv.mo new file mode 100644 index 0000000000000000000000000000000000000000..3bd2ddd1ecf4ea451dc80e3bc8f9c325c4757214 GIT binary patch literal 809 zcmZ{i&2G~`5XTJ^3IU0V3#tTSE)fS<2M!gLQ4gUBYNUiz!BoI)6K~vY?Okhkos!&g zM_ek-960s`=-nK62_&9?7vR9(vT217BmFd<+1dHn@%LLRA3ew_xC26P9lQsnd;vGX zDYy;3fhPC?u7cGIo_7O!4SF5=F7zIF0@h%ExLEl=L2tl5g)ZZN*7_IpJ=oVSc^&}?HcXG#EFQ;b86alKiuAFH?6lPjGW2|cTy{w za+!$8r_jua$6P8(xD&>&qeN7F%%zHbzxLJ!Wr^Tc&=Hr;FRLA(8tX+21uSw0RF$Nc z8BeM12L8rKWZF13u(6ETvplve)B)`~m)W4zI?^V}jIh?%CT`h0D}!5ElE+fDc;Y7e zoLOXKSv6moad*f@VkXO~tb_goded!>*kH&yZQ2K89v^kcp@tSpXihBY5XE3j8NeN-oyjrUD+HzsJiHoJP#Ld5Z zJuH?JdBAZ?E+R22me!~K*OO?GKcuucEB^z>JR_` literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-lv.po b/languages/altcha-spam-protection-lv.po new file mode 100644 index 0000000..d98cfc9 --- /dev/null +++ b/languages/altcha-spam-protection-lv.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Latvian\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Verifikācija neizdevās. Lūdzu, mēģiniet vēlāk." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Aizsargāts ar %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Es neesmu robots" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Pārbaudīts" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Pārbaude..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Pārbaude... lūdzu, uzgaidiet." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-nb_NO.mo b/languages/altcha-spam-protection-nb_NO.mo new file mode 100644 index 0000000000000000000000000000000000000000..663a7024b39585f9454676a465e45c4f8e80b003 GIT binary patch literal 811 zcmZ{i(TWo>6oyA#U8#$T2qLJQo8pCJs#m*=c+qYvTiI@xbrkhR(#~l%+nHoY($>C% zx8h6q0PD5h_!5Gz;Jx5Kbm}5v;N#E9oaCJ3pYJy|K13Ls;0{Q^74RNZ;}l#2pTRBg z4K%?Ia2af#i=r*)b?9yAUFch|4Q?X-cz(6-6I3An3T;4tLa#!9LGMAgE<_QwL>IvZ zsQSUDzs4m*NL!8m{ep}QB+1#44bh>qfyaR}8ZD{m+xzM6Uc2d|m+bUJk7dx-&_wE- zvzSu1B&nn}l*_;_uCq8>O_tiIIIdUgfXbYuXIe-d;;PySs)>FkP{8BtgjOZ#c_|C3 zyTN+nh)e5&7K(U~bPQk&3m2&GS2t%Y@2>Dc?&I@R*CvPy21`Alikl6e>(OW|>% zC|CEZPCOinBcAK3s_3HsgkJaBM`AD(-8StFlR^K%o8dvPu`hiPsguUzmewVN6{BWS zu}E1K2_0CsV5Oy@j-3`V|MNW|GinU_gWlQg9>otEyVe9YICEK|XyA8Mr+CH3gf^Y$ z@Z?4MRP3DPRkbJVM9++EhDS|kXQV^pmFU_6`x5%k4WnnQh#l$al!;AkafkhM83M!f z`M(x>7;O}i3+?meG_a3h!*ji`|5NWc8!@pwM${c&sKQv}-t_dp7+fMXEs1Y8GS!ENvz zbiq$>8El@5qN~sw(7Vw4&=fodH?clG-}*m8dsv@9L;Nr39q4c97WCSMD8iBGBG>?- zA8h?&m#{)uYvTtMY2!(fHJS0zzBQg_o^#4p)OG#6bZ58UbMz&c((SJ=fGBxL21=p>$7{ezuUpA)~0< z`9jA1sW{*x6{?CM`cLTXsDB_PQ!(t*?lhTSLd68PF9i}ukA$WAr$bv=6 zvPx*!Apc)yLb~is#*@+MNRQ%&ogJe+Yb09LsO0%WXb)HSgwUIH?4Q0$pNZ|$xKMD; zR*dw_oGOqFtFbLiu6 z>lw491^f14$<$hLvy7wX$P_*VZ0FH{KdOQ%M77RuUo7kJ;Ad?RPKULOy`!#6MUlJ}DDe7~{rA;Q=McR&g*f%l*qC*T_R3~qsM zpb36}i(vCi6kUd1hu((Xg}w!kz)i#-&#v};f(pc6p$+Iy=vC-1=soC_b5VpX(Rr`| zs($e4uWl2lR~%4J{|*IAscCZ#qij_cJrpdx4KnU+$AxT>pSo^KlAuZULTq_@{8BG5T DX~gB8 literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-nn_NO.po b/languages/altcha-spam-protection-nn_NO.po new file mode 100644 index 0000000..490ecae --- /dev/null +++ b/languages/altcha-spam-protection-nn_NO.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Norwegian Nynorsk\n" +"Language: nn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Verifiseringen mislyktes. Prøv igjen senere." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Beskyttet av %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Jeg er ikke en robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Verifisert" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Verifiserer..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Verifiserer... vennligst vent." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-pl_PL.mo b/languages/altcha-spam-protection-pl_PL.mo new file mode 100644 index 0000000000000000000000000000000000000000..609a4a5f06d2188cd1b70c783bf12fe1dd0c725a GIT binary patch literal 821 zcmZ{hyKWOf6ov-~2{KnjLI?!nG!X@wb*P9IC`@7$OK}{94VQFd@9}yZduBB=#@Hnd z4U`n=c!xAx$~Xltfy7%-@-MbXQgEbC|IF;U?)kYm_esDOz-^F#i{Jw&>;U@vIQHpr4_Sq2HmGp}(P5p!4U1xC^}wMTj^L z=0MR8Tu#|MZg87g?OvaZ4W!7~rVV1t*}$#9DK$s5Uw3#ix=#4Tenou)=*pN z9;Xo{ZbT|m+E7mgcG1j>)9GQPO%_G7*V%>g9xKl@R60aOwJxg3S}IY%BX>;GlJq=R zeVTQH_tG}!)&*JjnNH=?LFQ#*W9o#E`?y>lT9@XIy^pNR%6^a+&gHx}$h0Y|UTAfc z^vEdl>3l`Tt%ls@H@c`Q*U*1Vud9`9S#QX-3avNddhPyhW3yV?P(H}SDdRDvbur<^ zWCNA4Ojz|}+Oj?EJO5r|%vh?|>eb_!9z@HfRcitpWE$lt75Ht@AO77VLUYb@c(Ri` zlPkx5Ma4EdSv4)2;#bDB($t~!O0L;H;$r>w+r*b=e2*PnXJlvD$IgU{I#qjd^@> zvoG0=+Imm5x{3@Ub34>FJ$k3e>&bqEMYzL*=AerY#t#2_93C8f!=W3A-QhIa4wYeX YB2}^X(^pisemvQy)|mIy+?aU}&4*7Kp(G@D9}NGq?=C zfa~BJXn`N#JlH(N*hT0S=uPNt=mB^Hu44TDG-EfQN6?4Ruh0Pc6M6~y3wj3{oM8-G z*jcav>U^;DPdkSZ!kX5922|!!I7x>>`LK3-12^7JI1C)lj;OJu z=cOoUl?~>Du`G@CeBd&b@TXPgcx)n?d0)Dy-99unDXnxaG&XCys;q*0Pc*b~n4*b41%OJgI# zjLs^NNghj4L^Og|l~vNo^-4sg4+i}~@8n(&!mVJ(XfHKRTa>W#@@<_X-tRFXLF=S{ z@*;l5w@>0~*Hl{G(^He+IV0MhC?CAyT~lCRME|)P+g~0Ta;BoHs4Kht)KnIaX9#ce zcWFB`Uln)xvEG%6d}bG5}S?wqTu#6I~?N?5ZZ zm>4P+#Fqf(W(Z#bi7&v+$a6}dfZ&yWdTgKXeO~+Zm&;3U7-AV*2MM?UUV<_{f=l2N zxC%alD)i;T@{E)?bFS}_Q@(ls&g z>Av6&8F?{3Uzu^Y!@F{%N>|=M{V_dl*1Npj;f*?Nb>enw?OA81S=koO^TZ16a7tri z!ivs=$R$st7{=5!L!p(>zt&@1W~JR~H&0G=JGxcbG}=pzT;l>}UOq1?#O>WBlxLmv z_Z}t>_{Pb;(z7ouZ|c-!xXhR~ddgRx@CF^Ld(4K<+y{!krQzrk_RVxKv zfSer#;UhYJrBi8BF?*{Bws;?b;79)Wy?vp=&o<*Rusunm`OBD2%2xk1r_ppmHssUE QkQ|0$cI0K@%ghn`0aa}4+W-In literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-ro_RO.po b/languages/altcha-spam-protection-ro_RO.po new file mode 100644 index 0000000..c5a8000 --- /dev/null +++ b/languages/altcha-spam-protection-ro_RO.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Verificarea a eșuat. Încercați din nou mai târziu." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Protejat de %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Nu sunt un robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Verificat" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Se verifică..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Se verifică... vă rugăm să așteptați." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-ru_RU.mo b/languages/altcha-spam-protection-ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..0f2d144c21def2c5f3b1289dbb0bec11a116d8e1 GIT binary patch literal 887 zcmZ{iPiqrF7{*7fR-&NPgNO?6C3w);=&5z3huB6MXiSM~QE$`iWV@2=E;AErZnixM z#hZ96egdO3{iC!!dz*X#!EfR--C)hZfgexi-FKeno!$JJn)t}DCc!NbfJ3H=Op-iJ_EpE}3bHE0n!3w;R1 z5q2I-05=a>$JPbx(3Y?2oem|bAweo#Nex?4sgX@1Lt5!kQI{8kxrK63vt_B`R@@XO zP7`X0xGh7E0@WiCi8!IQFj9G=E*a)OdT|nY-l#g-P}Y`0OIj1L@m$(#r15IV5uoAi zQyxjrGSQ*YG^iIEGE0@=H66tvf832U4^p32jmflMDy^j|%#_sHOI1|T-OM$YvUWF$ zlagqg=BnTtjy%in=Ny;nydmGjE|t$?exF`e$_-wt^Z7C@)csoZ?yLIKN?}oG!viG} zja#P5CsdNCDt#W#)2j2a{T$&h}z^a!a%gDEGK)k$1 zgz1!)X7+jTgwLGzxyY7OyplB25bx5bnU&ZSUhw&}gL6Lp=VHu$A$w>CG<;`|>{oj< z++g;T?GNAEeK5eYqkq4x-9BmjW(Uykwm&+&X?JYj{=m8Q;g&~s8)nD3<#5v;3^$N~ zBQSJ9eY;2Y7%h8t*A6^3W_l7iUP6xhZ;Z9&wcKXcWuN4%BdLEcukIjV7jx~qbdUW3 DJ%~ah literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-ru_RU.po b/languages/altcha-spam-protection-ru_RU.po new file mode 100644 index 0000000..d81de68 --- /dev/null +++ b/languages/altcha-spam-protection-ru_RU.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Проверка не удалась. Попробуйте еще раз позже." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Защищено %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Я не робот" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Проверено" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Проверка..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Проверка... пожалуйста, подождите." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-sk_SK.mo b/languages/altcha-spam-protection-sk_SK.mo new file mode 100644 index 0000000000000000000000000000000000000000..912977a80055f958e498a6073bb504e7f904ca94 GIT binary patch literal 808 zcmZ{h&ubGw6vtPsR-&Q^DuTkh1i?C+da|r|h)JY@rYXr*)Y~NcvYBQxv&>9V)4#zU zJ$drjg9pKbdW{$V2n8?x7lPj<(JJV`hwsee{hasp^2*BqXBFH4F*pZafa1Id7r_T` z4SWV=@C}>=t0#isJoFOuI`k%V7u*9E@IE{l1XrN1pli^#&?4>&^eXf_^fvSd6d}QB zumXyHVEXHv!Ryp7OY_#4wDBa#nx65&jy0b9o)hZLsO+j+ac#3&cEMw|YM}bkE2C*3 zRmMq3v7M1jrP7p1&o*3oak99~lupBNX>)Xf-i5&dVbU|TUcGhS}AHnj8Cn)UqX&waM1Y+1wc zAe#+kWtwurdB7(w02p(iMda|r|h)tw{rU~gcZg!K_z1E0W6 z@CDStH*g7ToQtBX(Cg4!&^yq5@CXE-cju#spdX+O=x69<=yz!F{Q{1Wo2emDuJ!@DkD%A4)Dl~}4draugI`&VVr_aRZ zSzahPW-HoyWHP*ELYqV7YcE90lsK2re=Zj7Du>5g4)j2t9(#52nzbR5k@IlnKPQVf zp0kyt)r4v0DlTM9eKVb%9?OYms*E;sLsRKO#;=(nA9i7S;pAMB<1puc_Eefem4=)= LdCSw_6-Pe-T?^#} literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-sr_RS.po b/languages/altcha-spam-protection-sr_RS.po new file mode 100644 index 0000000..84af0d9 --- /dev/null +++ b/languages/altcha-spam-protection-sr_RS.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Serbian\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Provera nije uspela. Pokušajte ponovo kasnije." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Zaštićeno od strane %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Nisam robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Provereno" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Proverava se..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Proverava se... molimo sačekajte." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-sv_SE.mo b/languages/altcha-spam-protection-sv_SE.mo new file mode 100644 index 0000000000000000000000000000000000000000..76c6001a6cedabb5fd2cf72731589721312330d4 GIT binary patch literal 803 zcmZ{h&ubGw6vszft*nZohzN@B58q_kR#? z{sYp#q11Cu{u6>%@811xv!;mn;KO(3?fW(RzTevX%wSvKK8V3p@DY@D3T}X};4b(E zYTyUB0=6zNb`5$HdJp;ldIX+=+qi$a$k-j|7w9(h6dFK(La#%AK_5alHW)(+y972t zIS)SlWtVY7*vi_ErlgH0LDme6XNT5!IrK82K|wXwIEZ)m8#Tv{q*Ws|6kZukBcU>x zgcRF?L@Jb~On7O-DoQ4+L!opUhLyLvP@YNQBrSyUVcG3Hy76|x(ZHd0M5~t6&&8Cg zY2XifGB?)qj!RX-U(8a+V-wNX``ktK`oh>Gx6--L*tG6uc^O>KvstQiU1WYZ7TlpC z&sXm&D;{=vPtH}@l{YbeL~mP-9`AH{vqAgasMCJ@uKTJL90=!mY=w4srLhsgqtls4 zC6A?;M$})(M7i~LzCcNMzk|fK6t~MW{SLs{_`;QQlzvzwuBt1tHt&wMUsew#Qfj2Vz+0J zQ{`M%3@0LyE~LHXiFM1938}J*lUi80Ua=L`l9jZ=uDAT>M)T#d&dw6clNTZT4aF1V A=l}o! literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-sv_SE.po b/languages/altcha-spam-protection-sv_SE.po new file mode 100644 index 0000000..3506e78 --- /dev/null +++ b/languages/altcha-spam-protection-sv_SE.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Verifieringen misslyckades. Försök igen senare." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Skyddad av %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Jag är ingen robot" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Verifierad" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Verifierar..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Verifierar... vänligen vänta." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-tr_TR.mo b/languages/altcha-spam-protection-tr_TR.mo new file mode 100644 index 0000000000000000000000000000000000000000..95ca039f9629ec496882a76245c2030dadb28a5f GIT binary patch literal 812 zcmZ{hzl#$=6vszBy<-*pQ7D4K0|^!~8?6j07P(900vB_{^-#M>cCs0>JG0Epdd9y& z?5tDSn@+*bweX)1Ed2+p{VvJfY2kwp-+gc2ydN_^u57$#uuX6S#Na%53u^lWE`rbC z8u$(x;3wDuo2MAN0KEjg4!sFI0QbRF`0q|L7C=8hThNctI{z2+GW0j}7IfrUj zf(=m5gJ1vHIe180S?_jE+ISLV&B%DRZ;h8@FB2Ngso~mt@y>3$;n;z+YNE!%E2C*5 zR3?*uxX6jrS6c1`f3&TD7Dn zg~(|=4dTI27RGwscd1JFc9}XJn~0{~7cOcx4~f~mTm8sHAk@@jd zaEFS#SnXF=+#m3ve5LBHyo328dfsghd4Iq=ZQ30~{ob7ygU8)qPdLwGE40Iw#zusQ zPD_zW9!rr&6qk0U-1Imck+(s=*YBPzbuYXd>=^B(MyYv$US7Vg2gKz)AWUbS^beoL zk9g}OuWmV!mUs2oB)H3nS|jCyXS`!_oQvo`i?MB~X{7AxNhy)lLS-sve?4c%R0~^X zA{R6g-xk7FOII!5kjauVq>h*hazNuXoCF4sFm@Vz7JLbO6+8>v0)`O3Kg!r;@E7n5cn^FIeBl^l=fNZ3 zyWkQSE$lcj0Azkp`p-Fm2xa-HTx(Gj8xo}Ax!ABN6&u+w(xUNS9 z7n5c?2&1BCn#O|Q8WVYv@0U%Ss`0vf8fL0|9R6K;R4&zdwZ_LwG*NS_m66A_2j#+~ z(1v?TL>gPh$|Yo?pe+K)JtACFt;bLl^;G5eM5j_pzU z-0s>nyPGaE`_XpOS9U9XYkRocJ@|F)C)-15&#tGd;BU5@x7&5QVY~J_I$xyk9I~J7 zUOqB?X}8nmOabFEnXcU=T&~(pyMrNbY|mkb#{Q8#oP<{Pj~pt^vt-wxvyrY)ZXq*v QouJT7U&Ab-+=Rn^17fR2aR2}S literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-uk.po b/languages/altcha-spam-protection-uk.po new file mode 100644 index 0000000..225caee --- /dev/null +++ b/languages/altcha-spam-protection-uk.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "Перевірка не вдалася. Спробуйте ще раз пізніше." + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "Захищено %sALTCHA%s" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "Я не робот" + +#: includes/core.php:298 +msgid "Verified" +msgstr "Перевірено" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "Перевірка..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "Перевірка... будь ласка, зачекайте." + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection-zh_CN.mo b/languages/altcha-spam-protection-zh_CN.mo new file mode 100644 index 0000000000000000000000000000000000000000..75c9285eb7b0baf7289d615bb808782693ab204d GIT binary patch literal 794 zcmZ{hPiqrF7{*7fR->R4LkWHXZNEHe{pJXJ4> zG@@X^f_kb@1PK+PH5ZTKmk`7xP0xM-pJjv9g9AUFecyfm&U~L3TP8T;-~{l%L9hhk zvk4A^&)^vN2GZaM*bl~c5poE61bQ5L5?Tcp!36BLy9qf8U5B26euW-@ZbRd|U(h&@ z>>&gxWG@&4@jUqT&)EkHVaX|+ZqQI!%BfcK%91&)tf*Mw)A<%no9v92o6e>UxgoTy z$_lqqg|y0LUHA_5bc^zU%aGQ&71|j^2|xL0$uMx7k#}U!s4ln>bb(9j#NF z4Ge0#G-*k%MZ7^r)4-o9i%4n9iYAagyV48{^OQ?#)<(w7WEPb6BQ1<^lnyec8O6bw zsNM`@nBjF>sc~jdkwwXVamBe3D~o$F?#iYxze{iBvt?E+v8gPbF1f|Rx!a}Ld}@Xp z%RJ3PgDsVIDLi4&4NYBChq>5P$$sE%tA{@FhyQyJYL-`d`mWdtcrRp01MZ_e;ah!~W{}@YB1Wi;sq# ojjgqI|M|1+$L(Qf86MK#_?QHZVtbn(;wMggi9ttciz{)$Z#Jm?00000 literal 0 HcmV?d00001 diff --git a/languages/altcha-spam-protection-zh_CN.po b/languages/altcha-spam-protection-zh_CN.po new file mode 100644 index 0000000..36ad6ae --- /dev/null +++ b/languages/altcha-spam-protection-zh_CN.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-" +"protection\n" +"POT-Creation-Date: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Chinese (simplified)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "" +"ALTCHA is a free, open-source CAPTCHA alternative that offers robust " +"protection without using cookies, ensuring full GDPR compliance by design. " +"It also provides invisible anti-spam and anti-bot protection through " +"ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "验证失败。请稍后重试。" + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "由 %sALTCHA%s 保护" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "我不是机器人" + +#: includes/core.php:298 +msgid "Verified" +msgstr "已验证" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "验证中..." + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "验证中... 请稍候。" + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 integrations/wordpress.php:28 +#: integrations/wordpress.php:71 integrations/wordpress.php:109 +#: integrations/wordpress.php:157 integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 integrations/wordpress.php:71 +#: integrations/wordpress.php:109 integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr "" diff --git a/languages/altcha-spam-protection.pot b/languages/altcha-spam-protection.pot new file mode 100644 index 0000000..fff38b3 --- /dev/null +++ b/languages/altcha-spam-protection.pot @@ -0,0 +1,165 @@ +# Copyright (C) 2024 Altcha.org +# This file is distributed under the GPLv2 or later. +msgid "" +msgstr "" +"Project-Id-Version: ALTCHA Spam Protection 1.14.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/altcha-spam-protection\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: 2024-12-21T08:51:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: altcha-spam-protection\n" + +#. Plugin Name of the plugin +#: altcha.php +msgid "ALTCHA Spam Protection" +msgstr "" + +#. Description of the plugin +#: altcha.php +msgid "ALTCHA is a free, open-source CAPTCHA alternative that offers robust protection without using cookies, ensuring full GDPR compliance by design. It also provides invisible anti-spam and anti-bot protection through ALTCHA's API." +msgstr "" + +#. Author of the plugin +#: altcha.php +msgid "Altcha.org" +msgstr "" + +#. Author URI of the plugin +#: altcha.php +msgid "https://altcha.org" +msgstr "" + +#: includes/core.php:291 +msgid "Verification failed. Try again later." +msgstr "" + +#: includes/core.php:293 +msgid "Protected by %sALTCHA%s" +msgstr "" + +#: includes/core.php:297 +msgid "I'm not a robot" +msgstr "" + +#: includes/core.php:298 +msgid "Verified" +msgstr "" + +#: includes/core.php:299 +msgid "Verifying..." +msgstr "" + +#: includes/core.php:300 +msgid "Verifying... please wait." +msgstr "" + +#: includes/settings.php:148 +msgid "General" +msgstr "" + +#: includes/settings.php:155 +msgid "API Region" +msgstr "" + +#: includes/settings.php:172 +msgid "API Key" +msgstr "" + +#: includes/settings.php:186 +msgid "Secret Key" +msgstr "" + +#: includes/settings.php:199 +msgid "Complexity" +msgstr "" + +#: includes/settings.php:216 +msgid "Expiration" +msgstr "" + +#: includes/settings.php:234 +msgid "Spam Filter" +msgstr "" + +#: includes/settings.php:241 +msgid "Block Spam Submissions" +msgstr "" + +#: includes/settings.php:256 +msgid "Classify IP address" +msgstr "" + +#: includes/settings.php:272 +msgid "Widget Customization" +msgstr "" + +#: includes/settings.php:279 +msgid "Auto verification" +msgstr "" + +#: includes/settings.php:297 +msgid "Floating UI" +msgstr "" + +#: includes/settings.php:311 +msgid "Delay" +msgstr "" + +#: includes/settings.php:325 +msgid "Hide logo" +msgstr "" + +#: includes/settings.php:339 +msgid "Hide footer" +msgstr "" + +#: includes/settings.php:354 +msgid "Integrations" +msgstr "" + +#: includes/settings.php:592 +msgid "Wordpress" +msgstr "" + +#: integrations/elementor/field.php:18 +msgid "ALTCHA" +msgstr "" + +#: integrations/elementor/field.php:72 +msgid "Verification failed." +msgstr "" + +#: integrations/forminator.php:35 +#: integrations/gravityforms/field.php:79 +#: integrations/html-forms.php:49 +#: integrations/html-forms.php:56 +#: integrations/woocommerce.php:28 +#: integrations/woocommerce.php:74 +#: integrations/woocommerce.php:114 +#: integrations/wordpress.php:28 +#: integrations/wordpress.php:71 +#: integrations/wordpress.php:109 +#: integrations/wordpress.php:157 +#: integrations/wpforms.php:28 +msgid "Could not verify you are not a robot." +msgstr "" + +#: integrations/gravityforms/field.php:53 +msgid "ALTCHA placeholder" +msgstr "" + +#: integrations/wordpress.php:28 +#: integrations/wordpress.php:71 +#: integrations/wordpress.php:109 +#: integrations/wordpress.php:157 +msgid "Error" +msgstr "" + +#: integrations/wpmembers.php:16 +msgid "Registration failed. Please try again later." +msgstr ""