Changeset 3176445
- Timestamp:
- 10/27/2024 06:35:27 PM (17 months ago)
- Location:
- ejabberd-account-tools/trunk
- Files:
-
- 3 edited
-
ejabat.php (modified) (2 diffs)
-
ejabberd-account-tools.pot (modified) (19 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ejabberd-account-tools/trunk/ejabat.php
r3176147 r3176445 4 4 * Plugin URI: https://beherit.pl/en/wordpress/ejabberd-account-tools/ 5 5 * Description: Provides a set of useful tools for the ejabberd server, both for the frontend and backend spaces 6 * Version: 2. 86 * Version: 2.9 7 7 * Requires at least: 5.9 8 8 * Requires PHP: 8.0 … … 19 19 20 20 // Define variables 21 define('EJABAT_VERSION', '2. 8');21 define('EJABAT_VERSION', '2.9'); 22 22 define('EJABAT_BASENAME', plugin_basename(__FILE__)); 23 23 define('EJABAT_DIR', plugin_dir_path(__FILE__)); -
ejabberd-account-tools/trunk/ejabberd-account-tools.pot
r3176138 r3176445 3 3 msgstr "" 4 4 "Project-Id-Version: Ejabberd Account Tools\n" 5 "POT-Creation-Date: 2024-10-2 6 20:14+0200\n"5 "POT-Creation-Date: 2024-10-27 19:21+0100\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: \n" … … 23 23 24 24 #: includes/admin-captcha.php:84 includes/admin-captcha.php:100 25 #: includes/admin-settings.php:2 3925 #: includes/admin-settings.php:282 26 26 msgid "Disabled" 27 27 msgstr "" … … 160 160 msgstr "" 161 161 162 #: includes/admin-captcha.php:210 includes/admin-settings.php:4 87162 #: includes/admin-captcha.php:210 includes/admin-settings.php:495 163 163 #: includes/webpresence.php:117 164 164 msgid "Save settings" 165 165 msgstr "" 166 166 167 #: includes/admin-captcha.php:218 includes/admin-settings.php: 496167 #: includes/admin-captcha.php:218 includes/admin-settings.php:504 168 168 #: includes/admin-tools.php:189 169 169 msgid "If you like this plugin please give a review at WordPress.org." 170 170 msgstr "" 171 171 172 #: includes/admin-settings.php:5 4 includes/admin-settings.php:66173 #: includes/admin-settings.php:18 8172 #: includes/admin-settings.php:55 includes/admin-settings.php:67 173 #: includes/admin-settings.php:189 174 174 msgid "Settings" 175 175 msgstr "" 176 176 177 #: includes/admin-settings.php:16 0177 #: includes/admin-settings.php:161 178 178 #, php-format 179 179 msgid "" … … 182 182 msgstr "" 183 183 184 #: includes/admin-settings.php:16 4184 #: includes/admin-settings.php:165 185 185 #, php-format 186 186 msgid "" … … 189 189 msgstr "" 190 190 191 #: includes/admin-settings.php:16 8191 #: includes/admin-settings.php:169 192 192 #, php-format 193 193 msgid "" … … 196 196 msgstr "" 197 197 198 #: includes/admin-settings.php:17 2198 #: includes/admin-settings.php:173 199 199 #, php-format 200 200 msgid "" … … 203 203 msgstr "" 204 204 205 #: includes/admin-settings.php:17 6205 #: includes/admin-settings.php:177 206 206 #, php-format 207 207 msgid "" … … 210 210 msgstr "" 211 211 212 #: includes/admin-settings.php:18 0212 #: includes/admin-settings.php:181 213 213 #, php-format 214 214 msgid "Debug mode is enabled, click <a href=\"%s\">here</a> to turn it off." 215 215 msgstr "" 216 216 217 #: includes/admin-settings.php:204 218 msgid "General" 219 msgstr "" 220 221 #: includes/admin-settings.php:209 222 msgid "Hints" 223 msgstr "" 224 225 #: includes/admin-settings.php:211 226 msgid "Enable form hints" 227 msgstr "" 228 229 #: includes/admin-settings.php:212 230 #, php-format 231 msgid "" 232 "Shows hints on the forms with information about requirements for fields. To " 233 "support multi-language use %s filter." 234 msgstr "" 235 236 #: includes/admin-settings.php:215 includes/register.php:180 237 msgid "Username" 217 #: includes/admin-settings.php:205 218 msgid "ReST API" 219 msgstr "" 220 221 #: includes/admin-settings.php:210 222 msgid "API address" 223 msgstr "" 224 225 #: includes/admin-settings.php:213 226 msgid "Enter URL address defined for module mod_http_api in ejabberd settings." 238 227 msgstr "" 239 228 240 229 #: includes/admin-settings.php:217 241 msgid " At least 3 and up to 32 characters, only letters and numbers"242 msgstr "" 243 244 #: includes/admin-settings.php:22 1 includes/admin-settings.php:286230 msgid "Login" 231 msgstr "" 232 233 #: includes/admin-settings.php:223 includes/admin-settings.php:264 245 234 #: includes/change_email.php:112 includes/delete_account.php:77 246 235 #: includes/delete_account.php:105 includes/register.php:185 … … 249 238 msgstr "" 250 239 251 #: includes/admin-settings.php:223 240 #: includes/admin-settings.php:229 241 msgid "OAuth token" 242 msgstr "" 243 244 #: includes/admin-settings.php:232 245 #, php-format 246 msgid "" 247 "Use instead of classic login and password access. The plugin doesn't " 248 "generate and check the expiration date of OAuth tokens, so you need to " 249 "generate OAuth token for your own with long expiration date. To generate a " 250 "token use the oauth_issue_token command with the ejabberdctl shell script e." 251 "g.: %s" 252 msgstr "" 253 254 #: includes/admin-settings.php:236 255 msgid "Debugging" 256 msgstr "" 257 258 #: includes/admin-settings.php:238 259 msgid "Enable debug mode" 260 msgstr "" 261 262 #: includes/admin-settings.php:239 263 msgid "Debug information will be returned in JSON response." 264 msgstr "" 265 266 #: includes/admin-settings.php:247 267 msgid "General" 268 msgstr "" 269 270 #: includes/admin-settings.php:252 271 msgid "Hints" 272 msgstr "" 273 274 #: includes/admin-settings.php:254 275 msgid "Enable form hints" 276 msgstr "" 277 278 #: includes/admin-settings.php:255 279 #, php-format 280 msgid "" 281 "Shows hints on the forms with information about requirements for fields. To " 282 "support multi-language use %s filter." 283 msgstr "" 284 285 #: includes/admin-settings.php:258 includes/register.php:180 286 msgid "Username" 287 msgstr "" 288 289 #: includes/admin-settings.php:260 290 msgid "At least 3 and up to 32 characters, only letters and numbers" 291 msgstr "" 292 293 #: includes/admin-settings.php:266 252 294 msgid "Required at least good password" 253 295 msgstr "" 254 296 255 #: includes/admin-settings.php:2 27includes/admin-tools.php:78297 #: includes/admin-settings.php:270 includes/admin-tools.php:78 256 298 msgid "Email" 257 299 msgstr "" 258 300 259 #: includes/admin-settings.php:2 29301 #: includes/admin-settings.php:272 260 302 msgid "Required only for password recovery" 261 303 msgstr "" 262 304 263 #: includes/admin-settings.php:2 36305 #: includes/admin-settings.php:279 264 306 msgid "Password strength" 265 307 msgstr "" 266 308 267 #: includes/admin-settings.php:2 39309 #: includes/admin-settings.php:282 268 310 msgid "Very weak" 269 311 msgstr "" 270 312 271 #: includes/admin-settings.php:2 39313 #: includes/admin-settings.php:282 272 314 msgid "Weak" 273 315 msgstr "" 274 316 275 #: includes/admin-settings.php:2 39317 #: includes/admin-settings.php:282 276 318 msgid "Good" 277 319 msgstr "" 278 320 279 #: includes/admin-settings.php:2 39321 #: includes/admin-settings.php:282 280 322 msgid "Strong" 281 323 msgstr "" 282 324 283 #: includes/admin-settings.php:2 40325 #: includes/admin-settings.php:283 284 326 msgid "The minimum required password strength." 285 327 msgstr "" 286 328 287 #: includes/admin-settings.php:2 44329 #: includes/admin-settings.php:287 288 330 msgid "Disposable emails" 289 331 msgstr "" 290 332 291 #: includes/admin-settings.php:2 46333 #: includes/admin-settings.php:289 292 334 msgid "Block disposable email addresses on all forms" 293 335 msgstr "" 294 336 295 #: includes/admin-settings.php:2 47337 #: includes/admin-settings.php:290 296 338 #, php-format 297 339 msgid "Uses %s to validate email addresses." 298 340 msgstr "" 299 341 300 #: includes/admin-settings.php:2 51342 #: includes/admin-settings.php:294 301 343 msgid "Watchers" 302 344 msgstr "" 303 345 304 #: includes/admin-settings.php:2 54346 #: includes/admin-settings.php:297 305 347 msgid "" 306 348 "List of JIDs which will be notified each new registration, activation and " … … 308 350 msgstr "" 309 351 310 #: includes/admin-settings.php: 258352 #: includes/admin-settings.php:301 311 353 msgid "Style" 312 354 msgstr "" 313 355 314 #: includes/admin-settings.php: 260356 #: includes/admin-settings.php:303 315 357 msgid "Show forms loading animation" 316 358 msgstr "" 317 359 318 #: includes/admin-settings.php:268 319 msgid "ReST API" 320 msgstr "" 321 322 #: includes/admin-settings.php:273 323 msgid "API address" 324 msgstr "" 325 326 #: includes/admin-settings.php:276 327 msgid "Enter URL address defined for module mod_http_api in ejabberd settings." 328 msgstr "" 329 330 #: includes/admin-settings.php:280 331 msgid "Login" 332 msgstr "" 333 334 #: includes/admin-settings.php:292 335 msgid "Debugging" 336 msgstr "" 337 338 #: includes/admin-settings.php:294 339 msgid "Enable debug mode" 340 msgstr "" 341 342 #: includes/admin-settings.php:295 343 msgid "Debug information will be returned in JSON response." 344 msgstr "" 345 346 #: includes/admin-settings.php:303 360 #: includes/admin-settings.php:311 347 361 msgid "Registration" 348 362 msgstr "" 349 363 350 #: includes/admin-settings.php:3 08364 #: includes/admin-settings.php:316 351 365 msgid "Hosts" 352 366 msgstr "" 353 367 354 #: includes/admin-settings.php:31 1368 #: includes/admin-settings.php:319 355 369 msgid "List of hosts available in registration, must be separated by a space." 356 370 msgstr "" 357 371 358 #: includes/admin-settings.php:3 15372 #: includes/admin-settings.php:323 359 373 msgid "Allowed username" 360 374 msgstr "" 361 375 362 #: includes/admin-settings.php:3 18 includes/admin-settings.php:325376 #: includes/admin-settings.php:326 includes/admin-settings.php:333 363 377 msgid "Use regular expressions only." 364 378 msgstr "" 365 379 366 #: includes/admin-settings.php:3 22380 #: includes/admin-settings.php:330 367 381 msgid "Blocked username" 368 382 msgstr "" 369 383 370 #: includes/admin-settings.php:3 29384 #: includes/admin-settings.php:337 371 385 msgid "Welcome message" 372 386 msgstr "" 373 387 374 #: includes/admin-settings.php:33 1388 #: includes/admin-settings.php:339 375 389 msgid "Send welcome message to newly registered account" 376 390 msgstr "" 377 391 378 #: includes/admin-settings.php:3 34includes/admin-tools.php:164392 #: includes/admin-settings.php:342 includes/admin-tools.php:164 379 393 msgid "Subject" 380 394 msgstr "" 381 395 382 #: includes/admin-settings.php:3 37396 #: includes/admin-settings.php:345 383 397 msgid "Optional, may be empty." 384 398 msgstr "" 385 399 386 #: includes/admin-settings.php:34 1includes/admin-tools.php:170400 #: includes/admin-settings.php:349 includes/admin-tools.php:170 387 401 msgid "Body" 388 402 msgstr "" 389 403 390 #: includes/admin-settings.php:3 44404 #: includes/admin-settings.php:352 391 405 #, php-format 392 406 msgid "" … … 394 408 msgstr "" 395 409 396 #: includes/admin-settings.php:35 1410 #: includes/admin-settings.php:359 397 411 msgid "Two-step registration" 398 412 msgstr "" 399 413 400 #: includes/admin-settings.php:3 53414 #: includes/admin-settings.php:361 401 415 msgid "Turn on the two-step registration" 402 416 msgstr "" 403 417 404 #: includes/admin-settings.php:3 54418 #: includes/admin-settings.php:362 405 419 msgid "" 406 420 "Registration must be confirmed by an activation link sent to a private email " … … 408 422 msgstr "" 409 423 410 #: includes/admin-settings.php:3 58 includes/admin-settings.php:393411 #: includes/admin-settings.php:4 18 includes/admin-settings.php:450424 #: includes/admin-settings.php:366 includes/admin-settings.php:401 425 #: includes/admin-settings.php:426 includes/admin-settings.php:458 412 426 msgid "Link validity" 413 427 msgstr "" 414 428 415 #: includes/admin-settings.php:36 0 includes/admin-settings.php:367416 #: includes/admin-settings.php: 395 includes/admin-settings.php:420417 #: includes/admin-settings.php:4 27 includes/admin-settings.php:452429 #: includes/admin-settings.php:368 includes/admin-settings.php:375 430 #: includes/admin-settings.php:403 includes/admin-settings.php:428 431 #: includes/admin-settings.php:435 includes/admin-settings.php:460 418 432 msgid "seconds" 419 433 msgstr "" 420 434 421 #: includes/admin-settings.php:36 1435 #: includes/admin-settings.php:369 422 436 msgid "Defines the validity of the activation link. Enter 0 to disable." 423 437 msgstr "" 424 438 425 #: includes/admin-settings.php:3 65439 #: includes/admin-settings.php:373 426 440 msgid "Registration timeout" 427 441 msgstr "" 428 442 429 #: includes/admin-settings.php:3 68443 #: includes/admin-settings.php:376 430 444 msgid "" 431 445 "Limits the registration frequency for the IP address. Enter 0 to disable." 432 446 msgstr "" 433 447 434 #: includes/admin-settings.php:3 72 includes/admin-settings.php:400435 #: includes/admin-settings.php:4 32 includes/admin-settings.php:457448 #: includes/admin-settings.php:380 includes/admin-settings.php:408 449 #: includes/admin-settings.php:440 includes/admin-settings.php:465 436 450 msgid "Notifications" 437 451 msgstr "" 438 452 439 #: includes/admin-settings.php:3 75453 #: includes/admin-settings.php:383 440 454 msgid "Send notification of each new registration" 441 455 msgstr "" 442 456 443 #: includes/admin-settings.php:3 76457 #: includes/admin-settings.php:384 444 458 msgid "Send notification when the user activates the account" 445 459 msgstr "" 446 460 447 #: includes/admin-settings.php:3 83461 #: includes/admin-settings.php:391 448 462 msgid "Temporarily disable the registration for not logged-in users" 449 463 msgstr "" 450 464 451 #: includes/admin-settings.php:3 88465 #: includes/admin-settings.php:396 452 466 msgid "Changing email" 453 467 msgstr "" 454 468 455 #: includes/admin-settings.php: 396 includes/admin-settings.php:421456 #: includes/admin-settings.php:4 53469 #: includes/admin-settings.php:404 includes/admin-settings.php:429 470 #: includes/admin-settings.php:461 457 471 msgid "Defines the validity of the confirmation link. Enter 0 to disable." 458 472 msgstr "" 459 473 460 #: includes/admin-settings.php:4 02474 #: includes/admin-settings.php:410 461 475 msgid "" 462 476 "Send notifications about every progress of the changing private email process" 463 477 msgstr "" 464 478 465 #: includes/admin-settings.php:4 08479 #: includes/admin-settings.php:416 466 480 msgid "" 467 481 "Temporarily disable the form to change private email address for not logged-" … … 469 483 msgstr "" 470 484 471 #: includes/admin-settings.php:4 13485 #: includes/admin-settings.php:421 472 486 msgid "Resetting password" 473 487 msgstr "" 474 488 475 #: includes/admin-settings.php:4 25489 #: includes/admin-settings.php:433 476 490 msgid "Verification limit" 477 491 msgstr "" 478 492 479 #: includes/admin-settings.php:4 27493 #: includes/admin-settings.php:435 480 494 msgid "within" 481 495 msgstr "" 482 496 483 #: includes/admin-settings.php:4 28497 #: includes/admin-settings.php:436 484 498 msgid "" 485 499 "Defines the maximum number of verification within the specified time. Enter " … … 487 501 msgstr "" 488 502 489 #: includes/admin-settings.php:4 34503 #: includes/admin-settings.php:442 490 504 msgid "Send notifications about every progress of the password reset process" 491 505 msgstr "" 492 506 493 #: includes/admin-settings.php:44 0507 #: includes/admin-settings.php:448 494 508 msgid "Temporarily disable the form to reset password for not logged-in users" 495 509 msgstr "" 496 510 497 #: includes/admin-settings.php:4 45511 #: includes/admin-settings.php:453 498 512 msgid "Deleting account" 499 513 msgstr "" 500 514 501 #: includes/admin-settings.php:4 59515 #: includes/admin-settings.php:467 502 516 msgid "Send notifications about every progress of the deleting account process" 503 517 msgstr "" 504 518 505 #: includes/admin-settings.php:4 65519 #: includes/admin-settings.php:473 506 520 msgid "Temporarily disable the form to delete account for not logged-in users" 507 521 msgstr "" 508 522 509 #: includes/admin-settings.php:47 0523 #: includes/admin-settings.php:478 510 524 msgid "Web Presence" 511 525 msgstr "" 512 526 513 #: includes/admin-settings.php:4 75527 #: includes/admin-settings.php:483 514 528 msgid "Permalink" 515 529 msgstr "" 516 530 517 #: includes/admin-settings.php:4 77531 #: includes/admin-settings.php:485 518 532 msgid "type" 519 533 msgstr "" 520 534 521 #: includes/admin-settings.php:4 78535 #: includes/admin-settings.php:486 522 536 #, php-format 523 537 msgid "" … … 526 540 msgstr "" 527 541 528 #: includes/admin-settings.php:4 84542 #: includes/admin-settings.php:492 529 543 msgid "" 530 544 "Temporarily disable the form to configure Web Presence for not logged-in " … … 532 546 msgstr "" 533 547 534 #: includes/admin-settings.php:4 88548 #: includes/admin-settings.php:496 535 549 msgid "Clear cache" 536 550 msgstr "" 537 551 538 #: includes/admin-settings.php:5 02552 #: includes/admin-settings.php:510 539 553 msgid "Usage information" 540 554 msgstr "" 541 555 542 #: includes/admin-settings.php:5 08556 #: includes/admin-settings.php:516 543 557 #, php-format 544 558 msgid "" … … 547 561 msgstr "" 548 562 549 #: includes/admin-settings.php:5 09563 #: includes/admin-settings.php:517 550 564 #, php-format 551 565 msgid "" … … 554 568 msgstr "" 555 569 556 #: includes/admin-settings.php:5 38570 #: includes/admin-settings.php:546 557 571 msgid "" 558 572 "Then configure ReST API url and authorization data, finally put shortcodes " … … 560 574 msgstr "" 561 575 562 #: includes/admin-settings.php:54 0576 #: includes/admin-settings.php:548 563 577 msgid "Form to register a new account." 564 578 msgstr "" 565 579 566 #: includes/admin-settings.php:54 1580 #: includes/admin-settings.php:549 567 581 msgid "Form to change / add private email address." 568 582 msgstr "" 569 583 570 #: includes/admin-settings.php:5 42584 #: includes/admin-settings.php:550 571 585 msgid "Form to reset account password." 572 586 msgstr "" 573 587 574 #: includes/admin-settings.php:5 43588 #: includes/admin-settings.php:551 575 589 msgid "Form to delete account." 576 590 msgstr "" 577 591 578 #: includes/admin-settings.php:5 44592 #: includes/admin-settings.php:552 579 593 msgid "Web Presence configuration form." 580 594 msgstr "" 581 595 582 #: includes/admin-settings.php:5 63596 #: includes/admin-settings.php:571 583 597 msgid "The cache has been successfully cleared." 584 598 msgstr "" 585 599 586 #: includes/admin-settings.php:5 65includes/admin-tools.php:285600 #: includes/admin-settings.php:573 includes/admin-tools.php:285 587 601 #: includes/admin-tools.php:337 includes/admin-tools.php:379 588 602 #: includes/admin-tools.php:421 includes/admin-tools.php:465 -
ejabberd-account-tools/trunk/readme.txt
r3176147 r3176445 4 4 Requires at least: 5.9 5 5 Tested up to: 6.6 6 Stable tag: 2. 86 Stable tag: 2.9 7 7 Requires PHP: 8.0 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 2.9 (2024-10-27) = 29 * Basic support for OAuth tokens. 28 30 = 2.8 (2024-10-26) = 29 31 * Required at least ejabberd 24.06.
Note: See TracChangeset
for help on using the changeset viewer.