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

New languages #508

Merged
merged 7 commits into from
Sep 3, 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
768 changes: 666 additions & 102 deletions includes/translate.php

Large diffs are not rendered by default.

1,526 changes: 1,449 additions & 77 deletions translations/Afrikaans.txt

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions translations/Arabic_utf8.txt → translations/Arabic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,59 +5,38 @@
# http://sourceforge.net/projects/jscalendar/
#
# Translation last updated on 11-27-2023


################################################################################
# DO NOT "TRANSLATE" THIS SECTION #
################################################################################

# A lone equal sign "=" to the right of the colon, such as "Ok: =",
# indicates that the "translation" is identical to the English text.

# Specify a charset (will be sent within meta tag for each page).

charset: UTF-8

# "direction" need only be changed if using a right to left language.
# Options are: ltr (left to right, default) or rtl (right to left).

direction: =

# In the date formats, change only the format of the terms.
# For example in German.txt the proper "translation" would be
# __month__ __dd__, __yyyy__: __dd__. __month__ __yyyy__

# Select elements for date specification.
# ex)2008-10-13
# __yyyy__ ... 2008, __mm__ ... 10, __month__ ... October, __dd__ ... 13

__mm__/__dd__/__yyyy__: =
__month__ __dd__: =
__month__ __dd__, __yyyy__: =
__month__ __yyyy__: =

################################################################################
################################################################################


########################################
# Page: edit_entry.php
#
Time: الوقت

########################################
# Page: edit_report.php
#
Today: اليوم الحالى
Next month: الشهر التالى
Next year: السنة التالية

########################################
# Page: includes/date_formats.php
#
December: ديسمبر
Dec: ديسمبر

########################################
# Page: includes/functions.php
#
Expand Down
Loading