/usr/share/mediawiki-extensions/base/NewUserNotif/NewUserNotif.i18n.php is in mediawiki-extensions-base 3.6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 | <?php
/**
* Internationalisation file for the extension New User Email Notification
*
* @file
* @ingroup Extensions
* @author Rob Church <robchur@gmail.com>
*/
$messages = array();
/** English
* @author Rob Church
*/
$messages['en'] = array(
'newusernotifsubj' => 'New user notification for $1',
'newusernotif-desc' => 'Sends e-mail notification when user accounts are created',
'newusernotifbody' => "Hello $1,
A new user account, $2, has been created on $3 at $4.", # optional: $5 date, $6 time
);
/** Message documentation (Message documentation)
* @author Purodha
* @author Siebrand
* @author The Evil IP address
*/
$messages['qqq'] = array(
'newusernotifsubj' => 'This message contains the subject line for the email.
$1 is replaced with the wiki site name.',
'newusernotif-desc' => '{{desc}}',
'newusernotifbody' => "This file contains the body text for the e-mail.
* $1 is replaced with the username of the recipient;
* $2 is replaced with the username of the new user account;
* $3 is replaced with the wiki site;
* $4 is replaced with the time and date of the account's creation.
* $5 (optional) is replaced with the date of the account's creation.
* $6 (optional) is replaced with the time of the account's creation.",
);
/** Old English (Ænglisc)
* @author Wōdenhelm
*/
$messages['ang'] = array(
'newusernotifbody' => 'Ēalā $1,
Nīƿe brūcendȝerād, $2, ƿæs on $3 macod, on $4.',
);
/** Arabic (العربية)
* @author Meno25
*/
$messages['ar'] = array(
'newusernotifsubj' => 'إخطار مستخدم جديد ل$1',
'newusernotif-desc' => 'يرسل إخطار بريد إلكتروني عندما يتم إنشاء حسابات مستخدمين',
'newusernotifbody' => 'مرحبا يا $1،
حساب مستخدم جديد، $2، تم إنشاؤه على $3 في $4.',
);
/** Egyptian Spoken Arabic (مصرى)
* @author Ghaly
* @author Meno25
*/
$messages['arz'] = array(
'newusernotifsubj' => 'إخطار يوزر جديد ل$1',
'newusernotif-desc' => 'يبعت إيميل لما يتم إنشاء حسابات يوزرز',
'newusernotifbody' => 'اهلا و سهلا يا $1،
حساب يوزر جديد، $2، إتفتح على $3 فى $4.',
);
/** Asturian (Asturianu)
* @author Xuacu
*/
$messages['ast'] = array(
'newusernotifsubj' => 'Avisu de nuevu usuariu pa $1',
'newusernotif-desc' => "Unvia un avisu per corréu electrónicu cuando se creen cuentes d'usuariu",
'newusernotifbody' => "Hola $1:
Se creó una nueva cuenta d'usuariu, $2, en $3 el $5 a les $6.",
);
/** Kotava (Kotava)
* @author Wikimistusik
*/
$messages['avk'] = array(
'newusernotifsubj' => 'Gruyera wetce warzaf favesik pu $1',
'newusernotifbody' => 'Va $1 kiavá,
$2 warzafa favesikpata su zo redur koe $3 ko $4.',
);
/** Bashkir (Башҡортса)
* @author Assele
*/
$messages['ba'] = array(
'newusernotifsubj' => 'Яңы $1 ҡатнашыусыһы тураһында белдереү',
'newusernotif-desc' => 'Яңы иҫәп яҙмалары булдырылған ваҡытта электрон почта аша белдереү ебәрә',
'newusernotifbody' => 'Сәләм, $1.
$3 проектында $4 яңы иҫәп яҙмаһы, $2, булдырылды.',
);
/** Bavarian (Boarisch)
* @author Man77
*/
$messages['bar'] = array(
'newusernotif-desc' => 'Vasendt E-Post-Benåchrichtigungen, wãun a neichs Benutzakonto ãnglegt wiad',
'newusernotifbody' => 'Seavas $1!
Am $5 is um $6 auf $3 a neichs Benutzakonto ãnglegt woan: $2.',
);
/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
* @author EugeneZelenko
* @author Jim-by
*/
$messages['be-tarask'] = array(
'newusernotifsubj' => 'Паведамленьне аб новым удзельніку для $1',
'newusernotif-desc' => 'Дасылае паведамленьне па электроннай пошце пры стварэньні новых рахункаў',
'newusernotifbody' => 'Прывітаньне, $1,
Новы рахунак, $2, быў створаны $3 $4.',
);
/** Bulgarian (Български)
* @author DCLXVI
*/
$messages['bg'] = array(
'newusernotifsubj' => 'Съобщение за нов потребител в $1',
'newusernotif-desc' => 'Изпраща оповестяване на електронна поща при създаване на нова потребителска сметка',
'newusernotifbody' => 'Здравейте $1,
В $3 беше регистрирана нова потребителска сметка, $2, на $4.',
);
/** Breton (Brezhoneg)
* @author Fulup
*/
$messages['br'] = array(
'newusernotifsubj' => 'Kemenn un implijer nevez evit $1',
'newusernotif-desc' => "Kas ur c'hemenn dre bostel pa vez krouet kontoù implijer",
'newusernotifbody' => 'Salud $1,
Ur gont implijer nevez, $2, zo bet krouet war $3 da $4.',
);
/** Bosnian (Bosanski)
* @author CERminator
*/
$messages['bs'] = array(
'newusernotifsubj' => 'Obavještenje o novom korisniku na $1',
'newusernotif-desc' => 'Šalje obavještenje putem e-maila kada pri pravljenju novog korisničkog računa',
'newusernotifbody' => 'Zdravo $1,
Novi korisnički račun, $2, je napravljen na $3 u $4.',
);
/** Welsh (Cymraeg)
* @author Lloffiwr
*/
$messages['cy'] = array(
'newusernotifsubj' => 'Hysbysiad am ddefnyddiwr newydd ar $1',
'newusernotif-desc' => 'Yn anfon e-bost yn hysbysu bod cyfrif defnyddiwr newydd wedi ei sefydlu',
'newusernotifbody' => "Cyfarchion $1,
Mae cyfrif newydd o'r enw $2 wedi cael ei sefydlu ar $3 am $4.",
);
/** German (Deutsch)
* @author Purodha
* @author Raimond Spekking
*/
$messages['de'] = array(
'newusernotifsubj' => 'Benachrichtung von $1 über die Einrichtung eines neuen Benutzerskontos',
'newusernotif-desc' => 'Versendet E-Mail-Benachrichtigungen bei Erstellung neuer Benutzerkonten',
'newusernotifbody' => 'Hallo $1,
Ein neues Benutzerkonto, $2, wurde am $5, $6 Uhr auf $3 angelegt.',
);
/** Lower Sorbian (Dolnoserbski)
* @author Michawiki
*/
$messages['dsb'] = array(
'newusernotifsubj' => 'Powěźeńka na nowego wužywarja za $1',
'newusernotif-desc' => 'Sćelo e-mailowu powěźeńku, gaž se wužywarske konta napóraju',
'newusernotifbody' => 'Halo $1,
Konto nowego wužywarja, $2, jo se załožyło $4 na $3 .',
);
/** Greek (Ελληνικά)
* @author Omnipaedista
* @author ZaDiak
*/
$messages['el'] = array(
'newusernotifsubj' => 'Νέα ειδοποίηση χρήστη για τον $1',
'newusernotif-desc' => 'Αποστέλλει ειδοποίηση μέσω e-mail όταν δημιουργούνται λογαριασμοί χρηστών',
'newusernotifbody' => 'Γεια $1,
Ένας νέος λογαριασμός, $2, δημιουργήθηκε στο $3 στις $4.',
);
/** Esperanto (Esperanto)
* @author Yekrats
*/
$messages['eo'] = array(
'newusernotifsubj' => 'Nova notigado de uzanto $1',
'newusernotifbody' => 'Saluton $1,
Nova konto por uzanto, $2, estis kreita je $3 $4.',
);
/** Spanish (Español)
* @author Sanbec
*/
$messages['es'] = array(
'newusernotifsubj' => 'Notificación de un nuevo usuario en $1',
'newusernotif-desc' => 'Envía un aviso por correo electrónico cuando se crean cuentas de usuario',
'newusernotifbody' => 'Hola $1:
Ha sido creada una nueva cuenta de usuario, $2, en $3 a las $4',
);
/** Estonian (Eesti)
* @author Avjoska
* @author Pikne
*/
$messages['et'] = array(
'newusernotifbody' => 'Tere, $1!
Võrgukohas $3 loodi uus kasutajakonto $2.
Konto loomise aeg: $4',
);
/** Finnish (Suomi)
* @author Jaakonam
* @author Nike
*/
$messages['fi'] = array(
'newusernotifsubj' => 'Tiedote sivuston uudelle käyttäjälle $1',
'newusernotif-desc' => 'Lähettää sähköpostiviestin, kun käyttäjätunnukset on luotu',
'newusernotifbody' => 'Tervehdys $1,
Uusi käyttäjätunnus $2 on luotu $3 $4.',
);
/** French (Français)
* @author Grondin
*/
$messages['fr'] = array(
'newusernotifsubj' => 'Notification d’un nouvel utilisateur pour $1',
'newusernotif-desc' => 'Envoie une notification par courriel quand les comptes utilisateurs sont créés',
'newusernotifbody' => 'Bonjour $1,
Un nouveau compte utilisateur, $2, a été créé sur $3 le $4.',
);
/** Franco-Provençal (Arpetan)
* @author ChrisPtDe
*/
$messages['frp'] = array(
'newusernotifsubj' => 'Notificacion a un novél usanciér por $1',
);
/** Irish (Gaeilge)
* @author Alison
*/
$messages['ga'] = array(
'newusernotifbody' => 'Haigh a $1,
Tá cuntas úsáideora nua, $2, cruthaigh ar $3, $4.',
);
/** Galician (Galego)
* @author Alma
* @author Toliño
*/
$messages['gl'] = array(
'newusernotifsubj' => 'Notificación de novo usuario para $1',
'newusernotif-desc' => 'Envía unha notificación por correo electrónico cando se crean contas de usuario',
'newusernotifbody' => 'Ola $1:
Creouse unha nova conta de usuario, chamada $2, en $3 o $5 ás $6.',
);
/** Swiss German (Alemannisch)
* @author Als-Holder
*/
$messages['gsw'] = array(
'newusernotifsubj' => 'Benochrichtung vu $1 iber e nej Benutzerskonto',
'newusernotif-desc' => 'Verschickt E-Mail-Benochrichtigunge bim Aalege vu neje Benutzerkonte',
'newusernotifbody' => 'Sali $1,
E nej Benutzerkonto, $2, isch am $4 uf $3 aagleit wore.',
);
/** Hebrew (עברית)
* @author Rotemliss
* @author YaronSh
*/
$messages['he'] = array(
'newusernotifsubj' => 'הודעת משתמש חדשה עבור $1',
'newusernotif-desc' => 'שליחת הודעה בדוא"ל כאשר נוצרים חשבונות משתמש',
'newusernotifbody' => 'שלום $1,
חשבון משתמש חדש, $2, נוצר באתר $3 ב־$4.',
);
/** Hindi (हिन्दी)
* @author Kaustubh
*/
$messages['hi'] = array(
'newusernotifsubj' => '$1 का नये सदस्योंका निर्देशन',
'newusernotif-desc' => 'नया खाता खुलने के बाद इ-मेल भेजता हैं',
'newusernotifbody' => 'नमस्कार $1,
$3 पर एक नया सदस्य, $2, $4 को पंजिकृत हुआ हैं।',
);
/** Upper Sorbian (Hornjoserbsce)
* @author Michawiki
*/
$messages['hsb'] = array(
'newusernotifsubj' => 'Zdźělenka za noweho wužiwarja $1',
'newusernotif-desc' => 'Sćele e-mejlowe zdźělenje, hdyž so wužiwarske konta wutworja',
'newusernotifbody' => 'Witaj $1,
Nowe wužiwarske konto, $2, bu dnja $4 na $3 wutworjene.',
);
/** Hungarian (Magyar)
* @author Dani
* @author Tgr
*/
$messages['hu'] = array(
'newusernotifsubj' => 'Értesítés új $1 felhasználóról',
'newusernotif-desc' => 'E-mail üzeneteket küld, ha új felhasználói fiókok készülnek',
'newusernotifbody' => 'Szia $1,
egy új felhasználói fiókot készítettek $2 névvel a(z) $3 wikin, $4-kor.',
);
/** Armenian (Հայերեն)
* @author Teak
*/
$messages['hy'] = array(
'newusernotifsubj' => 'Նոր Մասնակցի Տեղեկացում $1 մասնակցի համար',
'newusernotifbody' => 'Ողջո՜ւյն, $1։
$3 կայքում ստեղծվել է նոր մասնակցային հաշիվ՝ $2, $4-ին։',
);
/** Interlingua (Interlingua)
* @author McDutchie
*/
$messages['ia'] = array(
'newusernotifsubj' => 'Notification de un nove usator in $1',
'newusernotif-desc' => 'Invia un notification per e-mail quando un conto de usator es create',
'newusernotifbody' => 'Salute $1,
Un nove conto de usator, $2, ha essite create in $3 le $4.',
);
/** Indonesian (Bahasa Indonesia)
* @author Bennylin
*/
$messages['id'] = array(
'newusernotifsubj' => 'Pemberitahuan pengguna baru untuk $1',
'newusernotif-desc' => 'Mengirimkan pemberitahuan lewat surel pada saat akun pengguna dibuat',
'newusernotifbody' => 'Halo $1,
Sebuah akun pengguna baru, $2, telah dibuat di $3 pada $4.',
);
/** Italian (Italiano)
* @author Darth Kule
*/
$messages['it'] = array(
'newusernotifsubj' => 'Notifica nuovo utente per $1',
'newusernotif-desc' => 'Invia una e-mail di notifica quando vengono creati nuovi account',
'newusernotifbody' => 'Ciao $1,
Un nuovo account, $2, è stato creato su $3 il $4.',
);
/** Japanese (日本語)
* @author Fryed-peach
* @author JtFuruhata
*/
$messages['ja'] = array(
'newusernotifsubj' => '$1 利用者アカウント作成通知',
'newusernotif-desc' => '利用者アカウントが作成されたときに電子メール通知を送る',
'newusernotifbody' => 'ようこそ$1さん、
$4、$3上に$2で利用者アカウントを作成しました。',
);
/** Javanese (Basa Jawa)
* @author Meursault2004
*/
$messages['jv'] = array(
'newusernotifsubj' => 'Notifikasi panganggo anyar kanggo $1',
'newusernotif-desc' => 'Kirim notifikasi e-mail menawa rékening-rékening panganggo digawé',
'newusernotifbody' => 'Salam $1,
Sawijining rékening panganggo, $2, wis digawé ing $3 jam $4.',
);
/** Khmer (ភាសាខ្មែរ)
* @author Chhorran
* @author គីមស៊្រុន
*/
$messages['km'] = array(
'newusernotifsubj' => 'ការផ្តល់ដំណឹងដល់អ្នកប្រើប្រាស់ថ្មី ចំពោះ $1',
'newusernotifbody' => 'សួស្តី $1,
គណនីរបស់អ្នកប្រើប្រាស់ថ្មី, $2, បានត្រូវបង្កើត លើ $3 នៅ $4 ហើយ ។',
);
/** Colognian (Ripoarisch)
* @author Purodha
*/
$messages['ksh'] = array(
'newusernotifsubj' => 'Nohreesch övver Ding neu Aanmeldung op $1',
'newusernotif-desc' => 'Scheck en <i lang="en">e-mail</i> eruß, wann en neu Aanmeldung för ene neue Metmaacher kütt.',
'newusernotifbody' => 'Jooden Daach $1,
Ene neue Metmaacher mem Name "$2"
es aam $5 öm $6 Uhr en de $3 neu aanjemeldt woode.',
);
/** Kurdish (Latin script) (Kurdî (latînî))
* @author George Animal
*/
$messages['ku-latn'] = array(
'newusernotifbody' => 'Silav $1,
Hesabekî nû, $2, li ser $3 di $4 de çêbû.',
);
/** Luxembourgish (Lëtzebuergesch)
* @author Les Meloures
* @author Robby
*/
$messages['lb'] = array(
'newusernotifsubj' => 'Informatioun iwwer en neie Benotzer op $1',
'newusernotif-desc' => 'Schéckt eng Informatioun per e-Mail wann e neie Benotzerkont opgemaach gëtt',
'newusernotifbody' => 'Bonjour $1,
En neie Benotzerkont, $2, gouf op $3 de(n) $4 opgemaach.',
);
/** Macedonian (Македонски)
* @author Bjankuloski06
*/
$messages['mk'] = array(
'newusernotifsubj' => 'Известување за нов корисник на $1',
'newusernotif-desc' => 'Испраќа известувања по е-пошта при создавање на кориснички сметки',
'newusernotifbody' => 'Здраво $1,
На $3 е создадена е нова корисничка сметка по име $2 во $4.',
);
/** Malayalam (മലയാളം)
* @author Praveenp
* @author Shijualex
*/
$messages['ml'] = array(
'newusernotifsubj' => '$1 സംരംഭത്തിനു വേണ്ടിയുള്ള ഉപയോക്തൃഅറിയിപ്പ് സംവിധാനം.',
'newusernotif-desc' => 'ഉപയോക്തൃ അംഗത്വങ്ങൾ ഉണ്ടാക്കി കഴിയുമ്പോൾ ഇമെയിൽ വിജ്ഞാപനം അയക്കുന്നു',
'newusernotifbody' => 'പ്രിയ $1,
$2 എന്ന ഒരു പുതിയ ഉപയോക്തൃഅംഗത്വം, $3 സംരംഭത്തിൽ $4നു സൃഷ്ടിക്കപ്പെട്ടിരിക്കുന്നു.',
);
/** Marathi (मराठी)
* @author Kaustubh
*/
$messages['mr'] = array(
'newusernotifsubj' => '$1 साठीचे नवीन सदस्य निर्देशन',
'newusernotif-desc' => 'नवीन सदस्य नोंदणी झाल्यानंतर इ-मेल पाठविते',
'newusernotifbody' => 'नमस्कार $1,
$3 वर एक नवीन सदस्य नोंदणी, $2, $4 ला झालेली आहे.',
);
/** Malay (Bahasa Melayu)
* @author Anakmalaysia
*/
$messages['ms'] = array(
'newusernotifsubj' => 'Pemberitahuan pengguna baru untuk $1',
'newusernotif-desc' => 'Menghantar e-mel pemberitahuan apabila akaun pengguna dibuka',
'newusernotifbody' => 'Apa khabar $1,
Satu akaun pengguna baru, $2, telah dibuka di $3 pada $4.',
);
/** Nahuatl (Nāhuatl)
* @author Fluence
*/
$messages['nah'] = array(
'newusernotifbody' => 'Niltze $1,
Cē yancuīc tlatequitiltilīlli cuentah, $2, ōmochīuh īpan $3 īpan $4.',
);
/** Dutch (Nederlands)
* @author SPQRobin
* @author Siebrand
*/
$messages['nl'] = array(
'newusernotifsubj' => 'Melding van een nieuwe gebruiker op $1',
'newusernotif-desc' => 'Stuurt een e-mail als nieuwe gebruikers worden aangemaakt',
'newusernotifbody' => 'Hallo $1.
Er is een nieuwe gebruiker $2 aangemaakt op $3 op $5 om $6.',
);
/** Norwegian Nynorsk (Norsk (nynorsk))
* @author Harald Khan
*/
$messages['nn'] = array(
'newusernotifsubj' => 'Melding om ny brukar for $1',
'newusernotif-desc' => 'Ein e-post blir sendt når nye brukarkontoar blir oppretta',
'newusernotifbody' => 'Hei, $1.
Ein ny brukarkonto, $2, blei oppretta på $3 $4.',
);
/** Norwegian (bokmål) (Norsk (bokmål))
* @author Jon Harald Søby
*/
$messages['nb'] = array(
'newusernotifsubj' => 'Beskjed om ny bruker for $1',
'newusernotif-desc' => 'Sender beskjed på e-post når kontoer opprettes',
'newusernotifbody' => 'Hei, $1. En ny brukerkonto, $2, ble opprettet på $3 $4.',
);
/** Occitan (Occitan)
* @author Cedric31
*/
$messages['oc'] = array(
'newusernotifsubj' => 'Notificacion d’un utilizaire novèl per $1',
'newusernotif-desc' => "Manda una notificacion per corrièr electronic quand los comptes d'utilizaires son creats",
'newusernotifbody' => "Adissiatz $1, Un compte novèl d'utilizaire, $2, es estat creat sus $3 lo $4.",
);
/** Deitsch (Deitsch)
* @author Xqt
*/
$messages['pdc'] = array(
'newusernotifbody' => 'Haiya $1,
uff $3 iss am $5, $6 Uhr en neier Yuuser, $2, komme.',
);
/** Polish (Polski)
* @author Derbeth
* @author Sp5uhe
*/
$messages['pl'] = array(
'newusernotifsubj' => 'Powiadamianie użytkownika $1 o nowych użytkownikach',
'newusernotif-desc' => 'Wysyła powiadomienie e–mail o utworzeniu nowego konta użytkownika',
'newusernotifbody' => 'Witaj $1, nowe konto użytkownika, $2, zostało stworzone w dniu $3 o $4.',
);
/** Piedmontese (Piemontèis)
* @author Bèrto 'd Sèra
* @author Dragonòt
*/
$messages['pms'] = array(
'newusernotifsubj' => "Notìfica d'utent neuv për $1",
'newusernotif-desc' => "A manda n'e-mail ëd notìfica quand che ij cont utent a son creà",
'newusernotifbody' => "Bondì $1, un neuv utent, $2, a l'é stait creà ansima a $3 dël $4.",
);
/** Pashto (پښتو)
* @author Ahmed-Najib-Biabani-Ibrahimkhel
*/
$messages['ps'] = array(
'newusernotifsubj' => 'د $1 لپاره د نوي کارن يادونه',
'newusernotifbody' => '$1، سلامونه!
د $2 په نوم يو نوی ګڼون په $4 نېټه $3 کې جوړ شوی.',
);
/** Portuguese (Português)
* @author Hamilton Abreu
* @author Malafaya
*/
$messages['pt'] = array(
'newusernotifsubj' => 'Nova Notificação de Utilizador para $1',
'newusernotif-desc' => 'Envia notificações por correio electrónico quando são criadas contas de utilizador',
'newusernotifbody' => 'Olá, $1,
Uma nova conta de utilizador, $2, foi criada em $3 em $4.',
);
/** Brazilian Portuguese (Português do Brasil)
* @author Carla404
* @author Eduardo.mps
*/
$messages['pt-br'] = array(
'newusernotifsubj' => 'Notificação de novo usuário para $1',
'newusernotif-desc' => 'Envia uma notificação por e-mail quando uma conta de utilizador é criada',
'newusernotifbody' => 'Olá, $1,
Uma nova conta de utilizador, $2, foi criada em $3 em $4.',
);
/** Romanian (Română)
* @author Stelistcristi
*/
$messages['ro'] = array(
'newusernotifbody' => 'Salut $1,
Un nou cont de utilizator, $2, a fost creat pe $3 la $4.',
);
/** Tarandíne (Tarandíne)
* @author Joetaras
*/
$messages['roa-tara'] = array(
'newusernotifsubj' => "Notifiche de 'n'utende nuève pe $1",
'newusernotif-desc' => "Manne 'na mail de notifiche quanne avènene ccrejate le cunde utende",
'newusernotifbody' => "Cià $1,
'Nu cunde utende nuève, $2, ha state ccrejate sus a $3 'u $4.",
);
/** Russian (Русский)
* @author Александр Сигачёв
*/
$messages['ru'] = array(
'newusernotifsubj' => 'Уведомление о новом участнике $1',
'newusernotif-desc' => 'Отправляет уведомление по электронной почте, когда регистрируется новый участник',
'newusernotifbody' => 'Привет, $1.
В проекте $3 в $4 была создана новая учётная запись — $2.',
);
/** Slovak (Slovenčina)
* @author Helix84
*/
$messages['sk'] = array(
'newusernotifsubj' => 'Upozornenie na nových používateľov pre $1',
'newusernotif-desc' => 'Posiela upozornenia emailom pri vytvorení používateľských účtov',
'newusernotifbody' => 'Ahoj $1,
$3 na $4 bol vytvorený nový používateľský účet $2.',
);
/** Serbian (Cyrillic script) (Српски (ћирилица))
* @author Rancher
* @author Sasa Stefanovic
* @author Михајло Анђелковић
*/
$messages['sr-ec'] = array(
'newusernotifsubj' => 'Нови корисник за $1',
'newusernotif-desc' => 'Шаље обавештења путем е-поште када се нови налог направи',
'newusernotifbody' => 'Здраво $1
Нови кориснички налог, $2, је направљен на $3 у $4.',
);
/** Serbian (Latin script) (Srpski (latinica))
* @author Michaello
*/
$messages['sr-el'] = array(
'newusernotifsubj' => 'Novi korisnik za $1',
'newusernotif-desc' => 'Šalje mejl obaveštenja kada se novi nalog napravi',
'newusernotifbody' => 'Zdravo $1
Novi korisnički nalog, $2, je napravljen na $3 u $4.',
);
/** Seeltersk (Seeltersk)
* @author Pyt
*/
$messages['stq'] = array(
'newusernotifsubj' => 'Beskeedtällen foar $1 uur ju Iengjuchtenge fon n näi Benutserkonto',
'newusernotifbody' => 'Hallo $1,
N näi Benutserkonto, $2, wuude ap n $4 ap $3 anlaid.',
);
/** Sundanese (Basa Sunda)
* @author Irwangatot
*/
$messages['su'] = array(
'newusernotifsubj' => "'''Anyar''' ,béja pamaké pikeun $1",
'newusernotif-desc' => 'Kirim béja ka surélék sabot pamaké anyar dijieun',
'newusernotifbody' => 'Pikeun $1,
Aya pamaké anyar, $2, geus dijieun dina $3 , $4',
);
/** Swedish (Svenska)
* @author M.M.S.
*/
$messages['sv'] = array(
'newusernotifsubj' => 'Meddelande om ny användare för $1',
'newusernotif-desc' => 'Skickar ett meddelande genom e-post när konton skapas',
'newusernotifbody' => 'Hej $1,
Ett nytt användar konto, $2, har skapats på $3 som $4.',
);
/** Telugu (తెలుగు)
* @author Ravichandra
* @author Veeven
*/
$messages['te'] = array(
'newusernotifsubj' => '$1 కోసం కొత్తవాడుకరి నోటిఫికేషన్',
'newusernotif-desc' => 'వాడుకరి ఖాతాలను సృష్టించినప్పుడు ఈ-మెయిలు గమనింపులు పంపుతుంది',
'newusernotifbody' => 'హలో $1,
$3లో $2 అనే కొత్త వాడుకరి ఖాతాని $4కి సృష్టించాం.',
);
/** Tetum (Tetun)
* @author MF-Warburg
*/
$messages['tet'] = array(
'newusernotifsubj' => "Mensajen kona-ba uza-na'in foun ba $1",
'newusernotif-desc' => "Haruka korreiu eletróniku bainhira kria konta uza-na'in",
'newusernotifbody' => "Olá $1,
uza-na'in foun ida, $2, naregistrar tiha iha $3 iha loron $4.",
);
/** Tajik (Cyrillic script) (Тоҷикӣ)
* @author Ibrahim
*/
$messages['tg-cyrl'] = array(
'newusernotifsubj' => 'Огоҳсозии корбарии ҷадид барои $1',
'newusernotif-desc' => 'Дар ҳолат эҷод шудани ҳисобҳои корбарӣ паёми огоҳсозӣ тариқи почтаи электронӣ бифирист.',
'newusernotifbody' => 'Салом $1,
Ҳисоби корбарии ҷадид, $2, дар $3 дар $4 эҷод шуд.',
);
/** Tajik (Latin script) (tojikī)
* @author Liangent
*/
$messages['tg-latn'] = array(
'newusernotifsubj' => 'Ogohsoziji korbariji çadid baroi $1',
'newusernotif-desc' => 'Dar holat eçod şudani hisobhoi korbarī pajomi ogohsozī tariqi poctai elektronī bifirist.',
'newusernotifbody' => 'Salom $1,
Hisobi korbariji çadid, $2, dar $3 dar $4 eçod şud.',
);
/** Tagalog (Tagalog)
* @author AnakngAraw
*/
$messages['tl'] = array(
'newusernotifsubj' => 'Pabatid na pambagong tagagamit para kay $1',
'newusernotif-desc' => 'Nagpapadala ng isang pabatid na pang-e-liham kapag nalikha ang bagong mga kuwenta ng tagagamit',
'newusernotifbody' => 'Kumusta ka $1,
Isang bagong kuwenta/akawnt, $2, ang nalikha na sa $3 noong $4.',
);
/** Turkish (Türkçe)
* @author Joseph
* @author Srhat
*/
$messages['tr'] = array(
'newusernotifsubj' => '$1 için yeni kullanıcı bildirisi',
'newusernotif-desc' => 'Kullanıcı hesapları oluşturulduğunda e-posta bildirisi yolla',
'newusernotifbody' => "Merhaba $1
Yeni kullanıcı hesabı, $2,$3 üzerinde $4'te oluşturuldu.",
);
/** Ukrainian (Українська)
* @author Alex Khimich
*/
$messages['uk'] = array(
'newusernotifsubj' => 'Повідомлення про нового користувача для $1',
'newusernotif-desc' => 'Відправляє повідомлення по e-mail, коли створюються нові облікові записи користувачів',
'newusernotifbody' => 'Вітаємо, $1!
В проекті $3 в $4 був створений обліковий запис — $2.',
);
/** Vèneto (Vèneto)
* @author Candalua
*/
$messages['vec'] = array(
'newusernotifsubj' => 'Nova notifica utente par $1',
'newusernotif-desc' => 'Manda notifica par e-mail quando xe creà un account utente',
'newusernotifbody' => 'Ciao $1,
Un novo account utente, $2, el xe stà creà su $3 in data $4.',
);
/** Vietnamese (Tiếng Việt)
* @author Vinhtantran
*/
$messages['vi'] = array(
'newusernotifsubj' => 'Thông báo thành viên mới cho $1',
'newusernotif-desc' => 'Gửi thông báo bằng e-mail khi có tài khoản thành viên được tạo',
'newusernotifbody' => 'Xin chào $1,
Một tài khoản thành viên mới, $2, đã được tạo ra trên $3 lúc $4.',
);
/** Volapük (Volapük)
* @author Smeira
*/
$messages['vo'] = array(
'newusernotifsubj' => 'Nunod gebaan nulik demü $1',
'newusernotif-desc' => 'Sedon nunodi leäktronik ven gebanakals pajafons',
'newusernotifbody' => 'Glidis, o $1!
Gebanakal nulik: $2, pejafon su $3 tü $4.',
);
/** Cantonese (粵語) */
$messages['yue'] = array(
'newusernotifsubj' => '$1嘅新用戶通知',
'newusernotifbody' => '你好 $1,
一個新嘅用戶戶口$2,已經響$4喺$3度開咗。',
);
/** Simplified Chinese (中文(简体))
* @author Gaoxuewei
* @author Xiaomingyan
*/
$messages['zh-hans'] = array(
'newusernotifsubj' => '$1的新用户通知',
'newusernotif-desc' => '当用户账户创建时发送电子邮件通知',
'newusernotifbody' => '你好$1,
一个新账户$2已于$4在$3创建。',
);
/** Traditional Chinese (中文(繁體))
* @author Liangent
* @author Mark85296341
*/
$messages['zh-hant'] = array(
'newusernotifsubj' => '$1 的新用戶通知',
'newusernotif-desc' => '當用戶建立時,發送郵件確認電子郵件地址',
'newusernotifbody' => '你好 $1,
一個新的用戶帳號 $2,已經在 $4 於 $3 建立。',
);
|