new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
|
||||
'memberHomepage' => 'Üzv Evi',
|
||||
'siteHomepage' => 'Sayt Əsas səhifə',
|
||||
'forum' => 'Forum',
|
||||
'myProfile' => 'mənim Hesabım',
|
||||
'myMessage' => 'Mesajlarım',
|
||||
'administration' => 'İdarəetmə',
|
||||
'logout' => 'Çıxış',
|
||||
'update' => 'Yeniləyin',
|
||||
'changemypassword' => 'Şifrəmi dəyişdirin',
|
||||
'youMessage' => 'Mesajlarım',
|
||||
'contentManaged' => 'Məzmun Meneceri',
|
||||
'wikiManaged' => 'Wiki Meneceri',
|
||||
|
||||
];
|
||||
@@ -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' => '* ile işaretli alanlar boş geçilemez..',
|
||||
'note' => 'Yazılarınız ekibimizce kontrol edildikten sonra yayına alınacaktır, yazınızda düzenlemeler yada gerekli değişiklikler yapılabilir..'
|
||||
|
||||
];
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'namesurname' => 'Ad və soyad',
|
||||
'nickname' => 'Ləqəb',
|
||||
'mailadress' => 'E-poçt ünvanı',
|
||||
'avatar' => 'Avatar',
|
||||
'avatarsub' => 'Avatar görüntüsü ən çox 80x80 olmalıdır.',
|
||||
'traning' => 'təhsil',
|
||||
'job' => 'Biznes',
|
||||
'skills' => 'Bacarıqlar',
|
||||
'update' => 'Yeniləyin',
|
||||
'myprofile' => 'mənim Hesabım',
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'title' => 'Başlık',
|
||||
'messages' => 'Mesajınız',
|
||||
'save' => 'Kaydet',
|
||||
'update' => 'Güncelle',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_wiki_article' => 'Wiki məqalə əlavə edin',
|
||||
'add_article' => 'Məqalə əlavə edin',
|
||||
'hello' => 'Salam ',
|
||||
'logout' => 'çıxış',
|
||||
'All_right_reserved' => 'Bütün hüquqlar qorunur.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
'back' => 'Geri',
|
||||
'title' => 'Başlıq',
|
||||
'status' => 'Status',
|
||||
'read' => 'Oxuyun',
|
||||
'unread' => 'Oxunmamışdır',
|
||||
'createDate' => 'Göndərmə tarixi',
|
||||
'unreadMessage' => ' Oxunmamış mesajlarım',
|
||||
'You_have_no_unread_messages' => 'Oxunmamış mesajlarınız yoxdur.'
|
||||
];
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Wiki məzmunu əlavə forması',
|
||||
'wiki_category' => 'Kateqoriya',
|
||||
'select_article_category' => 'Kateqoriya seçin',
|
||||
'title' => 'MÖVZU',
|
||||
'title_placeholder' => 'Məqalənin adını yazın',
|
||||
'article' => 'Məqalə',
|
||||
'labels' => 'Etiketlər',
|
||||
'label_placeholder' => 'Sözləri vergüllə ayırın',
|
||||
'description' => 'təsviri',
|
||||
'description_placeholder' => 'Təsvir yer tutucu',
|
||||
'save' => 'Yadda saxla',
|
||||
'choose_language' => 'Dil Seçiniz',
|
||||
'please_select_language' => 'xahiş edirəm dil seçin.',
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
|
||||
'memberHomepage' => 'Заглавна за членове',
|
||||
'siteHomepage' => 'Заглавна на сайта',
|
||||
'forum' => 'Форум',
|
||||
'myProfile' => 'Моят профил',
|
||||
'myMessage' => 'Съобщенията ми',
|
||||
'administration' => 'Администриране',
|
||||
'logout' => 'Излез',
|
||||
'update' => 'Актуализирай',
|
||||
'changemypassword' => 'Промени моята парола',
|
||||
'youMessage' => 'Съобщенията ми',
|
||||
'contentManaged' => 'Управител на съдържание',
|
||||
'wikiManaged' => 'Управител на Wiki',
|
||||
'Delete_account' => 'Изтрий сметка',
|
||||
'galery' => 'Галерия',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Форма за добавяне на ново съдържание',
|
||||
'category' => 'Категория',
|
||||
'select_article_category' => 'Изберете категория...',
|
||||
'title' => 'Заглавие',
|
||||
'title_placeholder' => 'Въведете заглавие на публикацията',
|
||||
'content' => 'Статия',
|
||||
'labels' => 'Етикети',
|
||||
'label_placeholder' => 'Сложете запетая между думите',
|
||||
'description' => 'Кратко пояснение',
|
||||
'description_placeholder' => 'Въведете кратко пояснение относно публикацията',
|
||||
'save' => 'Запази',
|
||||
'Fields_marked_with_*_cannot_be_empty' => 'Маркираните с * са задължителни.',
|
||||
'note' => 'Публикацията ви ще бъде публикувана след като бъде видяна от нашия екип, можете да правите корекции по това време..'
|
||||
|
||||
];
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'namesurname' => 'Име Фамилия',
|
||||
'nickname' => 'Прякор',
|
||||
'mailadress' => 'E-mail адрес',
|
||||
'avatar' => 'Аватар',
|
||||
'avatarsub' => 'Аватарът ви максимално може да е 80x80.',
|
||||
'traning' => 'Образование',
|
||||
'job' => 'Работа',
|
||||
'skills' => 'Умения',
|
||||
'update' => 'Актуализиране',
|
||||
'myprofile' => 'Моят профил',
|
||||
'save' => 'Запази',
|
||||
'update' => 'Актуализиране',
|
||||
|
||||
|
||||
/* User password change form */
|
||||
'Password_Change_Form' => 'Форма за промяна на парола',
|
||||
'Your_Current_Password' => 'Настояща парола',
|
||||
'new_password' => 'Нова парола',
|
||||
'password_again' => 'Новата парола отново',
|
||||
/* End User password change form */
|
||||
|
||||
/* forum tablo kısmı */
|
||||
'my_messages' => 'Мои съобщения',
|
||||
'title' => 'Заглавие',
|
||||
'solved' => 'Разрешен',
|
||||
'transactions' => 'Транзакции',
|
||||
'edit' => 'Редактиране',
|
||||
'delete' => 'Изтрий',
|
||||
'The_topics_I_answered' => 'Теми, отговорени от мен',
|
||||
/* End forum tablo kısmı */
|
||||
'Delete_account' => 'Изтрий сметка',
|
||||
'Your_reason' => 'Причина',
|
||||
'deleted_placeholder' => 'Съжаляваме, че ни напускате, ще сме благодарни, ако ни кажете с няколко думи защо. Екипът на Pisi GNU/Linux',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'title' => 'Заглавие',
|
||||
'messages' => 'Съобщения',
|
||||
'save' => 'Запази',
|
||||
'update' => 'Актуализиране',
|
||||
'my_messages' => 'Мои съобщения',
|
||||
'transactions' => 'Действия',
|
||||
'edit' => 'Редактиране',
|
||||
'delete' => 'Изтрий',
|
||||
'The_topics_I_answered' => 'Теми, отговорени от мен',
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'images' => 'Resimlerim',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_wiki_article' => 'Добави уики статия',
|
||||
'add_article' => 'Добави статия',
|
||||
'hello' => 'Здравей',
|
||||
'logout' => 'Изход',
|
||||
'All_right_reserved' => 'Всички права запазени.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
'back' => 'Назад',
|
||||
'title' => 'Заглавие',
|
||||
'status' => 'Статус',
|
||||
'read' => 'Прочетено',
|
||||
'unread' => 'Непрочетено',
|
||||
'createDate' => 'Дата на изпращане',
|
||||
'unreadMessage' => ' Непрочетени съобщения',
|
||||
'You_have_no_unread_messages' => 'Нямате непрочетени съобщения.'
|
||||
];
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Форма за добавяне на ново wiki съдържание',
|
||||
'wiki_category' => 'Категория',
|
||||
'select_article_category' => 'Изберете категория',
|
||||
'title' => 'Заглавие',
|
||||
'title_placeholder' => 'Въведете заглавие на статията',
|
||||
'article' => 'Статия',
|
||||
'labels' => 'Етикети',
|
||||
'label_placeholder' => 'сложете запетая между думите',
|
||||
'description' => 'Пояснение',
|
||||
'description_placeholder' => 'Пояснете относно статията',
|
||||
'save' => 'Запази',
|
||||
'choose_language' => 'Изберете език',
|
||||
'please_select_language' => 'Моля изберете език.',
|
||||
|
||||
|
||||
];
|
||||
@@ -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.',
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'memberHomepage' => 'Member Homepage',
|
||||
'siteHomepage' => 'Site Homepage',
|
||||
'forum' => 'Forum',
|
||||
'myProfile' => 'My Profile',
|
||||
'myMessage' => 'My Message',
|
||||
'administration' => 'Administration',
|
||||
'logout' => 'Logout',
|
||||
'update' => 'Update',
|
||||
'changemypassword' => 'Change My Password',
|
||||
'youMessage' => 'Your Message',
|
||||
'contentManaged' => 'Content Managed',
|
||||
'wikiManaged' => 'Wiki Managed',
|
||||
'Delete_account' => 'Delete account',
|
||||
'galery' => 'Galery',
|
||||
|
||||
];
|
||||
@@ -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,38 @@
|
||||
<?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',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
|
||||
/* forum tablo kısmı */
|
||||
'my_messages' => 'My Messages',
|
||||
'title' => 'Title',
|
||||
'solved' => 'Solved',
|
||||
'transactions' => 'Transactions',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'The_topics_I_answered' => 'The topics I answered',
|
||||
/* end forum tablo kısmı */
|
||||
|
||||
/* User password change form */
|
||||
'Password_Change_Form' => 'Password Change Form',
|
||||
'Your_Current_Password' => 'Your Current Password',
|
||||
'new_password' => 'New Password',
|
||||
'password_again' => 'Re-enter your new password',
|
||||
/* User password change form */
|
||||
'Delete_account' => 'Delete account',
|
||||
'Your_reason' => 'Your Reason',
|
||||
'deleted_placeholder' => 'We are sorry for you to leave us, we would be glad if you write down your reason for leaving even if there are a few words. Pisi GNU/Linux Team',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'title' => 'Title',
|
||||
'messages' => 'Messages',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'images' => 'Images',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_wiki_article' => 'Add wiki article',
|
||||
'add_article' => 'Add Article',
|
||||
'hello' => 'Hi ',
|
||||
'logout' => 'Logout',
|
||||
'All_right_reserved' => 'All right reserved.',
|
||||
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
'back' => 'Back',
|
||||
'title' => 'Title',
|
||||
'status' => 'Status',
|
||||
'read' => 'Read',
|
||||
'unread' => 'Unread',
|
||||
'createDate' => 'Posted Date',
|
||||
'unreadMessage' => 'Unread Message',
|
||||
'You_have_no_unread_messages' => 'You have no unread messages.'
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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' => 'Choose Language',
|
||||
'please_select_language' => 'Please select language.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
|
||||
'memberHomepage' => 'خانه عضو',
|
||||
'siteHomepage' => 'صفحه اصلی سایت',
|
||||
'forum' => 'تالار گفتگو',
|
||||
'myProfile' => 'پروفایل من',
|
||||
'myMessage' => 'پیام من',
|
||||
'administration' => 'مدیریت',
|
||||
'logout' => 'خروج',
|
||||
'update' => 'به روز رسانی',
|
||||
'changemypassword' => 'گذرواژه ام را تغییر بده',
|
||||
'youMessage' => 'پیغام های من',
|
||||
'contentManaged' => 'محتوای مدیریت شده',
|
||||
'wikiManaged' => 'مدیریت ویکی',
|
||||
'Delete_account' => 'حذف حساب کاربری',
|
||||
'galery' => 'گالری',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'اضافه کردن فرم محتوای جدید',
|
||||
'category' => 'دسته بندی',
|
||||
'select_article_category' => 'دسته را انتخاب کنید ...',
|
||||
'title' => 'عنوان',
|
||||
'title_placeholder' => 'عنوان مقاله را وارد کنید',
|
||||
'content' => 'مقاله',
|
||||
'labels' => 'برچسب ها',
|
||||
'label_placeholder' => 'ویرگول را بین کلمات قرار دهید',
|
||||
'description' => 'توضیح کوتاه',
|
||||
'description_placeholder' => 'شرح مختصری از مقاله را وارد کنید',
|
||||
'save' => 'صرفه جویی',
|
||||
'Fields_marked_with_*_cannot_be_empty' => 'قسمتهای مشخص شده با * نمی توانند خالی باشند.',
|
||||
'note' => 'بعد از بررسی مقالات شما توسط تیم ما ، آنها منتشر می شوند ، می توانید ویرایش ها یا تغییرات لازم را در مقاله شما ایجاد کنید.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'namesurname' => 'نام و نام خانوادگی شما',
|
||||
'nickname' => 'نام مستعار',
|
||||
'mailadress' => 'آدرس ایمیل',
|
||||
'avatar' => 'تصویر زمینه',
|
||||
'avatarsub' => 'تصویر زمینه ی شما حداکثر باید ۸۰ ۸۰ باشد.',
|
||||
'traning' => 'تحصیلات شما',
|
||||
'job' => 'کار',
|
||||
'skills' => 'مهارت های شما',
|
||||
'update' => 'به روز رسانی',
|
||||
'myprofile' => 'پروفایل من',
|
||||
'save' => 'صرفه جویی',
|
||||
'update' => 'به روز رسانی',
|
||||
|
||||
|
||||
/* User password change form */
|
||||
'Password_Change_Form' => 'فرم تغییر رمز عبور',
|
||||
'Your_Current_Password' => 'گذرواژه فعلی شما',
|
||||
'new_password' => 'رمز عبور جدید',
|
||||
'password_again' => 'رمز ورود جدید خود را دوباره وارد کنید',
|
||||
/* End User password change form */
|
||||
|
||||
/* forum tablo kısmı */
|
||||
'my_messages' => 'پیام ها',
|
||||
'title' => 'عنوان',
|
||||
'solved' => 'حل کرد',
|
||||
'transactions' => 'معاملات',
|
||||
'edit' => 'ویرایش',
|
||||
'delete' => 'حذف',
|
||||
'The_topics_I_answered' => 'مباحثی که پاسخ دادم',
|
||||
/* End forum tablo kısmı */
|
||||
'Delete_account' => 'حذف حساب',
|
||||
'Your_reason' => 'دلیل؟',
|
||||
'deleted_placeholder' => 'Pisi GNU/Linux ;از اینکه ما را ترک کردید متاسفیم ، خوشحال خواهیم شد اگر دلیل ترک خود را یادداشت کنید حتی اگر چند کلمه وجود داشته باشد. & # 10؛ تیم ',
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'title' => 'عنوان',
|
||||
'messages' => 'پیام ها',
|
||||
'save' => 'صرفه جویی',
|
||||
'update' => 'به روز رسانی',
|
||||
'my_messages' => 'پیام های من',
|
||||
'solved' => 'حل کرد',
|
||||
'transactions' => 'معاملات',
|
||||
'edit' => 'ویرایش',
|
||||
'delete' => 'حذف',
|
||||
'The_topics_I_answered' => 'مباحثی که پاسخ دادم',
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'images' => 'تصاویر من',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_wiki_article' => 'اضافه کردن مقاله ویکی',
|
||||
'add_article' => 'اضافه کردن مقاله',
|
||||
'hello' => 'سلام ',
|
||||
'logout' => 'خروج',
|
||||
'All_right_reserved' => 'کلیه حقوق محفوظ است.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
'back' => 'بازگشت',
|
||||
'title' => 'عنوان',
|
||||
'status' => 'وضعیت',
|
||||
'read' => 'خوانده شدند',
|
||||
'unread' => 'خوانده نشده',
|
||||
'createDate' => 'تاریخ ارسال',
|
||||
'unreadMessage' => ' پیام های خوانده نشده من',
|
||||
'You_have_no_unread_messages' => 'شما هیچ پیام خوانده نشده ای دارید',
|
||||
'messages' => 'پیام ها',
|
||||
];
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'اضافه کردن محتوایات ویکی',
|
||||
'wiki_category' => 'دسته بندی',
|
||||
'select_article_category' => 'دسته را انتخاب کنید',
|
||||
'title' => 'عنوان',
|
||||
'title_placeholder' => 'عنوان مقاله را بنویسید',
|
||||
'article' => 'مقاله',
|
||||
'labels' => 'برچسب ها',
|
||||
'label_placeholder' => 'کلمات را با کاما جدا کنید',
|
||||
'description' => 'توضیح',
|
||||
'description_placeholder' => 'توضیحاتی در مورد مقاله بنویسید',
|
||||
'save' => 'صرفه جویی',
|
||||
'choose_language' => 'زبان مورد نظر را انتخاب کنید',
|
||||
'please_select_language' => 'لطفا زبان خود را انتخاب کنید',
|
||||
'wikiContentAdd' => 'افزودن محتوایات ویکی',
|
||||
|
||||
|
||||
];
|
||||
Binary file not shown.
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"home":"Hauptseite",
|
||||
"contact":"Kontakt",
|
||||
"login":"Anmeldung",
|
||||
"logout":"Ausloggen",
|
||||
"register":"Registrieren",
|
||||
"send":"senden",
|
||||
"search":"Suche",
|
||||
"read":"Weiterlesen",
|
||||
"about":"Über uns",
|
||||
"services":"Services",
|
||||
"older":"Older",
|
||||
"newer":"Newer",
|
||||
"newcontent":"NEW CONTENT",
|
||||
"blog":"Blog",
|
||||
"questionanswer":"Frage / Antwort",
|
||||
"download":"Herunterladen",
|
||||
"memberoperations":"Mitglieder",
|
||||
"newsubject":"Neues Thema",
|
||||
"selectcategory":"Wählen Sie Kategorie",
|
||||
"title":"Titel",
|
||||
"category":"Kategorie",
|
||||
"reads":"liest",
|
||||
"reply":"Antworten",
|
||||
"content":"Inhalt",
|
||||
"mypanel":"Mein Panel",
|
||||
|
||||
"pisilinuxcontact":"Pisi GNU/Linux Kontakt",
|
||||
"namesurname":"Name Nachname",
|
||||
"emailadress":"E-Mail Adresse",
|
||||
"yourmessage":"Deine Nachricht",
|
||||
"message":"Nachricht",
|
||||
"messagesend":"Nachricht senden",
|
||||
"mailplaceholder":"To return to you, it is important to write a valid address for your email address.",
|
||||
"messageplaceholder":"About Pisilinux All kinds of suggestions, ideas, offers, help and complaints can write ...",
|
||||
"welcometopisilinux":"Willkommen bei Pisi GNU/Linux!",
|
||||
|
||||
|
||||
"pisilinux_downloadable_versions":"PISILINUX DOWNLOADABLE VERSIONS",
|
||||
"copyright":"Alle Rechte vorbehalten.",
|
||||
"bugs":"Der Fehler",
|
||||
"password":"Passwort",
|
||||
"remember_me":"Erinnere dich an mich",
|
||||
"forgot_password":"Passwort vergessen?",
|
||||
"Member_login":"Login für Mitglieder",
|
||||
"No_Account_Yet":"Noch keinen Account?",
|
||||
"add":"Hinzufügen",
|
||||
"label":"Etikette",
|
||||
"short_description":"Kurze Beschreibung",
|
||||
"language":"Sprache",
|
||||
"choose_language":"Sprache wählen",
|
||||
"edit":"Bearbeiten",
|
||||
"hello":"Hallo ",
|
||||
"dateofupdate":"Datum der Aktualisierung",
|
||||
"YourPendingPosts":"Ihre ausstehenden Beiträge",
|
||||
"date":"Datum",
|
||||
"action":"Aktion",
|
||||
"AdditionDate":"Hinzufügungsdatum",
|
||||
"YourPendingUpdatePosts":"Ihre ausstehenden Update-Beiträge",
|
||||
"posts":"Beiträge"
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"home":"Home",
|
||||
"contact":"Contact",
|
||||
"login":"Login",
|
||||
"logout":"Logout",
|
||||
"register":"Register",
|
||||
"send":"Send",
|
||||
"search":"Search",
|
||||
"read":"Read More",
|
||||
"about":"About Us",
|
||||
"services":"Services",
|
||||
"older":"Older",
|
||||
"newer":"Newer",
|
||||
"newcontent":"NEW CONTENT",
|
||||
"blog":"Blog",
|
||||
"questionanswer":"Question / Answer",
|
||||
"download":"Download",
|
||||
"memberoperations":"Members",
|
||||
"welcometopisilinux":"Welcome to Pisi Linux!",
|
||||
"newsubject":"New Subject",
|
||||
"selectcategory":"Select Category",
|
||||
"title":"Title",
|
||||
"category":"Category",
|
||||
"reads":"Reads",
|
||||
"reply":"Reply",
|
||||
"mypanel":"My Panel",
|
||||
|
||||
"pisilinuxcontact":"Pisi GNU/Linux Contact",
|
||||
"namesurname":"Name Surname",
|
||||
"emailadress":"Email Adress",
|
||||
"yourmessage":"Your Message",
|
||||
"message":"Message",
|
||||
"messagesend":"Message Send",
|
||||
"mailplaceholder":"To return to you, it is important to write a valid address for your email address.",
|
||||
"messageplaceholder":"About Pisilinux All kinds of suggestions, ideas, offers, help and complaints can write ...",
|
||||
|
||||
"pisilinux_downloadable_versions":"PISILINUX DOWNLOADABLE VERSIONS",
|
||||
|
||||
"password":"Password",
|
||||
"passwordrepeat":"Password Repeat",
|
||||
"training":"Training",
|
||||
"job":"Job",
|
||||
"skills":"Skills",
|
||||
"securityquestion":"Security Question",
|
||||
|
||||
"welcometopisilinux":"Welcome To Pisi GNU/Linux!",
|
||||
"copyright":"All rights reserved.",
|
||||
"bugs":"Bugs",
|
||||
"remember_me":"Remember Me",
|
||||
"forgot_password":"Forgot Password?",
|
||||
"Member_login":"Member login",
|
||||
"No_Account_Yet":"No Account Yet?",
|
||||
"add":"Add",
|
||||
"label":"Label",
|
||||
"short_description":"Short Description",
|
||||
"language":"Language",
|
||||
"choose_language":"Choose Language",
|
||||
"edit":"Edit",
|
||||
"hello":"Hello ",
|
||||
"dateofupdate":"Date of Update",
|
||||
"YourPendingPosts":"Your Pending Posts",
|
||||
"date":"Date",
|
||||
"action":"Action",
|
||||
"AdditionDate":"Addition Date",
|
||||
"YourPendingUpdatePosts":"Your Pending Update Posts",
|
||||
"posts":"Posts"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>403 Erişim Engellendi</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Dizin Erişimi Engellendi!</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"home":"Anasayfa",
|
||||
"contact":"İletişim",
|
||||
"login":"Üye Girişi",
|
||||
"logout":"Çıkış",
|
||||
"register":"Kayıt Ol",
|
||||
"blog":"Blog",
|
||||
"questionanswer":"Soru / Cevap",
|
||||
"download":"İndir",
|
||||
"memberoperations":"Üyeler",
|
||||
"send":"Gönder",
|
||||
"search":"Arama",
|
||||
"read":"Oku",
|
||||
"about":"Hakkımızda",
|
||||
"services":"Hizmetlerimiz",
|
||||
"older":"Daha Eski",
|
||||
"newer":"Daha Yeni",
|
||||
"newcontent":"YENİ İÇERİK",
|
||||
"Whatareyoulookingfor":"Ne Aramıştınız?",
|
||||
"namesurname":"Adınız Soyadınız.",
|
||||
"address":"adresiniz.",
|
||||
"yourmessage":"Mesajlarınız.",
|
||||
"sendmessage":"Mesajı Gönder",
|
||||
"newsubject":"Yeni Konu",
|
||||
"selectcategory":"Kategori Seç",
|
||||
"title":"Başlık",
|
||||
"category":"Kategori",
|
||||
"reads":"Okunma",
|
||||
"reply":"Cevap",
|
||||
"questions":"Sorunuz",
|
||||
"content":"İçerik",
|
||||
"mypanel":"Panelim",
|
||||
|
||||
"pisilinuxcontact":"Pisi Linux İletişim",
|
||||
"emailadress":"E-Posta Adresiniz",
|
||||
"message":"Mesajınız",
|
||||
"messagesend":"Mesajı Gönder",
|
||||
"mailplaceholder":"Sizlere dönüş yapabilmemiz için, email adresinizin geçerli bir email adresi yazmanız önemlidir",
|
||||
"messageplaceholder":"Pisilinux Hakkında her türlü öneri, fikir, teklif, yardım ve şikayetlerinizi yazabilirsiniz...",
|
||||
|
||||
"pisilinux_downloadable_versions":"PİSİLİNUX İNDİRİLEBİLİR SÜRÜMLERİ",
|
||||
|
||||
"password":"Şifreniz",
|
||||
"passwordrepeat":"Şifrenizi tekrar yazın",
|
||||
"training":"Eğitiminiz",
|
||||
"job":"Mesleğiniz",
|
||||
"skills":"Becerileniz",
|
||||
"securityquestion":"Güvenlik Sorusu",
|
||||
"welcometopisilinux":"Pisi Linux'a Hoşgeldiniz",
|
||||
|
||||
"copyright":"Tüm hakları saklıdır.",
|
||||
"bugs":"Hata kaydı",
|
||||
"remember_me":"Beni Hatırla",
|
||||
"forgot_password":"Parolanızı mı unuttunuz?",
|
||||
"Member_login":"Üye Girişi",
|
||||
"No_Account_Yet":"Hesabınız Yok mu?",
|
||||
"add":"Ekle",
|
||||
"label":"Etiketler",
|
||||
"short_description":"Kısa Açıklama",
|
||||
"language":"Lisan",
|
||||
"choose_language":"Lisan seçin",
|
||||
"edit":"Düzenle",
|
||||
"hello":"Merhaba ",
|
||||
"dateofupdate":"Güncelleme Tarihi",
|
||||
"YourPendingPosts":"Onay Bekleyen Yazılarınız",
|
||||
"date":"Tarih",
|
||||
"action":"işlemler",
|
||||
"AdditionDate":"Ekleme Tarihi",
|
||||
"YourPendingUpdatePosts":"Onay Bekleyen Güncellemeleriniz",
|
||||
"posts":"Yazılarım"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
|
||||
'memberHomepage' => 'Üye Anasayfa',
|
||||
'siteHomepage' => 'Site Anasayfa',
|
||||
'forum' => 'Forum',
|
||||
'myProfile' => 'Profilim',
|
||||
'myMessage' => 'Mesajlarım',
|
||||
'administration' => 'Yönetim',
|
||||
'logout' => 'Çıkış Yap',
|
||||
'update' => 'Güncelle',
|
||||
'changemypassword' => 'Şifremi Değiştir',
|
||||
'youMessage' => 'Mesajlarım',
|
||||
'contentManaged' => 'İçerik Yöneticisi',
|
||||
'wikiManaged' => 'Wiki Yönetimi',
|
||||
'Delete_account' => 'Hesabı Sil',
|
||||
'galery' => 'Galeri',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Yeni İçerik Ekleme Formu',
|
||||
'category' => 'Kategori',
|
||||
'select_article_category' => 'Kategoriyi seçin...',
|
||||
'title' => 'Başlık',
|
||||
'title_placeholder' => 'Yazının başlığını girin',
|
||||
'content' => 'Makale',
|
||||
'labels' => 'Etiketler',
|
||||
'label_placeholder' => 'Kelimelerin Arasına Virgül koyun',
|
||||
'description' => 'Kısa Açıklama',
|
||||
'description_placeholder' => 'Yazı hakkında kısa bir açıklama girin',
|
||||
'save' => 'Kaydet',
|
||||
'Fields_marked_with_*_cannot_be_empty' => '* ile işaretli alanlar boş geçilemez.',
|
||||
'note' => 'Yazılarınız ekibimizce kontrol edildikten sonra yayına alınacaktır, yazınızda düzenlemeler yada gerekli değişiklikler yapılabilir..'
|
||||
|
||||
];
|
||||
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'namesurname' => 'Adınız Soyadınız',
|
||||
'nickname' => 'Takma Adınız',
|
||||
'mailadress' => 'E-Posta Adresiniz',
|
||||
'avatar' => 'Avatar',
|
||||
'avatarsub' => 'Avatar Resminiz en fazla 80x80 boyutlarında olabilir.',
|
||||
'traning' => 'Eğitimiz',
|
||||
'job' => 'Mesleğiniz',
|
||||
'skills' => 'Becerileriniz',
|
||||
'update' => 'Güncelle',
|
||||
'myprofile' => 'Profilim',
|
||||
'save' => 'Kaydet',
|
||||
'update' => 'Güncelle',
|
||||
|
||||
|
||||
/* User password change form */
|
||||
'Password_Change_Form' => 'Şifre Değiştirme Formu',
|
||||
'Your_Current_Password' => 'Mevcut Şifreniz',
|
||||
'new_password' => 'Yeni Şifreniz',
|
||||
'password_again' => 'Yeni şifrenizi tekrar girin',
|
||||
/* End User password change form */
|
||||
|
||||
/* forum tablo kısmı */
|
||||
'my_messages' => 'Mesajlarım',
|
||||
'title' => 'Başlık',
|
||||
'solved' => 'Çözüldü',
|
||||
'transactions' => 'İşlemler',
|
||||
'edit' => 'Düzenle',
|
||||
'delete' => 'Sil',
|
||||
'The_topics_I_answered' => 'Cevapladığım konular',
|
||||
/* End forum tablo kısmı */
|
||||
'Delete_account' => 'Hesabı Sil',
|
||||
'Your_reason' => 'Sebebiniz',
|
||||
'deleted_placeholder' => 'Aramızdan ayrılmanıza üzüldük, bir kaç kelime olsada ayrılma sebebinizi yazarsanız seviniriz. Pisi GNU/Linux Ekibi',
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'title' => 'Başlık',
|
||||
'messages' => 'Mesajınız',
|
||||
'save' => 'Kaydet',
|
||||
'update' => 'Güncelle',
|
||||
'my_messages' => 'Mesajlarım',
|
||||
'solved' => 'Çözüldü',
|
||||
'transactions' => 'İşlemler',
|
||||
'edit' => 'Düzenle',
|
||||
'delete' => 'Sil',
|
||||
'The_topics_I_answered' => 'Cevapladığım konular',
|
||||
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'images' => 'Resimlerim',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'add_wiki_article' => 'Wiki Makalesi Ekle',
|
||||
'add_article' => 'Makale Ekle',
|
||||
'hello' => 'Merhaba ',
|
||||
'logout' => 'Çıkış',
|
||||
'All_right_reserved' => 'Bütün hakları saklıdır.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return
|
||||
[
|
||||
'back' => 'Geri',
|
||||
'title' => 'Başlık',
|
||||
'status' => 'Durum',
|
||||
'read' => 'Okunmuş',
|
||||
'unread' => 'Okunmamış',
|
||||
'createDate' => 'Gönderilme Tarihi',
|
||||
'unreadMessage' => ' Okunmamış Mesajlarım',
|
||||
'You_have_no_unread_messages' => 'Okunmamış mesajınız bulunmamaktadır.',
|
||||
'messages' => 'Mesajlarım',
|
||||
];
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'add_content' => 'Wiki içerik ekleme formu',
|
||||
'wiki_category' => 'Kategori',
|
||||
'select_article_category' => 'Kategori Seçin',
|
||||
'title' => 'Başlık',
|
||||
'title_placeholder' => 'Makalenin başlığını yazın',
|
||||
'article' => 'Makale',
|
||||
'labels' => 'Etiketler',
|
||||
'label_placeholder' => 'kelimeleri virgül ile ayırın',
|
||||
'description' => 'Açıklama',
|
||||
'description_placeholder' => 'Makale Hakkında Bir Açıklama Yazın',
|
||||
'save' => 'Kaydet',
|
||||
'choose_language' => 'Dil Seçiniz',
|
||||
'please_select_language' => 'Lütfen Dil Seçin.',
|
||||
'wikiContentAdd' => 'Wiki içeriği ekle',
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user