-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/gammasoft71/xtd
- Loading branch information
Showing
39 changed files
with
1,496 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# ar | ||
|
||
Contains Arabic locale translation files. | ||
|
||
## Files | ||
|
||
[about_dialog.strings](about_dialog.strings) | ||
|
||
[application.strings](application.strings) | ||
|
||
[assert_dialog.strings](assert_dialog.strings) | ||
|
||
[boolean_switch.strings](boolean_switch.strings) | ||
|
||
[busy_box.strings](busy_box.strings) | ||
|
||
[checked_list_box.strings](checked_list_box.strings) | ||
|
||
[choice.strings](choice.strings) | ||
|
||
[color.strings](color.strings) | ||
|
||
[combo_box.strings](combo_box.strings) | ||
|
||
[control.strings](control.strings) | ||
|
||
[countries.strings](countries.strings) | ||
|
||
[css_reader.strings](css_reader.strings) | ||
|
||
[date_time.strings](date_time.strings) | ||
|
||
[domain_up_down.strings](domain_up_down.strings) | ||
|
||
[enumeration.strings](enumeration.strings) | ||
|
||
[environment.strings](environment.strings) | ||
|
||
[exception_dialog.strings](exception_dialog.strings) | ||
|
||
[exceptions.strings](exceptions.strings) | ||
|
||
[font.strings](font.strings) | ||
|
||
[font_family.strings](font_family.strings) | ||
|
||
[form.strings](form.strings) | ||
|
||
[graphics.strings](graphics.strings) | ||
|
||
[guid.strings](guid.strings) | ||
|
||
[image_list.strings](image_list.strings) | ||
|
||
[lcd_label.strings](lcd_label.strings) | ||
|
||
[list_box.strings](list_box.strings) | ||
|
||
[menu.strings](menu.strings) | ||
|
||
[message_box.strings](message_box.strings) | ||
|
||
[paint_event_args.strings](paint_event_args.strings) | ||
|
||
[pen.strings](pen.strings) | ||
|
||
[process.strings](process.strings) | ||
|
||
[splitter.strings](splitter.strings) | ||
|
||
[strings.strings](strings.strings) | ||
|
||
[text_box_base.strings](text_box_base.strings) | ||
|
||
[texts.strings](texts.strings) | ||
|
||
[theme_colors.strings](theme_colors.strings) | ||
|
||
[version.strings](version.strings) | ||
|
||
## Translators | ||
|
||
* Initial translation by [gammasoft71](https://gammasoft71.wixsite.com/gammasoft). | ||
|
||
## Remarks | ||
|
||
See [Internationalization](https://gammasoft71.github.io/xtd/docs/documentation/Guides/xtd.core/internationalization) guide and [translator](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1translator.html) class for more information about xtd translation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
key "About" | ||
value "حول" | ||
|
||
key "Credits" | ||
value "التقديرات" | ||
|
||
key "License" | ||
value "الترخيص" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
key "Call application::enable_dark_mode() before application::run()" | ||
value "application::run() قبل application::enable_dark_mode() استدعِ" | ||
|
||
key "Call application::enable_button_images() before application::run()" | ||
value "application::run() قبل application::enable_button_images() استدعِ" | ||
|
||
key "Call application::enable_light_mode() before application::run()" | ||
value "application::run() قبل application::enable_light_mode() استدعِ" | ||
|
||
key "Call application::enable_menu_images() before application::run()" | ||
value "application::run() قبل application::enable_menu_images() استدعِ" | ||
|
||
key "Call application::enable_visual_styles() before application::run()" | ||
value "application::run() قبل application::enable_visual_styles() استدعِ" | ||
|
||
key "Application already running" | ||
value "التطبيق قيد التشغيل" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue" | ||
value "فشل التأكيد: إلغاء=إنهاء، إعادة المحاولة=تصحيح، تجاهل=المتابعة" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "Input xtd::ustring was not in a correct format." | ||
value "لم تكن بتنسيق صحيح xtd::ustring قيمة الإدخال" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "Please wait..." | ||
value "...يرجى الانتظار" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "Selected index greater than items size" | ||
value "المحدد أكبر من عدد العناصر index" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "Selected index greater than items size" | ||
value "المحدد أكبر من عدد العناصر index" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "know_color invalid" | ||
value "غير صالح know_color" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "Selected index greater than items size" | ||
value "المحدد أكبر من عدد العناصر index" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key "control must have a parent" | ||
value "يجب أن يكون لكائن التحكم أصل" |
Oops, something went wrong.