new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'memberHomepage' => 'Mitglied Homepage',
|
||||
'siteHomepage' => 'Website Homepage',
|
||||
'forum' => 'Forum',
|
||||
'myProfile' => 'My Profil',
|
||||
'myMessage' => 'Meine Nachricht',
|
||||
'administration' => 'Verwaltung',
|
||||
'logout' => 'Ausloggen',
|
||||
'update' => 'Aktualisieren',
|
||||
'changemypassword' => 'ändere mein Passwort',
|
||||
'youMessage' => 'Sie Nachricht',
|
||||
'contentManaged' => 'Inhalt verwaltet',
|
||||
'wikiManaged' => 'Wiki verwaltet',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Add Content',
|
||||
'category' => 'Category',
|
||||
'select_article_category' => 'Select Article Category',
|
||||
'title' => 'Title',
|
||||
'title_placeholder' => 'Write The Title Of The Article',
|
||||
'content' => 'Content',
|
||||
'labels' => 'Labels',
|
||||
'label_placeholder' => 'Put Commas Between Words',
|
||||
'description' => 'Description',
|
||||
'description_placeholder' => 'Write a Description About The Article',
|
||||
'save' => 'Save',
|
||||
'Fields_marked_with_*_cannot_be_empty' => 'Fields marked with * cannot be empty.',
|
||||
'note' => 'After your articles are checked by our team, they will be published, edits or necessary changes can be made in your article.'
|
||||
|
||||
];
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'namesurname' => 'Name Surname',
|
||||
'nickname' => 'Nickname',
|
||||
'mailadress' => 'Mail Adress',
|
||||
'avatar' => 'Avatar',
|
||||
'avatarsub' => 'Avatar picture must be maximum 80x80.',
|
||||
'traning' => 'Traning',
|
||||
'job' => 'Job',
|
||||
'skills' => 'skills',
|
||||
'update' => 'Update',
|
||||
'myprofile' => 'My Profile',
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'title' => 'Başlık',
|
||||
'messages' => 'Mesajınız',
|
||||
'save' => 'Kaydet',
|
||||
'update' => 'Güncelle',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_wiki_article' => 'Wiki-Artikel hinzufügen',
|
||||
'add_article' => 'Artikel hinzufügen',
|
||||
'hello' => 'Hallo ',
|
||||
'logout' => 'Ausloggen',
|
||||
'All_right_reserved' => 'Alle Rechte vorbehalten.',
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
'back' => 'zurück',
|
||||
'title' => 'Titel',
|
||||
'status' => 'Status',
|
||||
'read' => 'Ablesen',
|
||||
'unread' => 'Ungelesen',
|
||||
'createDate' => 'Datum der Veröffentlichung',
|
||||
'unreadMessage' => 'Ungelesene Nachricht',
|
||||
'You_have_no_unread_messages' => 'Sie haben keine ungelesenen Nachrichten.'
|
||||
];
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Add Content',
|
||||
'wiki_category' => 'Wiki Category',
|
||||
'select_article_category' => 'Select Article Category',
|
||||
'title' => 'Title',
|
||||
'title_placeholder' => 'Write The Title Of The Article',
|
||||
'article' => 'Article',
|
||||
'labels' => 'Labels',
|
||||
'label_placeholder' => 'Put Commas Between Words',
|
||||
'description' => 'Description',
|
||||
'description_placeholder' => 'Write a Description About The Article',
|
||||
'save' => 'Save',
|
||||
'choose_language' => 'Sprache wählen',
|
||||
'please_select_language' => 'Bitte wählen Sie die Sprache.',
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user