From d21447d096a320a08b3efb2b8768fad0dcdcfd64 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:28:51 +0100 Subject: move frontends into sub directory --- .../cocoa/res/de.lproj/BookmarksWindow.xib.strings | Bin 0 -> 366 bytes .../cocoa/res/de.lproj/BrowserWindow.xib.strings | Bin 0 -> 1892 bytes .../cocoa/res/de.lproj/DownloadWindow.xib.strings | Bin 0 -> 536 bytes .../cocoa/res/de.lproj/HistoryWindow.xib.strings | Bin 0 -> 172 bytes frontends/cocoa/res/de.lproj/Localizable.strings | 78 +++++++++++++++++++++ frontends/cocoa/res/de.lproj/MainMenu.xib.strings | Bin 0 -> 11982 bytes frontends/cocoa/res/de.lproj/Messages | 1 + .../res/de.lproj/PreferencesWindow.xib.strings | Bin 0 -> 1206 bytes .../cocoa/res/de.lproj/SearchWindow.xib.strings | Bin 0 -> 1148 bytes 9 files changed, 79 insertions(+) create mode 100644 frontends/cocoa/res/de.lproj/BookmarksWindow.xib.strings create mode 100644 frontends/cocoa/res/de.lproj/BrowserWindow.xib.strings create mode 100644 frontends/cocoa/res/de.lproj/DownloadWindow.xib.strings create mode 100644 frontends/cocoa/res/de.lproj/HistoryWindow.xib.strings create mode 100644 frontends/cocoa/res/de.lproj/Localizable.strings create mode 100644 frontends/cocoa/res/de.lproj/MainMenu.xib.strings create mode 120000 frontends/cocoa/res/de.lproj/Messages create mode 100644 frontends/cocoa/res/de.lproj/PreferencesWindow.xib.strings create mode 100644 frontends/cocoa/res/de.lproj/SearchWindow.xib.strings (limited to 'frontends/cocoa/res/de.lproj') diff --git a/frontends/cocoa/res/de.lproj/BookmarksWindow.xib.strings b/frontends/cocoa/res/de.lproj/BookmarksWindow.xib.strings new file mode 100644 index 000000000..5fa44a11e Binary files /dev/null and b/frontends/cocoa/res/de.lproj/BookmarksWindow.xib.strings differ diff --git a/frontends/cocoa/res/de.lproj/BrowserWindow.xib.strings b/frontends/cocoa/res/de.lproj/BrowserWindow.xib.strings new file mode 100644 index 000000000..a0c782cd6 Binary files /dev/null and b/frontends/cocoa/res/de.lproj/BrowserWindow.xib.strings differ diff --git a/frontends/cocoa/res/de.lproj/DownloadWindow.xib.strings b/frontends/cocoa/res/de.lproj/DownloadWindow.xib.strings new file mode 100644 index 000000000..d92040249 Binary files /dev/null and b/frontends/cocoa/res/de.lproj/DownloadWindow.xib.strings differ diff --git a/frontends/cocoa/res/de.lproj/HistoryWindow.xib.strings b/frontends/cocoa/res/de.lproj/HistoryWindow.xib.strings new file mode 100644 index 000000000..c43bc418e Binary files /dev/null and b/frontends/cocoa/res/de.lproj/HistoryWindow.xib.strings differ diff --git a/frontends/cocoa/res/de.lproj/Localizable.strings b/frontends/cocoa/res/de.lproj/Localizable.strings new file mode 100644 index 000000000..04180f485 --- /dev/null +++ b/frontends/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/frontends/cocoa/res/de.lproj/MainMenu.xib.strings b/frontends/cocoa/res/de.lproj/MainMenu.xib.strings new file mode 100644 index 000000000..3fc91c48c Binary files /dev/null and b/frontends/cocoa/res/de.lproj/MainMenu.xib.strings differ diff --git a/frontends/cocoa/res/de.lproj/Messages b/frontends/cocoa/res/de.lproj/Messages new file mode 120000 index 000000000..32530a151 --- /dev/null +++ b/frontends/cocoa/res/de.lproj/Messages @@ -0,0 +1 @@ +../../../../!NetSurf/Resources/de/Messages \ No newline at end of file diff --git a/frontends/cocoa/res/de.lproj/PreferencesWindow.xib.strings b/frontends/cocoa/res/de.lproj/PreferencesWindow.xib.strings new file mode 100644 index 000000000..fbe9762f2 Binary files /dev/null and b/frontends/cocoa/res/de.lproj/PreferencesWindow.xib.strings differ diff --git a/frontends/cocoa/res/de.lproj/SearchWindow.xib.strings b/frontends/cocoa/res/de.lproj/SearchWindow.xib.strings new file mode 100644 index 000000000..31fdea76b Binary files /dev/null and b/frontends/cocoa/res/de.lproj/SearchWindow.xib.strings differ -- cgit v1.2.3