Net-ng/kansha

View on GitHub
data/locale/messages.pot

Summary

Maintainability
Test Coverage
# Translations template for kansha.
# Copyright (C) 2017 ORGANIZATION
# This file is distributed under the same license as the kansha project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: kansha 2.0.0rc7\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-04-27 17:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: kansha/notifications.py:40
msgid "Cards affectation:"
msgstr ""

#: kansha/notifications.py:41
msgid "Cards modification:"
msgstr ""

#: kansha/notifications.py:42
msgid "Cards addition / removal:"
msgstr ""

#: kansha/notifications.py:78
#, python-format
msgid "[%(app)s] Board \"%(board)s\" - %(count)s new action(s)"
msgstr ""

#: kansha/notifications.py:85
#, python-format
msgid ""
"The following actions have been made on the board \"%(board)s\" in the "
"last %(hours)s hours:\n"
msgstr ""

#: kansha/notifications.py:86
msgid "The following actions have been made on the board "
msgstr ""

#: kansha/notifications.py:88
#, python-format
msgid " in the last %(hours)s hours:"
msgstr ""

#: kansha/notifications.py:124
#, python-format
msgid ""
"To unsubscribe from board \"%(board)s\" alerts, click on %(url)s and "
"modify notifications parameters in the \"settings\" menu of the \"Board\""
" tab."
msgstr ""

#: kansha/notifications.py:125
#, python-format
msgid "To unsubscribe from board \"%(board)s\" alerts, "
msgstr ""

#: kansha/notifications.py:126
msgid "click here"
msgstr ""

#: kansha/notifications.py:127
msgid ""
" and modify notifications parameters in the \"settings\" menu of the "
"\"Board\" tab."
msgstr ""

#: kansha/validator.py:64
msgid "Must be a boolean"
msgstr ""

#: kansha/validator.py:72
msgid "Should not be empty"
msgstr ""

#: kansha/validator.py:77
msgid "Should only contain ascii letters, digits or underscore characters"
msgstr ""

#: kansha/validator.py:81
msgid "Should start with an uppercase ascii letter"
msgstr ""

#: kansha/validator.py:84
msgid "Should start with an ascii letter"
msgstr ""

#: kansha/validator.py:88
#, python-format
msgid "Identifier too long (max. %d characters)"
msgstr ""

#: kansha/validator.py:93
#, python-format
msgid "Size must be less than %d KB"
msgstr ""

#: kansha/validator.py:100
msgid "Transfer was interrupted"
msgstr ""

#: kansha/validator.py:123 kansha/validator.py:129
#: kansha/board/boardconfig.py:116
msgid "Required field"
msgstr ""

#: kansha/validator.py:129
msgid "Invalid email address"
msgstr ""

#: kansha/validator.py:150 kansha/user/user_profile.py:174
#, python-format
msgid "Password too short: should have at least %d characters"
msgstr ""

#: kansha/app/comp.py:93
msgid "Boards"
msgstr ""

#: kansha/app/comp.py:98 kansha/board/boardconfig.py:36
msgid "Profile"
msgstr ""

#: kansha/app/comp.py:326
msgid "Go back"
msgstr ""

#: kansha/app/comp.py:332
msgid "You are not authorized to access this board"
msgstr ""

#: kansha/app/comp.py:335
msgid "This board doesn't exists"
msgstr ""

#: kansha/app/comp.py:338
msgid "Page not found"
msgstr ""

#: kansha/app/urls.py:71
#, python-format
msgid "Change email success for user %s"
msgstr ""

#: kansha/app/urls.py:83
#, python-format
msgid "Change email failure for user %s"
msgstr ""

#: kansha/app/view.py:49
msgid "Login"
msgstr ""

#: kansha/app/view.py:89
msgid "click here to resync"
msgstr ""

#: kansha/app/view.py:96
msgid "Operation in progress"
msgstr ""

#: kansha/app/view.py:98
msgid "Please wait until operation completes."
msgstr ""

#: kansha/authentication/login.py:79
#: kansha/authentication/database/forms.py:139
msgid "Sign in"
msgstr ""

#: kansha/authentication/database/forms.py:116
#: kansha/authentication/ldap/forms.py:60
msgid "Login failed"
msgstr ""

#: kansha/authentication/database/forms.py:134
#: kansha/authentication/ldap/forms.py:71
msgid "Enter username"
msgstr ""

#: kansha/authentication/database/forms.py:136
#: kansha/authentication/ldap/forms.py:75
msgid "Enter password"
msgstr ""

#: kansha/authentication/database/forms.py:137
msgid "Forgot password?"
msgstr ""

#: kansha/authentication/database/forms.py:141
msgid "No account yet? "
msgstr ""

#: kansha/authentication/database/forms.py:142
#: kansha/authentication/database/forms.py:161
#: kansha/authentication/database/forms.py:363
#: kansha/authentication/database/forms.py:387
#: kansha/authentication/database/forms.py:710
#: kansha/authentication/database/forms.py:897
msgid "Sign up"
msgstr ""

#: kansha/authentication/database/forms.py:172 kansha/user/user_profile.py:158
#, python-format
msgid "Username %s is not available. Please choose another one."
msgstr ""

#: kansha/authentication/database/forms.py:180
#, python-format
msgid "This email address (%s) is already registered."
msgstr ""

#: kansha/authentication/database/forms.py:188
msgid "Invalid captcha"
msgstr ""

#: kansha/authentication/database/forms.py:194
msgid "Entered too late"
msgstr ""

#: kansha/authentication/database/forms.py:199
#: kansha/authentication/database/forms.py:427 kansha/user/user_profile.py:201
msgid "The two passwords don't match"
msgstr ""

#: kansha/authentication/database/forms.py:207
#: kansha/authentication/database/forms.py:295
msgid "Unable to process. Check your input below."
msgstr ""

#: kansha/authentication/database/forms.py:231
#: kansha/authentication/database/forms.py:563 kansha/user/user_profile.py:81
#: kansha/user/user_profile.py:276
msgid "Username"
msgstr ""

#: kansha/authentication/database/forms.py:232
#: kansha/authentication/database/forms.py:473
msgid "Password"
msgstr ""

#: kansha/authentication/database/forms.py:234
#: kansha/authentication/database/forms.py:475
msgid "Password (repeat)"
msgstr ""

#: kansha/authentication/database/forms.py:236
#: kansha/authentication/database/forms.py:321
#: kansha/authentication/database/forms.py:564
msgid "Email address"
msgstr ""

#: kansha/authentication/database/forms.py:237 kansha/user/user_profile.py:84
#: kansha/user/user_profile.py:279
msgid "Fullname"
msgstr ""

#: kansha/authentication/database/forms.py:251
msgid "Enter the captcha text"
msgstr ""

#: kansha/authentication/database/forms.py:257
#: kansha/authentication/database/forms.py:335
msgid "Create new account"
msgstr ""

#: kansha/authentication/database/forms.py:260
#: kansha/authentication/database/forms.py:339
msgid "Already have an account? "
msgstr ""

#: kansha/authentication/database/forms.py:261
#: kansha/authentication/database/forms.py:340
#: kansha/authentication/database/forms.py:580
msgid "Log in"
msgstr ""

#: kansha/authentication/database/forms.py:270
msgid "refresh captcha"
msgstr ""

#: kansha/authentication/database/forms.py:289
msgid "The two emails don't match"
msgstr ""

#: kansha/authentication/database/forms.py:303
msgid ""
"Something went wrong: user does not exist! Please contact the "
"administrator of this site."
msgstr ""

#: kansha/authentication/database/forms.py:318
#, python-format
msgid ""
"Your profile is missing an email address. You have to enter a valid email"
" address to open an account on %s"
msgstr ""

#: kansha/authentication/database/forms.py:322
msgid "Email address (repeat)"
msgstr ""

#: kansha/authentication/database/forms.py:367
msgid "Registration successful!"
msgstr ""

#: kansha/authentication/database/forms.py:370
#, python-format
msgid ""
"You are now a registered user of %s. You can login\n"
"                on the home page of the application."
msgstr ""

#: kansha/authentication/database/forms.py:377
#: kansha/authentication/database/forms.py:396
#: kansha/authentication/database/forms.py:654
#: kansha/authentication/database/forms.py:673
#: kansha/authentication/database/forms.py:692
#: kansha/authentication/database/forms.py:810
#: kansha/authentication/database/forms.py:1085
msgid "Ok"
msgstr ""

#: kansha/authentication/database/forms.py:388
msgid "Registration failure!"
msgstr ""

#: kansha/authentication/database/forms.py:391
msgid ""
"Registration failure! The token received is either expired or invalid. "
"Please register again."
msgstr ""

#: kansha/authentication/database/forms.py:422
msgid "Invalid password"
msgstr ""

#: kansha/authentication/database/forms.py:439
#: kansha/authentication/database/forms.py:541
msgid "Invalid input!"
msgstr ""

#: kansha/authentication/database/forms.py:462
#: kansha/authentication/database/forms.py:494
#: kansha/authentication/database/forms.py:641
#: kansha/authentication/database/forms.py:682
msgid "Change password"
msgstr ""

#: kansha/authentication/database/forms.py:478 kansha/user/user_profile.py:306
msgid "Old Password"
msgstr ""

#: kansha/authentication/database/forms.py:498 kansha/board/templates.py:62
#: kansha/board/view.py:344 kansha/board/view.py:718 kansha/card/view.py:194
#: kansha/card_addons/comment/view.py:75 kansha/card_addons/comment/view.py:105
#: kansha/card_addons/description/view.py:69
#: kansha/card_addons/description/view.py:77
#: kansha/card_addons/gallery/view.py:192 kansha/card_addons/label/view.py:62
#: kansha/column/view.py:196 kansha/title/view.py:44
msgid "Cancel"
msgstr ""

#: kansha/authentication/database/forms.py:523
msgid "This username is not registered on our database"
msgstr ""

#: kansha/authentication/database/forms.py:526
msgid "You can not change your password since you log in by an external service."
msgstr ""

#: kansha/authentication/database/forms.py:535
msgid "This email address does not match the user's email address"
msgstr ""

#: kansha/authentication/database/forms.py:558
msgid ""
"Please enter your username and your email address and you'll receive an "
"email that contains a link to reset your password."
msgstr ""

#: kansha/authentication/database/forms.py:577
#: kansha/authentication/database/forms.py:598
#: kansha/authentication/database/forms.py:997
msgid "Reset password"
msgstr ""

#: kansha/authentication/database/forms.py:580
msgid "Remember your password?"
msgstr ""

#: kansha/authentication/database/forms.py:620
#, python-format
msgid ""
"\n"
"        Hello %(fullname)s,\n"
"\n"
"        We received a request to reset your password. If you are at the "
"origin of this\n"
"        request, please click on this confirmation link: "
"%(confirmation_url)s. Otherwise,\n"
"        feel free to ignore this email.\n"
"\n"
"        See you soon on %(app_title)s.\n"
"        "
msgstr ""

#: kansha/authentication/database/forms.py:630
#, python-format
msgid "%(app_title)s: Password Reset"
msgstr ""

#: kansha/authentication/database/forms.py:645
msgid "Password change successful!"
msgstr ""

#: kansha/authentication/database/forms.py:648
msgid "Your password have been changed successfully."
msgstr ""

#: kansha/authentication/database/forms.py:664
msgid "Email sent!"
msgstr ""

#: kansha/authentication/database/forms.py:667
msgid "An email has been sent!"
msgstr ""

#: kansha/authentication/database/forms.py:683
msgid "Password reset failure!"
msgstr ""

#: kansha/authentication/database/forms.py:686
msgid "Password reset failure! Please try again."
msgstr ""

#: kansha/authentication/database/forms.py:750
#, python-format
msgid ""
"\n"
"            Hello moderator,\n"
"\n"
"            %(fullname)s is willing to register an account (%(login)s) on"
" the %(app_title)s application.\n"
"\n"
"            Her (his) email address is %(email)s. Please verify it before"
" accepting this account creation.\n"
"\n"
"            In order to confirm that email address and accept the user's "
"registration,\n"
"            please click on this confirmation link: %(confirmation_url)s."
"\n"
"\n"
"            If you don't accept this request, feel free to ignore this "
"email.\n"
"            Nothing will change into the user's pending account until "
"your click\n"
"            on the confirmation link.\n"
"\n"
"            Once confirmed, the user can login with her (his) login "
"\"%(login)s\" and\n"
"            the password she (he) provided.\n"
"            "
msgstr ""

#: kansha/authentication/database/forms.py:767
#, python-format
msgid "%(app_title)s: Confirm user registration"
msgstr ""

#: kansha/authentication/database/forms.py:769
#, python-format
msgid ""
"\n"
"            Hello %(fullname)s,\n"
"\n"
"            In order to confirm your email address in the %(app_title)s "
"application,\n"
"            please click on this confirmation link: %(confirmation_url)s."
"\n"
"\n"
"            If you are not at the origin of this request, feel free to "
"ignore this\n"
"            email. Nothing will change into your account until your click"
" on the\n"
"            confirmation link.\n"
"\n"
"            Once confirmed, you can login with your login \"%(login)s\" "
"and the password you just provided.\n"
"\n"
"            See you soon on %(app_title)s.\n"
"            "
msgstr ""

#: kansha/authentication/database/forms.py:783
#, python-format
msgid "%(app_title)s: Confirm your email address"
msgstr ""

#: kansha/authentication/database/forms.py:795
msgid "Registration request sent"
msgstr ""

#: kansha/authentication/database/forms.py:795
msgid "Confirm your email address!"
msgstr ""

#: kansha/authentication/database/forms.py:799
msgid ""
"An email has been sent to the moderator. You will be contacted when\n"
"                your account is activated."
msgstr ""

#: kansha/authentication/database/forms.py:802
msgid ""
"An email has been sent to your email address. You have to click on the\n"
"                confirmation link in this email in order to confirm your "
"email address in the\n"
"                application."
msgstr ""

#: kansha/authentication/database/forms.py:857
#, python-format
msgid ""
"\n"
"        Hello,\n"
"\n"
"        You were invited by %(host_name)s (%(host_email)s) to the board "
"\"%(board_title)s\".\n"
"\n"
"        To view the board, click on this link : %(confirmation_url)s.\n"
"\n"
"        If you don't already have an account, register with email "
"%(email)s and you will automatically join the board.\n"
"\n"
"        See you soon on %(app_title)s.\n"
"        "
msgstr ""

#: kansha/authentication/database/forms.py:869
#, python-format
msgid "%(app_title)s: Invitation to the board \"%(board_title)s\""
msgstr ""

#: kansha/authentication/database/forms.py:937
#, python-format
msgid "Registration successful for user %s"
msgstr ""

#: kansha/authentication/database/forms.py:940
#, python-format
msgid "Registration failure for user %s"
msgstr ""

#: kansha/authentication/database/forms.py:1030
#, python-format
msgid "Resetting the password for user %s"
msgstr ""

#: kansha/authentication/database/forms.py:1039
#, python-format
msgid "Password reset failure for user %s"
msgstr ""

#: kansha/authentication/database/forms.py:1066
msgid "Change email"
msgstr ""

#: kansha/authentication/database/forms.py:1071
msgid "Email change successful!"
msgstr ""

#: kansha/authentication/database/forms.py:1073
msgid "Email change failure!"
msgstr ""

#: kansha/authentication/database/forms.py:1077
msgid "Your email have been changed successfully."
msgstr ""

#: kansha/authentication/database/forms.py:1079
msgid "Email change failure! Please retry."
msgstr ""

#: kansha/authentication/ldap/forms.py:77
msgid "Sign in with LDAP"
msgstr ""

#: kansha/authentication/oauth/forms.py:42
#, python-format
msgid "Sign in with %s"
msgstr ""

#: kansha/authentication/oauth/forms.py:104
msgid "Authentication failed"
msgstr ""

#: kansha/authentication/oauth/forms.py:111
#, python-format
msgid "Please provide a full name in %s"
msgstr ""

#: kansha/board/boardconfig.py:38 kansha/board/view.py:395
msgid "Card labels"
msgstr ""

#: kansha/board/boardconfig.py:39
msgid "Card weights"
msgstr ""

#: kansha/board/boardconfig.py:40
msgid "Background"
msgstr ""

#: kansha/board/boardconfig.py:125
msgid "Must be positive integers"
msgstr ""

#: kansha/board/boardconfig.py:132
msgid "Sequence saved"
msgstr ""

#: kansha/board/boardsmanager.py:58 kansha/board/view.py:555
msgid "Archive"
msgstr ""

#: kansha/board/comp.py:120 kansha/card_addons/members/view.py:96
#, python-format
msgid "%s more..."
msgstr ""

#: kansha/board/comp.py:132 kansha/column/view.py:163
msgid "Add list"
msgstr ""

#: kansha/board/comp.py:133 kansha/board/view.py:336
msgid "Edit board description"
msgstr ""

#: kansha/board/comp.py:134
msgid "Preferences"
msgstr ""

#: kansha/board/comp.py:135
msgid "Export board"
msgstr ""

#: kansha/board/comp.py:136
msgid "Save as template"
msgstr ""

#: kansha/board/comp.py:137
msgid "Archive board"
msgstr ""

#: kansha/board/comp.py:138
msgid "Leave this board"
msgstr ""

#: kansha/board/comp.py:139 kansha/services/actionlog/view.py:25
msgid "Action log"
msgstr ""

#: kansha/board/comp.py:662 kansha/board/comp.py:679
msgid "Can't remove last manager"
msgstr ""

#: kansha/board/excel_export.py:72
msgid "Column"
msgstr ""

#: kansha/board/excel_export.py:72 kansha/board/templates.py:45
msgid "Title"
msgstr ""

#: kansha/board/excel_export.py:79 kansha/column/comp.py:143
msgid "Archived cards"
msgstr ""

#: kansha/board/templates.py:41
msgid "Save board as template"
msgstr ""

#: kansha/board/templates.py:49 kansha/board/view.py:339
#: kansha/card_addons/description/comp.py:92
msgid "Description"
msgstr ""

#: kansha/board/templates.py:54
msgid "Save for"
msgstr ""

#: kansha/board/templates.py:56
msgid "Me only"
msgstr ""

#: kansha/board/templates.py:57
msgid "All users"
msgstr ""

#: kansha/board/templates.py:60 kansha/board/view.py:342
#: kansha/board/view.py:490 kansha/board/view.py:715
#: kansha/card_addons/comment/view.py:72 kansha/card_addons/comment/view.py:102
#: kansha/card_addons/description/view.py:75
#: kansha/card_addons/label/view.py:59 kansha/card_addons/weight/view.py:45
#: kansha/card_addons/weight/view.py:53 kansha/title/view.py:42
#: kansha/user/user_profile.py:104 kansha/user/user_profile.py:323
msgid "Save"
msgstr ""

#: kansha/board/templates.py:71
msgid "Please wait while board is saved..."
msgstr ""

#: kansha/board/templates.py:81
msgid "Template saved!"
msgstr ""

#: kansha/board/templates.py:83
msgid "OK"
msgstr ""

#: kansha/board/view.py:34
msgid "fill"
msgstr ""

#: kansha/board/view.py:35
msgid "fit"
msgstr ""

#: kansha/board/view.py:36
msgid "stretch"
msgstr ""

#: kansha/board/view.py:37
msgid "tile"
msgstr ""

#: kansha/board/view.py:38
msgid "center"
msgstr ""

#: kansha/board/view.py:62
msgid "This board will be archived. Are you sure?"
msgstr ""

#: kansha/board/view.py:72 kansha/board/view.py:164
msgid ""
"You won't be able to access this board anymore. Are you sure you want to "
"leave it anyway?"
msgstr ""

#: kansha/board/view.py:77
msgid "Board"
msgstr ""

#: kansha/board/view.py:119 kansha/board/view.py:130
msgid "Calendar mode"
msgstr ""

#: kansha/board/view.py:124 kansha/board/view.py:135
msgid "Board mode"
msgstr ""

#: kansha/board/view.py:161
#, python-format
msgid "Archive \"%s\""
msgstr ""

#: kansha/board/view.py:168
#, python-format
msgid "Leave \"%s\""
msgstr ""

#: kansha/board/view.py:193
msgid "This board will be destroyed. Are you sure?"
msgstr ""

#: kansha/board/view.py:197
#, python-format
msgid "Delete \"%s\""
msgstr ""

#: kansha/board/view.py:203
#, python-format
msgid "Restore \"%s\""
msgstr ""

#: kansha/board/view.py:231 kansha/card_addons/members/view.py:59
msgid "All members"
msgstr ""

#: kansha/board/view.py:246
msgid "Invite members"
msgstr ""

#: kansha/board/view.py:364
msgid "Board configuration"
msgstr ""

#: kansha/board/view.py:386 kansha/card_addons/label/comp.py:162
msgid "Labels"
msgstr ""

#: kansha/board/view.py:409
msgid "Weights"
msgstr ""

#: kansha/board/view.py:418
msgid "Weighting cards"
msgstr ""

#: kansha/board/view.py:419
msgid "Activate cards weights"
msgstr ""

#: kansha/board/view.py:429 kansha/board/view.py:463
msgid "All affected weights will be reset. Are you sure?"
msgstr ""

#: kansha/board/view.py:434 kansha/board/view.py:526 kansha/board/view.py:543
msgid "Disabled"
msgstr ""

#: kansha/board/view.py:444
msgid "Free integer"
msgstr ""

#: kansha/board/view.py:453
msgid "Card weights can be any integer"
msgstr ""

#: kansha/board/view.py:468
msgid "Integer sequence"
msgstr ""

#: kansha/board/view.py:475
msgid "Choosen within a sequence of integers"
msgstr ""

#: kansha/board/view.py:479
msgid "Enter a sequence of integers"
msgstr ""

#: kansha/board/view.py:506
msgid "Content Visibility"
msgstr ""

#: kansha/board/view.py:507
msgid ""
"Choose whether the board is private, public (anyone with the URL can view"
" it ) or shared (public + visible on homepages)."
msgstr ""

#: kansha/board/view.py:511
msgid "Private"
msgstr ""

#: kansha/board/view.py:514 kansha/board/view.py:534 kansha/board/view.py:551
msgid "Public"
msgstr ""

#: kansha/board/view.py:517
msgid "Shared"
msgstr ""

#: kansha/board/view.py:521 kansha/card_addons/comment/comp.py:206
msgid "Comments"
msgstr ""

#: kansha/board/view.py:522
msgid ""
"Commenting allows members to make short messages on cards. You can enable"
" or disable this feature."
msgstr ""

#: kansha/board/view.py:529 kansha/board/view.py:546
msgid "Members"
msgstr ""

#: kansha/board/view.py:538
msgid "Votes"
msgstr ""

#: kansha/board/view.py:539
msgid "Allow votes"
msgstr ""

#: kansha/board/view.py:556
msgid "View archive column"
msgstr ""

#: kansha/board/view.py:561
msgid "Show"
msgstr ""

#: kansha/board/view.py:563
msgid "Hide"
msgstr ""

#: kansha/board/view.py:566
msgid "Notifications"
msgstr ""

#: kansha/board/view.py:567
msgid "You will be notified by email of changes made in this board to cards"
msgstr ""

#: kansha/board/view.py:571 kansha/toolbox/calendar_widget.py:182
msgid "None"
msgstr ""

#: kansha/board/view.py:573
msgid "Affected to me"
msgstr ""

#: kansha/board/view.py:575
msgid "All"
msgstr ""

#: kansha/board/view.py:605 kansha/board/view.py:614
msgid "Background image"
msgstr ""

#: kansha/board/view.py:621
msgid "Choose an image"
msgstr ""

#: kansha/board/view.py:640 kansha/card_addons/gallery/view.py:110
msgid "Max file size exceeded"
msgstr ""

#: kansha/board/view.py:648 kansha/board/view.py:671
msgid "or"
msgstr ""

#: kansha/board/view.py:649
msgid "Reset background"
msgstr ""

#: kansha/board/view.py:660
msgid "Image position"
msgstr ""

#: kansha/board/view.py:667
msgid "Board title color"
msgstr ""

#: kansha/board/view.py:672
msgid "Reset to default color"
msgstr ""

#: kansha/board/view.py:685
msgid "No background selected"
msgstr ""

#: kansha/board/view.py:696 kansha/card_addons/label/view.py:46
msgid "Change color"
msgstr ""

#: kansha/board/view.py:734
msgid "Empty board"
msgstr ""

#: kansha/board/view.py:735
msgid "Basic Kanban"
msgstr ""

#: kansha/board/view.py:740
msgid "Create"
msgstr ""

#: kansha/board/view.py:741
msgid "a new"
msgstr ""

#: kansha/board/view.py:745
msgid "Shared templates"
msgstr ""

#: kansha/board/view.py:749
msgid "My templates"
msgstr ""

#: kansha/board/view.py:758
msgid "Last modified boards"
msgstr ""

#: kansha/board/view.py:762
msgid "My boards"
msgstr ""

#: kansha/board/view.py:767
msgid ""
"Create a board by choosing a template in the menu above, then click on "
"the \"Create\" button."
msgstr ""

#: kansha/board/view.py:770
msgid "Guest boards"
msgstr ""

#: kansha/board/view.py:775
msgid "Shared boards"
msgstr ""

#: kansha/board/view.py:780
msgid "Archived boards"
msgstr ""

#: kansha/board/view.py:788
msgid "Delete the archived board"
msgstr ""

#: kansha/board/view.py:788
msgid "Delete the archived boards"
msgstr ""

#: kansha/board/view.py:791
msgid "Deleted boards cannot be restored. Are you sure?"
msgstr ""

#: kansha/board_card_filter/view.py:40
msgid "No matches"
msgstr ""

#: kansha/board_card_filter/view.py:44
#, python-format
msgid "%d match"
msgid_plural "%d matches"
msgstr[0] ""
msgstr[1] ""

#: kansha/board_card_filter/view.py:75
msgid "search"
msgstr ""

#: kansha/card/view.py:111 kansha/card_addons/comment/view.py:41
#: kansha/card_addons/gallery/view.py:146
msgid "Delete"
msgstr ""

#: kansha/card/view.py:113
msgid "This card will be archived. Are you sure?"
msgstr ""

#: kansha/card/view.py:169
msgid "Add a card"
msgstr ""

#: kansha/card/view.py:192 kansha/card_addons/checklist/view.py:33
#: kansha/column/view.py:194 kansha/user/view.py:189
msgid "Add"
msgstr ""

#: kansha/card_addons/checklist/comp.py:35
#, python-format
msgid "User %(author)s has added the checklist \"%(list)s\" to card \"%(card)s\""
msgstr ""

#: kansha/card_addons/checklist/comp.py:40
#, python-format
msgid ""
"User %(author)s has deleted the checklist \"%(list)s\" from card "
"\"%(card)s\""
msgstr ""

#: kansha/card_addons/checklist/comp.py:45
#, python-format
msgid ""
"User %(author)s has checked the item %(item)s from the checklist "
"\"%(list)s\", on card \"%(card)s\""
msgstr ""

#: kansha/card_addons/checklist/comp.py:50
#, python-format
msgid ""
"User %(author)s has unchecked the item %(item)s from the checklist "
"\"%(list)s\", on card \"%(card)s\""
msgstr ""

#: kansha/card_addons/checklist/comp.py:73
msgid "Enter task"
msgstr ""

#: kansha/card_addons/checklist/comp.py:119
msgid "Add title"
msgstr ""

#: kansha/card_addons/checklist/view.py:23
#: kansha/card_addons/checklist/view.py:32
msgid "Add item"
msgstr ""

#: kansha/card_addons/checklist/view.py:50
msgid "Checklist"
msgstr ""

#: kansha/card_addons/checklist/view.py:116
msgid "The checklist will be deleted. Are you sure?"
msgstr ""

#: kansha/card_addons/checklist/view.py:162
msgid "Click to toggle"
msgstr ""

#: kansha/card_addons/checklist/view.py:175
msgid "The checklist item will be deleted. Are you sure?"
msgstr ""

#: kansha/card_addons/checklist/view.py:181
msgid "Drag to re-order"
msgstr ""

#: kansha/card_addons/comment/comp.py:44
#, python-format
msgid "User %(author)s has commented card \"%(card)s\""
msgstr ""

#: kansha/card_addons/comment/view.py:24
msgid "wrote"
msgstr ""

#: kansha/card_addons/comment/view.py:26
msgid "on"
msgstr ""

#: kansha/card_addons/comment/view.py:37
msgid "Your comment will be deleted. Are you sure?"
msgstr ""

#: kansha/card_addons/comment/view.py:91
msgid "Add comment."
msgstr ""

#: kansha/card_addons/description/view.py:31
msgid "Add a description. URL in the text are automatically recognized as links."
msgstr ""

#: kansha/card_addons/description/view.py:52
msgid "bold"
msgstr ""

#: kansha/card_addons/description/view.py:54
msgid "italic"
msgstr ""

#: kansha/card_addons/description/view.py:56
msgid "underline"
msgstr ""

#: kansha/card_addons/description/view.py:58
msgid "numbered list"
msgstr ""

#: kansha/card_addons/description/view.py:60
msgid "bullet list"
msgstr ""

#: kansha/card_addons/description/view.py:62
msgid "link"
msgstr ""

#: kansha/card_addons/description/view.py:68
msgid "Link"
msgstr ""

#: kansha/card_addons/due_date/comp.py:91
#: kansha/card_addons/due_date/view.py:68
msgid "Due date"
msgstr ""

#: kansha/card_addons/gallery/comp.py:34
#, python-format
msgid "User %(author)s has added file \"%(file)s\" to card \"%(card)s\""
msgstr ""

#: kansha/card_addons/gallery/comp.py:125 kansha/user/user_profile.py:247
#, python-format
msgid "File must be less than %d KB"
msgstr ""

#: kansha/card_addons/gallery/view.py:89
msgid "Add file"
msgstr ""

#: kansha/card_addons/gallery/view.py:144
msgid "Are you sure you want to delete this file?"
msgstr ""

#: kansha/card_addons/gallery/view.py:149
msgid "Configure cover"
msgstr ""

#: kansha/card_addons/gallery/view.py:167
msgid "Use the controls below to create the cover of your card."
msgstr ""

#: kansha/card_addons/gallery/view.py:187
msgid "Create cover"
msgstr ""

#: kansha/card_addons/gallery/view.py:190
msgid "Remove cover"
msgstr ""

#: kansha/card_addons/members/comp.py:25
#, python-format
msgid "User %(user)s has been assigned to card \"%(card)s\""
msgstr ""

#: kansha/card_addons/members/comp.py:30
#, python-format
msgid "User %(user)s has been unassigned from card \"%(card)s\""
msgstr ""

#: kansha/card_addons/members/view.py:77
msgid "Add members"
msgstr ""

#: kansha/card_addons/members/view.py:81
msgid "Suggestions"
msgstr ""

#: kansha/card_addons/vote/view.py:22
#, python-format
msgid "Unvote (%s)"
msgstr ""

#: kansha/card_addons/vote/view.py:24
#, python-format
msgid "Vote (%s)"
msgstr ""

#: kansha/card_addons/weight/comp.py:23
#, python-format
msgid "User %(author)s has weighted card \"%(card)s\" from (%(from)s) to (%(to)s)"
msgstr ""

#: kansha/card_addons/weight/comp.py:93 kansha/card_addons/weight/view.py:63
msgid "Weight"
msgstr ""

#: kansha/column/comp.py:238
msgid "Limit of cards reached fo this list"
msgstr ""

#: kansha/column/comp.py:300
msgid "Can't be empty"
msgstr ""

#: kansha/column/comp.py:365
#, python-format
msgid "Must be bigger than %s"
msgstr ""

#: kansha/column/view.py:63
msgid "The list will be deleted. Are you sure?"
msgstr ""

#: kansha/column/view.py:70
msgid "Delete this list"
msgstr ""

#: kansha/column/view.py:79
msgid "All the cards will be archived. Are you sure?"
msgstr ""

#: kansha/column/view.py:86
msgid "Empty this list"
msgstr ""

#: kansha/column/view.py:92
msgid "All cards will be deleted. Are you sure?"
msgstr ""

#: kansha/column/view.py:98
msgid "Purge the cards"
msgstr ""

#: kansha/column/view.py:167
msgid "Name"
msgstr ""

#: kansha/column/view.py:169
msgid "List title"
msgstr ""

#: kansha/column/view.py:174
msgid "Position"
msgstr ""

#: kansha/column/view.py:182
msgid "Number max of cards"
msgstr ""

#: kansha/column/view.py:230
msgid "Set card limit"
msgstr ""

#: kansha/column/view.py:238
msgid "This list already holds its maximum amount of cards"
msgstr ""

#: kansha/services/actionlog/messages.py:28
#, python-format
msgid "User %(author)s has added card \"%(card)s\" to column \"%(column)s\""
msgstr ""

#: kansha/services/actionlog/messages.py:33
#, python-format
msgid "User %(author)s has deleted card \"%(card)s\""
msgstr ""

#: kansha/services/actionlog/messages.py:38
#, python-format
msgid "User %(author)s has archived card \"%(card)s\""
msgstr ""

#: kansha/services/actionlog/messages.py:43
#, python-format
msgid ""
"User %(author)s has moved card \"%(card)s\" from column \"%(from)s\" to "
"column \"%(to)s\""
msgstr ""

#: kansha/services/actionlog/messages.py:48
#, python-format
msgid "User %(author)s has renamed card \"%(from)s\" to \"%(to)s\""
msgstr ""

#: kansha/services/actionlog/view.py:32
msgid "all users"
msgstr ""

#: kansha/services/actionlog/view.py:37
msgid "all cards"
msgstr ""

#: kansha/toolbox/calendar_widget.py:34
msgid "Invalid date format !"
msgstr ""

#: kansha/toolbox/calendar_widget.py:120 kansha/toolbox/calendar_widget.py:121
msgid "Previous"
msgstr ""

#: kansha/toolbox/calendar_widget.py:132 kansha/toolbox/calendar_widget.py:133
msgid "Next"
msgstr ""

#: kansha/toolbox/calendar_widget.py:152
msgid "Wk"
msgstr ""

#: kansha/toolbox/calendar_widget.py:152
msgid "Week number"
msgstr ""

#: kansha/toolbox/calendar_widget.py:180
msgid "Today"
msgstr ""

#: kansha/user/user_profile.py:23
msgid "english"
msgstr ""

#: kansha/user/user_profile.py:24
msgid "french"
msgstr ""

#: kansha/user/user_profile.py:25
msgid "japanese"
msgstr ""

#: kansha/user/user_profile.py:26
msgid "turkish"
msgstr ""

#: kansha/user/user_profile.py:87 kansha/user/user_profile.py:282
msgid "Email"
msgstr ""

#: kansha/user/user_profile.py:90 kansha/user/user_profile.py:287
msgid "Language"
msgstr ""

#: kansha/user/user_profile.py:99 kansha/user/user_profile.py:296
msgid "Picture"
msgstr ""

#: kansha/user/user_profile.py:188
msgid "This password doesn't match the old one."
msgstr ""

#: kansha/user/user_profile.py:224
msgid "A confirmation email has been sent."
msgstr ""

#: kansha/user/user_profile.py:233
msgid "The password has been changed"
msgstr ""

#: kansha/user/user_profile.py:251
msgid "Invalid image file"
msgstr ""

#: kansha/user/user_profile.py:315
msgid "New password"
msgstr ""

#: kansha/user/user_profile.py:318
msgid "Repeat new password"
msgstr ""

#: kansha/user/view.py:83 kansha/user/view.py:103 kansha/user/view.py:231
msgid "Remove"
msgstr ""

#: kansha/user/view.py:97
msgid "Manager"
msgstr ""

#: kansha/user/view.py:116
msgid "You are the last manager, you can't leave this board."
msgstr ""

#: kansha/user/view.py:123
msgid "Home"
msgstr ""

#: kansha/user/view.py:124
msgid "Logout"
msgstr ""

#: kansha/user/view.py:229
msgid "Resend invitation"
msgstr ""