45 lines
1.3 KiB
PHP
45 lines
1.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Information about vCard is incorrect. Please reload the page." => "Informatioun iwwert vCard ass net richteg. Lued d'Säit wegl nei.",
|
|
"This is not your addressbook." => "Dat do ass net däin Adressbuch.",
|
|
"Contact could not be found." => "Konnt den Kontakt net fannen.",
|
|
"Address" => "Adress",
|
|
"Telephone" => "Telefon's Nummer",
|
|
"Email" => "Email",
|
|
"Organization" => "Firma",
|
|
"Work" => "Aarbecht",
|
|
"Home" => "Doheem",
|
|
"Mobile" => "GSM",
|
|
"Text" => "SMS",
|
|
"Voice" => "Voice",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Pager",
|
|
"Contact" => "Kontakt",
|
|
"Add Contact" => "Kontakt bäisetzen",
|
|
"Addressbooks" => "Adressbicher ",
|
|
"New Address Book" => "Neit Adressbuch",
|
|
"CardDav Link" => "CardDav Link",
|
|
"Download" => "Download",
|
|
"Edit" => "Editéieren",
|
|
"Delete" => "Läschen",
|
|
"Delete contact" => "Kontakt läschen",
|
|
"Birthday" => "Gebuertsdag",
|
|
"Phone" => "Telefon",
|
|
"Type" => "Typ",
|
|
"PO Box" => "Postleetzuel",
|
|
"Extended" => "Erweidert",
|
|
"Street" => "Strooss",
|
|
"City" => "Staat",
|
|
"Region" => "Regioun",
|
|
"Zipcode" => "Postleetzuel",
|
|
"Country" => "Land",
|
|
"Add" => "Dobäisetzen",
|
|
"Addressbook" => "Adressbuch",
|
|
"New Addressbook" => "Neit Adressbuch",
|
|
"Edit Addressbook" => "Adressbuch editéieren",
|
|
"Displayname" => "Ugewisene Numm",
|
|
"Save" => "Späicheren",
|
|
"Submit" => "Fortschécken",
|
|
"Cancel" => "Ofbriechen"
|
|
);
|