diff options
| author | tekimaki <will@tekimaki.com> | 2010-06-22 18:48:18 -0400 |
|---|---|---|
| committer | tekimaki <will@tekimaki.com> | 2010-06-22 18:48:18 -0400 |
| commit | f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee (patch) | |
| tree | dffe1c5ffccebfe574827de0336a46f194c7341e | |
| parent | 0ca0845983abb341fb40a9010449bbd0872def17 (diff) | |
| download | languages-f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee.tar.gz languages-f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee.tar.bz2 languages-f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee.zip | |
move config_inc.php to config root dir where all install specific configurations are to be housedPlease enter the commit message for your changes.
| -rw-r--r-- | admin/admin_languages_inc.php | 2 | ||||
| -rw-r--r-- | lang/de/language.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php index f8575a7..30fba45 100644 --- a/admin/admin_languages_inc.php +++ b/admin/admin_languages_inc.php @@ -11,7 +11,7 @@ $formLanguageToggles = array( ), 'i18n_interactive_translation' => array( 'label' => 'Interactive Translations', - 'note' => 'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>kernel/config_inc.php</em> file', + 'note' => 'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>config/kernel_config.php</em> file', 'page' => 'TranslationTutorial', 'link' => array( 'title' => 'Language cache', diff --git a/lang/de/language.php b/lang/de/language.php index 65335f0..a18e8e1 100644 --- a/lang/de/language.php +++ b/lang/de/language.php @@ -4788,7 +4788,7 @@ der Kartendatei:', 'This will display translation strings for all bitweaver versions. This means it will also show strings that are not used at all and might be useless to you.' => 'Dies zeigt Zeichenketten zur Übersetzung für alle bitweaver Versionen an. Das heißt, es werden auch Zeichenketten angezeigt, die gar nicht benutzt werden, und die möglicherweise für Sie uninteressant sind.', 'This will export all strings, even ones that are not in use. if you have not modified these strings, there isn\'t really much point in including them.' => 'Alle Zeichenketten werden exportiert, auch die, die nicht in Benutzung sind. Falls Sie aber diese Zeichenketten nicht geändert haben, ist der Export wahrscheinlich nicht sinnvoll.', 'This will export translation strings for the all Bitweaver versions.' => 'Dies exportiert Zeichenketten zur Übersetzung für alle Bitweaver Versionen an. ', -'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>kernel/config_inc.php</em> file' => 'Unterstützung für effizientes Übersetzen Ihrer Site. Sie bekommen direkten Zugriff auf die korrekte Seite für die Übersetzung. Ist die Übersetzung fertig, müssen Sie dieses Feature wieder abschalten, und den Sprach-Cache leeren. Dieses feature funktioniert nur, wenn <strong>$smarty_force_compile</strong> auf TRUE gesetzt ist (in <em>kernel/config_inc.php</em>).', +'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>config/kernel_config.php</em> file' => 'Unterstützung für effizientes Übersetzen Ihrer Site. Sie bekommen direkten Zugriff auf die korrekte Seite für die Übersetzung. Ist die Übersetzung fertig, müssen Sie dieses Feature wieder abschalten, und den Sprach-Cache leeren. Dieses feature funktioniert nur, wenn <strong>$smarty_force_compile</strong> auf TRUE gesetzt ist (in <em>config/kernel_config.php</em>).', 'This will log you in as the user' => 'Einloggen als Benutzer', 'This will open a new window: ' => 'Neues Fenster öffnen:', 'This will prevent the generation of a new version. You can use this, if your changes are minor.' => 'Verhindert die Generation einer neuen Version, zum Beispiel wenn Ihre Änderungen nur geringfügig waren.', @@ -5740,4 +5740,4 @@ der Kartendatei:', 'zip' => 'PLZ', 'zone' => 'Bereich', ); -?>
\ No newline at end of file +?> |
