Files
NearDrop/NearDrop/de.lproj/Localizable.strings
tom 8310b76c07 chore(NearDrop): change localisable strings to UTF-8
For those localisable strings that `file` reports as type:

    Unicode text, UTF-16, little-endian text

convert to UTF-8, using the following `iconv` invocation:

    iconv --from-code UTF-16LE --to-code UTF-8 ...

This matches [Apple's guidance][1] on the encoding, and allows git to consider
these files as text, and to provide better diffs when changes occur.

[1]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html#//apple_ref/doc/uid/10000051i-CH6-SW4
2024-01-05 14:57:15 +11:00

43 lines
1.3 KiB
Plaintext

/* No comment provided by engineer. */
"Accept" = "Akzeptieren";
/* No comment provided by engineer. */
"Decline" = "Ablehnen";
/* No comment provided by engineer. */
"DeviceName" = "Gerätename: %@";
/* No comment provided by engineer. */
"DeviceSendingFiles" = "%1$@ möchte dir \"%2$@\" senden";
/* No comment provided by engineer. */
"Error.Crypto" = "Verschlüsselungsfehler";
/* No comment provided by engineer. */
"Error.Protocol" = "Fehler bei der Datenübertragung";
/* No comment provided by engineer. */
"NFiles" = "%d Dateien";
/* No comment provided by engineer. */
"NotificationsDenied.Message" = "NearDrop benötigt die Erlaubnis Mitteilungen für eingehende Datenransfers anzuzeigen. Bitte erlaube Mitteilungen in den Systemeinstellungen.";
/* No comment provided by engineer. */
"NotificationsDenied.OpenSettings" = "Einstellungen öffnen";
/* No comment provided by engineer. */
"NotificationsDenied.Title" = "Mitteilungsberechtigungen sind notwendig";
/* No comment provided by engineer. */
"PinCode" = "PIN: %@";
/* No comment provided by engineer. */
"Quit" = "NearDrop Beenden";
/* No comment provided by engineer. */
"TransferError" = "Die Daten von %@ konnten nicht empfangen werden";
/* No comment provided by engineer. */
"VisibleToEveryone" = "Für alle sichtbar";