mirror of
https://github.com/nextcloud/contacts.git
synced 2025-07-20 16:54:44 +00:00
53 lines
1.4 KiB
JavaScript
53 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"contacts",
|
|
{
|
|
"Details" : "Detailer",
|
|
"Contacts" : "Kontakter",
|
|
"Loading …" : "Loading …",
|
|
"Rename" : "Ëmbenennen",
|
|
"Delete" : "Läschen",
|
|
"Copy link" : "Link kopéieren",
|
|
"Download" : "Eroflueden",
|
|
"Share with users or groups" : "Mat Benotzer oder Gruppen deelen",
|
|
"can edit" : "kann änneren",
|
|
"Add" : "Derbäimaachen",
|
|
"First name" : "Virnumm",
|
|
"Last name" : "Famillje Numm",
|
|
"Password protection" : "Password protection",
|
|
"Save" : "Späicheren",
|
|
"Description" : "Beschreiwung",
|
|
"Settings" : "Settings",
|
|
"Cancel" : "Ofbriechen",
|
|
"Invalid image" : "Ongülteg d'Bild",
|
|
"Name" : "Numm",
|
|
"Title" : "Titel",
|
|
"Pending" : "Ausstoend",
|
|
"None" : "Keng",
|
|
"Close" : "Zoumaachen",
|
|
"Import" : "Importéieren",
|
|
"User" : "User",
|
|
"Group" : "Grupp",
|
|
"Email" : "Email",
|
|
"Admin" : "Admin",
|
|
"Owner" : "Owner",
|
|
"Additional names" : "Weider Nimm",
|
|
"Nickname" : "Spëtznumm",
|
|
"Notes" : "Notizen",
|
|
"Location" : "Uert",
|
|
"Home" : "Doheem",
|
|
"Work" : "Aarbecht",
|
|
"Other" : "Aner",
|
|
"Address" : "Adress",
|
|
"City" : "Staat",
|
|
"Country" : "Land",
|
|
"Birthday" : "Gebuertsdag",
|
|
"Phone" : "Telefon",
|
|
"Mobile" : "GSM",
|
|
"Fax" : "Fax",
|
|
"Pager" : "Pager",
|
|
"Voice" : "Voice",
|
|
"Relative" : "Relativ",
|
|
"Unknown" : "Onbekannt"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|