simple-billing.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 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. define('OGP_LANG_currency', "Devise");
  25. define('OGP_LANG_available_invoice_types', "Types de Facturation disponibles");
  26. define('OGP_LANG_hourly', "Par heure");
  27. define('OGP_LANG_monthly', "Par mois");
  28. define('OGP_LANG_annually', "Par an");
  29. define('OGP_LANG_tax_amount', "Montant de la Taxe");
  30. define('OGP_LANG_paypal_email', "E-mail PayPal");
  31. define('OGP_LANG_update_settings', "Mise à jour des paramètres");
  32. define('OGP_LANG_settings_updated', "Paramètres mis à jour.");
  33. define('OGP_LANG_payment_gateway', "Moyen de paiement");
  34. define('OGP_LANG_paygol_service', "Service PayGol");
  35. define('OGP_LANG_paygol_service_id', "PayGol Service ID");
  36. define('OGP_LANG_paypal', "PayPal");
  37. define('OGP_LANG_paygol', "PayGol");
  38. define('OGP_LANG_skrill', "Skrill");
  39. define('OGP_LANG_skrill_merchant_info', "Information Marchand Skrill");
  40. define('OGP_LANG_skrill_merchant_id', "ID Marchand");
  41. define('OGP_LANG_skrill_email', "E-mail Skrill");
  42. define('OGP_LANG_skrill_secret_word', "Mot secret");
  43. define('OGP_LANG_skrill_secret_word_info', "Le mot de passe doit être défini à partir de votre compte marchand Skrill,<br>à <b>Paramètres</b>, cliquez sur <b>Paramètres Développeur</b>,<br>Si cette option n'est pas listée, veuillez contacter par e-mail <i>[email protected]</i>.");
  44. define('OGP_LANG_hash_stored_correctly', "Hash correctement stocké");
  45. define('OGP_LANG_currency_not_available_at', "La devise \"%s\" n'est pas disponible pour %s.");
  46. define('OGP_LANG_robokassa', "Robokassa");
  47. define('OGP_LANG_robokassa_service', "Service Robokassa");
  48. define('OGP_LANG_robokassa_merchant_login', "Login Marchand");
  49. define('OGP_LANG_robokassa_securepass1', "Mot de passe sécurisé 1");
  50. define('OGP_LANG_robokassa_securepass2', "Mot de passe sécurisé 2");
  51. define('OGP_LANG_your_cart', "Votre panier");
  52. define('OGP_LANG_starting_on', "Dès");
  53. define('OGP_LANG_slots', "Slots");
  54. define('OGP_LANG_hour', "Heure");
  55. define('OGP_LANG_month', "Mois");
  56. define('OGP_LANG_year', "Année");
  57. define('OGP_LANG_hours', "Heures");
  58. define('OGP_LANG_months', "Mois");
  59. define('OGP_LANG_years', "Années");
  60. define('OGP_LANG_service_name', "Nom du service");
  61. define('OGP_LANG_rcon_pass', "Mot de passe RCON");
  62. define('OGP_LANG_ftp_pass', "Mot de passe FTP");
  63. define('OGP_LANG_available_ips', "IPs disponibles");
  64. define('OGP_LANG_max_players', "Joueurs max");
  65. define('OGP_LANG_invoice_duration', "Durée");
  66. define('OGP_LANG_calculate_price', "Calculer le Prix");
  67. define('OGP_LANG_buy', "ACHETER");
  68. define('OGP_LANG_back_to_list', "Retourner à la liste");
  69. define('OGP_LANG_ip', "IP");
  70. define('OGP_LANG_subtotal', "Sous-total");
  71. define('OGP_LANG_rate', "Taux");
  72. define('OGP_LANG_total', "Total");
  73. define('OGP_LANG_save', "Enregistrer");
  74. define('OGP_LANG_you_need_to', "Vous devez vous");
  75. define('OGP_LANG_register', "enregistrer");
  76. define('OGP_LANG_and', "et vous");
  77. define('OGP_LANG_log_in', "connecter");
  78. define('OGP_LANG_to_purchase_a_service', "pour acheter un service");
  79. define('OGP_LANG_available_services', "Services disponibles");
  80. define('OGP_LANG_payment_is_pending_of_approval', "Le paiement est en attente d'approbation.");
  81. define('OGP_LANG_back_to_your_cart', "Retourner au panier.");
  82. define('OGP_LANG_expired', "Expiré");
  83. define('OGP_LANG_removed', "Supprimé");
  84. define('OGP_LANG_extended', "Prolongé");
  85. define('OGP_LANG_installation_and_expiration_date', "Installation et date d'expiration");
  86. define('OGP_LANG_expiration_date', "Date d'expiration");
  87. define('OGP_LANG_removal_date', "Date de suppresion");
  88. define('OGP_LANG_installation_date', "Date d'installation");
  89. define('OGP_LANG_enable_server', "Activer le serveur");
  90. define('OGP_LANG_success', "Succès");
  91. define('OGP_LANG_redirecting_to_game_monitor', "Redirection vers le Gestionnaire de Serveurs");
  92. define('OGP_LANG_starting_installations', "Démarrage de l'installation...");
  93. define('OGP_LANG_order_id', "ID de Commande");
  94. define('OGP_LANG_home_name', "Nom du Service");
  95. define('OGP_LANG_tax', "Taxe");
  96. define('OGP_LANG_pay_from', "Payer à partir de %s");
  97. define('OGP_LANG_set_as_paid', "Définir comme payé");
  98. define('OGP_LANG_create_server', "Créer le Serveur");
  99. define('OGP_LANG_see_invoice', "Voir la Facture");
  100. define('OGP_LANG_paid', "Payé");
  101. define('OGP_LANG_not_paid', "Non payé");
  102. define('OGP_LANG_procesing_payment', "Paiement en cours");
  103. define('OGP_LANG_paid_and_installed', "Payé et installé");
  104. define('OGP_LANG_add_to_cart', "Ajouter au panier");
  105. define('OGP_LANG_cart_id', "ID du panier");
  106. define('OGP_LANG_order_desc', "Description de la Commande");
  107. define('OGP_LANG_remove_from_cart', "Supprimer du panier");
  108. define('OGP_LANG_remove_cart', "Supprimer le panier");
  109. define('OGP_LANG_there_are_no_orders_in_cart', "Il n'y a pas de commande dans ce panier.");
  110. define('OGP_LANG_redirecting_to', "Redirection vers %s...");
  111. define('OGP_LANG_id', "ID#");
  112. define('OGP_LANG_remote_server', "Serveur Distant");
  113. define('OGP_LANG_price_hourly', "Prix / heure");
  114. define('OGP_LANG_price_monthly', "Prix / mois");
  115. define('OGP_LANG_price_year', "Prix / année");
  116. define('OGP_LANG_service_image_url', "URL de Service d'Image");
  117. define('OGP_LANG_remove_service', "Supprimer le service");
  118. define('OGP_LANG_add_service', "Ajouter un service");
  119. define('OGP_LANG_current_services', "Services existants");
  120. define('OGP_LANG_max_slot_qty', "Quantité de Slots max.");
  121. define('OGP_LANG_min_slot_qty', "Quantité de Slots min.");
  122. define('OGP_LANG_ftp_account', "Compte FTP");
  123. define('OGP_LANG_select_install_method', "Choisir la méthode d'installation");
  124. define('OGP_LANG_url_for_manual_install', "URL pour installation manuelle");
  125. define('OGP_LANG_description', "Description");
  126. define('OGP_LANG_image_url', "URL de l'image");
  127. define('OGP_LANG_access_rights', "Droits d'accès");
  128. define('OGP_LANG_allow_update', "Autoriser la Mise à Jour");
  129. define('OGP_LANG_allow_file_management', "Autoriser la Gestion des Fichiers");
  130. define('OGP_LANG_allow_parameter_usage', "Autoriser l'usage des Paramètres");
  131. define('OGP_LANG_allow_extra_parameters_usage', "Autoriser les Paramètres Personnalisés");
  132. define('OGP_LANG_allow_ftp_usage', "Autoriser le FTP");
  133. define('OGP_LANG_allow_custom_fields', "Autoriser les Champs Personnalisés");
  134. define('OGP_LANG_enabled', "Activé");
  135. define('OGP_LANG_disabled', "Désactivé ");
  136. define('OGP_LANG_steam', "Steam");
  137. define('OGP_LANG_rsync', "Rsync");
  138. define('OGP_LANG_manual_from_url', "Manuelle depuis une URL");
  139. define('OGP_LANG_business', "Entreprise");
  140. define('OGP_LANG_business_email', "E-mail d'entreprise");
  141. define('OGP_LANG_game_server_order', "Commande Serveur de Jeu");
  142. define('OGP_LANG_item', "Objet");
  143. define('OGP_LANG_slot_cost', "Coût du Slot");
  144. define('OGP_LANG_slot_quantity', "Quantité de Slots");
  145. define('OGP_LANG_order_price', "Prix de la Commande");
  146. define('OGP_LANG_order', "Commande");
  147. define('OGP_LANG_date', "Date");
  148. define('OGP_LANG_price', "Prix");
  149. define('OGP_LANG_invoice', "Facture");
  150. define('OGP_LANG_print_invoice', "Imprimer la facture");
  151. define('OGP_LANG_extend', "Etendre");
  152. ?>