OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 156
Line 67... Line 67...
67
editFrame.create=Create {element__singularIndefiniteArticle}
67
editFrame.create=Create {element__singularIndefiniteArticle}
68
editFrame.modify=Modify {element__singularIndefiniteArticle}
68
editFrame.modify=Modify {element__singularIndefiniteArticle}
69
editFrame.look=Details of {element__singularIndefiniteArticle}
69
editFrame.look=Details of {element__singularIndefiniteArticle}
70
 
70
 
71
listPanel.cloneToolTip=<html>Allow to duplicate a row.<br>Hold CTRL down to also duplicate the content<br>Hold Shift down to change the location.</html>
71
listPanel.cloneToolTip=<html>Allow to duplicate a row.<br>Hold CTRL down to also duplicate the content<br>Hold Shift down to change the location.</html>
72
listPanel.cloneRows=Do you want to clone {rowCount, plural, one {this row{rec, select, true { and its content} other {}}} other {these # rows{rec, select, true { and their contents} other {}}}} ?
72
listPanel.cloneRows=Do you want to clone {rec, select,\
-
 
73
	true {\
-
 
74
		{rowCount, plural,\
-
 
75
			one {this row and its content ?}\
-
 
76
			other {these # rows and their content ?}\
-
 
77
		}}\
-
 
78
	other {\
-
 
79
		{rowCount, plural,\
-
 
80
			one {this row ?}\
-
 
81
			other {these # rows ?}\
-
 
82
		}}\
-
 
83
	}
73
listPanel.noSelectionOrSort=No selection or list sorted
84
listPanel.noSelectionOrSort=No selection or list sorted
74
listPanel.export=List export
85
listPanel.export=List export
75
listPanel.save=Save the list
86
listPanel.save=Save the list
76
listPanel.wholeList=the whole list
87
listPanel.wholeList=the whole list
77
listPanel.selection=the selection
88
listPanel.selection=the selection
Line 85... Line 96...
85
ilist.lastCol=Cannot hide the last column
96
ilist.lastCol=Cannot hide the last column
86
ilist.lockRows=Lock rows
97
ilist.lockRows=Lock rows
87
ilist.unlockRows=Unlock rows
98
ilist.unlockRows=Unlock rows
88
ilist.metadata={0,choice,0#Modified|1#Created}{1,choice,0#|1# by {2} {3}}{4,choice,0#|1#, {5,date,long} at {5,time,medium}}
99
ilist.metadata={0,choice,0#Modified|1#Created}{1,choice,0#|1# by {2} {3}}{4,choice,0#|1#, {5,date,long} at {5,time,medium}}
89
 
100
 
90
sqlComp.stringValueTooLong=The value is {0} character{0,choice,1#|1<s} too long
101
sqlComp.stringValueTooLong=The value is {0, plural, one {# character too long} other {# characters too long}}
-
 
102
sqlComp.bdTooHigh=Number too high, {0, plural,\
-
 
103
	one {it must have at most # digit before the decimal point ({1} after)}\
91
sqlComp.bdTooHigh=Number too high, it must have at most {0} digit{0,choice,1#|1<s} before the decimal point ({1} after)
104
	other {it must have at most # digits before the decimal point ({1} after)}}
92
sqlComp.invalidItem={0} is invalid{1,choice,0#|1# ({2})}
105
sqlComp.invalidItem={0} is invalid{1,choice,0#|1# ({2})}
93
sqlComp.emptyItem={0} is empty
106
sqlComp.emptyItem={0} is empty
94
sqlComp.insertError=Error while inserting
107
sqlComp.insertError=Error while inserting
95
sqlComp.selectError=Error while displaying {0}
108
sqlComp.selectError=Error while displaying {0}
96
sqlComp.updateError=Error while updating
109
sqlComp.updateError=Error while updating