Simple History - Version 1.0.9

Version Description

  • Added French translation
Download this release

Release Info

Developer eskapism
Plugin Icon 128x128 Simple History
Version 1.0.9
Comparing to
See all releases

Code changes from version 1.0.8 to 1.0.9

index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Simple History
4
  Plugin URI: http://eskapism.se/code-playground/simple-history/
5
  Description: Get a log/history/audit log/version history of the changes made by users in WordPress.
6
- Version: 1.0.8
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -27,7 +27,7 @@ License: GPL2
27
 
28
  load_plugin_textdomain('simple-history', false, "/simple-history/languages");
29
 
30
- define( "SIMPLE_HISTORY_VERSION", "1.0.8");
31
  define( "SIMPLE_HISTORY_NAME", "Simple History");
32
  // define( "SIMPLE_HISTORY_URL", WP_PLUGIN_URL . '/simple-history/'); // http://playground.ep/wordpress/wp-content/plugins/simple-history/
33
  define( "SIMPLE_HISTORY_URL", plugins_url() . '/simple-history/'); // http://playground.ep/wordpress/wp-content/plugins/simple-history/
3
  Plugin Name: Simple History
4
  Plugin URI: http://eskapism.se/code-playground/simple-history/
5
  Description: Get a log/history/audit log/version history of the changes made by users in WordPress.
6
+ Version: 1.0.9
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
27
 
28
  load_plugin_textdomain('simple-history', false, "/simple-history/languages");
29
 
30
+ define( "SIMPLE_HISTORY_VERSION", "1.0.9");
31
  define( "SIMPLE_HISTORY_NAME", "Simple History");
32
  // define( "SIMPLE_HISTORY_URL", WP_PLUGIN_URL . '/simple-history/'); // http://playground.ep/wordpress/wp-content/plugins/simple-history/
33
  define( "SIMPLE_HISTORY_URL", plugins_url() . '/simple-history/'); // http://playground.ep/wordpress/wp-content/plugins/simple-history/
languages/simple-history-fr_FR.mo ADDED
Binary file
languages/simple-history-fr_FR.po ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Simple History\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-history\n"
7
+ "POT-Creation-Date: 2012-10-03 19:20:16+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2013-01-31 10:47+0100\n"
12
+ "Last-Translator: Jean-Christophe Brebion <pro@jcbrebion.com>\n"
13
+ "Language-Team: Jean-Christophe BREBION <pro@jcbrebion.com>\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "Language: French\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+
19
+ #: index.php:66
20
+ msgid "approved"
21
+ msgstr "approuvé(e)"
22
+
23
+ #: index.php:67
24
+ msgid "unapproved"
25
+ msgstr "désapprouvé(e)"
26
+
27
+ #: index.php:68
28
+ msgid "marked as spam"
29
+ msgstr "marqué(e) comme spam"
30
+
31
+ #: index.php:69
32
+ msgid "trashed"
33
+ msgstr "placé(e) dans la corbeille"
34
+
35
+ #: index.php:70
36
+ msgid "untrashed"
37
+ msgstr "retiré(e) de la corbeille"
38
+
39
+ #: index.php:71
40
+ msgid "created"
41
+ msgstr "créé(e)"
42
+
43
+ #: index.php:72
44
+ msgid "deleted"
45
+ msgstr "supprimé(e)"
46
+
47
+ #: index.php:73
48
+ msgid "updated"
49
+ msgstr "mis(e) à jour"
50
+
51
+ #: index.php:74
52
+ msgid "nav_menu_item"
53
+ msgstr "élément de menu"
54
+
55
+ #: index.php:75 index.php:1423
56
+ msgid "attachment"
57
+ msgstr "fichier attaché"
58
+
59
+ #: index.php:76 index.php:1456
60
+ msgid "user"
61
+ msgstr "utilisateur"
62
+
63
+ #: index.php:77
64
+ msgid "settings page"
65
+ msgstr "réglages"
66
+
67
+ #: index.php:78
68
+ msgid "edited"
69
+ msgstr "modifié(e)"
70
+
71
+ #: index.php:79
72
+ msgid "comment"
73
+ msgstr "commentaire"
74
+
75
+ #: index.php:80
76
+ msgid "logged in"
77
+ msgstr "connecté"
78
+
79
+ #: index.php:81
80
+ msgid "logged out"
81
+ msgstr "déconnecté"
82
+
83
+ #: index.php:94 index.php:242 index.php:882
84
+ msgid "History"
85
+ msgstr "Historique"
86
+
87
+ #: index.php:154
88
+ msgid "WordPress %1$s"
89
+ msgstr "WordPress %1$s"
90
+
91
+ #: index.php:167 index.php:257
92
+ msgid "Donate"
93
+ msgstr "Faire un don"
94
+
95
+ #: index.php:228 index.php:249
96
+ msgid "Simple History Settings"
97
+ msgstr "Paramètres de Simple History"
98
+
99
+ #: index.php:254
100
+ msgid "Show Simple History"
101
+ msgstr "Afficher Simple History"
102
+
103
+ #: index.php:255 index.php:1584
104
+ msgid "RSS feed"
105
+ msgstr "Flux RSS"
106
+
107
+ #: index.php:256
108
+ msgid "Clear log"
109
+ msgstr "Nettoyer la base de données"
110
+
111
+ #: index.php:297 index.php:340
112
+ msgid "History for %s"
113
+ msgstr "Historique de %s"
114
+
115
+ #: index.php:298 index.php:341
116
+ msgid "WordPress History for %s"
117
+ msgstr "Historique WordPress pour %s"
118
+
119
+ #: index.php:310
120
+ msgid "By %s"
121
+ msgstr "Par %s"
122
+
123
+ #: index.php:314
124
+ msgid "%d occasions"
125
+ msgstr "%d modifications"
126
+
127
+ #: index.php:345
128
+ msgid "Wrong RSS secret"
129
+ msgstr "Paramètre secret du RSS incorrect"
130
+
131
+ #: index.php:346
132
+ msgid ""
133
+ "Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
134
+ "settings for current link to the RSS feed."
135
+ msgstr ""
136
+ "Le paramètre secret pour le flux RSS de Simple History est incorrect. "
137
+ "Veuillez consulter les paramètres WordPress pour obtenir l'adresse actuelle "
138
+ "du flux RSS."
139
+
140
+ #: index.php:366 index.php:1064
141
+ msgid "By all users"
142
+ msgstr "Tous les utilisateurs"
143
+
144
+ #: index.php:415 index.php:1116
145
+ msgid "One item"
146
+ msgid_plural "%1$d items"
147
+ msgstr[0] "Une entrée"
148
+ msgstr[1] "%1$d entrées"
149
+
150
+ #: index.php:456
151
+ msgid "on the dashboard"
152
+ msgstr "sur le Tableau de bord"
153
+
154
+ #: index.php:461
155
+ msgid "as a page under the dashboard menu"
156
+ msgstr "en tant que page sous le menu Tableau de bord"
157
+
158
+ #: index.php:476
159
+ msgid "Cleared database"
160
+ msgstr "Base de données nettoyée."
161
+
162
+ #: index.php:484
163
+ msgid "Items in the database are automatically removed after 60 days."
164
+ msgstr ""
165
+ "Les informations dans la base de données sont supprimées automatiquement "
166
+ "après 60 jours."
167
+
168
+ #: index.php:486
169
+ msgid "Clear it now."
170
+ msgstr "Nettoyer maintenant."
171
+
172
+ #: index.php:500
173
+ msgid ""
174
+ "\n"
175
+ "\t\t\tPlease\n"
176
+ "\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
177
+ "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
178
+ "\t\t\tdonate\n"
179
+ "\t\t\t</a> to support the development of this plugin and to keep it free.\n"
180
+ "\t\t\tThanks!\n"
181
+ "\t\t\t"
182
+ msgstr ""
183
+ "\n"
184
+ "Veuillez <a href=\"http://eskapism.se/sida/donate/?"
185
+ "utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory"
186
+ "\">faire un don</a> pour soutenir le développement de ce plugin et ainsi "
187
+ "préserver sa gratuité. Merci!"
188
+
189
+ #: index.php:536
190
+ msgid "Created new secret RSS adress"
191
+ msgstr "Nouvelle adresse secrète pour le flux RSS créée"
192
+
193
+ #: index.php:547
194
+ msgid ""
195
+ "This is a secret RSS feed for Simple History. Only share the link with "
196
+ "people you trust"
197
+ msgstr ""
198
+ "Ceci est un flux RSS secret pour Simple History, donc ne le communiquez qu'à "
199
+ "des gens de confiance."
200
+
201
+ #: index.php:550
202
+ msgid ""
203
+ "You can <a href='%s'>generate a new address</a> for the RSS feed. This is "
204
+ "useful if you think that the address has fallen into the wrong hands."
205
+ msgstr ""
206
+ "Vous pouvez <a href='%s'>générer une nouvelle adresse</a> pour le flux RSS. "
207
+ "Cela peut s'avérer nécessaire si vous pensez que l'adresse est tombée entre "
208
+ "de mauvaises mains."
209
+
210
+ #: index.php:573 index.php:589 index.php:621
211
+ msgid "From %1$s on %2$s"
212
+ msgstr "De %1$s sur %2$s"
213
+
214
+ #: index.php:975
215
+ msgid "All types"
216
+ msgstr "Tous les types"
217
+
218
+ #: index.php:1083
219
+ msgid "Search"
220
+ msgstr "Rechercher"
221
+
222
+ #: index.php:1120
223
+ msgid "Go to the first page"
224
+ msgstr "Aller à la première page"
225
+
226
+ #: index.php:1121
227
+ msgid "Go to the previous page"
228
+ msgstr "Aller à la page précédente"
229
+
230
+ #: index.php:1122
231
+ msgid "Current page"
232
+ msgstr "Page courante"
233
+
234
+ #: index.php:1123
235
+ msgid "of"
236
+ msgstr "sur"
237
+
238
+ #: index.php:1124
239
+ msgid "Go to the next page"
240
+ msgstr "Aller à la page suivante"
241
+
242
+ #: index.php:1125
243
+ msgid "Go to the last page"
244
+ msgstr "Aller à la dernière page"
245
+
246
+ #: index.php:1385
247
+ msgid "Unknown or deleted user"
248
+ msgstr "Utilisateur supprimé ou inconnu"
249
+
250
+ #: index.php:1506
251
+ msgid "activated"
252
+ msgstr "activé"
253
+
254
+ #: index.php:1509
255
+ msgid "deactivated"
256
+ msgstr "désactivé"
257
+
258
+ #: index.php:1512
259
+ msgid "enabled"
260
+ msgstr "activé"
261
+
262
+ #: index.php:1515
263
+ msgid "disabled"
264
+ msgstr "désactivé"
265
+
266
+ #: index.php:1530
267
+ msgid "<span class=\"when\">%1$s ago</span> by %2$s"
268
+ msgstr "Il y a <span class=\"when\">%1$s</span> par %2$s"
269
+
270
+ #: index.php:1532
271
+ msgid "%s at %s"
272
+ msgstr "%s à %s"
273
+
274
+ #: index.php:1539
275
+ msgid "+ 1 occasion"
276
+ msgstr "+ 1 modification"
277
+
278
+ #: index.php:1542
279
+ msgid "+ %d occasions"
280
+ msgstr "+ %d modifications"
281
+
282
+ #: index.php:1550
283
+ msgid "%s ago (%s at %s)"
284
+ msgstr "il y a %s (%s à %s)"
285
+
286
+ #: index.php:1575
287
+ msgid "Show 5 more"
288
+ msgstr "Afficher 5 supplémentaires"
289
+
290
+ #: index.php:1576
291
+ msgid "Show 15 more"
292
+ msgstr "Afficher 15 supplémentaires"
293
+
294
+ #: index.php:1577
295
+ msgid "Show 50 more"
296
+ msgstr "Afficher 50 supplémentaires"
297
+
298
+ #: index.php:1578
299
+ msgid "Show 100 more"
300
+ msgstr "Afficher 100 supplémentaires"
301
+
302
+ #: index.php:1581
303
+ msgid "Loading..."
304
+ msgstr "Chargement…"
305
+
306
+ #: index.php:1583
307
+ msgid "No matching items found."
308
+ msgstr "Aucun élément correspondant trouvé."
309
+
310
+ #: index.php:1586
311
+ msgid "Show"
312
+ msgstr "Afficher"
313
+
314
+ #: index.php:1605
315
+ msgid "No history items found."
316
+ msgstr "Aucun élément d'historique trouvé."
317
+
318
+ #: index.php:1606
319
+ msgid ""
320
+ "Please note that Simple History only records things that happen after this "
321
+ "plugin have been installed."
322
+ msgstr ""
323
+ "Veuillez noter que Simple History n'enregistre que les événements qui se "
324
+ "sont produits après l'installation du plugin."
325
+
326
+ #: index.php:1619
327
+ msgid "General Settings"
328
+ msgstr "Réglages généraux"
329
+
330
+ #: index.php:1620
331
+ msgid "Writing Settings"
332
+ msgstr "Réglages d'écriture"
333
+
334
+ #: index.php:1621
335
+ msgid "Reading Settings"
336
+ msgstr "Réglages de lecture"
337
+
338
+ #: index.php:1622
339
+ msgid "Discussion Settings"
340
+ msgstr "Réglages de discussion"
341
+
342
+ #: index.php:1623
343
+ msgid "Media Settings"
344
+ msgstr "Réglages des médias"
345
+
346
+ #: index.php:1624
347
+ msgid "Privacy Settings"
348
+ msgstr "Réglages de confidentialité"
349
+
350
+ #: index.php:1640
351
+ msgid "Permalink Settings"
352
+ msgstr "Réglages des permaliens"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://eskapism.se/sida/donate/
4
  Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, cms, dashboard, admin
5
  Requires at least: 3.0
6
  Tested up to: 3.5
7
- Stable tag: 1.0.8
8
 
9
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
10
 
@@ -117,6 +117,9 @@ to only use the secret RSS feed to keep track of the changes on you web site/Wor
117
 
118
  == Changelog ==
119
 
 
 
 
120
  = 1.0.8 =
121
  - Added: filter simple_history_allow_db_purge that is used to determine if the history should be purged/cleaned after 60 days or not. Return false and it will never be cleaned.
122
  - Fixed: fixed a security issue with the RSS feed. User who should not be able to view the feed could get access to it. Please update to this version to keep your change log private!
4
  Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, cms, dashboard, admin
5
  Requires at least: 3.0
6
  Tested up to: 3.5
7
+ Stable tag: 1.0.9
8
 
9
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
10
 
117
 
118
  == Changelog ==
119
 
120
+ = 1.0.9 =
121
+ - Added French translation
122
+
123
  = 1.0.8 =
124
  - Added: filter simple_history_allow_db_purge that is used to determine if the history should be purged/cleaned after 60 days or not. Return false and it will never be cleaned.
125
  - Fixed: fixed a security issue with the RSS feed. User who should not be able to view the feed could get access to it. Please update to this version to keep your change log private!