Skip to content

Updated tr.h #10

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 10 additions & 10 deletions lang/turk/romanized/tr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
void display_menu_tr()
{
printf(" ");
os_print_color(" Terminal - ana menu ", WHITE, GREY);
os_print_color(" Terminal - ana menü ", WHITE, GREY);
os_print_color("-", YELLOW, BLACK);
os_print_color("+", GREEN, BLACK);
os_print_color("x\n", RED, BLACK);
printf(" ");
os_print_color(" AhnTri Terminal \n", BLACK, WHITE);
os_print_color(" AhnTri Terminali \n", BLACK, WHITE);
os_color_char(178, GREY, BLACK);
os_print_color(" -~=-~=~--~=~--~=~--~=~-=- \n", BLACK, WHITE);
os_color_char(178, GREY, BLACK);
os_print_color(" Yardim icin yardim yazin ve \n", BLACK, WHITE);
os_print_color(" Yardım için yardım yazın, \n", BLACK, WHITE);
os_color_char(178, GREY, BLACK);
os_print_color(" her uygulama icin digerleri. \n", BLACK, WHITE);
os_print_color(" her uygulama için diğerleri yazın \n", BLACK, WHITE);
os_color_char(178, GREY, BLACK);
os_print_color(" \n", BLACK, WHITE);
os_color_char(178, GREY, BLACK);
Expand Down Expand Up @@ -112,18 +112,18 @@ void kernmain_tr(){
void mkern_main_tr()
{
init_vga(CYAN, BLACK);
printf("\nVGA baslatildi");
printf("\nVGA başlatıldı");
suspend(1);
printf(".");
suspend(1);
printf(".");
suspend(1);
printf(".");
suspend(1);
printf(" [OK]\n");
printf(" [TAMAM]\n");
suspend(2);
init_gdt();
printf("\nGDT baslatildi");
printf("\nGDT başlatıldı");
suspend(1);
printf(".");
suspend(1);
Expand All @@ -136,7 +136,7 @@ void mkern_main_tr()
init_idt();
asm volatile("\tmov $12395, %eax");
asm volatile("\tint $0");
printf("\nIDT baslatildi");
printf("\nIDT başlatıldı");
suspend(1);
printf(".");
suspend(1);
Expand All @@ -146,7 +146,7 @@ void mkern_main_tr()
suspend(1);
printf(" [OK]\n");
irq_install();
printf("\nIRQ baslatildi");
printf("\nIRQ başlatıldı");
suspend(1);
printf(".");
suspend(1);
Expand All @@ -155,7 +155,7 @@ void mkern_main_tr()
printf(".");
suspend(1);
printf(" [OK]\n");
printf("Loading main menu.");
printf("");
suspend(1);
printf(".");
suspend(1);
Expand Down