diff options
| author | 2015-08-22 09:33:58 -0400 | |
|---|---|---|
| committer | 2015-08-22 09:33:58 -0400 | |
| commit | 269c6b88c4486a0ae1a92df65578ee6ab6f0bbca (patch) | |
| tree | d8771ef8e7c2c128b81a4187cb6d8b728421e7f9 /app/i18n/cz/admin.php | |
| parent | a63dadd91bcb23f2b9d2ecac9bef76265b8d9f48 (diff) | |
Add a system configuration page
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
Diffstat (limited to 'app/i18n/cz/admin.php')
| -rw-r--r-- | app/i18n/cz/admin.php | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/app/i18n/cz/admin.php b/app/i18n/cz/admin.php index 4ca56cc37..92c300709 100644 --- a/app/i18n/cz/admin.php +++ b/app/i18n/cz/admin.php @@ -146,6 +146,15 @@ return array( 'title' => 'Statistika', 'top_feed' => 'Top ten kanálů', ), + 'system' => array( + '_' => 'System configuration', + 'max-categories' => 'Categories per user limit', + 'max-feeds' => 'Feeds per user limit', + 'registration' => array( + 'help' => '0 znamená žádná omezení účtu', + 'number' => 'Maximální počet účtů', + ), + ), 'update' => array( '_' => 'Aktualizace systému', 'apply' => 'Použít', @@ -164,11 +173,6 @@ return array( 'numbers' => 'Zatím je vytvořeno %d účtů', 'password_form' => 'Heslo<br /><small>(pro přihlášení webovým formulářem)</small>', 'password_format' => 'Alespoň 7 znaků', - 'registration' => array( - 'allow' => 'Povolit vytváření účtů', - 'help' => '0 znamená žádná omezení účtu', - 'number' => 'Maximální počet účtů', - ), 'title' => 'Správa uživatelů', 'user_list' => 'Seznam uživatelů', 'username' => 'Přihlašovací jméno', |
