Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Fix - php tag fix #1

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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