Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2751,6 +2751,7 @@ |
2752 | 2752 | 'exif-gpsareainformation', |
2753 | 2753 | 'exif-gpsdatestamp', |
2754 | 2754 | 'exif-gpsdifferential', |
| 2755 | + 'exif-coordinate-format', |
2755 | 2756 | 'exif-jpegfilecomment', |
2756 | 2757 | 'exif-keywords', |
2757 | 2758 | 'exif-worldregioncreated', |
— | — | @@ -3555,6 +3556,7 @@ |
3556 | 3557 | 'exif' => 'EXIF tags', |
3557 | 3558 | 'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name', |
3558 | 3559 | 'exif-compression' => 'EXIF attributes', |
| 3560 | + 'exif-copyrighted' => '', |
3559 | 3561 | 'exif-unknowndate' => '', |
3560 | 3562 | 'exif-photometricinterpretation' => '', |
3561 | 3563 | 'exif-orientation' => '', |
— | — | @@ -3587,7 +3589,16 @@ |
3588 | 3590 | 'exif-gpsmeasuremode' => '', |
3589 | 3591 | 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef', |
3590 | 3592 | 'exif-gpsdestdistanceref' => 'Pseudotags used for GPSDestDistanceRef', |
| 3593 | + 'exif-gdop' => '', |
| 3594 | + 'exif-objectcycle' => '', |
3591 | 3595 | 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef', |
| 3596 | + 'exif-ycbcrpositioning' => '', |
| 3597 | + 'exif-dc' => '', |
| 3598 | + 'exif-rating' => '', |
| 3599 | + 'exif-isospeedratings' => '', |
| 3600 | + 'exif-maxaperturevalue' => '', |
| 3601 | + 'exif-iimcategory' => '', |
| 3602 | + 'exif-urgency' => '', |
3592 | 3603 | 'edit-externally' => 'External editor support', |
3593 | 3604 | 'all' => "'all' in various places, this might be different for inflected languages", |
3594 | 3605 | 'confirmemail' => 'E-mail address confirmation', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3674,8 +3674,6 @@ |
3675 | 3675 | If the file has been modified from its original state, some details may not fully reflect the modified file.', |
3676 | 3676 | 'metadata-expand' => 'Show extended details', |
3677 | 3677 | 'metadata-collapse' => 'Hide extended details', |
3678 | | -'metadata-langitem' => '\'\'\'$2:\'\'\' $1', |
3679 | | -'metadata-langitem-default' => '$1', |
3680 | 3678 | 'metadata-fields' => 'Image metadata fields listed in this message will be included on image page display when the metadata table is collapsed. |
3681 | 3679 | Others will be hidden by default. |
3682 | 3680 | * make |
— | — | @@ -3691,6 +3689,8 @@ |
3692 | 3690 | * gpslatitude |
3693 | 3691 | * gpslongitude |
3694 | 3692 | * gpsaltitude', |
| 3693 | +'metadata-langitem' => "'''$2:''' $1", # only translate this message to other languages if you have to change it |
| 3694 | +'metadata-langitem-default' => '$1', # only translate this message to other languages if you have to change it |
3695 | 3695 | |
3696 | 3696 | # EXIF tags |
3697 | 3697 | 'exif-imagewidth' => 'Width', |
— | — | @@ -3807,7 +3807,7 @@ |
3808 | 3808 | 'exif-gpsareainformation' => 'Name of GPS area', |
3809 | 3809 | 'exif-gpsdatestamp' => 'GPS date', |
3810 | 3810 | 'exif-gpsdifferential' => 'GPS differential correction', |
3811 | | -'exif-coordinate-format' => '$1° $2′ $3″ $4', |
| 3811 | +'exif-coordinate-format' => '$1° $2′ $3″ $4', # only translate this message to other languages if you have to change it |
3812 | 3812 | 'exif-jpegfilecomment' => 'JPEG file comment', |
3813 | 3813 | 'exif-keywords' => 'Keywords', |
3814 | 3814 | 'exif-worldregioncreated' => 'World region that the picture was taken in', |
— | — | @@ -3827,7 +3827,7 @@ |
3828 | 3828 | 'exif-headline' => 'Headline', |
3829 | 3829 | 'exif-credit' => 'Credit/Provider', |
3830 | 3830 | 'exif-source' => 'Source', |
3831 | | -'exif-editstatus' => 'Editorial status of image', |
| 3831 | +'exif-editstatus' => 'Editorial status of image', |
3832 | 3832 | 'exif-urgency' => 'Urgency', |
3833 | 3833 | 'exif-fixtureidentifier' => 'Fixture name', |
3834 | 3834 | 'exif-locationdest' => 'Location depicted', |
— | — | @@ -3842,6 +3842,7 @@ |
3843 | 3843 | 'exif-datetimeexpires' => 'Do not use after', |
3844 | 3844 | 'exif-datetimereleased' => 'Released on', |
3845 | 3845 | 'exif-originaltransmissionref' => 'Original transmission location code', |
| 3846 | +'exif-identifier' => 'Identifier', |
3846 | 3847 | 'exif-lens' => 'Lens used', |
3847 | 3848 | 'exif-serialnumber' => 'Serial number of camera', |
3848 | 3849 | 'exif-cameraownername' => 'Owner of camera', |
— | — | @@ -3872,17 +3873,29 @@ |
3873 | 3874 | 'exif-originalimageheight' => 'Height of image before it was cropped', |
3874 | 3875 | 'exif-originalimagewidth' => 'Width of image before it was cropped', |
3875 | 3876 | |
3876 | | - |
3877 | 3877 | # Make & model, can be wikified in order to link to the camera and model name |
3878 | 3878 | 'exif-make-value' => '$1', # do not translate or duplicate this message to other languages |
3879 | 3879 | 'exif-model-value' => '$1', # do not translate or duplicate this message to other languages |
3880 | 3880 | 'exif-software-value' => '$1', # do not translate or duplicate this message to other languages |
3881 | | -'exif-software-version-value' => '$1 (Version $2)', |
| 3881 | +'exif-software-version-value' => '$1 (Version $2)', # do not translate or duplicate this message to other languages |
| 3882 | +'exif-contact-value' => '$1 |
3882 | 3883 | |
| 3884 | +$2 |
| 3885 | +<div class="adr"> |
| 3886 | +$3 |
| 3887 | + |
| 3888 | +$4, $5, $6 $7 |
| 3889 | +</div> |
| 3890 | +$8', # only translate this message to other languages if you have to change it |
| 3891 | +'exif-subjectnewscode-value' => '$2 ($1)', # only translate this message to other languages if you have to change it |
| 3892 | + |
3883 | 3893 | # EXIF attributes |
3884 | 3894 | 'exif-compression-1' => 'Uncompressed', |
3885 | 3895 | 'exif-compression-6' => 'JPEG', # only translate this message to other languages if you have to change it |
3886 | 3896 | |
| 3897 | +'exif-copyrighted-true' => 'Copyrighted', |
| 3898 | +'exif-copyrighted-false' => 'Public domain', |
| 3899 | + |
3887 | 3900 | 'exif-photometricinterpretation-2' => 'RGB', # only translate this message to other languages if you have to change it |
3888 | 3901 | 'exif-photometricinterpretation-6' => 'YCbCr', # only translate this message to other languages if you have to change it |
3889 | 3902 | |
— | — | @@ -3903,8 +3916,8 @@ |
3904 | 3917 | 'exif-xyresolution-i' => '$1 dpi', # only translate this message to other languages if you have to change it |
3905 | 3918 | 'exif-xyresolution-c' => '$1 dpc', # only translate this message to other languages if you have to change it |
3906 | 3919 | |
3907 | | -'exif-colorspace-1' => 'sRGB', # only translate this message to other languages if you have to change it |
3908 | | -'exif-colorspace-65535' => 'Uncalibrated', # only translate this message to other languages if you have to change it |
| 3920 | +'exif-colorspace-1' => 'sRGB', # only translate this message to other languages if you have to change it |
| 3921 | +'exif-colorspace-65535' => 'Uncalibrated', |
3909 | 3922 | |
3910 | 3923 | 'exif-componentsconfiguration-0' => 'does not exist', |
3911 | 3924 | 'exif-componentsconfiguration-1' => 'Y', # only translate this message to other languages if you have to change it |
— | — | @@ -4029,7 +4042,7 @@ |
4030 | 4043 | 'exif-gpslongitude-e' => 'East longitude', |
4031 | 4044 | 'exif-gpslongitude-w' => 'West longitude', |
4032 | 4045 | |
4033 | | -# Pseudotags used for GPSAltitude |
| 4046 | +# Pseudotags used for GPSAltitudeRef |
4034 | 4047 | 'exif-gpsaltitude-above-sealevel' => '$1 {{plural:$1|meters|meter}} above sea level', |
4035 | 4048 | 'exif-gpsaltitude-below-sealevel' => '$1 {{plural:$1|meters|meter}} below sea level', |
4036 | 4049 | |
— | — | @@ -4049,10 +4062,6 @@ |
4050 | 4063 | 'exif-gpsdestdistance-m' => 'Miles', |
4051 | 4064 | 'exif-gpsdestdistance-n' => 'Nautical miles', |
4052 | 4065 | |
4053 | | -# Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef |
4054 | | -'exif-gpsdirection-t' => 'True direction', |
4055 | | -'exif-gpsdirection-m' => 'Magnetic direction', |
4056 | | - |
4057 | 4066 | 'exif-gpsdop-excellent' => 'Excellent ($1)', |
4058 | 4067 | 'exif-gpsdop-good' => 'Good ($1)', |
4059 | 4068 | 'exif-gpsdop-moderate' => 'Moderate ($1)', |
— | — | @@ -4063,12 +4072,13 @@ |
4064 | 4073 | 'exif-objectcycle-p' => 'Evening only', |
4065 | 4074 | 'exif-objectcycle-b' => 'Both morning and evening', |
4066 | 4075 | |
| 4076 | +# Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef |
| 4077 | +'exif-gpsdirection-t' => 'True direction', |
| 4078 | +'exif-gpsdirection-m' => 'Magnetic direction', |
| 4079 | + |
4067 | 4080 | 'exif-ycbcrpositioning-1' => 'Centered', |
4068 | 4081 | 'exif-ycbcrpositioning-2' => 'Co-sited', |
4069 | 4082 | |
4070 | | -'exif-identifier' => 'Identifier', |
4071 | | -# dc stuff |
4072 | | - |
4073 | 4083 | 'exif-dc-contributor' => 'Contributors', |
4074 | 4084 | 'exif-dc-coverage' => 'Spatial or temporal scope of media', |
4075 | 4085 | 'exif-dc-date' => 'Date(s)', |
— | — | @@ -4078,25 +4088,12 @@ |
4079 | 4089 | 'exif-dc-source' => 'Source media', |
4080 | 4090 | 'exif-dc-type' => 'Type of media', |
4081 | 4091 | |
4082 | | -'exif-copyrighted-true' => 'Copyrighted', |
4083 | | -'exif-copyrighted-false' => 'Public domain', |
4084 | | - |
4085 | 4092 | 'exif-rating-rejected' => 'Rejected', |
4086 | 4093 | |
4087 | 4094 | 'exif-isospeedratings-overflow' => 'Greater than 65535', |
4088 | 4095 | |
4089 | | -'exif-maxaperturevalue-value' => '$1 APEX (f/$2)', |
| 4096 | +'exif-maxaperturevalue-value' => '$1 APEX (f/$2)', # only translate this message to other languages if you have to change it |
4090 | 4097 | |
4091 | | -'exif-contact-value' => '$1 |
4092 | | - |
4093 | | -$2 |
4094 | | -<div class="adr"> |
4095 | | -$3 |
4096 | | - |
4097 | | -$4, $5, $6 $7 |
4098 | | -</div> |
4099 | | -$8', |
4100 | | - |
4101 | 4098 | 'exif-iimcategory-ace' => 'Arts, culture and enterntainment', |
4102 | 4099 | 'exif-iimcategory-clj' => 'Crime and law', |
4103 | 4100 | 'exif-iimcategory-dis' => 'Disasters and accidents', |
— | — | @@ -4115,14 +4112,11 @@ |
4116 | 4113 | 'exif-iimcategory-war' => 'War, conflict and unrest', |
4117 | 4114 | 'exif-iimcategory-wea' => 'Weather', |
4118 | 4115 | |
4119 | | -'exif-subjectnewscode-value' => '$2 ($1)', |
4120 | | - |
4121 | 4116 | 'exif-urgency-normal' => 'Normal ($1)', |
4122 | 4117 | 'exif-urgency-low' => 'Low ($1)', |
4123 | 4118 | 'exif-urgency-high' => 'High ($1)', |
4124 | 4119 | 'exif-urgency-other' => 'User-defined priority ($1)', |
4125 | 4120 | |
4126 | | - |
4127 | 4121 | # External editor support |
4128 | 4122 | 'edit-externally' => 'Edit this file using an external application', |
4129 | 4123 | 'edit-externally-help' => '(See the [http://www.mediawiki.org/wiki/Manual:External_editors setup instructions] for more information)', |
— | — | @@ -4538,4 +4532,5 @@ |
4539 | 4533 | # SQLite database support |
4540 | 4534 | 'sqlite-has-fts' => '$1 with full-text search support', |
4541 | 4535 | 'sqlite-no-fts' => '$1 without full-text search support', |
| 4536 | + |
4542 | 4537 | ); |