From c419e726b19aa838f119c3d35fe31c237bf27ae1 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Fri, 25 Feb 2011 16:20:16 +0000 Subject: Added 'Localizable.strings' to bundle resources and added german translations. Other languages use english original. svn path=/trunk/netsurf/; revision=11796 --- cocoa/res/de.lproj/Localizable.strings | 78 +++++++++++++++++++++++++++++++++ cocoa/res/en.lproj/Localizable.strings | Bin 0 -> 3322 bytes cocoa/res/fr.lproj/Localizable.strings | Bin 0 -> 3322 bytes cocoa/res/it.lproj/Localizable.strings | Bin 0 -> 3322 bytes cocoa/res/nl.lproj/Localizable.strings | Bin 0 -> 3322 bytes 5 files changed, 78 insertions(+) create mode 100644 cocoa/res/de.lproj/Localizable.strings create mode 100644 cocoa/res/en.lproj/Localizable.strings create mode 100644 cocoa/res/fr.lproj/Localizable.strings create mode 100644 cocoa/res/it.lproj/Localizable.strings create mode 100644 cocoa/res/nl.lproj/Localizable.strings (limited to 'cocoa/res') diff --git a/cocoa/res/de.lproj/Localizable.strings b/cocoa/res/de.lproj/Localizable.strings new file mode 100644 index 000000000..04180f485 --- /dev/null +++ b/cocoa/res/de.lproj/Localizable.strings @@ -0,0 +1,78 @@ +/* ... of (total size) */ +" of %@" = " von %@"; + +/* time remaining: hours, minutes */ +"%2:%02u hours" = "%1$:%2$u Stunden"; + +/* time remaining */ +"%u seconds" = "%u Sekunden"; + +/* time remaining: minutes, seconds */ +"%u:%02u minutes" = "%1$u:%2$u Minuten"; + +/* Context menu */ +"Back" = "Zurück"; + +/* Download */ +"Cancel download?" = "Download abbrechen?"; + +/* Context menu */ +"Copy image" = "Bild kopieren"; + +/* Context menu */ +"Copy link" = "Link kopieren"; + +/* No comment provided by engineer. */ +"Do you really want to close this window?" = "Wollen Sie dieses Fenster wirklich schließen?"; + +/* show error */ +"Error" = "Fehler"; + +/* Context menu */ +"Forward" = "Vorwärts"; + +/* time remaining */ +"less than 10 seconds" = "weniger als 10 Sekunden"; + +/* 'No' button */ +"No" = "Nein"; + +/* 'OK' button */ +"OK" = "OK"; + +/* Context menu */ +"Open image in new tab" = "Bild in neuem Tab öffnen"; + +/* Context menu */ +"Open image in new window" = "Bild in neuem Fenster öffnen"; + +/* Context menu */ +"Open link in new tab" = "Link in neuem Tab öffnen"; + +/* Context menu */ +"Open link in new window" = "Link in neuem Fenster öffnen"; + +/* Context menu */ +"Reload" = "Neu laden"; + +/* Context menu */ +"Save image as" = "Bild speichern"; + +/* Context menu */ +"Save link target" = "Linkziel speichern"; + +/* Download */ +"Should the download of '%@' really be cancelled?" = "Soll der Download von '%@' wirklich abgebrochen werden?"; + +/* No comment provided by engineer. */ +"There are %d tabs open, do you want to close them all?" = "Es sind noch %d tabs offen. Sollen alle geschlossen werden?"; + +/* Warning title */ +"Warning" = "Warnung"; + +/* Warning message */ +"Warning %s%s%s" = "Warnung %1$s%2$s%3$s"; + +/* 'Yes' button */ +"Yes" = "Ja"; + diff --git a/cocoa/res/en.lproj/Localizable.strings b/cocoa/res/en.lproj/Localizable.strings new file mode 100644 index 000000000..9ac7a7b4d Binary files /dev/null and b/cocoa/res/en.lproj/Localizable.strings differ diff --git a/cocoa/res/fr.lproj/Localizable.strings b/cocoa/res/fr.lproj/Localizable.strings new file mode 100644 index 000000000..9ac7a7b4d Binary files /dev/null and b/cocoa/res/fr.lproj/Localizable.strings differ diff --git a/cocoa/res/it.lproj/Localizable.strings b/cocoa/res/it.lproj/Localizable.strings new file mode 100644 index 000000000..9ac7a7b4d Binary files /dev/null and b/cocoa/res/it.lproj/Localizable.strings differ diff --git a/cocoa/res/nl.lproj/Localizable.strings b/cocoa/res/nl.lproj/Localizable.strings new file mode 100644 index 000000000..9ac7a7b4d Binary files /dev/null and b/cocoa/res/nl.lproj/Localizable.strings differ -- cgit v1.2.3