<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=Configure_supported_Languages</id>
	<title>Configure supported Languages - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=Configure_supported_Languages"/>
	<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Configure_supported_Languages&amp;action=history"/>
	<updated>2026-04-29T23:27:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.phpgedview.net/en/index.php?title=Configure_supported_Languages&amp;diff=12094&amp;oldid=prev</id>
		<title>Momse: /* Alphabet lower case */</title>
		<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Configure_supported_Languages&amp;diff=12094&amp;oldid=prev"/>
		<updated>2010-05-16T15:54:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Alphabet lower case&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
[[image:Configuration_Supported_Languages1.jpg|right]]&lt;br /&gt;
This page is used to control what language choices are available to your users. For example, you can set things up so that only German and French are available. This might be useful if, for example, you are not able to communicate with your users in Hungarian.&lt;br /&gt;
&lt;br /&gt;
You also use this page to alter certain aspects of PhpGedView that depend on the selected language. For example, here is where you tell PhpGedView how to format date and time fields.&lt;br /&gt;
&lt;br /&gt;
The languages that are active and greyed out cannot be disabled because they are in use. Look at the bottom table to see where the language is used. When a language is no longer used by the GEDCOM or user you will be able to disable it.&lt;br /&gt;
&lt;br /&gt;
All of your changes will be recorded in a new file called lang_settings.php created in the ./index/ directory. All of your further changes will be made to this new file and PhpGedView will use only this file. You can revert to the original default language settings by deleting this file.&lt;br /&gt;
&lt;br /&gt;
If you must report problems with your language settings, please tell the PhpGedView support team whether this new file is present or not.&lt;br /&gt;
&lt;br /&gt;
Contextual help is available on every screen; make sure that the Show Contextual Help option in the Help menu is on, and click on a ? next to the subject.&lt;br /&gt;
&lt;br /&gt;
Currently available languates (more may be added in the future) are: Arabic, Chinese, Czech, Danish, English, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Lithuanian, Polish, Portugese (Brasil), Russian, Slovak, Spanish, Spanish (Latin America), Swedish, Turkish, Vietnamese.&lt;br /&gt;
&lt;br /&gt;
===Languages Selected===&lt;br /&gt;
&lt;br /&gt;
Active languages are shown in the left column.  The active checkbox of the default language is not accessible.  Additional languages may be activated/deactivated by clicking on the active checkbox.  Language files can be edited by clicking on the '''Edit''' link.&lt;br /&gt;
&lt;br /&gt;
===Edit Individual Language===&lt;br /&gt;
&lt;br /&gt;
[[image:4_languages_2.jpg|right|550px|thumb]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
====Active====&lt;br /&gt;
Allow users to select this language if the option Allow user to change language is enabled.&lt;br /&gt;
&lt;br /&gt;
====Original name of language in ...====&lt;br /&gt;
How is this language named in this language?&lt;br /&gt;
&lt;br /&gt;
English calls itself English; German calls itself Deutsch; Dutch calls itself Nederlands; Czech calls itself Ceština, etc.&lt;br /&gt;
&lt;br /&gt;
====Abbreviation for language files====&lt;br /&gt;
This code defines an abbreviation for the language name. This abbreviation forms part of the name of each of the language files used by PhpGedView. For example, the abbreviation used for French is fr, and consequently the file names for French are configure_help.fr.php, countries.fr.php, facts.fr.php, help_text.fr.php, and lang.fr.php&lt;br /&gt;
&lt;br /&gt;
====Language detection codes====&lt;br /&gt;
These codes allow PhpGedView to detect the Preferred Language setting of the browser being used. PhpGedView determines the language actually being requested by the browser by matching the browser's language code against this list. Individual list entries must be separated by a semicolon.&lt;br /&gt;
&lt;br /&gt;
====Flag file====&lt;br /&gt;
Name of the national flag image file for the selected language.&lt;br /&gt;
&lt;br /&gt;
Images for many countries are available from The WWWeb Factory site.&lt;br /&gt;
&lt;br /&gt;
When you find a flag image you like, right-click on it and save the image in a temporary folder. Next, open the saved image with a suitable image editor (IrfanView is recommended for Windows systems), reduce its size 50x32 pixels, which is the normal size used in PhpGedView, and then save it as a GIF file to the images/flags folder.&lt;br /&gt;
&lt;br /&gt;
Although you can use any name you wish, you should select a name consistent with the two-letter language shortcut. For example, Croatian is represented by the two-letter code hr, so the Croatian flag would normally be named hr.gif.&lt;br /&gt;
&lt;br /&gt;
====Date format====&lt;br /&gt;
This field defines the date format to be used by PhpGedView when displaying dates from the database.&lt;br /&gt;
&lt;br /&gt;
* Standard format&lt;br /&gt;
Symbols you can use are:&lt;br /&gt;
      D for day&lt;br /&gt;
      M for month&lt;br /&gt;
      Y for year.&lt;br /&gt;
&lt;br /&gt;
You can change the order of these symbols, and you can add delimiters to the format. For the examples below, assume that the date in the database is 1965.08.20, which is actually recorded as DATE 20 Aug 1965. The standard setting for the English date display format is D M Y, which produces 20 August 1965. The German date format is usually D. M Y, resulting in 20. August 1965 when displayed by PhpGedView. The eighth month is called &amp;quot;August&amp;quot; in German. In Hungarian, the format normally is Y. M D. producing 1965. augusztus 20. when displayed by PhpGedView. In Hungarian, month names do not have an initial capital letter, and the eighth month is called &amp;quot;augusztus&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Alternative format&lt;br /&gt;
      To show dates in special ways not handled by the Standard format, use these codes:&lt;br /&gt;
      d - day of the month, 2 digits, leading zero; i.e. 01 to 31&lt;br /&gt;
      D - day of the week, textual, 3 letters; e.g. Fri&lt;br /&gt;
      F - month, textual, long; e.g. January&lt;br /&gt;
      j - day of the month, no leading zeros; i.e. 1 to 31&lt;br /&gt;
      l (lowercase &amp;quot;L&amp;quot;) - day of the week, textual, long; e.g. Friday&lt;br /&gt;
      M - month, textual, 3 letters; e.g. Jan&lt;br /&gt;
      Y - year, 4 digits; e.g. 1999&lt;br /&gt;
      R - French Revolutionary format (see note)&lt;br /&gt;
      y - year, 2 digits; e.g. 99&lt;br /&gt;
&lt;br /&gt;
For example, the date format D j F Y could result in Thu 9 January 1806 while the same date displayed according to the formula l d M Y would result in Thursday 09 Jan 1806&lt;br /&gt;
&lt;br /&gt;
* French Revolutionary format&lt;br /&gt;
&lt;br /&gt;
The format code R works in all languages, but produces output when the date is in the range 1792.09.22 to 1805.12.31. The R code produces only French text, and the order of Day, Month, and Year cannot be changed. The output of the R formatting code is underlined to distinguish it from the regular date.&lt;br /&gt;
&lt;br /&gt;
The R formatting code is considered to be normal text when the date format contains only D, M, and Y codes as described in the topic Standard format above. In other words, for the R code to be recognized, the date format needs to contain a code from the Alternative format list that doesn't appear in the Standard format list.&lt;br /&gt;
&lt;br /&gt;
For example, the date format D M Y R will produce 13 October 1797 R in English for the date 1797.10.13. If, on the other hand, the date format were j F Y R, the same date would result in 13 October 1797 22 Vendemiaire An 6 in English.&lt;br /&gt;
&lt;br /&gt;
====Time format====&lt;br /&gt;
This field defines the time format to be used by PhpGedView.&lt;br /&gt;
&lt;br /&gt;
Symbols you can use are:&lt;br /&gt;
      a - lowercase Ante meridiem and Post meridiem; i.e. am or pm&lt;br /&gt;
      A - uppercase Ante meridiem and Post meridiem; i.e. AM or PM&lt;br /&gt;
      B - Swatch Internet time; i.e. 000 through 999&lt;br /&gt;
      c - ISO 8601 date (added in PHP 5); e.g. 2004-02-12T15:19:21+00:00&lt;br /&gt;
      d - day of the month, 2 digits, leading zero; i.e. 01 to 31&lt;br /&gt;
      D - day, textual, three letters; e.g. Mon&lt;br /&gt;
      F - month, textual, long; e.g. January&lt;br /&gt;
      g - hour, 12-hour format, no leading zero; i.e. 1 through 12&lt;br /&gt;
      G - hour, 24-hour format, no leading zero; i.e. 0 through 23&lt;br /&gt;
      h - hour, 12-hour format, leading zero; i.e. 01 through 12&lt;br /&gt;
      H - hour, 24-hour format, leading zero; i.e. 00 through 23&lt;br /&gt;
      i - minutes, leading zero; i.e. 00 to 59&lt;br /&gt;
      I (capital &amp;quot;i&amp;quot;) - daylight saving time indicator; 1 if Daylight Saving Time, 0 otherwise.&lt;br /&gt;
      j - day of the month, no leading zero; i.e. 1 to 31&lt;br /&gt;
      l (lowercase &amp;quot;L&amp;quot;) - day of the week, textual, long; e.g. Friday&lt;br /&gt;
      L - leap year indicator; 1 if it is a leap year, 0 otherwise. &lt;br /&gt;
      m - month, numeric, leading zero; i.e. 01 through 12&lt;br /&gt;
      M - month, textual, 3 letters; e.g. Jan&lt;br /&gt;
      n - month, numeric, no leading zero; i.e. 1 through 12&lt;br /&gt;
      O (capital &amp;quot;o&amp;quot;) - difference between local and Greenwich time (GMT) in hours; e.g. +0200&lt;br /&gt;
      r - RFC 2822 formatted date; e.g. Thu, 21 Dec 2000nbsp;16:01:07 +0200&lt;br /&gt;
      s - seconds, leading zero; i.e. 00 through 59&lt;br /&gt;
      S - day of the month suffix, English only, 2 characters; i.e. st, nd, rd or th. Works well with j&lt;br /&gt;
      t - number of days in the given month; i.e. 28 through 31&lt;br /&gt;
      T - time zone setting of this machine; e.g. CEST, EST, MDT&lt;br /&gt;
      U - seconds since the start of the Unix Epoch (January 1 1970 00:00:00 GMT)&lt;br /&gt;
      w - day of the week, numeric; i.e. 0 (for Sunday) through 6 (for Saturday)&lt;br /&gt;
      W - ISO-8601 week number of year, weeks starting on Monday; e.g. 42 (the 42nd week in the year)&lt;br /&gt;
      Y - year, 4 digits; e.g. 1999&lt;br /&gt;
      y - year, 2 digits; e.g. 99&lt;br /&gt;
      z - day of year, numeric, no leading zeros; i.e. 0 (1 Jan) through 364 (31 Dec when not a leap year) or 365 (31 Dec in leap years)&lt;br /&gt;
      Z - time zone offset in seconds. The offset for time zones west of Greenwich is always negative, and for those east of Greenwich the offset is always positive. i.e. -43200 through 43200&lt;br /&gt;
&lt;br /&gt;
You can change the order of these symbols, and you can add delimiters to the format.&lt;br /&gt;
&lt;br /&gt;
For example, in German this field normally contains H:i:s to produce a display like 09:01:25. English usually defines the time format as g:i:sa to produce a display like 9:01:25am.&lt;br /&gt;
&lt;br /&gt;
In the 24-hour system, midnight is 00:00. In the 12-hour system, midnight is 12:00am and noon is 12:00pm.&lt;br /&gt;
&lt;br /&gt;
====Week starting day====&lt;br /&gt;
The day of the week that starts a new week in this language. Most languages start the week on Sunday, but some start on Monday or other days.&lt;br /&gt;
&lt;br /&gt;
====Text direction====&lt;br /&gt;
Identifies which direction is used to write text in the chosen language. Most languages are written from left to right. Arabic and Hebrew are examples of languages that are written in the opposite direction (right to left).&lt;br /&gt;
&lt;br /&gt;
====Surname first====&lt;br /&gt;
In some languages the surname should be displayed first instead of the default to display it last. Enabling this option will display the surname first. Hungarian, Chinese, and Japanese are examples where the surname (the family name) is usually given first.&lt;br /&gt;
&lt;br /&gt;
====Alphabet upper case====&lt;br /&gt;
Upper case alphabet letters in this language. This alphabet is used while sorting lists of names.&lt;br /&gt;
&lt;br /&gt;
====Alphabet lower case====&lt;br /&gt;
Lower case alphabet letters in this language. This alphabet is used while sorting lists of names.&lt;br /&gt;
&lt;br /&gt;
====Language files====&lt;br /&gt;
PhpGedView has implemented support for many different languages. This has been achieved by keeping all text that is visible to users in files completely separate from the main program. There is a set of five files for each supported language, and the various texts have been separated into one of these files according to function. When a given text is not yet available in translated form, PhpGedView will use the English version.&lt;br /&gt;
&lt;br /&gt;
The files in each language set are (xx stands for the language two-letter code):&lt;br /&gt;
{{Language Files}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PhpGedView]]&lt;br /&gt;
[[Category:Administrators Guide]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links...DO NOT DELETE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[fr:Configurer les langues]]&lt;/div&gt;</summary>
		<author><name>Momse</name></author>
		
	</entry>
</feed>