--- smeserver-crontab_manager-2.4/root/etc/e-smith/locale/da/etc/e-smith/web/functions/cronmanager 2015-07-01 02:08:49.841945423 +0200 +++ smeserver-crontab_manager-2.4.update/root/etc/e-smith/locale/da/etc/e-smith/web/functions/cronmanager 2015-07-01 02:30:38.356004247 +0200 @@ -189,7 +189,7 @@ DAYWEEK_LABEL - Vælg den dag i ugen hvis du ønsker at afvikle crscriptet på bestemte dage, f.eks. hver mandag. Hvis du har indsat værdier
'dag' feltet foroven, så vil kommandoen blive afviklet både på den xx'te i måneden OG den/de dag/dage i ugen du har valgt her ]]>
+ Vælg den dag i ugen hvis du ønsker at afvikle scriptet på bestemte dage, f.eks. hver mandag. Hvis du har indsat værdier
'dag' feltet foroven, så vil kommandoen blive afviklet både på den xx'te i måneden OG den/de dag/dage i ugen du har valgt her ]]>
COMMAND_LABEL --- smeserver-crontab_manager-2.4/root/etc/e-smith/locale/de/etc/e-smith/web/functions/cronmanager 2014-06-08 01:14:28.000000000 +0200 +++ smeserver-crontab_manager-2.4.update/root/etc/e-smith/locale/de/etc/e-smith/web/functions/cronmanager 2015-07-01 02:30:38.489004259 +0200 @@ -1,39 +1,39 @@ FORM_TITLE - Crontab Manager + Crontab-Manager FIRST_PAGE_DESCRIPTION - This panel simply permit to add modify or delete crontab task

]]>
+ Dieses Panel ermöglicht es eine Crontab-Aufgabe hinzuzufügen, zu ändern oder zu löschen

]]>
ADD - Add a new crontab + Erzeuge einen neuen Crontab BUTTON_LABEL_DISPLAY - New Display + Neue Anzeige ALL - All records + Alle Aufzeichnungen USERS - Users records + Benutzer-Protokolle MINUTE - Minutes + Minuten EVERY_MINUTE - Every minute + Jede Minute HOURS - Hours + Stunden EVERY_HOURS @@ -41,19 +41,19 @@ DAY - Day + Tag EVERY_DAY - Every day + Jeden Tag MONTH - Month + Monat DAY_WEEK - Day of the week + Wochentag USER_RUN_CRON @@ -61,11 +61,11 @@ COMMAND - Command + Befehl EVERY_MINUTE_TEXT - Every minute + Jede Minute EVERY_HOUR_TEXT @@ -73,91 +73,91 @@ EVERY_DAY_TEXT - Every day + Jeden Tag EVERY_MONTH_TEXT - Every month + Jeden Monat EVERY_DAY_OF_WEEK - Every day of week + Jeden Tag der Woche MONDAY - Monday + Montag TUESDAY - Tuesday + Dienstag WEDNESDAY - Wednesday + Mittwoch THURSDAY - Thursday + Donnerstag FRIDAY - Friday + Freitag SATERDAY - Saturday + Samstag SUNDAY - Sunday + Sonntag JANUARY - january + Januar FEBRUARY - february + Februar MARCH - march + März APRIL - april + April MAY - may + Mai JUNE - june + Juni JULY - july + Juli AUGUST - august + August SEPTEMBER - september + September OCTOBER - october + Oktober NOVEMBER - november + November DECEMBER - december + Dezember CHANGE @@ -169,43 +169,43 @@ MINUTE_LABEL - '0' is the first minute, ie 2.00 as opposed to '1' being 2.01
NOTE: you MUST choose a minute here if you do not want the cron to run EVERY MINUTE! ]]>
+ '0' ist die erste Minute, z. B. 2.00 im Gegensatz zu '1' als 2.01
Hinweis: Sie MÜSSEN hier eine Minute wählen, wenn Sie verhindern möchten, dass der cronjob jede Minute ausgeführt wird! ]]>
EVERY_MINUTE_LABEL - choose every minute + wähle jede Minute HOUR_LABEL - '0' is midnight, ie 12.00 am as opposed to '1' being 1.00 am '22' is 10pm ]]> + Angabe im 24h-Format: '0' entspricht Mitternacht. ]]> DAY_LABEL - Choose whether you want the cron to run every day, every x days or the xth day of the month. As well as choosing a value here,
you can choose a day of the week in the field further down and it will run on both that day and the days you select here. ]]>
+ Wählen Sie, ob der Cronjob täglich, alle x Tage oder am x-ten Tag jedes Monates ausgeführt werden soll. Zusätzlich zu dem Wert den Sie hier angeben können Sie weiter unten einen festen Wochentag angeben. In diesem Fall wird der Cronjob sowohl an den Tagen, die Sie hier auswählen als auch an diesem festen Wochentag ausgeführt. ]]>
MONTH_LABEL - month: + Monat: DAYWEEK_LABEL - Choose the day of week if you wish to run the script on certain days, ie every Monday. If you have selected values in the
'days' field above, the command will run on both the xx day of the month as chosen, AND the day/days of the week you choose here ]]>
+ Geben Sie einen Wochentag an, wenn Sie den Cronjob an bestimmten Wochentagen ausführen möchten. Wenn Sie weiter oben bereits einen Wert für "Tage" ausgewählt haben wird der Cronjob sowohl an den dort definierten Tagen als auch an dem hier definierten Wochentag ausgeführt. ]]>
COMMAND_LABEL - Enter the command which you want to run. This can either be a path to a script, or a 'special' command. If you're not sure of the server path to a file/script, SSH or telnet into your server and navigate to the directory where the file is. Type 'pwd' at the command line, this will tell you the server path to the directory where the script is. Add the file name to the end of this, and that's what you use above.
You can enter a command directly instead of having this entry point to a script.

examples of entries in this field:
/home/myaccount/backup.cgi
perl /home/myaccount/backup.cgi
php /home/myaccount/clean_database.php
/home/myaccount/clean_database.php
/home/myaccount/monitor.sh
touch /tmp/file.lock
cp -Rfpud /home/myaccount /backup/myaccount/ ]]>
+ Geben Sie hier den Befehl ein, der von diesem Cronjob ausgeführt werden soll. Dies kann entweder der Pfad zu einem Skript oder ein spezifischer Befehl sein. Falls Sie sich nicht sicher sind, wie der serverseitige Pfad zu dem gewünschten Skript lautet, loggen Sie sich per SSH auf dem Server ein und wechseln Sie in das Verzeichnis, in dem sich das Skript befindet. Mithilfe des Kommandos 'pwd' können Sie sich den vollständigen Pfad zu diesem Verzeichnis anzeigen lassen. Stellen Sie diesen Pfad dem gewünschten Skriptnamen in obigem Feld voran.
Shell-Befehle können Sie direkt und ohne zusätzliche Pfadangabe angeben.

Beispiele für Einträge in diesem Feld:
/home/myaccount/backup.cgi
perl /home/myaccount/backup.cgi
php /home/myaccount/clean_database.php
/home/myaccount/clean_database.php
/home/myaccount/monitor.sh
touch /tmp/file.lock
cp -Rfpud /home/myaccount /backup/myaccount/ ]]>
EVERY_HOUR_LABEL - choose every hour + wähle jede Stunde EVERY_DAY_LABEL - choose every day + wähle jeden Tag MOD_CRON_ENTRY - Create or Modify a crontab entry + Erzeuge oder ändere einen crontab Eintrag SAVE @@ -213,11 +213,11 @@ SUCCESSFULLY_MODIFY_CRON_ENTRY - Crontab successfully updated + Crontab erfolgreich geändert SUCCESSFULLY_CREATE_CRON_ENTRY - Successfully create new crontab entry + Crontab-Eintrag erfolgreich erzeugt REMOVE @@ -225,10 +225,10 @@ DELETE_CRON_ENTRY -
Are you sure you want to delete this crontab entry??? ]]>
+
Sind Sie sicher, dass Sie diesen Crontab-Eintrag löschen wollen??? ]]>
SUCCESSFULLY_DELETE_CRON_ENTRY - Successfully deleted crontab entry + Crontab Eintrag erfolgreich gelöscht
--- smeserver-crontab_manager-2.4/root/etc/e-smith/locale/it/etc/e-smith/web/functions/cronmanager 2015-07-01 02:08:49.841945423 +0200 +++ smeserver-crontab_manager-2.4.update/root/etc/e-smith/locale/it/etc/e-smith/web/functions/cronmanager 2015-07-01 02:30:39.606004366 +0200 @@ -5,7 +5,7 @@
FIRST_PAGE_DESCRIPTION - This panel simply permit to add modify or delete crontab task

]]>
+ Questo pannello permette di aggiungere, modificare o cancellare i task crontab

]]>
ADD @@ -13,27 +13,27 @@ BUTTON_LABEL_DISPLAY - New Display + Nuova Visione ALL - All records + Tutti i campi USERS - Users records + Campi utente MINUTE - Minutes + Minuti EVERY_MINUTE - Every minute + Ogni minuto HOURS - Hours + Ore EVERY_HOURS @@ -41,19 +41,19 @@ DAY - Day + Giorno EVERY_DAY - Every day + Ogni giorno MONTH - Month + Mese DAY_WEEK - Day of the week + Giorno della settimana USER_RUN_CRON @@ -65,7 +65,7 @@ EVERY_MINUTE_TEXT - Every minute + Ogni minuto EVERY_HOUR_TEXT @@ -73,23 +73,23 @@ EVERY_DAY_TEXT - Every day + Ogni giorno EVERY_MONTH_TEXT - Every month + Ogni mese EVERY_DAY_OF_WEEK - Every day of week + Ogni giorno della settimana MONDAY - Monday + Lunedì TUESDAY - Tuesday + Martedì WEDNESDAY @@ -169,43 +169,43 @@ MINUTE_LABEL - '0' is the first minute, ie 2.00 as opposed to '1' being 2.01
NOTE: you MUST choose a minute here if you do not want the cron to run EVERY MINUTE! ]]>
+ '0' è il primo minuto, vale a dire 2.00 mentre '1' diventa 2.01
NOTA: si DEVE scegliere un minuto altrimenti il cron job verrà eseguito OGNI MINUTO! ]]>
EVERY_MINUTE_LABEL - choose every minute + scegli ogni minuto HOUR_LABEL - '0' is midnight, ie 12.00 am as opposed to '1' being 1.00 am '22' is 10pm ]]> + '0' è mezzanotte, vale a dire 12.00 am mentre '1' corrisponde a 1.00 am e '22' è 10pm ]]> DAY_LABEL - Choose whether you want the cron to run every day, every x days or the xth day of the month. As well as choosing a value here,
you can choose a day of the week in the field further down and it will run on both that day and the days you select here. ]]>
+ Scegliere se si vuole eseguire il cron-job ogni giorno, ogni n giorni o l'n-esimo giorno del mese. Così come si seleziona il valore qui,
si può scegliere un giorno della settimana nel campo seguente e il cron-job verrà eseguito in entrambi i giorni selezionati nei due campi. ]]>
MONTH_LABEL - month: + mese: DAYWEEK_LABEL - Choose the day of week if you wish to run the script on certain days, ie every Monday. If you have selected values in the
'days' field above, the command will run on both the xx day of the month as chosen, AND the day/days of the week you choose here ]]>
+ Scegliere il giorno della settimana se si desidera eseguire lo script in certi giorni, p.e. ogni Mercoledì. Se è stato impostato un valore nel campo
'giorni' sopra riportato, il comando verrà eseguito sia nell'n-eseimo giorno del mese scelto, SIA nel giorno/giorni della settimana selezionati qui ]]>
COMMAND_LABEL - Enter the command which you want to run. This can either be a path to a script, or a 'special' command. If you're not sure of the server path to a file/script, SSH or telnet into your server and navigate to the directory where the file is. Type 'pwd' at the command line, this will tell you the server path to the directory where the script is. Add the file name to the end of this, and that's what you use above.
You can enter a command directly instead of having this entry point to a script.

examples of entries in this field:
/home/myaccount/backup.cgi
perl /home/myaccount/backup.cgi
php /home/myaccount/clean_database.php
/home/myaccount/clean_database.php
/home/myaccount/monitor.sh
touch /tmp/file.lock
cp -Rfpud /home/myaccount /backup/myaccount/ ]]>
+ Inserire il comando che si vuole eseguire. Può essere il percorso ad uno script oppure, oppure un comando 'speciale'. Se non siete sicuri del percorso sul server verlo il file/script, collegatevi con SSH/Telnet al server e navigate alla directory che contiene il file. Digitare 'pwd' sulla linea di comando, per ottenere il percorso al file. Aggiungere il nome del file alla fine, e ciò è quanto dovete inserire nel campo 'comando'.
Si può ugualmente inserire direttamente un comando invece di puntare ad uno script.

esempi di comandi:
/home/myaccount/backup.cgi
perl /home/myaccount/backup.cgi
php /home/myaccount/clean_database.php
/home/myaccount/clean_database.php
/home/myaccount/monitor.sh
touch /tmp/file.lock
cp -Rfpud /home/myaccount /backup/myaccount/ ]]>
EVERY_HOUR_LABEL - choose every hour + scegliere ogni ora EVERY_DAY_LABEL - choose every day + scegliere ogni giorno MOD_CRON_ENTRY - Create or Modify a crontab entry + Creare o Modificare un comando crontab SAVE @@ -213,11 +213,11 @@ SUCCESSFULLY_MODIFY_CRON_ENTRY - Crontab successfully updated + Crontab aggiornato con successo SUCCESSFULLY_CREATE_CRON_ENTRY - Successfully create new crontab entry + Nuova voce crontab creata con successo REMOVE @@ -225,10 +225,10 @@ DELETE_CRON_ENTRY -
Are you sure you want to delete this crontab entry??? ]]>
+
Siete sicuri di volere cancellare la voce crontab ??? ]]>
SUCCESSFULLY_DELETE_CRON_ENTRY - Successfully deleted crontab entry + Voce crontab cancellata con successo --- smeserver-crontab_manager-2.4/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/cronmanager 2015-07-01 02:08:49.842945425 +0200 +++ smeserver-crontab_manager-2.4.update/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/cronmanager 2015-07-01 02:30:41.355004535 +0200 @@ -5,7 +5,7 @@ FIRST_PAGE_DESCRIPTION - This panel simply permit to add modify or delete crontab task

]]>
+ 这个面板可以轻松地添加或者删除计划任务

]]>
ADD @@ -13,7 +13,7 @@ BUTTON_LABEL_DISPLAY - 显示 + 新的显示 ALL @@ -169,7 +169,7 @@ MINUTE_LABEL - '0' is the first minute, ie 2.00 as opposed to '1' being 2.01
NOTE: you MUST choose a minute here if you do not want the cron to run EVERY MINUTE! ]]>
+ '0' 是分钟的开始, 例如 2.00 as opposed to '1' being 2.01
注意: 您必须选择分钟,除非您想每分钟运行一次任务计划! ]]>
EVERY_MINUTE_LABEL @@ -181,7 +181,7 @@ DAY_LABEL - Choose whether you want the cron to run every day, every x days or the xth day of the month. As well as choosing a value here,
you can choose a day of the week in the field further down and it will run on both that day and the days you select here. ]]>
+ 选择每天或者每几天甚至某月的某一天运行任务计划。请在这里做出选择,
you can choose a day of the week in the field further down and it will run on both that day and the days you select here. ]]>
MONTH_LABEL @@ -193,7 +193,7 @@ COMMAND_LABEL - Enter the command which you want to run. This can either be a path to a script, or a 'special' command. If you're not sure of the server path to a file/script, SSH or telnet into your server and navigate to the directory where the file is. Type 'pwd' at the command line, this will tell you the server path to the directory where the script is. Add the file name to the end of this, and that's what you use above.
You can enter a command directly instead of having this entry point to a script.

examples of entries in this field:
/home/myaccount/backup.cgi
perl /home/myaccount/backup.cgi
php /home/myaccount/clean_database.php
/home/myaccount/clean_database.php
/home/myaccount/monitor.sh
touch /tmp/file.lock
cp -Rfpud /home/myaccount /backup/myaccount/ ]]>
+ 输入您想要执行的命令。它可以是一个脚本的路径,也可以是某个系统命令。如果您不确定文件或脚本的路径,请SSH 或telnet 到服务器上来确定。在命令行输入 'pwd',就会显示当面目录的路径。 Add the file name to the end of this, and that's what you use above.
You can enter a command directly instead of having this entry point to a script.

examples of entries in this field:
/home/myaccount/backup.cgi
perl /home/myaccount/backup.cgi
php /home/myaccount/clean_database.php
/home/myaccount/clean_database.php
/home/myaccount/monitor.sh
touch /tmp/file.lock
cp -Rfpud /home/myaccount /backup/myaccount/ ]]>
EVERY_HOUR_LABEL @@ -225,7 +225,7 @@ DELETE_CRON_ENTRY -
Are you sure you want to delete this crontab entry??? ]]>
+
真的要删除这条计划任务吗??? ]]>
SUCCESSFULLY_DELETE_CRON_ENTRY --- smeserver-crontab_manager-2.4/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/cronmanager 2015-07-01 02:08:49.843945427 +0200 +++ smeserver-crontab_manager-2.4.update/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/cronmanager 2015-07-01 02:30:41.493004547 +0200 @@ -181,7 +181,7 @@ DAY_LABEL - Choose whether you want the cron to run every day, every x days or the xth day of the month. As well as choosing a value here,
you can choose a day of the week in the field further down and it will run on both that day and the days you select here. ]]>
+ 任選您欲使工作排程執行於每日、每X日或每月第X日。只要於此處任選一值,
you can choose a day of the week in the field further down and it will run on both that day and the days you select here. ]]>
MONTH_LABEL