Changeset 5789


Ignore:
Timestamp:
Apr 11, 2010, 11:16:41 AM (14 years ago)
Author:
grum
Message:

Translate JpegMetaData tags in french

Location:
extensions/AMetaData/JpegMetaData
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/JpegMetaData.class.php

    r4998 r5789  
    130130
    131131    private $jpeg = null;
    132     private $tags = Array();
     132    protected $tags = Array();
    133133    private $options = Array();
    134134
     
    575575     * MagicTags are build with this function
    576576     */
    577     private function processMagicTags()
     577    protected function processMagicTags()
    578578    {
    579579      $magicTags=new MagicTags();
     
    601601            ));
    602602
     603            $returned=$this->processSpecialMagicTag($key, $returned);
     604
    603605            $tag->setValue($returned);
    604606            $tag->setLabel($returned);
     
    628630     * @return String : the tag value
    629631     */
    630     private function processMagicTagsCB($matches)
     632    protected function processMagicTagsCB($matches)
    631633    {
    632634      $label="";
     
    672674    }
    673675
     676    /**
     677     *
     678     *
     679     */
     680    protected function processSpecialMagicTag($key, $value)
     681    {
     682      switch($key)
     683      {
     684        case "GPS.LatitudeNum":
     685        case "GPS.LongitudeNum":
     686          preg_match_all('/(\d{1,3})°\s*(\d{1,2})\'(?:\s*(\d+(?:\.\d+)?)")?[\s\|\.]*(N|S|E|W)/i', $value, $result);
     687          $num=(float)$result[1][0] + ((float) $result[2][0])/60;
     688          if($result[3][0]!="") $num+= ((float) $result[3][0])/3600;
     689          if($result[4][0]=="W" or $result[4][0]=="S") $num=-$num;
     690          return($num);
     691        default:
     692          return($value);
     693      }
     694    }
    674695
    675696
  • extensions/AMetaData/JpegMetaData/Locale/en_UK/Tag.po

    r5222 r5789  
    33"Project-Id-Version: TagNames\n"
    44"POT-Creation-Date: \n"
    5 "PO-Revision-Date: 2010-03-21 16:15+0100\n"
     5"PO-Revision-Date: 2010-04-11 09:31+0100\n"
    66"Last-Translator: grum <grum@piwigo.org>\n"
    77"Language-Team: grum\n"
     
    284284#. [Metadata name] Magic JpegMetadata computed tags / Author.ImageTitle
    285285msgid "Author.ImageTitle"
    286 msgstr "Image title"
     286msgstr "Title"
    287287
    288288#. Canon specific tags / 0x0001.4 (CanonCameraSettings.CanonFlashMode)
     
    585585#. [Metadata name] IPTC tags / 0x0255 (By-line Title)
    586586msgid "By-line Title"
    587 msgstr "By-line title"
     587msgstr "By-line title/Creator's jobtitle"
    588588
    589589#. Pentax specific tags / 0x0024 (DestinationCityName)
     
    11301130#. Exif & Tiff tags / 0x9208 (LightSource)
    11311131msgid "cloudy weather"
    1132 msgstr "Cloudy weather"
     1132msgstr "Cloudy"
    11331133
    11341134#. Exif & Tiff tags / 0x0106 (PhotometricInterpretation)
     
    13251325
    13261326#. [Metadata name] Exif & Tiff tags / 0x8298 (Copyright)
     1327#. [Metadata name] XMP tags / dc:rights (Copyright Notice)
    13271328msgid "Copyright"
    1328 msgstr ""
    1329 
    1330 #. [Metadata name] XMP tags / dc:rights (Copyright Notice)
     1329msgstr "Copyright"
     1330
    13311331#. [Metadata name] IPTC tags / 0x0274 (Copyright Notice)
    13321332msgid "Copyright Notice"
    1333 msgstr "Copyright notice"
     1333msgstr "Copyright"
    13341334
    13351335#. IPTC tags / 0x0114 (File Format)
     
    14221422#. [Metadata name] XMP tags / crs:ChromaticAberrationB
    14231423msgid "crs:ChromaticAberrationB"
    1424 msgstr "Chromatic aberration B"
     1424msgstr "Chromatic aberration blue"
    14251425
    14261426#. [Metadata name] XMP tags / crs:ChromaticAberrationR
    14271427msgid "crs:ChromaticAberrationR"
    1428 msgstr "Chromatic aberration R"
     1428msgstr "Chromatic aberration red"
    14291429
    14301430#. [Metadata name] XMP tags / crs:ColorNoiseReduction
     
    17181718#. [Metadata name] XMP tags / dc:description
    17191719msgid "dc:description"
    1720 msgstr "Description"
     1720msgstr "Caption/Abstract"
    17211721
    17221722#. [Metadata name] XMP tags / dc:format
     
    17421742#. [Metadata name] XMP tags / dc:rights
    17431743msgid "dc:rights"
    1744 msgstr "Rights"
     1744msgstr "Copyright"
    17451745
    17461746#. [Metadata name] XMP tags / dc:source
     
    17501750#. [Metadata name] XMP tags / dc:subject
    17511751msgid "dc:subject"
    1752 msgstr "Subject"
     1752msgstr "Keywords/Subject"
    17531753
    17541754#. [Metadata name] XMP tags / dc:title
    17551755msgid "dc:title"
    1756 msgstr "Title"
     1756msgstr "Title/Object name"
    17571757
    17581758#. [Metadata name] XMP tags / dc:Type
     
    21552155#. [Metadata name] XMP tags / exif:GPSDOP
    21562156msgid "exif:GPSDOP"
    2157 msgstr ""
     2157msgstr "Degree of precision"
    21582158
    21592159#. [Metadata name] XMP tags / exif:GPSImgDirection
    21602160msgid "exif:GPSImgDirection"
    2161 msgstr ""
     2161msgstr "Direction of image"
    21622162
    21632163#. [Metadata name] XMP tags / exif:GPSImgDirectionRef
    21642164msgid "exif:GPSImgDirectionRef"
    2165 msgstr ""
     2165msgstr "Reference for movement direction"
    21662166
    21672167#. [Metadata name] XMP tags / exif:GPSLatitude
     
    21752175#. [Metadata name] XMP tags / exif:GPSMapDatum
    21762176msgid "exif:GPSMapDatum"
    2177 msgstr ""
     2177msgstr "Geodetic survey data"
    21782178
    21792179#. [Metadata name] XMP tags / exif:GPSMeasureMode
     
    24282428#. Pentax specific tags / 0x000c (Flash)
    24292429msgid "external, p-ttl auto"
    2430 msgstr "External, p-ttl auto"
     2430msgstr "External, P-TTL auto"
    24312431
    24322432#. Pentax specific tags / 0x000c (Flash)
     
    28102810msgstr "Latitude"
    28112811
     2812#. [Metadata name] Magic JpegMetadata computed tags / GPS.LatitudeNum
     2813msgid "GPS.LatitudeNum"
     2814msgstr "Latitude"
     2815
     2816#. [Metadata name] Magic JpegMetadata computed tags / GPS.Localization
     2817msgid "GPS.Localization"
     2818msgstr "Localization"
     2819
    28122820#. [Metadata name] Magic JpegMetadata computed tags / GPS.Longitude
    28132821msgid "GPS.Longitude"
     2822msgstr "Longitude"
     2823
     2824#. [Metadata name] Magic JpegMetadata computed tags / GPS.LongitudeNum
     2825msgid "GPS.LongitudeNum"
    28142826msgstr "Longitude"
    28152827
     
    28772889#. [Metadata name] XMP tags / exif:GPSDOP (GPSDOP)
    28782890msgid "GPSDOP"
    2879 msgstr ""
     2891msgstr "Degree of precision"
    28802892
    28812893#. [Metadata name] XMP tags / exif:GPSImgDirection (GPSImgDirection)
    28822894#. [Metadata name] Exif GPS tags / 0x0011 (GPSImgDirection)
    28832895msgid "GPSImgDirection"
    2884 msgstr ""
     2896msgstr "Direction of image"
    28852897
    28862898#. [Metadata name] XMP tags / exif:GPSImgDirectionRef (GPSImgDirectionRef)
    28872899#. [Metadata name] Exif GPS tags / 0x0010 (GPSImgDirectionRef)
    28882900msgid "GPSImgDirectionRef"
    2889 msgstr ""
     2901msgstr "Reference for movement direction"
    28902902
    28912903#. [Metadata name] Exif GPS tags / 0x0002 (GPSLatitude)
     
    29082920#. [Metadata name] XMP tags / exif:GPSMapDatum (GPSMapDatum)
    29092921msgid "GPSMapDatum"
    2910 msgstr ""
     2922msgstr "Geodetic survey data"
    29112923
    29122924#. [Metadata name] XMP tags / exif:GPSMeasureMode (GPSMeasureMode)
     
    32603272msgstr "Interoperability IFD pointer"
    32613273
     3274#. Hardcoded value
     3275msgid "invalid date format"
     3276msgstr "Invalid date format"
     3277
    32623278#. IPTC tags / 0x0114 (File Format)
    32633279msgid "IPTC Unstructured Character Oriented File Format (UCOFF)"
     
    32743290#. [Metadata name] XMP tags / Iptc4xmpCore:CiAdrCity
    32753291msgid "Iptc4xmpCore:CiAdrCity"
    3276 msgstr ""
     3292msgstr "City"
    32773293
    32783294#. [Metadata name] XMP tags / Iptc4xmpCore:CiAdrCtry
    32793295msgid "Iptc4xmpCore:CiAdrCtry"
    3280 msgstr ""
     3296msgstr "Country"
    32813297
    32823298#. [Metadata name] XMP tags / Iptc4xmpCore:CiAdrExtadr
    32833299msgid "Iptc4xmpCore:CiAdrExtadr"
    3284 msgstr ""
     3300msgstr "Address"
    32853301
    32863302#. [Metadata name] XMP tags / Iptc4xmpCore:CiAdrPcode
    32873303msgid "Iptc4xmpCore:CiAdrPcode"
    3288 msgstr ""
     3304msgstr "Postal code"
    32893305
    32903306#. [Metadata name] XMP tags / Iptc4xmpCore:CiEmailWork
    32913307msgid "Iptc4xmpCore:CiEmailWork"
    3292 msgstr ""
     3308msgstr "Email address"
    32933309
    32943310#. [Metadata name] XMP tags / Iptc4xmpCore:CiTelWork
    32953311msgid "Iptc4xmpCore:CiTelWork"
    3296 msgstr ""
     3312msgstr "Phone number"
    32973313
    32983314#. [Metadata name] XMP tags / Iptc4xmpCore:CiUrlWork
    32993315msgid "Iptc4xmpCore:CiUrlWork"
    3300 msgstr ""
     3316msgstr "Web URL"
    33013317
    33023318#. [Metadata name] XMP tags / Iptc4xmpCore:CreatorContactInfo
    33033319msgid "Iptc4xmpCore:CreatorContactInfo"
    3304 msgstr ""
     3320msgstr "Creator's contact information"
    33053321
    33063322#. [Metadata name] XMP tags / Iptc4xmpCore:CountryCode
    33073323msgid "Iptc4xmpCore:CountryCode"
    3308 msgstr ""
     3324msgstr "Country/Primary location code"
    33093325
    33103326#. [Metadata name] XMP tags / Iptc4xmpCore:DateCreated
    33113327msgid "Iptc4xmpCore:DateCreated"
    3312 msgstr ""
     3328msgstr "Date created"
    33133329
    33143330#. [Metadata name] XMP tags / Iptc4xmpCore:IntellectualGenre
    33153331msgid "Iptc4xmpCore:IntellectualGenre"
    3316 msgstr ""
     3332msgstr "Object attribute reference/Intellectual genre"
    33173333
    33183334#. [Metadata name] XMP tags / Iptc4xmpCore:Location
    33193335msgid "Iptc4xmpCore:Location"
    3320 msgstr ""
     3336msgstr "Sublocation"
    33213337
    33223338#. [Metadata name] XMP tags / Iptc4xmpCore:Scene
    33233339msgid "Iptc4xmpCore:Scene"
    3324 msgstr ""
     3340msgstr "Scene code"
    33253341
    33263342#. [Metadata name] XMP tags / Iptc4xmpCore:SubjectCode
    33273343msgid "Iptc4xmpCore:SubjectCode"
    3328 msgstr ""
     3344msgstr "Subject reference"
    33293345
    33303346#. IPTC tags / 0x0114 (File Format)
     
    34753491#. [Metadata name] IPTC tags / 0x0219 (Keywords)
    34763492msgid "Keywords"
    3477 msgstr ""
     3493msgstr "Keywords/Subject"
    34783494
    34793495#. Pentax specific tags / 0x0033 (PictureMode)
     
    42604276#. [Metadata name] XMP tags / Iptc4xmpCore:IntellectualGenre (Object Attribute Reference)
    42614277msgid "Object Attribute Reference"
    4262 msgstr "Object attribute reference"
     4278msgstr "Object attribute reference/Intellectual genre"
    42634279
    42644280#. [Metadata name] IPTC tags / 0x024b (Object Cycle)
     
    42694285#. [Metadata name] XMP tags / dc:title (Object Name)
    42704286msgid "Object Name"
    4271 msgstr "Object name"
     4287msgstr "Title/Object name"
    42724288
    42734289#. [Metadata name] IPTC tags / 0x0203 (Object Type Reference)
     
    45874603#. [Metadata name] XMP tags / photoshop:AuthorsPosition
    45884604msgid "photoshop:AuthorsPosition"
    4589 msgstr ""
     4605msgstr "By-line title/Creator's jobtitle"
    45904606
    45914607#. [Metadata name] XMP tags / photoshop:CaptionWriter
    45924608msgid "photoshop:CaptionWriter"
    4593 msgstr ""
     4609msgstr "Writer/Editor"
    45944610
    45954611#. [Metadata name] XMP tags / photoshop:Category
     
    45994615#. [Metadata name] XMP tags / photoshop:City
    46004616msgid "photoshop:City"
    4601 msgstr ""
     4617msgstr "City"
    46024618
    46034619#. [Metadata name] XMP tags / photoshop:Country
    46044620msgid "photoshop:Country"
    4605 msgstr ""
     4621msgstr "Country/Primary location name"
    46064622
    46074623#. [Metadata name] XMP tags / photoshop:ColorMode
     
    46114627#. [Metadata name] XMP tags / photoshop:Credit
    46124628msgid "photoshop:Credit"
    4613 msgstr ""
     4629msgstr "Credit"
    46144630
    46154631#. [Metadata name] XMP tags / photoshop:DateCreated
     
    46194635#. [Metadata name] XMP tags / photoshop:Headline
    46204636msgid "photoshop:Headline"
    4621 msgstr ""
     4637msgstr "Headline"
    46224638
    46234639#. [Metadata name] XMP tags / photoshop:ICCProfile
     
    46274643#. [Metadata name] XMP tags / photoshop:Instructions
    46284644msgid "photoshop:Instructions"
    4629 msgstr ""
     4645msgstr "Special instruction"
    46304646
    46314647#. [Metadata name] XMP tags / photoshop:Source
     
    46354651#. [Metadata name] XMP tags / photoshop:State
    46364652msgid "photoshop:State"
    4637 msgstr ""
     4653msgstr "Province/State"
    46384654
    46394655#. [Metadata name] XMP tags / photoshop:SupplementalCategories
     
    46434659#. [Metadata name] XMP tags / photoshop:TransmissionReference
    46444660msgid "photoshop:TransmissionReference"
    4645 msgstr ""
     4661msgstr "Original transmission reference"
    46464662
    46474663#. [Metadata name] XMP tags / photoshop:Urgency
     
    63246340#. [Metadata name] XMP tags / xmpTPg:NPages
    63256341msgid "xmpTPg:NPages"
    6326 msgstr ""
     6342msgstr "Number of pages"
    63276343
    63286344#. [Metadata name] XMP tags / xmpTPg:PlateNames
  • extensions/AMetaData/JpegMetaData/Locale/en_UK/TagDesc.po

    r5222 r5789  
    33"Project-Id-Version: TagNames\n"
    44"POT-Creation-Date: \n"
    5 "PO-Revision-Date: 2010-03-21 16:27+0100\n"
     5"PO-Revision-Date: 2010-04-11 00:11+0100\n"
    66"Last-Translator: grum <grum@piwigo.org>\n"
    77"Language-Team: grum\n"
     
    221221
    222222#. IPTC tags / 0x0250 (By-line)
    223 #, fuzzy
    224223msgid "By-line"
    225 msgstr "There is no description available for this metadata"
     224msgstr "Contains the name of the photographer, but in cases where the photographer should not be identified the name of a company or organisation may be appropriate."
    226225
    227226#. XMP tags / photoshop:AuthorsPosition (By-line Title)
     
    229228#, fuzzy
    230229msgid "By-line Title"
    231 msgstr "There is no description available for this metadata"
     230msgstr "Contains the job title of the photographer. As this is sort of a qualifier the Creator element has to be filled in as mandatory prerequisite for using Creator's Jobtitle."
    232231
    233232#. Magic JpegMetadata computed tags / Camera.Make
     
    753752#, fuzzy
    754753msgid "Caption/Abstract"
    755 msgstr "There is no description available for this metadata"
     754msgstr "A textual description, including captions, of the image."
    756755
    757756#. Canon specific tags / 0x0023 (Categories)
     
    784783#, fuzzy
    785784msgid "City"
    786 msgstr "There is no description available for this metadata"
     785msgstr "Name of the city of the location shown in the image. This element is at the third level of a top-down geographical hierarchy."
    787786
    788787#. IPTC tags / 0x015a (Coded Character Set)
     
    875874#, fuzzy
    876875msgid "Contact"
    877 msgstr "There is no description available for this metadata"
     876msgstr "Information to get in contact with a person or organisation."
    878877
    879878#. IPTC tags / 0x021a (Content Location Code)
     
    900899#. Exif & Tiff tags / 0x8298 (Copyright)
    901900msgid "Copyright"
    902 msgstr "Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image."
     901msgstr ""
     902"Contains any necessary copyright notice for claiming the intellectual property for this photograph and should identify the current owner of the copyright for the photograph.\n"
     903"Other entities like the creator of the photograph may be added in the corresponding field. \n"
     904"Notes on usage rights should be provided in 'Rights usage terms'."
    903905
    904906#. IPTC tags / 0x0274 (Copyright Notice)
    905907#. XMP tags / dc:rights (Copyright Notice)
    906908msgid "Copyright Notice"
    907 msgstr "Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image."
     909msgstr ""
     910"Contains any necessary copyright notice for claiming the intellectual property for this photograph and should identify the current owner of the copyright for the photograph.\n"
     911"Other entities like the creator of the photograph may be added in the corresponding field. \n"
     912"Notes on usage rights should be provided in 'Rights usage terms'."
    908913
    909914#. IPTC tags / 0x0264 (Country/Primary Location Code)
     
    911916#, fuzzy
    912917msgid "Country/Primary Location Code"
    913 msgstr "There is no description available for this metadata"
     918msgstr "Code of the country of the location shown in the image. This element is at the top/first level of a top-down geographical hierarchy. The code should be taken from ISO 3166 two or three letter code. The full name of a country should go to the 'Country' element."
    914919
    915920#. XMP tags / photoshop:Country (Country/Primary Location Name)
     
    917922#, fuzzy
    918923msgid "Country/Primary Location Name"
    919 msgstr "There is no description available for this metadata"
     924msgstr "Full name of the country of the location shown in the image. This element is at the top/first level of a top-down geographical hierarchy. The full name should be expressed as a verbal name and not as a code, a code should go to the element 'CountryCode'."
    920925
    921926#. Pentax specific tags / 0x0028 (CPUFirmwareVersion)
     
    928933#, fuzzy
    929934msgid "Credit"
    930 msgstr "There is no description available for this metadata"
     935msgstr "The credit to person(s) and/or organisation(s) required by the supplier of the image to be used when published. This is a free-text field."
    931936
    932937#. Nikon specific tags / 0x001b (CropHiSpeed)
     
    11801185#, fuzzy
    11811186msgid "Date Created"
    1182 msgstr "There is no description available for this metadata"
     1187msgstr "Designates the date and optionally the time the content of the image was created rather than the date of the creation of the digital representation."
    11831188
    11841189#. IPTC tags / 0x0146 (Date Sent)
     
    13111316#, fuzzy
    13121317msgid "DeviceSettingDescription"
    1313 msgstr "There is no description available for this metadata"
     1318msgstr "Indicates information on the picture-taking conditions of a particular camera model."
    13141319
    13151320#. IPTC tags / 0x023e (Digital Creation Date)
     
    22822287#, fuzzy
    22832288msgid "Headline"
    2284 msgstr "There is no description available for this metadata"
     2289msgstr "A brief synopsis of the caption. Headline is not the same as Title."
    22852290
    22862291#. Pentax specific tags / 0x0071 (HighISONoiseReduction)
     
    24492454#, fuzzy
    24502455msgid "Iptc4xmpCore:CiAdrCity"
    2451 msgstr "There is no description available for this metadata"
     2456msgstr "The city in which your business is located."
    24522457
    24532458#. XMP tags / Iptc4xmpCore:CiAdrCtry
    24542459#, fuzzy
    24552460msgid "Iptc4xmpCore:CiAdrCtry"
    2456 msgstr "There is no description available for this metadata"
     2461msgstr "The country in which your business is located."
    24572462
    24582463#. XMP tags / Iptc4xmpCore:CiAdrExtadr
    24592464#, fuzzy
    24602465msgid "Iptc4xmpCore:CiAdrExtadr"
    2461 msgstr "There is no description available for this metadata"
     2466msgstr "Company name and all required information to locate the building or postbox to which mail should be sent."
    24622467
    24632468#. XMP tags / Iptc4xmpCore:CiAdrPcode
    24642469#, fuzzy
    24652470msgid "Iptc4xmpCore:CiAdrPcode"
    2466 msgstr "There is no description available for this metadata"
     2471msgstr "The local postal code (such as ZIP code) in which your business is located."
    24672472
    24682473#. XMP tags / Iptc4xmpCore:CiEmailWork
    24692474#, fuzzy
    24702475msgid "Iptc4xmpCore:CiEmailWork"
    2471 msgstr "There is no description available for this metadata"
     2476msgstr "The business or work email address. If multiple email addresses are given, they are separated with a comma."
    24722477
    24732478#. XMP tags / Iptc4xmpCore:CiTelWork
    24742479#, fuzzy
    24752480msgid "Iptc4xmpCore:CiTelWork"
    2476 msgstr "There is no description available for this metadata"
     2481msgstr "The business or work telephone number. If multiple telephone numbers are given, they are separated with a comma."
    24772482
    24782483#. XMP tags / Iptc4xmpCore:CiUrlWork
    24792484#, fuzzy
    24802485msgid "Iptc4xmpCore:CiUrlWork"
    2481 msgstr "There is no description available for this metadata"
     2486msgstr "The URL or web address for your business. If multiple addresses are given, they are separated with a comma."
    24822487
    24832488#. XMP tags / Iptc4xmpCore:CountryCode
    24842489#, fuzzy
    24852490msgid "Iptc4xmpCore:CountryCode"
    2486 msgstr "There is no description available for this metadata"
     2491msgstr "The country code in which your business is located."
    24872492
    24882493#. XMP tags / Iptc4xmpCore:CreatorContactInfo
     
    25572562#, fuzzy
    25582563msgid "Keywords"
    2559 msgstr "There is no description available for this metadata"
     2564msgstr ""
     2565"Keywords to express the subject of the image. Keywords may be free text and don't have to be taken from a controlled vocabulary. \n"
     2566"Codes from the controlled vocabulary IPTC Subject NewsCodes must go to the 'Subject Code' field."
    25602567
    25612568#. IPTC tags / 0x0287 (Language Identifier)
     
    28212828#, fuzzy
    28222829msgid "Original Transmission Reference"
    2823 msgstr "There is no description available for this metadata"
     2830msgstr "Number or identifier for the purpose of improved workflow handling. This is a user created identifier related to the job for which the image is supplied."
    28242831
    28252832#. Canon specific tags / 0x0083 (OriginalDecisionDataOffset)
     
    30713078#, fuzzy
    30723079msgid "Province/State"
    3073 msgstr "There is no description available for this metadata"
     3080msgstr "Name of the subregion of a country of the location shown in the image. This element is at the second level of a top-down geographical hierarchy."
    30743081
    30753082#. Pentax specific tags / 0x0008 (Quality)
     
    33833390#, fuzzy
    33843391msgid "Source"
    3385 msgstr "There is no description available for this metadata"
     3392msgstr ""
     3393"Identifies the original owner of the copyright for the intellectual content of the image. This could be an agency, a member of an agency or an individual. \n"
     3394"Source could be different from Creator and from the entities in the CopyrightNotice."
    33863395
    33873396#. Exif & Tiff tags / 0xa20c (SpatialFrequencyResponse)
     
    33953404#, fuzzy
    33963405msgid "Special Instructions"
    3397 msgstr "There is no description available for this metadata"
     3406msgstr ""
     3407"Any of a number of instructions from the provider or creator to the receiver of the image which might include any of the following: embargoes (NewsMagazines OUT) and other restrictions not covered by the 'Rights Usage Terms' field; \n"
     3408"information regarding the original means of capture (scanning notes, colourspace info) or other specific text information that the user may need for accurate reproduction; \n"
     3409"additional permissions required when publishing; \n"
     3410"credits for publishing if they exceed the IIM length of the credit field."
    33983411
    33993412#. Exif & Tiff tags / 0x8824 (SpectralSensitivity)
     
    34273440#, fuzzy
    34283441msgid "Subject Reference"
    3429 msgstr "There is no description available for this metadata"
     3442msgstr "Specifies one or more Subjects from the IPTC Subject-NewsCodes taxonomy to categorise the image. Each Subject is represented as a string of 8 digits in an unordered list."
    34303443
    34313444#. Exif & Tiff tags / 0x9214 (SubjectArea)
     
    34573470#, fuzzy
    34583471msgid "Sublocation"
    3459 msgstr "There is no description available for this metadata"
     3472msgstr ""
     3473"Exact name of the sublocation shown in the image. This sublocation name could either be the name of a sublocation to a city or the name of a well known location or (natural) monument outside a city. \n"
     3474"In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy."
    34603475
    34613476#. Exif & Tiff tags / 0x9290 (SubsecTime)
     
    34823497#, fuzzy
    34833498msgid "Supplemental Category"
    3484 msgstr "There is no description available for this metadata"
     3499msgstr "Deprecated metadata."
    34853500
    34863501#. Exif & Tiff tags / 0x0124 (T4Options)
     
    36473662#, fuzzy
    36483663msgid "Time Created"
    3649 msgstr "There is no description available for this metadata"
     3664msgstr "Should be merged to the 'Date created' element."
    36503665
    36513666#. IPTC tags / 0x0150 (Time Sent)
     
    37083723#, fuzzy
    37093724msgid "Urgency"
    3710 msgstr "There is no description available for this metadata"
     3725msgstr "Deprecated metadata."
    37113726
    37123727#. XMP tags / exif:UserComment (UserComment)
     
    38433858#, fuzzy
    38443859msgid "Writer/Editor"
    3845 msgstr "There is no description available for this metadata"
     3860msgstr "Identifier or the name of the person involved in writing, editing or correcting the description of the image."
    38463861
    38473862#. XMP tags / xmp:Advisory
  • extensions/AMetaData/JpegMetaData/TagDefinitions/MagicTags.class.php

    r5222 r5789  
    325325      ),
    326326
     327      'GPS.Localization' => Array(
     328        'implemented'  => true,
     329        'translatable' => true,
     330        'tagValues' => Array(
     331          "{magic.GPS.Latitude}|, |{magic.GPS.Longitude}"
     332        )
     333      ),
     334
     335      'GPS.LatitudeNum' => Array(
     336        'implemented'  => true,
     337        'translatable' => false,
     338        'tagValues' => Array(
     339          "{magic.GPS.Latitude}"
     340        )
     341      ),
     342
     343      'GPS.LongitudeNum' => Array(
     344        'implemented'  => true,
     345        'translatable' => false,
     346        'tagValues' => Array(
     347          "{magic.GPS.Longitude}"
     348        )
     349      ),
     350
     351
     352
     353
    327354    );
    328355
Note: See TracChangeset for help on using the changeset viewer.