Blame view
sources/apps/documents/js/locale.js
1.3 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
t('documents', 'Align Left');
t('documents', 'Alignment');
t('documents', 'Align Right');
t('documents', 'Annotate');
t('documents', 'Background');
t('documents', 'Bold');
t('documents', 'Bottom');
t('documents', 'Cancel');
t('documents', 'Center');
t('documents', 'Clone');
t('documents', 'Clone this Style');
t('documents', 'Close');
t('documents', 'Color');
t('documents', 'Create');
t('documents', 'Decrease Indent');
t('documents', 'Default Style');
t('documents', 'Delete');
t('documents', 'Family');
t('documents', 'Font');
t('documents', 'Font Effects');
t('documents', 'Format');
t('documents', 'Increase Indent');
t('documents', 'Insert Image');
t('documents', 'Invite Members');
t('documents', 'Italic');
t('documents', 'Justified');
t('documents', 'Justify');
t('documents', 'Left');
t('documents', 'Loading');
t('documents', 'Members');
t('documents', 'New Name:');
t('documents', 'OK');
t('documents', 'Open');
t('documents', 'Options');
t('documents', 'Paragraph...');
t('documents', 'Paragraph Styles');
t('documents', 'Redo');
t('documents', 'Right');
t('documents', 'Save');
t('documents', 'Size');
t('documents', 'Spacing');
t('documents', 'Strikethrough');
t('documents', 'Style');
t('documents', 'Text');
t('documents', 'Top');
t('documents', 'Underline');
t('documents', 'Undo');
t('documents', 'Unknown Author');
|