Skip to content

New Crowdin updates #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
################################################################################
# Generic Attributes ResourceBundle properties file

################################################################################
# Plugin infos
plugin.description=Generic attribute management
plugin.provider=Mairie de Paris


message.illogicalDate=the date you entered is not valid. (Expected format\: {0})
message.specifyBothXAndY=You must enter values X and Y for field {0}.

message.error.uploading_file.max_files=You cannot upload more than {0} file(s).
message.error.uploading_file.file_max_size=The file is too big. Its size must not exceed {0}.


entryTypeMyLuteceUser.title=User ID

createEntry.labelAttributeName=Session attribute
createEntry.labelFileMaxSize=File's maximum size (in byte)
createEntry.labelMaxFiles=Number of max files
createEntry.labelConfirmFieldTitle=Title of the confirmation field
createEntry.labelMaxSizeEnter=Maximum width of the text area
createEntry.labelWidth=Width of the text area
createEntry.labelHeight=Height of the text area
createEntry.labelComment=Comment
createEntry.labelTitle=Title
createEntry.labelNumberRows=Rows number
createEntry.labelNumberColumns=Columns number
createEntry.fileType=File type

labelInsertGroup=Insert Group of question


message.numeric.field=The field "{0}" must be numeric.
message.myLuteceAuthentificationRequired=Front-office Authentification required
message.maxLength=Max length for this field is {0}.
message.errorXssField=Characters < > \# & and " are prohibited.
message.errorUniqueField=This field already exists, please type another one.
message.errorConfirmField=The confirmation field must be the same as "{0}".
message.error.uploading_file.session_lost=Your session has been lost. Please try again later.
message.notAnImage=The selected file is not a valid image.
message.unknownError=An unknown error has occured.
message.invalidSqlQuery=The SQL query input is invalid, following error occured when trying to execute \: {0}
message.error.phonenumber=The telephone number is not recognized.
message.error.phonenumber.INVALID_COUNTRY_CODE=Unknown country code.
message.error.phonenumber.NOT_A_NUMBER=The telephone number is not recognized
message.error.phonenumber.TOO_LONG=The telephone number is too long.
message.error.phonenumber.TOO_SHORT_AFTER_IDD=The telephone number is too short.
message.error.phonenumber.TOO_SHORT_NSN=The telephone number is too short.
message.error.unknown.default.region=Unknown default region \: "{0}"

manageEntryType.title=Manage Entry Types
manageEntryType.columnTitle.title=Name
manageEntryType.columnIcon.title=Icon
manageEntryType.columnOrder.title=Order
manageEntryType.columnActive.title=Active
manageEntryType.columnActions.title=Actions
manageEntryType.action.enable=Activate
manageEntryType.action.disable=Desactive
manageEntryType.action.moveUp=Increase priority
manageEntryType.action.moveDown=Decrease priority
manageEntryType.action.edit=Edit
manageEntryType.labelName=Entry type Name
manageEntryType.labelIcon=Icon
manageEntryType.button.edit=Save changes

adminFeature.manageEntryType.name=Manage Entry Types
adminFeature.manageEntryType.description=Manage Entry Types

# Anonymisation
anonymization.entry.help=Id entry
anonymization.code.help=Custom code
anonymization.response.help=Id response
anonymization.number.help=Random number
anonymization.guid.help=Random guid
anonymization.prefix.help=Prefix
anonymization.default.help=Default value
anonymization.date.zero.help=1970-01-01
anonymization.date.empty.help=Empty date
anonymization.file.delete.help=Remove file
anonymization.file.replace.help=Replace with empty file
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
################################################################################
# Generic Attributes ResourceBundle properties file

################################################################################
# Plugin infos
plugin.description=Generic attribute management
plugin.provider=Mairie de Paris


message.illogicalDate=the date you entered is not valid. (Expected format\: {0})
message.specifyBothXAndY=You must enter values X and Y for field {0}.

message.error.uploading_file.max_files=You cannot upload more than {0} file(s).
message.error.uploading_file.file_max_size=The file is too big. Its size must not exceed {0}.


entryTypeMyLuteceUser.title=User ID

createEntry.labelAttributeName=Session attribute
createEntry.labelFileMaxSize=File's maximum size (in byte)
createEntry.labelMaxFiles=Number of max files
createEntry.labelConfirmFieldTitle=Title of the confirmation field
createEntry.labelMaxSizeEnter=Maximum width of the text area
createEntry.labelWidth=Width of the text area
createEntry.labelHeight=Height of the text area
createEntry.labelComment=Comment
createEntry.labelTitle=Title
createEntry.labelNumberRows=Rows number
createEntry.labelNumberColumns=Columns number
createEntry.fileType=File type

labelInsertGroup=Insert Group of question


message.numeric.field=The field "{0}" must be numeric.
message.myLuteceAuthentificationRequired=Front-office Authentification required
message.maxLength=Max length for this field is {0}.
message.errorXssField=Characters < > \# & and " are prohibited.
message.errorUniqueField=This field already exists, please type another one.
message.errorConfirmField=The confirmation field must be the same as "{0}".
message.error.uploading_file.session_lost=Your session has been lost. Please try again later.
message.notAnImage=The selected file is not a valid image.
message.unknownError=An unknown error has occured.
message.invalidSqlQuery=The SQL query input is invalid, following error occured when trying to execute \: {0}
message.error.phonenumber=The telephone number is not recognized.
message.error.phonenumber.INVALID_COUNTRY_CODE=Unknown country code.
message.error.phonenumber.NOT_A_NUMBER=The telephone number is not recognized
message.error.phonenumber.TOO_LONG=The telephone number is too long.
message.error.phonenumber.TOO_SHORT_AFTER_IDD=The telephone number is too short.
message.error.phonenumber.TOO_SHORT_NSN=The telephone number is too short.
message.error.unknown.default.region=Unknown default region \: "{0}"

manageEntryType.title=Manage Entry Types
manageEntryType.columnTitle.title=Name
manageEntryType.columnIcon.title=Icon
manageEntryType.columnOrder.title=Order
manageEntryType.columnActive.title=Active
manageEntryType.columnActions.title=Actions
manageEntryType.action.enable=Activate
manageEntryType.action.disable=Desactive
manageEntryType.action.moveUp=Increase priority
manageEntryType.action.moveDown=Decrease priority
manageEntryType.action.edit=Edit
manageEntryType.labelName=Entry type Name
manageEntryType.labelIcon=Icon
manageEntryType.button.edit=Save changes

adminFeature.manageEntryType.name=Manage Entry Types
adminFeature.manageEntryType.description=Manage Entry Types

# Anonymisation
anonymization.entry.help=Id entry
anonymization.code.help=Custom code
anonymization.response.help=Id response
anonymization.number.help=Random number
anonymization.guid.help=Random guid
anonymization.prefix.help=Prefix
anonymization.default.help=Default value
anonymization.date.zero.help=1970-01-01
anonymization.date.empty.help=Empty date
anonymization.file.delete.help=Remove file
anonymization.file.replace.help=Replace with empty file
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
################################################################################
# Generic Attributes ResourceBundle properties file

################################################################################
# Plugin infos
plugin.description=Generic attribute management
plugin.provider=Mairie de Paris


message.illogicalDate=the date you entered is not valid. (Expected format\: {0})
message.specifyBothXAndY=You must enter values X and Y for field {0}.

message.error.uploading_file.max_files=You cannot upload more than {0} file(s).
message.error.uploading_file.file_max_size=The file is too big. Its size must not exceed {0}.


entryTypeMyLuteceUser.title=User ID

createEntry.labelAttributeName=Session attribute
createEntry.labelFileMaxSize=File's maximum size (in byte)
createEntry.labelMaxFiles=Number of max files
createEntry.labelConfirmFieldTitle=Title of the confirmation field
createEntry.labelMaxSizeEnter=Maximum width of the text area
createEntry.labelWidth=Width of the text area
createEntry.labelHeight=Height of the text area
createEntry.labelComment=Comment
createEntry.labelTitle=Title
createEntry.labelNumberRows=Rows number
createEntry.labelNumberColumns=Columns number
createEntry.fileType=File type

labelInsertGroup=Insert Group of question


message.numeric.field=The field "{0}" must be numeric.
message.myLuteceAuthentificationRequired=Front-office Authentification required
message.maxLength=Max length for this field is {0}.
message.errorXssField=Characters < > \# & and " are prohibited.
message.errorUniqueField=This field already exists, please type another one.
message.errorConfirmField=The confirmation field must be the same as "{0}".
message.error.uploading_file.session_lost=Your session has been lost. Please try again later.
message.notAnImage=The selected file is not a valid image.
message.unknownError=An unknown error has occured.
message.invalidSqlQuery=The SQL query input is invalid, following error occured when trying to execute \: {0}
message.error.phonenumber=The telephone number is not recognized.
message.error.phonenumber.INVALID_COUNTRY_CODE=Unknown country code.
message.error.phonenumber.NOT_A_NUMBER=The telephone number is not recognized
message.error.phonenumber.TOO_LONG=The telephone number is too long.
message.error.phonenumber.TOO_SHORT_AFTER_IDD=The telephone number is too short.
message.error.phonenumber.TOO_SHORT_NSN=The telephone number is too short.
message.error.unknown.default.region=Unknown default region \: "{0}"

manageEntryType.title=Manage Entry Types
manageEntryType.columnTitle.title=Name
manageEntryType.columnIcon.title=Icon
manageEntryType.columnOrder.title=Order
manageEntryType.columnActive.title=Active
manageEntryType.columnActions.title=Actions
manageEntryType.action.enable=Activate
manageEntryType.action.disable=Desactive
manageEntryType.action.moveUp=Increase priority
manageEntryType.action.moveDown=Decrease priority
manageEntryType.action.edit=Edit
manageEntryType.labelName=Entry type Name
manageEntryType.labelIcon=Icon
manageEntryType.button.edit=Save changes

adminFeature.manageEntryType.name=Manage Entry Types
adminFeature.manageEntryType.description=Manage Entry Types

# Anonymisation
anonymization.entry.help=Id entry
anonymization.code.help=Custom code
anonymization.response.help=Id response
anonymization.number.help=Random number
anonymization.guid.help=Random guid
anonymization.prefix.help=Prefix
anonymization.default.help=Default value
anonymization.date.zero.help=1970-01-01
anonymization.date.empty.help=Empty date
anonymization.file.delete.help=Remove file
anonymization.file.replace.help=Replace with empty file
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
################################################################################
# Generic Attributes ResourceBundle properties file

################################################################################
# Plugin infos
plugin.description=Generic attribute management
plugin.provider=Mairie de Paris


message.illogicalDate=the date you entered is not valid. (Expected format\: {0})
message.specifyBothXAndY=You must enter values X and Y for field {0}.

message.error.uploading_file.max_files=You cannot upload more than {0} file(s).
message.error.uploading_file.file_max_size=The file is too big. Its size must not exceed {0}.


entryTypeMyLuteceUser.title=User ID

createEntry.labelAttributeName=Session attribute
createEntry.labelFileMaxSize=File's maximum size (in byte)
createEntry.labelMaxFiles=Number of max files
createEntry.labelConfirmFieldTitle=Title of the confirmation field
createEntry.labelMaxSizeEnter=Maximum width of the text area
createEntry.labelWidth=Width of the text area
createEntry.labelHeight=Height of the text area
createEntry.labelComment=Comment
createEntry.labelTitle=Title
createEntry.labelNumberRows=Rows number
createEntry.labelNumberColumns=Columns number
createEntry.fileType=File type

labelInsertGroup=Insert Group of question


message.numeric.field=The field "{0}" must be numeric.
message.myLuteceAuthentificationRequired=Front-office Authentification required
message.maxLength=Max length for this field is {0}.
message.errorXssField=Characters < > \# & and " are prohibited.
message.errorUniqueField=This field already exists, please type another one.
message.errorConfirmField=The confirmation field must be the same as "{0}".
message.error.uploading_file.session_lost=Your session has been lost. Please try again later.
message.notAnImage=The selected file is not a valid image.
message.unknownError=An unknown error has occured.
message.invalidSqlQuery=The SQL query input is invalid, following error occured when trying to execute \: {0}
message.error.phonenumber=The telephone number is not recognized.
message.error.phonenumber.INVALID_COUNTRY_CODE=Unknown country code.
message.error.phonenumber.NOT_A_NUMBER=The telephone number is not recognized
message.error.phonenumber.TOO_LONG=The telephone number is too long.
message.error.phonenumber.TOO_SHORT_AFTER_IDD=The telephone number is too short.
message.error.phonenumber.TOO_SHORT_NSN=The telephone number is too short.
message.error.unknown.default.region=Unknown default region \: "{0}"

manageEntryType.title=Manage Entry Types
manageEntryType.columnTitle.title=Name
manageEntryType.columnIcon.title=Icon
manageEntryType.columnOrder.title=Order
manageEntryType.columnActive.title=Active
manageEntryType.columnActions.title=Actions
manageEntryType.action.enable=Activate
manageEntryType.action.disable=Desactive
manageEntryType.action.moveUp=Increase priority
manageEntryType.action.moveDown=Decrease priority
manageEntryType.action.edit=Edit
manageEntryType.labelName=Entry type Name
manageEntryType.labelIcon=Icon
manageEntryType.button.edit=Save changes

adminFeature.manageEntryType.name=Manage Entry Types
adminFeature.manageEntryType.description=Manage Entry Types

# Anonymisation
anonymization.entry.help=Id entry
anonymization.code.help=Custom code
anonymization.response.help=Id response
anonymization.number.help=Random number
anonymization.guid.help=Random guid
anonymization.prefix.help=Prefix
anonymization.default.help=Default value
anonymization.date.zero.help=1970-01-01
anonymization.date.empty.help=Empty date
anonymization.file.delete.help=Remove file
anonymization.file.replace.help=Replace with empty file
Loading