billing.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) Copyright (C) 2008 - 2012 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. // Shop Settings
  25. define('currency', "Devise");
  26. define('available_invoice_types', "Types de facturation disponibles");
  27. define('hourly', "Par heure");
  28. define('monthly', "Par mois");
  29. define('annually', "Par an");
  30. define('tax_amount', "Montant de la taxe");
  31. define('paypal_email', "E-mail Paypal");
  32. define('update_settings', "Mise à jour des paramètres");
  33. define('settings_updated', "Paramètres mis à jour.");
  34. define('payment_gateway', "Moyen de paiement");
  35. define('paygol_service', "PayGol");
  36. define('paygol_service_id', "PayGol Service ID");
  37. define('paypal', "PayPal");
  38. define('paygol', "PayGol");
  39. define('skrill', "Skrill");
  40. define('skrill_merchant_info', "Skrill merchant information");
  41. define('skrill_merchant_id', "Merchant ID.");
  42. define('skrill_email', "Skrill Email");
  43. define('skrill_secret_word', "Secret word");
  44. define('skrill_secret_word_info', "The password must be set from your Skrill merchant account,<br>
  45. at <b>Settings</b>, click on <b>Developer Settings</b>,<br>
  46. If this option is not listed send an email to <i>[email protected]</i>.");
  47. define('hash_stored_correctly', "Hash stored correctly");
  48. define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
  49. define('robokassa', "Robokassa");
  50. define('robokassa_service', "Robokassa service");
  51. define('robokassa_merchant_login', "Merchant Login");
  52. define('robokassa_securepass1', "Secure Password 1");
  53. define('robokassa_securepass2', "Secure Password 2");
  54. // Shop
  55. define('your_cart', "Votre panier");
  56. define('starting_on', "Dès");
  57. define('slots', "slots");
  58. define('hour', "Heure");
  59. define('month', "Mois");
  60. define('year', "Année");
  61. define('hours', "Heures");
  62. define('months', "Mois");
  63. define('years', "Années");
  64. define('service_name', "Nom du service");
  65. define('rcon_pass', "Mot de passe RCON");
  66. define('ftp_pass', "Mot de passe FTP");
  67. define('available_ips', "IPs disponibles");
  68. define('max_players', "Joueurs maximums");
  69. define('invoice_duration', "Durée");
  70. define('calculate_price', "Calculer le prix");
  71. define('buy', "ACHETER");
  72. define('back_to_list', "Retourner à la liste");
  73. define('ip', "IP");
  74. define('subtotal', "Sous-total");
  75. define('rate', "Taux");
  76. define('total', "Total");
  77. define('save', "Sauvegarder");
  78. define('you_need_to', "Vous devez vous");
  79. define('register', "enregistrer");
  80. define('and', "et vous");
  81. define('log_in', "connecter");
  82. define('to_purchase_a_service', "pour acheter un service");
  83. define('available_services', "Services disponibles");
  84. define('payment_is_pending_of_approval', "The payment is pending of approval.");
  85. define('back_to_your_cart', "Go back to your cart.");
  86. define('expired', "Expired");
  87. define('removed', "Removed");
  88. define('extended', "Extended");
  89. define('installation_and_expiration_date', "Installation and expiration date");
  90. define('expiration_date', "Expiration date");
  91. define('removal_date', "Removal date");
  92. define('installation_date', "Installation date");
  93. define('enable_server', "Enable server");
  94. define('success', "SUCCESS");
  95. define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
  96. define('starting_installations', "Starting installations...");
  97. // Orders
  98. define('order_id', "Commande ID");
  99. define('home_name', "Nom du service");
  100. define('tax', "Taxe");
  101. define('pay_from', "Payer à partir de %s");
  102. define('set_as_paid', "Définir comme payé");
  103. define('create_server', "Créer le serveur");
  104. define('see_invoice', "Voir la facture");
  105. define('paid', "Payé");
  106. define('not_paid', "Non payé");
  107. define('procesing_payment', "Paiement en cours");
  108. define('paid_and_installed', "Payé et installé");
  109. define('add_to_cart', "Ajouet au panier");
  110. define('cart_id', "ID du panier");
  111. define('order_desc', "Description de la commande");
  112. define('remove_from_cart', "Supprimer du panier");
  113. define('remove_cart', "Supprimer le panier");
  114. define('there_are_no_orders_in_cart', "Il n'y a pas de commande dans ce panier.");
  115. define('redirecting_to', "Redirection vers %s...");
  116. // Services
  117. define('id', "ID#");
  118. define('remote_server', "Serveur distant");
  119. define('price_hourly', "Prix / heure");
  120. define('price_monthly', "Prix / mois");
  121. define('price_year', "Prix / année");
  122. define('service_image_url', "URL vers image du service");
  123. define('remove_service', "Supprimer le service");
  124. define('add_service', "Ajouter un service");
  125. define('current_services', "Services existants");
  126. define('max_slot_qty', "Quantité de slots max.");
  127. define('min_slot_qty', "Quantité de slots min.");
  128. define('ftp_account', "Compte FTP");
  129. define('select_install_method', "Méthode d'installation");
  130. define('url_for_manual_install', "URL pour installation manuelle");
  131. define('description', "Description");
  132. define('image_url', "URL de l'image");
  133. define('access_rights', "Droits d'accès");
  134. define('allow_update', "Autoriser la mise à jour");
  135. define('allow_file_management', "Autoriser la gestion des fichiers");
  136. define('allow_parameter_usage', "Autoriser les paramètres");
  137. define('allow_extra_parameters_usage', "Autoriser les paramètres personnalisés");
  138. define('allow_ftp_usage', "Autoriser le FTP");
  139. define('allow_custom_fields', "Allow Custom Fields");
  140. define('enabled', "Activé");
  141. define('disabled', "Désactivé");
  142. define('steam', "Steam");
  143. define('rsync', "Rsync");
  144. define('manual_from_url', "Manuelle depuis une URL");
  145. // View Invoice
  146. define('business', "Business");
  147. define('business_email', "E-mail business");
  148. define('game_server_order', "Commande serveur de jeux");
  149. define('item', "Objet");
  150. define('slot_cost', "Coût du slot");
  151. define('slot_quantity', "Quantité de slot");
  152. define('order_price', "Prix de la commande");
  153. define('order', "Commande");
  154. define('date', "Date");
  155. define('price', "Prix");
  156. define('invoice', "Facture");
  157. define('print_invoice', "Imprimer la facture");
  158. define('extend', "Etendre");
  159. ?>