Version Description
- added French translation by Bertrand Andres
Download this release
Release Info
Developer | eskapism |
Plugin | CMS Tree Page View |
Version | 0.4.9 |
Comparing to | |
See all releases |
Code changes from version 0.4.8 to 0.4.9
- index.php +2 -2
- languages/cms-tree-page-view-fr_FR.mo +0 -0
- languages/cms-tree-page-view-fr_FR.po +130 -0
- readme.txt +3 -0
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: CMS Tree Page View
|
4 |
Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
|
5 |
Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
|
6 |
-
Version: 0.4.
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://eskapism.se/
|
9 |
License: GPL2
|
@@ -30,7 +30,7 @@ require("functions.php");
|
|
30 |
|
31 |
define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
|
32 |
define( "CMS_TPV_NAME", "CMS Tree Page View");
|
33 |
-
define( "CMS_TPV_VERSION", "0.4.
|
34 |
define( "CMS_TPV_PAGE_FILE", "edit-pages.php?page=cms-tpv-pages-page"); // this feels nasty
|
35 |
|
36 |
// on admin init: add styles and scripts
|
3 |
Plugin Name: CMS Tree Page View
|
4 |
Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
|
5 |
Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
|
6 |
+
Version: 0.4.9
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://eskapism.se/
|
9 |
License: GPL2
|
30 |
|
31 |
define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
|
32 |
define( "CMS_TPV_NAME", "CMS Tree Page View");
|
33 |
+
define( "CMS_TPV_VERSION", "0.4.9");
|
34 |
define( "CMS_TPV_PAGE_FILE", "edit-pages.php?page=cms-tpv-pages-page"); // this feels nasty
|
35 |
|
36 |
// on admin init: add styles and scripts
|
languages/cms-tree-page-view-fr_FR.mo
ADDED
Binary file
|
languages/cms-tree-page-view-fr_FR.po
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of the WordPress plugin by .
|
2 |
+
# Copyright (C) 2010
|
3 |
+
# This file is distributed under the same license as the package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: \n"
|
9 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
|
10 |
+
"POT-Creation-Date: 2010-04-14 15:28+0000\n"
|
11 |
+
"PO-Revision-Date: 2010-05-25 10:31+0100\n"
|
12 |
+
"Last-Translator: Bertrand Andres <andres@jcd-dev.fr>\n"
|
13 |
+
"Language-Team: \n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
|
18 |
+
#: functions.php:84
|
19 |
+
msgid "settings"
|
20 |
+
msgstr "paramètres"
|
21 |
+
|
22 |
+
#: functions.php:91
|
23 |
+
msgid "Show tree"
|
24 |
+
msgstr "Voir l'arborescence"
|
25 |
+
|
26 |
+
#: functions.php:95
|
27 |
+
msgid "on the dashboard"
|
28 |
+
msgstr "dans le menu"
|
29 |
+
|
30 |
+
#: functions.php:98
|
31 |
+
msgid "under the pages menu"
|
32 |
+
msgstr "sous les pages du menu"
|
33 |
+
|
34 |
+
#: functions.php:105
|
35 |
+
msgid "Save Changes"
|
36 |
+
msgstr "Enregistrer"
|
37 |
+
|
38 |
+
#: functions.php:127
|
39 |
+
msgid "All"
|
40 |
+
msgstr "Toutes les pages"
|
41 |
+
|
42 |
+
#: functions.php:128
|
43 |
+
msgid "Public"
|
44 |
+
msgstr "Pages publiées"
|
45 |
+
|
46 |
+
#: functions.php:130
|
47 |
+
msgid "Expand"
|
48 |
+
msgstr "Dérouler"
|
49 |
+
|
50 |
+
#: functions.php:131
|
51 |
+
msgid "Collapse"
|
52 |
+
msgstr "Refermer"
|
53 |
+
|
54 |
+
#: functions.php:136
|
55 |
+
msgid "Search"
|
56 |
+
msgstr "Rechercher"
|
57 |
+
|
58 |
+
#: functions.php:137
|
59 |
+
msgid "Searching..."
|
60 |
+
msgstr "Recherche en cours"
|
61 |
+
|
62 |
+
#: functions.php:142
|
63 |
+
msgid "Loading..."
|
64 |
+
msgstr "Chargement en cours"
|
65 |
+
|
66 |
+
#: functions.php:144
|
67 |
+
msgid "Search: no pages found"
|
68 |
+
msgstr "Recherche : aucune page trouvée"
|
69 |
+
|
70 |
+
#: functions.php:146
|
71 |
+
msgid "Loading tree"
|
72 |
+
msgstr "Chargement de l'arborescence"
|
73 |
+
|
74 |
+
#: functions.php:248
|
75 |
+
msgid "<Untitled page>"
|
76 |
+
msgstr "<Sans-titre>"
|
77 |
+
|
78 |
+
#: functions.php:264
|
79 |
+
msgid "Click to edit. Drag to move."
|
80 |
+
msgstr "Cliquez pour modifier, vous pouvez aussi déplacer la page"
|
81 |
+
|
82 |
+
#: functions.php:380
|
83 |
+
msgid "New page"
|
84 |
+
msgstr "Nouvelle page"
|
85 |
+
|
86 |
+
#: scripts/cms_tree_page_view.php:85
|
87 |
+
#: scripts/cms_tree_page_view.php:102
|
88 |
+
msgid "Enter title of new page"
|
89 |
+
msgstr "Saisissez le titre de la page"
|
90 |
+
|
91 |
+
#: scripts/cms_tree_page_view.php:283
|
92 |
+
msgid "child pages"
|
93 |
+
msgstr "Pages sous cette page"
|
94 |
+
|
95 |
+
#: scripts/cms_tree_page_view.php:293
|
96 |
+
msgid "Edit page"
|
97 |
+
msgstr "Modifier la page"
|
98 |
+
|
99 |
+
#: scripts/cms_tree_page_view.php:293
|
100 |
+
msgid "Edit"
|
101 |
+
msgstr "Modifier"
|
102 |
+
|
103 |
+
#: scripts/cms_tree_page_view.php:294
|
104 |
+
msgid "View page"
|
105 |
+
msgstr "Voir la page"
|
106 |
+
|
107 |
+
#: scripts/cms_tree_page_view.php:294
|
108 |
+
msgid "View"
|
109 |
+
msgstr "Voir"
|
110 |
+
|
111 |
+
#: scripts/cms_tree_page_view.php:296
|
112 |
+
msgid "Add page"
|
113 |
+
msgstr "Ajouter une page"
|
114 |
+
|
115 |
+
#: scripts/cms_tree_page_view.php:297
|
116 |
+
msgid "Add new page after"
|
117 |
+
msgstr "Ajouter une page après cette page"
|
118 |
+
|
119 |
+
#: scripts/cms_tree_page_view.php:297
|
120 |
+
msgid "after"
|
121 |
+
msgstr "après"
|
122 |
+
|
123 |
+
#: scripts/cms_tree_page_view.php:298
|
124 |
+
msgid "Add new page inside"
|
125 |
+
msgstr "Ajouter une page sous cette page"
|
126 |
+
|
127 |
+
#: scripts/cms_tree_page_view.php:298
|
128 |
+
msgid "inside"
|
129 |
+
msgstr "sous cette page"
|
130 |
+
|
readme.txt
CHANGED
@@ -44,6 +44,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
|
|
44 |
|
45 |
== Changelog ==
|
46 |
|
|
|
|
|
|
|
47 |
= 0.4.8 =
|
48 |
- added russian translation by Alexufo (www.serebniti.ru)
|
49 |
- fixed a link that didn't change color on mouse over
|
44 |
|
45 |
== Changelog ==
|
46 |
|
47 |
+
= 0.4.9 =
|
48 |
+
- added French translation by Bertrand Andres
|
49 |
+
|
50 |
= 0.4.8 =
|
51 |
- added russian translation by Alexufo (www.serebniti.ru)
|
52 |
- fixed a link that didn't change color on mouse over
|