PageRenderTime 63ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 1ms

/WikiZam/extensions/Wikiplaces/i18n/Invitations.i18n.php

https://github.com/Seizam/seizamcore
PHP | 169 lines | 132 code | 12 blank | 25 comment | 0 complexity | d38769c66002d82f3ec280173fe69970 MD5 | raw file
  1. <?php
  2. $messages = array();
  3. /*
  4. * English
  5. */
  6. $messages['en'] = array(
  7. /* General */
  8. 'invitations' => 'My Invitations',
  9. 'invitation' => 'My Invitation',
  10. /* Create Warnings */
  11. 'wp-inv-create' => '<b>[[Special:Invitations/Create|Click here to invite somebody to Seizam!]]</b>',
  12. 'wp-inv-limitreached' => 'Sorry, you have reached the invitation limit for the month.',
  13. 'wp-inv-no' => 'Sorry, invitations are currently disabled.',
  14. 'wp-inv-success' => 'Great! Your invitation was successfully created.',
  15. 'wp-inv-success-sent' => '{{int:wp-inv-success}} It was sent to <b><nowiki>$1</nowiki></b> .',
  16. /* TP */
  17. 'wp-inv-list-header' => 'Here is the list of all the invitation you created.',
  18. 'wp-inv-list-footer' => '=== Available Invitations ===',
  19. 'wp-inv-list-footer-li' => '<b>[[Special:Invitations/Create:$1|{{int:$2}}]]</b>: {{int:$2-desc}} (<b>$3 out of $4</b> remaining this month)',
  20. 'wp-inv-list-help' => '=== About Invitations ===
  21. Each month, you can generate a few invitation codes for your friends and relatives. A code provides great discounts on first subscription offers, it can be used through [[Special:Invitation/Use]].',
  22. 'wpi-code' => 'Code',
  23. 'wpi-to-email' => 'Sent to',
  24. 'wpi-type' => 'Type',
  25. 'wpi-used' => 'Used by [[User:$1|$1]]',
  26. 'wpi-unlimited' => 'Unlimited, used $1 times.',
  27. 'wpi-remaining' => '$1 remaining',
  28. 'wpi-create' => 'Create a new invitation',
  29. /* Create Form */
  30. 'wp-inv-create-header' => 'Please fill the form below to generate a new invitation code. If you fill up the e-mail part, the invitation will be sent automatically, otherwise you will need to transmit the generated code yourself.',
  31. 'wp-inv-create-section' => 'Create an invitation code',
  32. 'wp-inv-category-field' => 'Type:',
  33. 'wp-inv-category-desc' => '$1 ($2/$3 remaining)',
  34. 'wp-inv-category-help' => 'Select here the type of invitation you wish to send. Be careful, the best invitations unlocks great special offers but they are rare!',
  35. 'wp-inv-mail-section' => 'E-mail the invitation (optional)',
  36. 'wp-inv-email-help' => 'Type here the e-mail adress of the person you are inviting. {{int:optional-field}} Leave blank if you do not want to send the invitation by mail.',
  37. 'wp-inv-msg-help' => 'Type here a personal message you wish to send to the person you are inviting. {{int:optional-field}}',
  38. 'wp-inv-msg-default' => 'Hello,
  39. As promised, here is your invitation to Seizam.
  40. Enjoy!
  41. $1',
  42. 'wp-inv-language-field' => 'Language:',
  43. 'wp-inv-language-help' => 'Select here the language of the invitation e-mail. We provide this option in case the person you are inviting does not speak your language. {{int:optional-field}}',
  44. 'wp-inv-admin-section' => 'Administration',
  45. 'wp-inv-code-field' => 'Invitation code:',
  46. 'wp-inv-code-help' => 'This is the code used to authenticate the invitation. You can change it and make it prettier if you wish to.',
  47. 'wp-inv-counter-field' => 'Limit:',
  48. 'wp-inv-counter-help' => 'How many times can the code be used. Type "-1" for unlimited.',
  49. /* Use Warnings */
  50. 'wp-use-inv-header' => 'Please fill the form below to use an invitation code. If you do not have an invitation, [[Special:Subscriptions/new|click here]].',
  51. 'wp-use-inv-ok' => 'Great! Your invitation is valid. You now have access to new special offers.',
  52. 'wp-use-inv-invalid' => 'This code is invalid.',
  53. 'wp-use-inv-nolonger' => 'Sorry. Your invitation has expired.',
  54. /* Use Form */
  55. 'wp-use-inv-help' => 'Type here the invitation code you received. Most likely a 12 characters string looking like <b>aqxx3kaf3drf</b>. This code is case-insensitive.',
  56. 'wp-use-inv-go' => 'Use this code!',
  57. 'wp-use-inv-help2' => 'This is your invitation code. Click [[Special:Invitation|here]] to try an other one.',
  58. 'wp-inv-use-section' => '{{int:wp-sub-new-section}} (1/2)',
  59. /* Welcome Page */
  60. 'wp-use-inv-notloggedin' => 'Sorry. You need to be logged in to use your invitation. Please or ',
  61. 'wp-use-inv-notloggedin' => '== Welcome on Seizam! ==
  62. Thank you very much for visiting us! You received an invitation code for Seizam and that is great. But in order to use your invitation you need to be logged in.
  63. === You already have an account on Seizam ===
  64. * That is easy, just <b>[{{canonicalurl:Special:UserLogin|returnto=Special:Invitation/Use:$1}} log in]</b>.
  65. === You don\'t have an account yet ===
  66. * Do not worry. <b>[{{canonicalurl:Special:UserLogin|type=signup&returnto=Special:Invitation/Use:$1}} Create your account]</b> first.
  67. === You need help ===
  68. * We will be happy to help you, whatever your request is! Simply <b>[[Project:Contact|contact us]]</b>.',
  69. /* Categories */
  70. 'wpi-basic' => 'Basic Invitation',
  71. 'wpi-basic-desc' => 'Exclusive Basic Plans (1 month for Free! 50% percent off basic prices!)',
  72. 'wpi-discovery' => 'Discovery Invitation',
  73. 'wpi-discovery-desc' => 'Special Discovery Plans (3 months for Free! 1 year for 6€!)',
  74. 'wpi-beta' => 'Beta Tester Invitation',
  75. 'wpi-beta-desc' => 'Free Basic Plan (1 year for free!)',
  76. 'wpi-star' => 'Star Invitation',
  77. 'wpi-star-desc' => 'Free Professional plan (1 year for free!)',
  78. );
  79. /*
  80. * Message documentation
  81. */
  82. $messages['qqq'] = array(
  83. );
  84. /*
  85. * French
  86. */
  87. $messages['fr'] = array(
  88. /* General */
  89. 'invitations' => 'Mes invitations',
  90. 'invitation' => 'Mon invitation',
  91. /* Create Warnings */
  92. 'wp-inv-create' => '<b>[[Special:Invitations/Create|Cliquez ici pour inviter quelqu\'un sur Seizam]]</b>',
  93. 'wp-inv-limitreached' => 'Désolé, vous avez atteint votre limite d\'invitations pour ce mois.',
  94. 'wp-inv-no' => 'Désolé, les invitations sont désactivées pour le moment.',
  95. 'wp-inv-success' => 'Parfait ! Votre invitation a été créée avec succès.',
  96. 'wp-inv-success-sent' => '{{int:wp-inv-success}} Elle a été envoyée à <b><nowiki>$1</nowiki></b> .',
  97. /* TP */
  98. 'wp-inv-list-header' => 'Voici la liste de toutes les invitations que vous avez créées.',
  99. 'wp-inv-list-footer' => '=== Invitations disponnibles ===',
  100. 'wp-inv-list-footer-li' => '<b>[[Special:Invitations/Create:$1|{{int:$2}}]]</b> : {{int:$2-desc}} (<b>$3 sur $4</b> restantes ce mois)',
  101. 'wp-inv-list-help' => '=== À propos des invitations ===
  102. Chaque mois, vous pouvez générer quelques codes d\'invitation pour vos amis et proches. Un code débloque de grosses réductions sur les offres de premier abonnement, il peut être utilisé sur [[Special:Invitation/Use]].',
  103. 'wpi-code' => 'Code',
  104. 'wpi-to-email' => 'Envoyée à',
  105. 'wpi-type' => 'Type',
  106. 'wpi-used' => 'Utilisée par [[User:$1|$1]]',
  107. 'wpi-unlimited' => 'Illimitée, utilisée $1 fois.',
  108. 'wpi-remaining' => '$1 restantes',
  109. 'wpi-create' => 'Créer une nouvelle invitation',
  110. /* Create Form */
  111. 'wp-inv-create-header' => 'Merci de remplir le formulaire ci-dessous pour générer un nouveau code. Si vous remplissez la section "courriel", l\'invitation sera envoyée automatiquement ; sinon, vous devrez transmettre le code vous-même.',
  112. 'wp-inv-create-section' => 'Créer un code d\'invitation',
  113. 'wp-inv-category-field' => 'Type :',
  114. 'wp-inv-category-desc' => '$1 ($2/$3 restantes)',
  115. 'wp-inv-category-help' => 'Sélectionnez ici le type d\'invitation que vous souhaitez envoyer. Soyez vigilant, les meilleures invitations débloquent les meilleures offres spéciales, mais elles sont rares !',
  116. 'wp-inv-mail-section' => 'Envoyer par courriel (optionel)',
  117. 'wp-inv-email-help' => 'Saisissez ici l\'adresse de courriel de la personne que vous souhaitez inviter. {{int:optional-field}} Laissez libre si vous ne voulez pas envoyer votre invitation automatiquement.',
  118. 'wp-inv-msg-help' => 'Saisissez ici un message personnel que vous voulez envoyer à la personne que vous invitez. {{int:optional-field}}',
  119. 'wp-inv-msg-default' => 'Bonjour,
  120. Comme promis, voici ton invitation pour rejoindre Seizam.
  121. À bientôt!
  122. $1',
  123. 'wp-inv-language-field' => 'Langue :',
  124. 'wp-inv-language-help' => 'Sélectionnez ici la langue du courriel. Nous proposons cette option dans le cas où la personne que vous invitez ne parle pas votre langue. {{int:optional-field}}',
  125. 'wp-inv-code-field' => 'Code d\'invitation :',
  126. 'wp-inv-code-help' => 'Voici le code utilisé pour autentifier votre invitation. Vous pouvez le changer pour le rendre plus joli si vous le désirez.',
  127. 'wp-inv-counter-field' => 'Limite :',
  128. 'wp-inv-counter-help' => 'Combien de fois ce code peut-il être utilisé. Tapez "-1" pour illimité.',
  129. /* Use Warnings */
  130. 'wp-use-inv-header' => 'Merci de remplir le formulaire ci-dessous pour utiliser votre code d\'invitation. Si vous n\'avez pas de code, [[Special:Subscriptions/new|cliquez ici]].',
  131. 'wp-use-inv-ok' => 'Félicitations ! Votre invitation est valide. Vous avez maintenant accès à de nouvelles offres spéciales.',
  132. 'wp-use-inv-invalid' => 'Ce code est invalide.',
  133. 'wp-use-inv-nolonger' => 'Désolé. Votre invitation a expiré.',
  134. /* Use Form */
  135. 'wp-use-inv-help' => 'Saisissez ici le code que vous avez reçu. Probablement une chaine de 12 caractères ressemblant à <b>aqxx3kaf3drf</b>. Ce code est insensible à la casse.',
  136. 'wp-use-inv-go' => 'Utiliser ce code !',
  137. 'wp-use-inv-help2' => 'Voici votre code d\'invitation. Cliquez [[Special:Invitation|ici]] pour en essayer un autre.',
  138. 'wp-inv-use-section' => '{{int:wp-sub-new-section}} (1/2)',
  139. /* Welcome Page */
  140. 'wp-use-inv-notloggedin' => '== Bienvenue sur Seizam ==
  141. Merci beaucoup pour votre visite ! Parfait, vous avez reçu un code d\'invitation pour Seizam. Mais pour utiliser votre invitation vous devez être connecté(e).
  142. === Vous avez déjà un compte sur Seizam ===
  143. * Simplement, <b>[{{canonicalurl:Special:UserLogin|returnto=Special:Invitation/Use:$1}} connectez-vous]</b>.
  144. === Vous n\'avez pas de compte pour le moment ===
  145. * Pas de souçi. <b>[{{canonicalurl:Special:UserLogin|type=signup&returnto=Special:Invitation/Use:$1}} Créez votre compte]</b> en premier.
  146. === Vous avez besoin d\'aide ===
  147. * Nous serions heureux de vous aider, quelle que soit votre requète ! Il suffit de <b>[[Project:Contact|nous contacter]]</b>.',
  148. /* Categories */
  149. 'wpi-basic' => 'Invitation basique',
  150. 'wpi-basic-desc' => 'Offres basiques exclusives (1 mois gratuit ! 50% de réduction !)',
  151. 'wpi-discovery' => 'Invitation découverte',
  152. 'wpi-discovery-desc' => 'Offres spéciales de découverte (3 mois gratuits ! 1 année pour 6€ !)',
  153. 'wpi-beta' => 'Invitation beta testeur',
  154. 'wpi-beta-desc' => 'Offre basique gratuite (1 année gratuite !)',
  155. 'wpi-star' => 'Invitation star',
  156. 'wpi-star-desc' => 'Offre professionelle gratuite (1 année gratuite !)',
  157. );