mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
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
43 lines
1.3 KiB
Plaintext
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";
|
|
|