forked from openframeworks/ofSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathof_messages_en.py
92 lines (50 loc) · 5.7 KB
/
of_messages_en.py
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals
MESSAGES = {
'download': 'download',
'documentation': 'documentation',
'forum': 'forum',
"openFrameworks is an open source C toolkit for creative coding.":
"openFrameworks is an open source C toolkit for creative coding.",
"Grab the most recent release (${currentVersion}) and follow the setup guide to get openFrameworks running.":
"Grab the most recent release (${currentVersion}) and follow the setup guide to get openFrameworks running.",
'Reference for openFrameworks classes, functions and addons. You can also check the <a href="/tutorials">tutorials section<a>.':
'Reference for openFrameworks classes, functions and addons. You can also check the <a href="/tutorials">tutorials section<a>.',
'The forum is a place to meet other people working with openFrameworks. It\'s a place to share your work, or find help solving problems.':
'The forum is a place to meet other people working with openFrameworks. It\'s a place to share your work, or find help solving problems.',
'Latest images': 'Latest images',
'Events': 'Events',
'Latest posts': 'Latest posts',
'twitter': 'twitter',
'github': 'github',
'Tweets about "#openframeworks"': 'Tweets about "#openframeworks"',
'breaking': 'is the most recent release. It has a lot of new features, new interfaces, and some breaking changes, because of that ${currentVersion} is not 100% compatible with older projects.',
'non_breaking': 'is the most recent release. It\'s a minor version, with bugfixes only, so it is fully compatible with projects developed for ${majorVersion} or any newer version.',
'please_see': 'Please see the <a href="https://github.com/openframeworks/openFrameworks/blob/${currentVersion}/CHANGELOG.md">changelog</a> to get an overview of the differences between versions.',
'intro': 'Note: To work with latest OF improvements you can download the <a href="https://github.com/openframeworks/openFrameworks/releases/tag/nightly">OF Nightly Release</a> from Github <p />. To use openFrameworks you will need an IDE, and the setup guide for your platform can walk you through this. Please post any bugs on the <a href="http://github.com/openframeworks/openFrameworks/issues">issues</a> page, and post to the <a href="http://forum.openframeworks.cc">forum</a> if you have any other questions. openFrameworks is distributed under the <a href="../about/license/">MIT License</a>. NOTE: If the Github links below do not work for you, please try the <a href="https://openframeworks.cc/versions/v${currentVersion}/">mirror links here</a>.',
'download_openframeworks': 'download<br/>openFrameworks for',
'setup_guides': 'setup guides',
'mobile': 'openFrameworks for mobile platforms supports the same features as the desktop versions plus mobile specific features like acceleromter, compass, gps...',
'linuxarm': 'openFrameworks for arm boards running linux like Raspberry Pi, Beaglebone (black), Pandaboard, BeagleBoard and others.<br/>We have setup guides for some of the most common boards but it should work on any armv6 and arm64 board.</br></br>',
'instructions': 'We release openFrameworks as an uncompiled library. This means that when you download and unzip openFrameworks, you will see the following folders: \'addons/\', \'apps/\', \'libs/\', and a few more. These folders contain openFrameworks completely, so if you want to keep multiple versions of openFrameworks on your computer you should just create multiple folders. For example, one `of_v${currentVersion}_osx_release/` folder and one `of_v${olderVersion}_osx_release/` folder, each with their own `apps/` folder. Even when new versions of openFrameworks are released, your old apps will still compile with old versions of openFrameworks.<br/><br/>The examples folder is a great place to start. Inside examples you\'ll find a variety of examples that show what is possible with openFrameworks. They demonstrate font loading, graphics, audio input and output, sound file playback and FFT analysis, video grabbing, movie playing, image loading and saving, event handling, serial communication, and much more.',
'other_releases': '<h2>other releases</h2> Older releases of openFrameworks are archived <a href="older/">here</a>. For the absolute latest version of openFrameworks, see the <a href="https://github.com/openframeworks/openFrameworks/">openFrameworks GitHub</a>. If you\'re interested in contributing to openFrameworks, you should fork the GitHub repository and follow the guidelines for the <a href="https://github.com/openframeworks/openFrameworks/wiki/openFrameworks-git-workflow">openFrameworks GitHub workflow</a>.',
'translation': 'translation',
'how-tos': 'how-tos',
'a quick reference for common questions': 'a quick reference for common questions',
'a collection of openFrameworks guides': 'a collection of openFrameworks guides',
'Contribute' : 'Contribute',
'How to improve the documentation': 'How to improve the documentation',
'Getting Started!': 'Getting Started!',
'Download & set up openFrameworks': 'Download & set up openFrameworks',
'Explore the examples': 'Explore the examples',
'Create a new project': 'Create a new project',
'Check out the how-tos!': 'Check out the how-tos!',
'External Resources': 'External Resources',
'Code Liberation OF workshops': 'Code Liberation OF workshops',
'OF video series': 'OF video series',
'ofBook': 'ofBook',
'... and many more! (GitHub wiki)': '... and many more! (GitHub wiki)',
'back to all how-tos': 'back to all how-tos',
'Links to newer original article': 'Links to newer original article',
'(experimental)': '(experimental)',
}