diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-01-14 19:59:29 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-01-14 19:59:29 +0000 |
commit | ea4abe564ba7f1b808afeaac93847e43aae59720 (patch) | |
tree | 8703b24d6fd6b967a848a6f884d95bfe49ff8035 /po | |
parent | c75eeab65b703aff68119e561d34e88fe4964585 (diff) |
po: Add new translations for initmgr/local startup scripts
Diffstat (limited to 'po')
-rw-r--r-- | po/de/initmgr.po | 25 | ||||
-rw-r--r-- | po/templates/initmgr.pot | 9 |
2 files changed, 30 insertions, 4 deletions
diff --git a/po/de/initmgr.po b/po/de/initmgr.po index f2134da45..4c221a960 100644 --- a/po/de/initmgr.po +++ b/po/de/initmgr.po @@ -3,9 +3,10 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-20 09:40+0200\n" -"PO-Revision-Date: 2010-11-17 03:30+0100\n" -"Last-Translator: Jo-Philipp Wich <xm@subsignal.org>\n" +"PO-Revision-Date: 2011-01-14 20:58+0100\n" +"Last-Translator: Manuel Munz <freifunk@somakoma.de>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -14,8 +15,15 @@ msgstr "" msgid "Initscripts" msgstr "Startscripte" -msgid "You can enable or disable installed init scripts here. Changes will applied after a device reboot.<br /><strong>Warning: If you disable essential init scripts like \"network\", your device might become inaccesable!</strong>" -msgstr "Hier können installierte Startscripte aktiviert oder deaktiviert werden. Änderungen werden erst mit einem Geräteneustart angewendet.<br /><strong>Warnung: Wenn essentialle Startscripte wie \"network\" deaktiviert werden könnte das Gerät unerreichbar werden!</strong>" +msgid "" +"You can enable or disable installed init scripts here. Changes will applied " +"after a device reboot.<br /><strong>Warning: If you disable essential init " +"scripts like \"network\", your device might become inaccesable!</strong>" +msgstr "" +"Hier können installierte Startscripte aktiviert oder deaktiviert werden. " +"Änderungen werden erst mit einem Geräteneustart angewendet.<br /" +"><strong>Warnung: Wenn essentialle Startscripte wie \"network\" deaktiviert " +"werden könnte das Gerät unerreichbar werden!</strong>" msgid "Start priority" msgstr "Startpriorität" @@ -41,3 +49,12 @@ msgstr "Neustarten" msgid "Stop" msgstr "Stoppen" +msgid "Local Startup" +msgstr "Lokales Startskript" + +msgid "" +"This is the content of /etc/rc.local. Insert your own commands here (in " +"front of 'exit 0') to execute them at the end of the boot process." +msgstr "" +"Dies ist der Inhalt von /etc.rc.local. Hier kann man eigene Befehle einfügen " +"(vor 'exit 0'), die dann am Ende des Bootvorgangs ausgeführt werden." diff --git a/po/templates/initmgr.pot b/po/templates/initmgr.pot index cd470ca3c..e8e96b908 100644 --- a/po/templates/initmgr.pot +++ b/po/templates/initmgr.pot @@ -45,3 +45,12 @@ msgstr "" msgid "Stop" msgstr "" + +msgid "Local Startup" +msgstr "" + +msgid "" +"This is the content of /etc/rc.local. Insert your own commands here (in " +"front of 'exit 0') to execute them at the end of the boot process." +msgstr "" + |