PHP Classes

File: examples/langs2/de.xml

Recommend this page to a friend!
  Classes of Igor Crevar   icI18n   examples/langs2/de.xml   Download  
File: examples/langs2/de.xml
Role: Auxiliary data
Content type: text/plain
Description: test
Class: icI18n
Get application text translations from XML files
Author: By
Last change: directory fix
Date: 12 years ago
Size: 738 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <translations> <namespace name="default"> <one name="My contact info">Meine Kontaktdaten</one> <one name="I will be happy if someone actually use this.">Ich werde glücklich sein, wenn jemand tatsächlich nutzen diese.</one> <one name="If you do, please sent me an email or post a comment on blog">wenn du dies tust, bitte schickte mir eine E-Mail oder schreiben Sie einen Kommentar</one> </namespace> <namespace name="user"> <one name="if you have any questions write email to">Wenn Sie Fragen haben, schreiben Sie eine Mail an</one> <one name="My Name is">Mein Name ist</one> <one name="My Blog URL is">Mein Blog-URL</one> </namespace> </translations>