Blame view

sources/apps/contacts/l10n/de_AT.php 379 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php $TRANSLATIONS = array(
  "Cancel" => "Abbrechen",
  "Save" => "Speichern",
  "Import" => "Importieren",
  "Other" => "Anderes",
  "Work" => "Arbeit",
  "Delete" => "Löschen",
  "Download" => "Herunterladen",
  "Email" => "E-Mail",
  "Title" => "Titel",
  "Birthday" => "Geburtstag",
  "Share" => "Freigeben",
  "Edit" => "Bearbeiten",
  "Description" => "Beschreibung",
  "Password" => "Passwort"
  );