1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00

19 lines
427 B
PHP
Raw Permalink Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2014-02-15 06:13:37 -05:00
"Cancel" => "Abbrechen",
2014-05-11 00:50:10 -04:00
"Save" => "Speichern",
2014-02-15 06:13:37 -05:00
"Import" => "Importieren",
"Other" => "Anderes",
"Work" => "Arbeit",
2014-03-09 00:49:34 -05:00
"Delete" => "Löschen",
"Download" => "Herunterladen",
2014-02-17 02:18:36 -05:00
"Email" => "E-Mail",
2014-02-15 06:13:37 -05:00
"Title" => "Titel",
"Birthday" => "Geburtstag",
"Share" => "Freigeben",
2014-05-12 00:49:51 -04:00
"Edit" => "Bearbeiten",
"Description" => "Beschreibung",
"Password" => "Passwort"
2014-02-15 06:13:37 -05:00
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";