Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_DE.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d999474b76b9f37d77582fbb142f42915fe447a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "Telefon-Sync",
    "An app to sync SMS with your cloud" : "Eine App die SMSen mit Ihrer Cloud synchronisiert",
    "Settings" : "Einstellungen",
    "Invalid message limit" : "Ungültige Nachrichtengrenze",
    "Default country code" : "Standard Länderkennung",
    "Contact ordering" : "Kontaktsortierung",
    "Last message" : "Letzte Nachricht",
    "Label" : "Beschriftung",
    "Reverse ?" : "Rückgängig ?",
    "Notification settings" : "Benachrichtigungseinstellungen",
    "Enable" : "Aktivieren",
    "Disable" : "Deaktivieren",
    "%s message(s) shown of %s message(s) stored in database." : "%s Nachricht(en) angezeigt von %s in der Datenbank gespeicherte Nachricht(en)",
    "Please select a conversation from the list to load it." : "Wähle eine Unterhaltung zum Laden aus der Liste aus."
},
"nplurals=2; plural=(n != 1);");