Changeset - 3e4b65abbd0b
kallithea/controllers/admin/users.py
Show inline comments
 
@@ -455,25 +455,25 @@ class UsersController(BaseController):
 
        ip = request.POST.get('new_ip')
 
        user_model = UserModel()
 

	
 
        try:
 
            user_model.add_extra_ip(id, ip)
 
            Session().commit()
 
            h.flash(_("Added IP address %s to user whitelist") % ip, category='success')
 
        except formencode.Invalid, error:
 
            msg = error.error_dict['ip']
 
            h.flash(msg, category='error')
 
        except Exception:
 
            log.error(traceback.format_exc())
 
            h.flash(_('An error occurred during ip saving'),
 
            h.flash(_('An error occurred while adding IP address'),
 
                    category='error')
 

	
 
        if 'default_user' in request.POST:
 
            return redirect(url('admin_permissions_ips'))
 
        return redirect(url('edit_user_ips', id=id))
 

	
 
    def delete_ip(self, id):
 
        """DELETE /user_ips_delete/id: Delete an existing item"""
 
        # url('user_ips_delete', id=ID, method='delete')
 
        ip_id = request.POST.get('del_ip_id')
 
        user_model = UserModel()
 
        user_model.delete_extra_ip(id, ip_id)
kallithea/i18n/be/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -551,35 +551,35 @@ msgstr "Карыстачу дададзены e-mail %s"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Адбылася памылка пры захаванні e-mail"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "E-mail карыстача выдалены"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr "API-ключ паспяхова створаны"
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr "API-ключ паспяхова скінуты"
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr "API-ключ паспяхова выдалены"
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "Чытанне"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1002,25 +1002,25 @@ msgstr "Адбылася памылка пры выдаленні карыстача"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "Вы не можаце рэдагаваць дадзенага карыстача"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr "Дададзены IP %s у белы спіс карыстача"
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "Адбылася памылка пры захаванні IP"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr "Выдалены IP %s з белага спісу карыстача"
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "IP %s заблакаваны"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/cs/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -544,35 +544,35 @@ msgstr ""
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Došlo k chybě při ukládání e-mailové adresy"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -993,25 +993,25 @@ msgstr ""
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/de/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -559,35 +559,35 @@ msgstr "Die EMail Addresse %s wurde zum Benutzer hinzugefügt"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Währen der Speicherung der EMail Addresse trat ein Fehler auf"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "Die EMail Addresse wurde vom Benutzer entfernt"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr "API Key wurde erfolgreich erstellt"
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr "API-Schlüssel erfolgreich zurückgesetzt"
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr "API-Schlüssel erfolgreich gelöscht"
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "Lesen"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1019,25 +1019,25 @@ msgstr "Während der Löschen des Benutzers trat ein Fehler auf"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "Sie können diesen Benutzer nicht editieren"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr "Die IP-Adresse %s wurde zur Nutzerwhitelist hinzugefügt"
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "Während des Speicherns der IP-Adresse ist ein Fehler aufgetreten"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr "IP-Adresse wurde von der Nutzerwhitelist entfernt"
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "IP-Adresse %s ist nicht erlaubt"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/fr/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -570,35 +570,35 @@ msgstr "L’e-mail « %s » a été ajouté à l’utilisateur"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Une erreur est survenue durant l’enregistrement de l’e-mail"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "L’e-mail a été enlevé de l’utilisateur"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr "Clé d'API créée avec succès"
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr "Clé d'API remise à zéro avec succès"
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr "Clé d'API supprimée avec succès"
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "Lire"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1027,25 +1027,25 @@ msgstr "Une erreur est survenue durant la suppression de l’utilisateur"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "Vous ne pouvez pas éditer cet utilisateur"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr "L'adresse IP %s a été ajoutée à la liste blanche"
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "Une erreur est survenue durant la sauvegarde d'IP"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr "L'adresse IP a été supprimée de la liste blanche"
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "IP %s non autorisée"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/hu/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -543,35 +543,35 @@ msgstr ""
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -992,25 +992,25 @@ msgstr ""
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/ja/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -555,35 +555,35 @@ msgstr "ユーザーにメールアドレス %s を追加しました"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "メールの保存時にエラーが発生しました"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "ユーザーからメールアドレスを削除しました"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr "APIキーの作成に成功しました"
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr "APIキーのリセットに成功しました"
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr "APIキーの削除に成功しました"
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "読込"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1004,25 +1004,25 @@ msgstr "ユーザーの削除中にエラーが発生しました"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "このユーザーは編集できません"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr "ユーザーホワイトリストにIP %s を追加しました"
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "IPアドレスの保存中にエラーが発生しました"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr "ユーザーホワイトリストからIPアドレスを削除しました"
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "IPアドレス %s は許可されません"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/kallithea.pot
Show inline comments
 
@@ -998,25 +998,25 @@ msgid "An error occurred during deletion
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:242
 
msgid "The default user cannot be edited"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:465
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:471
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:485
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:747
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:760
kallithea/i18n/nl_BE/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -546,35 +546,35 @@ msgstr ""
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -995,25 +995,25 @@ msgstr ""
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/pl/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -558,35 +558,35 @@ msgstr "Dodano e-mail %s do użytkownika"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Wystąpił błąd podczas zapisywania e-maila"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "Usunięto e-mail użytkownikowi"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "Odczyt"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1009,25 +1009,25 @@ msgstr "Wystąpił błąd podczas usuwania użytkownika"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "Nie możesz edytować tego użytkownika"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr "Dodano ip %s do listy dozwolonych adresów użytkownia"
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "Wystąpił błąd podczas zapisywania e-maila"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr "Usunięto adres ip z listy dozwolonych adresów dla użytkownika"
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "Obserwatorzy %s"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -556,35 +556,35 @@ msgstr "Email %s adicionado ao usuário"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Ocorreu um erro durante o salvamento do email"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "Email removido do usuário"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "Ler"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1005,25 +1005,25 @@ msgstr "Ocorreu um erro ao excluir o usuário"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "Você não pode editar esse usuário"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "Ocorreu um erro durante o salvamento do IP"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "IP %s não permitido"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/ru/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -563,35 +563,35 @@ msgstr "Пользователю добавлен e-mail %s"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Произошла ошибка при сохранении e-mail"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "E-mail пользователя удалён"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr "API-ключ успешно создан"
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr "API-ключ успешно сброшен"
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr "API-ключ успешно удалён"
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "Чтение"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1014,25 +1014,25 @@ msgstr "Произошла ошибка при удалении пользователя"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "Вы не можете редактировать данного пользователя"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr "Добавлен IP %s в белый список пользователя"
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr "Произошла ошибка при сохранении IP"
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr "Удален IP %s из белого списка пользователя"
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr "IP %s заблокирован"
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/sk/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -543,35 +543,35 @@ msgstr ""
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "Došlo k chybe pri ukladaní e-mailovej adresy"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -992,25 +992,25 @@ msgstr ""
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -552,35 +552,35 @@ msgstr "已为用户添加电子邮件 %s"
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr "保存电子邮件时发生错误"
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr "成功删除用户电子邮件"
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "读"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -1001,25 +1001,25 @@ msgstr "删除用户时发生错误"
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "无法编辑该用户"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:806
kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -544,35 +544,35 @@ msgstr ""
 
#: kallithea/controllers/admin/my_account.py:221
 
#: kallithea/controllers/admin/users.py:437
 
msgid "An error occurred during email saving"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:230
 
#: kallithea/controllers/admin/users.py:448
 
msgid "Removed email from user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:254
 
#: kallithea/controllers/admin/users.py:314
 
msgid "Api key successfully created"
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:266
 
#: kallithea/controllers/admin/users.py:330
 
msgid "Api key successfully reset"
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:270
 
#: kallithea/controllers/admin/users.py:334
 
msgid "Api key successfully deleted"
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
msgid "Read"
 
msgstr "讀"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
msgid "Write"
 
@@ -993,25 +993,25 @@ msgstr ""
 
#: kallithea/controllers/admin/users.py:344
 
#: kallithea/controllers/admin/users.py:407
 
#: kallithea/controllers/admin/users.py:454
 
msgid "You can't edit this user"
 
msgstr "您無法編輯這位使用者"
 

	
 
#: kallithea/controllers/admin/users.py:482
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:488
 
msgid "An error occurred during ip saving"
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:502
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:745
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:806
0 comments (0 inline, 0 general)