| author | veltr |
| Wed, 05 Sep 2012 14:49:33 +0200 | |
| changeset 36 | d249d36ecc37 |
| parent 34 | 08a366a35143 |
| child 37 | db991a757015 |
| permissions | -rw-r--r-- |
| 5 | 1 |
Rkns.i18n = { |
2 |
en: { |
|
3 |
edit_node: "Edit Node", |
|
4 |
edit_edge: "Edit Edge", |
|
5 |
edit_title: "Title:", |
|
6 |
edit_uri: "URI:", |
|
7 |
edit_description: "Description:", |
|
8 |
edit_from: "From:", |
|
9 |
edit_to: "To:", |
|
| 34 | 10 |
full_screen: "Full Screen", |
11 |
add_node: "Add Node", |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
12 |
add_edge: "Add Edge", |
| 11 | 13 |
created_by: "Created by:", |
14 |
zoom_in: "Zoom In", |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
15 |
zoom_out: "Zoom Out", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
16 |
notif_add_node: "Click on the background canvas to add a node", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
17 |
notif_start_edge: "Click on a first node to start the edge", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
18 |
notif_end_edge: "Click on a second node to complete the edge", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
19 |
search_on_twitter: "Twitter", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
20 |
wiki_fr: "French Wikipedia", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
21 |
wiki_en: "English Wikipedia", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
22 |
wiki_ja: "Japanese Wikipedia", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
23 |
wiki_: "Wikipedia (Other Language)", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
24 |
untitled_project: "Untitled project" |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
25 |
}, |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
26 |
fr: { |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
27 |
edit_node: "Édition d’un nœud", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
28 |
edit_edge: "Édition d’un lien", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
29 |
edit_title: "Titre:", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
30 |
edit_uri: "URI:", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
31 |
edit_description: "Description :", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
32 |
edit_from: "De:", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
33 |
edit_to: "Vers:", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
34 |
full_screen: "Mode plein écran", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
35 |
add_node: "Ajouter un nœud", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
36 |
add_edge: "Ajouter un lien", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
37 |
created_by: "Créé par :", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
38 |
zoom_in: "Agrandir l’échelle", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
39 |
zoom_out: "Rapetisser l’échelle", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
40 |
notif_add_node: "Cliquer sur le fond du graphe pour rajouter un nœud", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
41 |
notif_start_edge: "Cliquer sur un premier nœud pour commencer le lien", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
42 |
notif_end_edge: "Cliquer sur un second nœud pour terminer le lien", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
43 |
search_on_twitter: "Twitter", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
44 |
wiki_fr: "Wikipedia en Français", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
45 |
wiki_en: "Wikipedia en Anglais", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
46 |
wiki_ja: "Wikipedia en Japonais", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
47 |
wiki_: "Wikipedia (Autre langue)", |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
48 |
untitled_project: "Projet sans titre" |
| 5 | 49 |
} |
50 |
} |