Skip to content

Commit

Permalink
Merge pull request #1 from xa81/main
Browse files Browse the repository at this point in the history
Typo Fix - php tag fix
  • Loading branch information
xa81 authored Aug 16, 2024
2 parents 2c5a456 + 1e3376a commit 1f73b12
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/*

4 changes: 2 additions & 2 deletions README-AR.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

## التثبيت

انسخ الملفات التي قمت بتحميلها إلى blesta/components/modules/domainnameapi/
ثم قم بتفعيلها من خلال القائمة إعدادات > وحدات.
* انسخ الملفات التي قمت بتحميلها إلى blesta/components/modules/domainnameapi/
* ثم قم بتفعيلها من خلال القائمة إعدادات > وحدات.


## الرموز المرجعية ورموز الأخطاء مع الشروحات
Expand Down
4 changes: 2 additions & 2 deletions README-AZ.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Bu modul, Blesta üçün inkişaf etdirilmiş 'domainnameapi.com' inteqrasiyası

## Quraşdırma

Yüklədiyiniz faylları blesta/components/modules/domainnameapi/ yerləşdirin.
Parametrlər > Modullar menyusundan aktivləşdirin.
* Yüklədiyiniz faylları blesta/components/modules/domainnameapi/ yerləşdirin.
* Parametrlər > Modullar menyusundan aktivləşdirin.


## Qayıdış və Səhv Kodları, Təfərrüatları
Expand Down
4 changes: 2 additions & 2 deletions README-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Dieses Modul ist eine Integration von 'domainnameapi.com', die für Blesta entwi

## Installation

Kopieren Sie die heruntergeladenen Dateien nach blesta/components/modules/domainnameapi/.
Aktivieren Sie es über das Menü Einstellungen > Module.
* Kopieren Sie die heruntergeladenen Dateien nach blesta/components/modules/domainnameapi/.
* Aktivieren Sie es über das Menü Einstellungen > Module.



Expand Down
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This module is an integration of 'domainnameapi.com' developed for Blesta. (Upda

## Installation

Copy the downloaded files to blesta/components/modules/domainnameapi/.
Activate it from the Settings > Modules menu.
* Copy the downloaded files to blesta/components/modules/domainnameapi/.
* Activate it from the Settings > Modules menu.



Expand Down
4 changes: 2 additions & 2 deletions README-FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Ce module est une intégration de 'domainnameapi.com' développée pour Blesta.

## Installation

Copiez les fichiers téléchargés dans blesta/components/modules/domainnameapi/.
Activez-le depuis le menu Paramètres > Modules.
* Copiez les fichiers téléchargés dans blesta/components/modules/domainnameapi/.
* Activez-le depuis le menu Paramètres > Modules.

## Codes de Retour et d'Erreur avec Explications

Expand Down
4 changes: 2 additions & 2 deletions README-NL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Deze module is een integratie van 'domainnameapi.com' ontwikkeld voor Blesta. (B

## Installatie

Kopieer de gedownloade bestanden naar blesta/components/modules/domainnameapi/.
Activeer het vanuit het menu Instellingen > Modules.
* Kopieer de gedownloade bestanden naar blesta/components/modules/domainnameapi/.
* Activeer het vanuit het menu Instellingen > Modules.



Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Bu modül, Blesta için geliştirilmiş bir 'domainnameapi.com' entegrasyonudur.

## Kurulum

İndirdiğiniz dosyaları blesta/components/modules/domainnameapi/
Ayarlar>Modüller menüsünden aktifleştirin.
* İndirdiğiniz dosyaları blesta/components/modules/domainnameapi/
* Ayarlar>Modüller menüsünden aktifleştirin.

## Dönüş ve Hata Kodları ile Açıklamaları

Expand Down
2 changes: 1 addition & 1 deletion components/modules/domainnameapi/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.1.2",
"type": "registrar",
"name": "Domainnameapi",
"description": "Domainnameapi.description",
"description": "DomainNameApi is a domain registration module that allows you to register and manage domain names.",
"authors": [
{
"name": "Atak Domain",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
<?php

// Grundlagen
$lang['Domainnameapi.name'] = 'DomainNameApi';
Expand Down

0 comments on commit 1f73b12

Please sign in to comment.