Version Description
PHP 7 compatability changes, Uses WordPress.org Language Packs for translations, Requires WordPress 4.0.
=
Download this release
Release Info
Developer | dd32 |
Plugin | Revision Control |
Version | 2.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- changelog.txt +92 -0
- langs/default.mo +0 -0
- langs/default.po +0 -210
- langs/revision-control-DE_de.mo +0 -0
- langs/revision-control-DE_de.po +0 -214
- langs/revision-control-by_BY.mo +0 -0
- langs/revision-control-by_BY.po +0 -227
- langs/revision-control-et.mo +0 -0
- langs/revision-control-et.po +0 -250
- langs/revision-control-he_IL.mo +0 -0
- langs/revision-control-he_IL.po +0 -224
- langs/revision-control-it_IT.mo +0 -0
- langs/revision-control-it_IT.po +0 -344
- langs/revision-control-ja.mo +0 -0
- langs/revision-control-ja.po +0 -228
- langs/revision-control-pt_PT.mo +0 -0
- langs/revision-control-pt_PT.po +0 -245
- langs/revision-control-ru_RU.mo +0 -0
- langs/revision-control-ru_RU.po +0 -227
- langs/revision-control.pot +0 -231
- langs/translations.txt +0 -25
- readme.txt +10 -86
- revision-control.php +35 -21
changelog.txt
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Revision Control Changelog ===
|
2 |
+
|
3 |
+
= 2.3.2 =
|
4 |
+
* PHP 7 compatibility
|
5 |
+
* Replaced bundled translations to support Language Packs, see https://translate.wordpress.org/projects/wp-plugins/revision-control
|
6 |
+
|
7 |
+
= 2.3.1 =
|
8 |
+
* PHP compatability changes (PHP Strict mode warnings)
|
9 |
+
* Fix the Revision Restore link (Are you sure you want to do this?)
|
10 |
+
* Bumps the requirement to WordPress 4.0
|
11 |
+
* Added a no-support note.
|
12 |
+
|
13 |
+
= 2.3 =
|
14 |
+
* Revision Control 2.1 in disguise, WordPress.org accidentally released a development version as Version 2.2, This reverts the plugin to how it was with Version 2.1, Sorry everyone! :(
|
15 |
+
|
16 |
+
= 2.2 =
|
17 |
+
* Accidental release, This will become version 3.0 when released.
|
18 |
+
|
19 |
+
= 2.1 =
|
20 |
+
* Belorussian Translation from MarcisG
|
21 |
+
* Bugfix: Delete Taxonomy relations for Revisions upon revision deletion
|
22 |
+
* Bigfix: Compare/Delete toggling
|
23 |
+
* Correct styling for WordPress 3.2+
|
24 |
+
|
25 |
+
= 2.0.1 =
|
26 |
+
* Small IE bug fix, Table formatting was a bit wacky.
|
27 |
+
* RECALLED update, Had brought up some issues in other browsers
|
28 |
+
|
29 |
+
= 2.0 =
|
30 |
+
* Rewrite from scratch(99%) utilising 2.9 only functionality
|
31 |
+
* Better support for custom post types, Next release will finialise it in line with WordPress 3.0 development
|
32 |
+
* Storing of Taxonomy changes in revisions (eg. You can see that TagX was added, while Category Z was removed.)
|
33 |
+
* Translations:
|
34 |
+
* German Translation from Tux
|
35 |
+
* Hebrew Translation from Elad Salomons - http://elad.blogli.co.il
|
36 |
+
* Russian Translation from Lecactus
|
37 |
+
* Italian Translation from Stefano Aglietti
|
38 |
+
* Estonian Translation from Lembit
|
39 |
+
* Japanese Translation from Tai
|
40 |
+
|
41 |
+
= 2.0-pre =
|
42 |
+
* Swedish Translation from Linus
|
43 |
+
* Estonian Translation from "Lembit Kivisik" <lembit@designux.com>
|
44 |
+
|
45 |
+
= 1.9.x =
|
46 |
+
* Belorussian translation from Marcis
|
47 |
+
|
48 |
+
= 1.9.7 =
|
49 |
+
* 1.9.2, 1.9.3, 1.9.5 all seem screwy, Something was wrong with my SVN client, it was commiting from a previous revision and not my current revision...
|
50 |
+
* 2.8.1 compatibility
|
51 |
+
|
52 |
+
= 1.9.1 =
|
53 |
+
* Small bugfixes
|
54 |
+
|
55 |
+
= 1.9 =
|
56 |
+
* Spanish Translation from Alejandro
|
57 |
+
* Turkish Translation from Semih
|
58 |
+
* Latvian Translation from Rolands
|
59 |
+
* Fix 'Disabled' per-object checkbox
|
60 |
+
* Introduce DD32's common data class, Adds Update version changelog functionality
|
61 |
+
* WP 2.7 compatibility, This is mainly a maintanence release until version 2.0 is fully finalised.
|
62 |
+
|
63 |
+
= 1.8 =
|
64 |
+
* German Translation from Tux
|
65 |
+
* Czech Translation from Pavel
|
66 |
+
* Dutch Translation from Steven
|
67 |
+
* Russian Translation from Кактус
|
68 |
+
* French Translation from David
|
69 |
+
* Bug fix: Limit revisions dropdown sticks to 2 revisions on admin panel.
|
70 |
+
* No features added.
|
71 |
+
|
72 |
+
= 1.7 =
|
73 |
+
* Fix a bug with Firefox stealing the focus on the Revision limit drop-down, Thanks Viper007Bond
|
74 |
+
* Added HeBrew translation, Thanks Elad!
|
75 |
+
* No features added.
|
76 |
+
|
77 |
+
= 1.6 =
|
78 |
+
* oops, Forgot something from 1.5: If you set the page/posts's option to the *same* as the default, Then the per-page option is now forgotten.
|
79 |
+
|
80 |
+
= 1.5 =
|
81 |
+
* Skipped 1.4
|
82 |
+
* Sticking option values should finally be fixed.
|
83 |
+
* Thanks to Translators, Apologies to Translators for releasing 1.5 with changes before getting updated lang files
|
84 |
+
|
85 |
+
= 1.1, 1.2, 1.3 =
|
86 |
+
* Italian & Japanese Translations
|
87 |
+
* Allows Deletion of a Single revision via the Revisions post box
|
88 |
+
* The global setting has been divded into Posts and Pages, The setting should now stick past a page load
|
89 |
+
* The per-post setting should now correctly work again (After a bug introduced in 1.2)
|
90 |
+
|
91 |
+
= 1.0 =
|
92 |
+
* Initial Release
|
langs/default.mo
DELETED
Binary file
|
langs/default.po
DELETED
@@ -1,210 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: \n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
5 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Dion Hulse <contact@dd32.id.au>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
13 |
-
|
14 |
-
#: revision-control.php:53
|
15 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
16 |
-
msgstr ""
|
17 |
-
|
18 |
-
#: revision-control.php:54
|
19 |
-
msgid ""
|
20 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
21 |
-
"Continue?"
|
22 |
-
msgstr ""
|
23 |
-
|
24 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
25 |
-
#. Plugin Name of an extension
|
26 |
-
#: revision-control.php:69
|
27 |
-
msgid "Revision Control"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: revision-control.php:69
|
31 |
-
msgid "Revisions"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: revision-control.php:79
|
35 |
-
msgid "Post Revisions"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: revision-control.php:226
|
39 |
-
msgid "Default Revision Settings"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: revision-control.php:227
|
43 |
-
msgid "Unlimited number of Revisions"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: revision-control.php:228
|
47 |
-
msgid "Do not store Revisions"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: revision-control.php:236
|
51 |
-
#: revision-control.php:239
|
52 |
-
#: revision-control.php:244
|
53 |
-
#, php-format
|
54 |
-
msgid "Maximum %s Revision stored"
|
55 |
-
msgid_plural "Maximum %s Revisions stored"
|
56 |
-
msgstr[0] ""
|
57 |
-
msgstr[1] ""
|
58 |
-
|
59 |
-
#: revision-control.php:382
|
60 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: revision-control.php:392
|
64 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: revision-control.php:394
|
68 |
-
#, php-format
|
69 |
-
msgid "Compare Revisions of “%1$s”"
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: revision-control.php:410
|
73 |
-
#, php-format
|
74 |
-
msgid "Older: %s"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: revision-control.php:411
|
78 |
-
#, php-format
|
79 |
-
msgid "Newer: %s"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: revision-control.php:449
|
83 |
-
msgid "These Revisions are identical."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: revision-control.php:453
|
87 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: revision-control.php:480
|
91 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: revision-control.php:489
|
95 |
-
msgid "Switch between Compare/Delete modes"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: revision-control.php:489
|
99 |
-
msgid "Compare Delete"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: revision-control.php:490
|
103 |
-
msgid "Date Created"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: revision-control.php:491
|
107 |
-
msgid "Author"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: revision-control.php:492
|
111 |
-
msgid "Actions"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: revision-control.php:498
|
115 |
-
#, php-format
|
116 |
-
msgctxt "post revision 1:datetime, 2:name"
|
117 |
-
msgid "%1$s by %2$s"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: revision-control.php:516
|
121 |
-
#: revision-control.php:651
|
122 |
-
msgid "Post"
|
123 |
-
msgid_plural "Posts"
|
124 |
-
msgstr[0] ""
|
125 |
-
msgstr[1] ""
|
126 |
-
|
127 |
-
#: revision-control.php:518
|
128 |
-
#: revision-control.php:653
|
129 |
-
msgid "Page"
|
130 |
-
msgid_plural "Pages"
|
131 |
-
msgstr[0] ""
|
132 |
-
msgstr[1] ""
|
133 |
-
|
134 |
-
#: revision-control.php:520
|
135 |
-
#, php-format
|
136 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
137 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: revision-control.php:548
|
141 |
-
msgid "Restore"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: revision-control.php:549
|
145 |
-
msgid "Remove"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: revision-control.php:578
|
149 |
-
msgid "Delete"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: revision-control.php:579
|
153 |
-
msgid "Compare"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: revision-control.php:583
|
157 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: revision-control.php:598
|
161 |
-
#, php-format
|
162 |
-
msgid "Currently storing a maximum of %s Revision"
|
163 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
164 |
-
msgstr[0] ""
|
165 |
-
msgstr[1] ""
|
166 |
-
|
167 |
-
#: revision-control.php:600
|
168 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: revision-control.php:602
|
172 |
-
msgid "Not storing any Revisions"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: revision-control.php:629
|
176 |
-
msgid "Revision Control Options"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: revision-control.php:630
|
180 |
-
msgid "Default revision status for <em>Post Types</em>"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: revision-control.php:641
|
184 |
-
msgid "Default Revision Status"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: revision-control.php:672
|
188 |
-
msgid "Revision Range"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: revision-control.php:674
|
192 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: revision-control.php:680
|
196 |
-
msgid "Save Changes"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#. Plugin URI of an extension
|
200 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#. Description of an extension
|
204 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#. Author of an extension
|
208 |
-
msgid "Dion Hulse"
|
209 |
-
msgstr ""
|
210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-DE_de.mo
DELETED
Binary file
|
langs/revision-control-DE_de.po
DELETED
@@ -1,214 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Revision Control 2.0\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
5 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Dion Hulse <contact@dd32.id.au>\n"
|
8 |
-
"Language-Team: Sven Knurr <der_tuxman@arcor.de>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
13 |
-
"X-Poedit-Language: German\n"
|
14 |
-
"X-Poedit-Country: GERMANY\n"
|
15 |
-
|
16 |
-
#: revision-control.php:53
|
17 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
18 |
-
msgstr "Sind Sie sich sicher, dass Sie die ausgewählten Versionen löschen möchten?"
|
19 |
-
|
20 |
-
#: revision-control.php:54
|
21 |
-
msgid ""
|
22 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
23 |
-
"Continue?"
|
24 |
-
msgstr ""
|
25 |
-
"Warnung: Das Entsperren dieses Artikels wird die letzte Version veröffentlichen!\\n"
|
26 |
-
"Fortfahren?"
|
27 |
-
|
28 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
29 |
-
#. Plugin Name of an extension
|
30 |
-
#: revision-control.php:69
|
31 |
-
msgid "Revision Control"
|
32 |
-
msgstr "Versionsverwaltung"
|
33 |
-
|
34 |
-
#: revision-control.php:69
|
35 |
-
msgid "Revisions"
|
36 |
-
msgstr "Versionen"
|
37 |
-
|
38 |
-
#: revision-control.php:79
|
39 |
-
msgid "Post Revisions"
|
40 |
-
msgstr "Artikelversionen"
|
41 |
-
|
42 |
-
#: revision-control.php:226
|
43 |
-
msgid "Default Revision Settings"
|
44 |
-
msgstr "Standard-Versionseinstellungen"
|
45 |
-
|
46 |
-
#: revision-control.php:227
|
47 |
-
msgid "Unlimited number of Revisions"
|
48 |
-
msgstr "Unbegrenzte Anzahl an Versionen"
|
49 |
-
|
50 |
-
#: revision-control.php:228
|
51 |
-
msgid "Do not store Revisions"
|
52 |
-
msgstr "Versionen nicht speichern"
|
53 |
-
|
54 |
-
#: revision-control.php:236
|
55 |
-
#: revision-control.php:239
|
56 |
-
#: revision-control.php:244
|
57 |
-
#, php-format
|
58 |
-
msgid "Maximum %s Revision stored"
|
59 |
-
msgid_plural "Maximum %s Revisions stored"
|
60 |
-
msgstr[0] "Maximal eine Version gespeichert"
|
61 |
-
msgstr[1] "Maximal %s Versionen gespeichert"
|
62 |
-
|
63 |
-
#: revision-control.php:382
|
64 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
65 |
-
msgstr "Entschuldigung, aber Sie können nicht zueinander gehörende Versionen nicht miteinander vergleichen."
|
66 |
-
|
67 |
-
#: revision-control.php:392
|
68 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
69 |
-
msgstr "Entschuldigung, aber Sie können eine Version nicht mit sich selbst vergleichen."
|
70 |
-
|
71 |
-
#: revision-control.php:394
|
72 |
-
#, php-format
|
73 |
-
msgid "Compare Revisions of “%1$s”"
|
74 |
-
msgstr "Vergleiche Versionen von “%1$s”"
|
75 |
-
|
76 |
-
#: revision-control.php:410
|
77 |
-
#, php-format
|
78 |
-
msgid "Older: %s"
|
79 |
-
msgstr "Älter: %s"
|
80 |
-
|
81 |
-
#: revision-control.php:411
|
82 |
-
#, php-format
|
83 |
-
msgid "Newer: %s"
|
84 |
-
msgstr "Neuer: %s"
|
85 |
-
|
86 |
-
#: revision-control.php:449
|
87 |
-
msgid "These Revisions are identical."
|
88 |
-
msgstr "Diese Versionen sind identisch."
|
89 |
-
|
90 |
-
#: revision-control.php:453
|
91 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
92 |
-
msgstr "<em>Bitte beachten Sie:</em> Derzeit werden, obwohl Taxonomien <em>(Tags / Kategorien / eigene Taxonomien)</em> mit den Versionen gespeichert werden, diese Taxonomien beim Wiederherstellen einer Version <strong>nicht</strong> ebenfalls wiederherstellen."
|
93 |
-
|
94 |
-
#: revision-control.php:480
|
95 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
96 |
-
msgstr "<strong>Bitte beachten Sie:</strong>: Dieses Modul benötigt Javascript."
|
97 |
-
|
98 |
-
#: revision-control.php:489
|
99 |
-
msgid "Switch between Compare/Delete modes"
|
100 |
-
msgstr "Zwischen Vergleichs- und Löschmodus umschalten"
|
101 |
-
|
102 |
-
#: revision-control.php:489
|
103 |
-
msgid "Compare Delete"
|
104 |
-
msgstr "Vergleichen/Löschen"
|
105 |
-
|
106 |
-
#: revision-control.php:490
|
107 |
-
msgid "Date Created"
|
108 |
-
msgstr "Erstelldatum"
|
109 |
-
|
110 |
-
#: revision-control.php:491
|
111 |
-
msgid "Author"
|
112 |
-
msgstr "Verfasser"
|
113 |
-
|
114 |
-
#: revision-control.php:492
|
115 |
-
msgid "Actions"
|
116 |
-
msgstr "Aktionen"
|
117 |
-
|
118 |
-
#: revision-control.php:498
|
119 |
-
#, php-format
|
120 |
-
msgctxt "post revision 1:datetime, 2:name"
|
121 |
-
msgid "%1$s by %2$s"
|
122 |
-
msgstr "am %1$s von %2$s"
|
123 |
-
|
124 |
-
#: revision-control.php:516
|
125 |
-
#: revision-control.php:651
|
126 |
-
msgid "Post"
|
127 |
-
msgid_plural "Posts"
|
128 |
-
msgstr[0] "Beitrag"
|
129 |
-
msgstr[1] "Beiträge"
|
130 |
-
|
131 |
-
#: revision-control.php:518
|
132 |
-
#: revision-control.php:653
|
133 |
-
msgid "Page"
|
134 |
-
msgid_plural "Pages"
|
135 |
-
msgstr[0] "Seite"
|
136 |
-
msgstr[1] "Seiten"
|
137 |
-
|
138 |
-
#: revision-control.php:520
|
139 |
-
#, php-format
|
140 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
141 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
142 |
-
msgstr "Versionen sind derzeit für %s aktiviert. Jedoch sind derzeit keine automatischen Sicherungen oder Versionen erstellt.<br />Sie werden hier nach dem Speichern aufgelistet. Frohes Schreiben!"
|
143 |
-
|
144 |
-
#: revision-control.php:548
|
145 |
-
msgid "Restore"
|
146 |
-
msgstr "Wiederherstellen"
|
147 |
-
|
148 |
-
#: revision-control.php:549
|
149 |
-
msgid "Remove"
|
150 |
-
msgstr "Entfernen"
|
151 |
-
|
152 |
-
#: revision-control.php:578
|
153 |
-
msgid "Delete"
|
154 |
-
msgstr "Löschen"
|
155 |
-
|
156 |
-
#: revision-control.php:579
|
157 |
-
msgid "Compare"
|
158 |
-
msgstr "Vergleichen"
|
159 |
-
|
160 |
-
#: revision-control.php:583
|
161 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
162 |
-
msgstr "<strong>Fehler:</strong> <code>WP_POST_REVISIONS</code> ist in Ihrer <code>wp-config.php</code> definiert. Die <em>Versionskontrolle</em> kann nicht arbeiten."
|
163 |
-
|
164 |
-
#: revision-control.php:598
|
165 |
-
#, php-format
|
166 |
-
msgid "Currently storing a maximum of %s Revision"
|
167 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
168 |
-
msgstr[0] "Derzeit wird maximal eine Version gespeichert"
|
169 |
-
msgstr[1] "Derzeit werden maximal %s Versionen gespeichert"
|
170 |
-
|
171 |
-
#: revision-control.php:600
|
172 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
173 |
-
msgstr "Derzeit werden unbegrenzt viele Versionen gespeichert"
|
174 |
-
|
175 |
-
#: revision-control.php:602
|
176 |
-
msgid "Not storing any Revisions"
|
177 |
-
msgstr "Derzeit werden keine Versionen gespeichert"
|
178 |
-
|
179 |
-
#: revision-control.php:629
|
180 |
-
msgid "Revision Control Options"
|
181 |
-
msgstr "Optionen für die Versionskontrolle"
|
182 |
-
|
183 |
-
#: revision-control.php:630
|
184 |
-
msgid "Default revision status for <em>Post Types</em>"
|
185 |
-
msgstr "Standardversionsstatus für <em>Artikeltypen</em>"
|
186 |
-
|
187 |
-
#: revision-control.php:641
|
188 |
-
msgid "Default Revision Status"
|
189 |
-
msgstr "Standardversionsstatus"
|
190 |
-
|
191 |
-
#: revision-control.php:672
|
192 |
-
msgid "Revision Range"
|
193 |
-
msgstr "Versionsbereich"
|
194 |
-
|
195 |
-
#: revision-control.php:674
|
196 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
197 |
-
msgstr "<em><strong>Hinweis:</strong> Dieses Feld ist speziell. Es steuert, was in den <code><select></code>-Feldern der Versionskontrolle erscheint.<br /> Die grundlegende Syntax hiervon ist einfach, Felder werden durch Kommata getrennt.<br /> Ein Feld kann entweder eine Zahl ODER ein Bereich sein.<br /> Beispiel: <strong>1,5</strong> zeigt 1 Version und 5 Versionen an. <strong>1..5</strong> hingegen wird 1.. 2.. 3.. 4.. 5.. Versionen anzeigen.<br /> <strong>Im Zweifel dieses Feld leer lassen.</strong></em>"
|
198 |
-
|
199 |
-
#: revision-control.php:680
|
200 |
-
msgid "Save Changes"
|
201 |
-
msgstr "Änderungen speichern"
|
202 |
-
|
203 |
-
#. Plugin URI of an extension
|
204 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
205 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
206 |
-
|
207 |
-
#. Description of an extension
|
208 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
209 |
-
msgstr "Erlaubt eine detailliertere Kontrolle über die Anzahl an Versionen, die globaloder pro Typ/Seite gespeichert werden."
|
210 |
-
|
211 |
-
#. Author of an extension
|
212 |
-
msgid "Dion Hulse"
|
213 |
-
msgstr "Dion Hulse"
|
214 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-by_BY.mo
DELETED
Binary file
|
langs/revision-control-by_BY.po
DELETED
@@ -1,227 +0,0 @@
|
|
1 |
-
# Translation of the WordPress plugin Revision Control 2.0-beta by Dion Hulse.
|
2 |
-
# Copyright (C) 2010 Dion Hulse
|
3 |
-
# This file is distributed under the same license as the Revision Control package.
|
4 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
-
#
|
6 |
-
msgid ""
|
7 |
-
msgstr ""
|
8 |
-
"Project-Id-Version: Revision Control 2.0-beta\n"
|
9 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
10 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
11 |
-
"PO-Revision-Date: 2010-03-14 08:29+0300\n"
|
12 |
-
"Last-Translator: FatCow <zhr@tut.by>\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 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18 |
-
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;_n:1,2\n"
|
19 |
-
|
20 |
-
#: revision-control.php:53
|
21 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
22 |
-
msgstr "Вы ўпэўненыя што жадаеце выдаліць гэтую рэвізію? "
|
23 |
-
|
24 |
-
#: revision-control.php:54
|
25 |
-
msgid ""
|
26 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
27 |
-
"Continue?"
|
28 |
-
msgstr "Warning: Unlocking this post will cause the latest revision to be published! \\n"
|
29 |
-
|
30 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
31 |
-
#. Plugin Name of an extension
|
32 |
-
#: revision-control.php:69
|
33 |
-
msgid "Revision Control"
|
34 |
-
msgstr "Кіраванне рэвізіямі"
|
35 |
-
|
36 |
-
#: revision-control.php:69
|
37 |
-
msgid "Revisions"
|
38 |
-
msgstr "Рэвізіі"
|
39 |
-
|
40 |
-
#: revision-control.php:79
|
41 |
-
msgid "Post Revisions"
|
42 |
-
msgstr "Рэвізіі запісу"
|
43 |
-
|
44 |
-
#: revision-control.php:226
|
45 |
-
msgid "Default Revision Settings"
|
46 |
-
msgstr "Статут рэвізій па змаўчанні для старонак "
|
47 |
-
|
48 |
-
#: revision-control.php:227
|
49 |
-
msgid "Unlimited number of Revisions"
|
50 |
-
msgstr "Абмежаваць да %d рэвізій "
|
51 |
-
|
52 |
-
#: revision-control.php:228
|
53 |
-
msgid "Do not store Revisions"
|
54 |
-
msgstr "Рэвізіі запісу "
|
55 |
-
|
56 |
-
#: revision-control.php:236
|
57 |
-
#: revision-control.php:239
|
58 |
-
#: revision-control.php:244
|
59 |
-
#, php-format
|
60 |
-
msgid "Maximum %s Revision stored"
|
61 |
-
msgid_plural "Maximum %s Revisions stored"
|
62 |
-
msgstr[0] "Максимальный %s пересмотры хранить"
|
63 |
-
msgstr[1] "Максимальный %s пересмотры хранить"
|
64 |
-
|
65 |
-
#: revision-control.php:382
|
66 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
67 |
-
msgstr "Извините, но вы сравните наклоняю связаны ревизии."
|
68 |
-
|
69 |
-
#: revision-control.php:392
|
70 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
71 |
-
msgstr "Извините, но вы сравните наклоняю Редакция себя."
|
72 |
-
|
73 |
-
#: revision-control.php:394
|
74 |
-
#, php-format
|
75 |
-
msgid "Compare Revisions of “%1$s”"
|
76 |
-
msgstr "Сравните c “%1$s”"
|
77 |
-
|
78 |
-
#: revision-control.php:410
|
79 |
-
#, php-format
|
80 |
-
msgid "Older: %s"
|
81 |
-
msgstr "Порядок: %s"
|
82 |
-
|
83 |
-
#: revision-control.php:411
|
84 |
-
#, php-format
|
85 |
-
msgid "Newer: %s"
|
86 |
-
msgstr "Никогда: %s"
|
87 |
-
|
88 |
-
#: revision-control.php:449
|
89 |
-
msgid "These Revisions are identical."
|
90 |
-
msgstr "Эти изменения являются идентичными."
|
91 |
-
|
92 |
-
#: revision-control.php:453
|
93 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
94 |
-
msgstr "<em>Обратите внимание:</em> в настоящее время, хотя Таксономии <em>(Метки / категории / Таможенные Таксономии)</em> хранятся с изменениями, восстановления Редакция <strong>не</strong> будет восстановить таксономии в настоящее время."
|
95 |
-
|
96 |
-
#: revision-control.php:480
|
97 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
98 |
-
msgstr "<strong>Обратите внимание:</strong> этот модуль не требует использования JavaScript."
|
99 |
-
|
100 |
-
#: revision-control.php:489
|
101 |
-
msgid "Switch between Compare/Delete modes"
|
102 |
-
msgstr "Переключение между Сравнение / Удалить режимов"
|
103 |
-
|
104 |
-
#: revision-control.php:489
|
105 |
-
msgid "Compare Delete"
|
106 |
-
msgstr "Сравнить Удалить"
|
107 |
-
|
108 |
-
#: revision-control.php:490
|
109 |
-
msgid "Date Created"
|
110 |
-
msgstr "Дата создания"
|
111 |
-
|
112 |
-
#: revision-control.php:491
|
113 |
-
msgid "Author"
|
114 |
-
msgstr "Автор"
|
115 |
-
|
116 |
-
#: revision-control.php:492
|
117 |
-
msgid "Actions"
|
118 |
-
msgstr "Действия"
|
119 |
-
|
120 |
-
#: revision-control.php:498
|
121 |
-
#, php-format
|
122 |
-
msgctxt "post revision 1:datetime, 2:name"
|
123 |
-
msgid "%1$s by %2$s"
|
124 |
-
msgstr "%1$s от %2$s"
|
125 |
-
|
126 |
-
#: revision-control.php:516
|
127 |
-
#: revision-control.php:651
|
128 |
-
msgid "Post"
|
129 |
-
msgid_plural "Posts"
|
130 |
-
msgstr[0] "Пост"
|
131 |
-
msgstr[1] "Посты"
|
132 |
-
|
133 |
-
#: revision-control.php:518
|
134 |
-
#: revision-control.php:653
|
135 |
-
msgid "Page"
|
136 |
-
msgid_plural "Pages"
|
137 |
-
msgstr[0] "Страница"
|
138 |
-
msgstr[1] "Страницы"
|
139 |
-
|
140 |
-
#: revision-control.php:520
|
141 |
-
#, php-format
|
142 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
143 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
144 |
-
msgstr "Пересмотры в настоящее время включен в%s, Однако в настоящее время нет автосохранения или изменения создали.<br />Они будут перечислены здесь После сохранения. Happy писать!"
|
145 |
-
|
146 |
-
#: revision-control.php:548
|
147 |
-
msgid "Restore"
|
148 |
-
msgstr "Восстановить"
|
149 |
-
|
150 |
-
#: revision-control.php:549
|
151 |
-
msgid "Remove"
|
152 |
-
msgstr "Удалить"
|
153 |
-
|
154 |
-
#: revision-control.php:578
|
155 |
-
msgid "Delete"
|
156 |
-
msgstr "(выдаліць) "
|
157 |
-
|
158 |
-
#: revision-control.php:579
|
159 |
-
msgid "Compare"
|
160 |
-
msgstr "Сравнить"
|
161 |
-
|
162 |
-
#: revision-control.php:583
|
163 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
164 |
-
msgstr "<strong>Памылка:</strong> Вы вызначылі <code>WP_POST_REVISIONS</code> у вашым файле <code>wp-config.php</code>. Каб выкарыстаць гэтая ўбудова, вы павінны выдаліць/закаментаваць гэты радок. "
|
165 |
-
|
166 |
-
#: revision-control.php:598
|
167 |
-
#, php-format
|
168 |
-
msgid "Currently storing a maximum of %s Revision"
|
169 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
170 |
-
msgstr[0] "В настоящее время хранения максимум %s Пересмотры"
|
171 |
-
msgstr[1] "В настоящее время хранения максимум %s Пересмотры"
|
172 |
-
|
173 |
-
#: revision-control.php:600
|
174 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
175 |
-
msgstr "В настоящее время хранения числа неограниченно пересмотров"
|
176 |
-
|
177 |
-
#: revision-control.php:602
|
178 |
-
msgid "Not storing any Revisions"
|
179 |
-
msgstr "Рэвізіі запісу "
|
180 |
-
|
181 |
-
#: revision-control.php:629
|
182 |
-
msgid "Revision Control Options"
|
183 |
-
msgstr "Кіраванне рэвізіямі "
|
184 |
-
|
185 |
-
#: revision-control.php:630
|
186 |
-
msgid "Default revision status for <em>Post Types</em>"
|
187 |
-
msgstr "Статут рэвізій па змаўчанні для запісаў "
|
188 |
-
|
189 |
-
#: revision-control.php:641
|
190 |
-
msgid "Default Revision Status"
|
191 |
-
msgstr "Статут рэвізій па змаўчанні для запісаў "
|
192 |
-
|
193 |
-
#: revision-control.php:672
|
194 |
-
msgid "Revision Range"
|
195 |
-
msgstr "Рэвізіі "
|
196 |
-
|
197 |
-
#: revision-control.php:674
|
198 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
199 |
-
msgstr "<em><strong>Примечание:</strong> Это поле является особенным. Он управляет тем, что появляется в Редакция Функции</em><code><select></code> fields.<br />Основной синтаксис этого проста, полей, разделенных запятыми.<br /> Поле может быть либо номер или диапазон. <br /> Например: <strong>1,5</strong> отображает Редакция 1, 5 и ревизии. <strong>1 .. 5,</strong> с другой стороны, проявят 1 .. 2 .. 3 .. 4 .. 5 .. Пересмотр. <br /> <strong>Если сомневаетесь, оставьте это поле в одиночку.</strong>"
|
200 |
-
|
201 |
-
#: revision-control.php:680
|
202 |
-
msgid "Save Changes"
|
203 |
-
msgstr "Захаваць змены"
|
204 |
-
|
205 |
-
#. Plugin URI of an extension
|
206 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
207 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
208 |
-
|
209 |
-
#. Description of an extension
|
210 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
211 |
-
msgstr "Возможность более полного контроля над ряд изменений, хранящиеся на глобальном & per-type/page основе."
|
212 |
-
|
213 |
-
#. Author of an extension
|
214 |
-
msgid "Dion Hulse"
|
215 |
-
msgstr "Dion Hulse"
|
216 |
-
|
217 |
-
#~ msgid "Enabled"
|
218 |
-
#~ msgstr "Уключана"
|
219 |
-
|
220 |
-
#~ msgid " (default)"
|
221 |
-
#~ msgstr "(па змаўчанні)"
|
222 |
-
|
223 |
-
#~ msgid "Disabled"
|
224 |
-
#~ msgstr "Адключана"
|
225 |
-
|
226 |
-
#~ msgid "Settings saved."
|
227 |
-
#~ msgstr "Налады захаваныя."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-et.mo
DELETED
Binary file
|
langs/revision-control-et.po
DELETED
@@ -1,250 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Revision Control ET\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
5 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Lembit Kivisik <lembit@designux.com>\n"
|
8 |
-
"Language-Team: Lembit Kivisik <lembit@designux.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-Language: Estonian\n"
|
13 |
-
"X-Poedit-Country: ESTONIA\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;esc_attr_e;esc_attr__;_n\n"
|
17 |
-
"X-Poedit-Basepath: .\n"
|
18 |
-
"X-Poedit-SearchPath-0: ..\n"
|
19 |
-
|
20 |
-
#: revision-control.php:53
|
21 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
22 |
-
msgstr "Oled kindel, et soovid valitud versioonid kustutada?"
|
23 |
-
|
24 |
-
#: revision-control.php:54
|
25 |
-
msgid ""
|
26 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
27 |
-
"Continue?"
|
28 |
-
msgstr ""
|
29 |
-
"Hoiatus: avaldatakse kõige värskem versioon!\\n"
|
30 |
-
"Jätkan?"
|
31 |
-
|
32 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
33 |
-
#. Plugin Name of an extension
|
34 |
-
#: revision-control.php:69
|
35 |
-
msgid "Revision Control"
|
36 |
-
msgstr "Versioonihaldus"
|
37 |
-
|
38 |
-
# Seaded menüü
|
39 |
-
#: revision-control.php:69
|
40 |
-
msgid "Revisions"
|
41 |
-
msgstr "Revisions"
|
42 |
-
|
43 |
-
# Ekraaniseaded
|
44 |
-
#: revision-control.php:79
|
45 |
-
msgid "Post Revisions"
|
46 |
-
msgstr "Versioonid"
|
47 |
-
|
48 |
-
# <select> valikmenüüd
|
49 |
-
#: revision-control.php:226
|
50 |
-
msgid "Default Revision Settings"
|
51 |
-
msgstr "Vaikimisi seade"
|
52 |
-
|
53 |
-
# <select> valikmenüüd
|
54 |
-
#: revision-control.php:227
|
55 |
-
msgid "Unlimited number of Revisions"
|
56 |
-
msgstr "Piiramatu hulk versioone"
|
57 |
-
|
58 |
-
# <select> valikmenüüd
|
59 |
-
#: revision-control.php:228
|
60 |
-
msgid "Do not store Revisions"
|
61 |
-
msgstr "Ära säilita versioone"
|
62 |
-
|
63 |
-
# <select> valikmenüüd
|
64 |
-
#: revision-control.php:236
|
65 |
-
#: revision-control.php:239
|
66 |
-
#: revision-control.php:244
|
67 |
-
#, php-format
|
68 |
-
msgid "Maximum %s Revision stored"
|
69 |
-
msgid_plural "Maximum %s Revisions stored"
|
70 |
-
msgstr[0] "Säilita %s versioon"
|
71 |
-
msgstr[1] "Säilita %s versiooni"
|
72 |
-
|
73 |
-
#: revision-control.php:382
|
74 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
75 |
-
msgstr "Seoseta versioone ei saa võrrelda."
|
76 |
-
|
77 |
-
#: revision-control.php:392
|
78 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
79 |
-
msgstr "Versiooni ei saa võrrelda iseendaga."
|
80 |
-
|
81 |
-
#: revision-control.php:394
|
82 |
-
#, php-format
|
83 |
-
msgid "Compare Revisions of “%1$s”"
|
84 |
-
msgstr "Võrdle “%1$s” versioone"
|
85 |
-
|
86 |
-
# Siinne muutuja: k/p versioonivõrdluse lightbox dialoogis.
|
87 |
-
#: revision-control.php:410
|
88 |
-
#, php-format
|
89 |
-
msgid "Older: %s"
|
90 |
-
msgstr "Vanemad: %s"
|
91 |
-
|
92 |
-
# Siinne muutuja: k/p versioonivõrdluse lightbox dialoogis.
|
93 |
-
#: revision-control.php:411
|
94 |
-
#, php-format
|
95 |
-
msgid "Newer: %s"
|
96 |
-
msgstr "Uuemad: %s"
|
97 |
-
|
98 |
-
#: revision-control.php:449
|
99 |
-
msgid "These Revisions are identical."
|
100 |
-
msgstr "Versioonid on identsed."
|
101 |
-
|
102 |
-
#: revision-control.php:453
|
103 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
104 |
-
msgstr "<em>Märkus:</em> sildid, rubriigid ja <em>Custom Taxonomies</em> küll säilitatakse koos versioonidega, kuid versiooni taastamisel neid praeguse seisuga <strong>ei taastata</strong>."
|
105 |
-
|
106 |
-
# JS OFF
|
107 |
-
#: revision-control.php:480
|
108 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
109 |
-
msgstr "<strong>NB!</strong> Moodul vajab tööks Javascript'i."
|
110 |
-
|
111 |
-
# 1. veeru pealk. title-atribuut postituse/lehe vaates
|
112 |
-
#: revision-control.php:489
|
113 |
-
msgid "Switch between Compare/Delete modes"
|
114 |
-
msgstr "Vaheta võrdlemise / kustutamise vahel"
|
115 |
-
|
116 |
-
# 1. veeru pealk. postituse/lehe vaates
|
117 |
-
#: revision-control.php:489
|
118 |
-
msgid "Compare Delete"
|
119 |
-
msgstr "Võrdle Kustuta"
|
120 |
-
|
121 |
-
#: revision-control.php:490
|
122 |
-
msgid "Date Created"
|
123 |
-
msgstr "Avaldatud"
|
124 |
-
|
125 |
-
#: revision-control.php:491
|
126 |
-
msgid "Author"
|
127 |
-
msgstr "Autor"
|
128 |
-
|
129 |
-
# Nagu pea-tõlkes nt. "masstegevused".
|
130 |
-
#: revision-control.php:492
|
131 |
-
msgid "Actions"
|
132 |
-
msgstr "Tegevused"
|
133 |
-
|
134 |
-
#: revision-control.php:498
|
135 |
-
#, php-format
|
136 |
-
msgctxt "post revision 1:datetime, 2:name"
|
137 |
-
msgid "%1$s by %2$s"
|
138 |
-
msgstr "%1$s / %2$s"
|
139 |
-
|
140 |
-
#: revision-control.php:516
|
141 |
-
#: revision-control.php:651
|
142 |
-
msgid "Post"
|
143 |
-
msgid_plural "Posts"
|
144 |
-
msgstr[0] "Postitus"
|
145 |
-
msgstr[1] "Postitused"
|
146 |
-
|
147 |
-
#: revision-control.php:518
|
148 |
-
#: revision-control.php:653
|
149 |
-
msgid "Page"
|
150 |
-
msgid_plural "Pages"
|
151 |
-
msgstr[0] "Leht"
|
152 |
-
msgstr[1] "Lehed"
|
153 |
-
|
154 |
-
#: revision-control.php:520
|
155 |
-
#, php-format
|
156 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
157 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
158 |
-
msgstr "%s versioonihaldus on sisse lülitatud, ent hetkel automaatsalvestused ja versioonid puuduvad.<br />Need ilmuvad siia kohe peale sisu uuendamist. Hääd kirjutamist!"
|
159 |
-
|
160 |
-
#: revision-control.php:548
|
161 |
-
msgid "Restore"
|
162 |
-
msgstr "Taasta"
|
163 |
-
|
164 |
-
#: revision-control.php:549
|
165 |
-
msgid "Remove"
|
166 |
-
msgstr "Kustuta"
|
167 |
-
|
168 |
-
#: revision-control.php:578
|
169 |
-
msgid "Delete"
|
170 |
-
msgstr "Kustuta"
|
171 |
-
|
172 |
-
#: revision-control.php:579
|
173 |
-
msgid "Compare"
|
174 |
-
msgstr "Võrdle"
|
175 |
-
|
176 |
-
#: revision-control.php:583
|
177 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
178 |
-
msgstr "<strong>Viga:</strong> seade <code>WP_POST_REVISIONS</code> on määratud konfiguratsioonifailis <code>wp-config.php</code>. Selle plugina kasutamiseks pead vastava rea eemaldama."
|
179 |
-
|
180 |
-
# Lehe/postituse muutmise vaates, annab teada hetkel määratud seade.
|
181 |
-
#: revision-control.php:598
|
182 |
-
#, php-format
|
183 |
-
msgid "Currently storing a maximum of %s Revision"
|
184 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
185 |
-
msgstr[0] "säilitatakse %s versioon."
|
186 |
-
msgstr[1] "säilitatakse kuni %s versiooni."
|
187 |
-
|
188 |
-
# Lehe/postituse muutmise vaates, annab teada hetkel määratud seade.
|
189 |
-
#: revision-control.php:600
|
190 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
191 |
-
msgstr "säilitatakse piiramatu hulk versioone."
|
192 |
-
|
193 |
-
# Lehe/postituse muutmise vaates, annab teada hetkel määratud seade.
|
194 |
-
#: revision-control.php:602
|
195 |
-
msgid "Not storing any Revisions"
|
196 |
-
msgstr "versioone ei säilitata."
|
197 |
-
|
198 |
-
# Seadete lehe pealkiri
|
199 |
-
#: revision-control.php:629
|
200 |
-
msgid "Revision Control Options"
|
201 |
-
msgstr "Versioonihaldus"
|
202 |
-
|
203 |
-
# Seadete lehe alapealkiri
|
204 |
-
#: revision-control.php:630
|
205 |
-
msgid "Default revision status for <em>Post Types</em>"
|
206 |
-
msgstr "Globaalsed seaded"
|
207 |
-
|
208 |
-
# Seadete leht
|
209 |
-
#: revision-control.php:641
|
210 |
-
msgid "Default Revision Status"
|
211 |
-
msgstr "Säilitatavate versioonide arv"
|
212 |
-
|
213 |
-
# Seadete leht
|
214 |
-
#: revision-control.php:672
|
215 |
-
msgid "Revision Range"
|
216 |
-
msgstr "Valikud versioonihalduse menüüdes"
|
217 |
-
|
218 |
-
# Seadete leht
|
219 |
-
#: revision-control.php:674
|
220 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
221 |
-
msgstr "<em>Siin määratakse, millised versioonide arvu valikud on saadaval versiooniseadete <code><select></code> väljadel (valikmenüüd, nagu ülal).<br />Valikud on eraldatud komadega.<br />Valiku määratlus võib olla number või numbrite vahemik.<br /> Näiteks: <strong>1,5</strong> kuvab valikud \"1 versioon\", \"5 versiooni\". <strong>1..5</strong> kuvab valikud \"1 versioon\", \"2 versiooni\" … jne, kuni \"5 versiooni\".<br /><strong>Kui kahtled, jäta see väli rahule.</strong></em>"
|
222 |
-
|
223 |
-
#: revision-control.php:680
|
224 |
-
msgid "Save Changes"
|
225 |
-
msgstr "Salvesta muudatused"
|
226 |
-
|
227 |
-
# Halda pluginaid
|
228 |
-
#. Plugin URI of an extension
|
229 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
230 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
231 |
-
|
232 |
-
# Halda pluginaid
|
233 |
-
#. Description of an extension
|
234 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
235 |
-
msgstr "Võimaldab peenhäälestada globaalset ja iga lehe või postituse kohta säilitatavate versioonide arvu."
|
236 |
-
|
237 |
-
# Halda pluginaid
|
238 |
-
#. Author of an extension
|
239 |
-
msgid "Dion Hulse"
|
240 |
-
msgstr "Dion Hulse"
|
241 |
-
|
242 |
-
#~ msgid "Enabled"
|
243 |
-
#~ msgstr "Luba"
|
244 |
-
#~ msgid " (default)"
|
245 |
-
#~ msgstr " (vaikimisi)"
|
246 |
-
#~ msgid "Disabled"
|
247 |
-
#~ msgstr "Ära luba"
|
248 |
-
#~ msgid "Settings saved."
|
249 |
-
#~ msgstr "Seaded salvestatud."
|
250 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-he_IL.mo
DELETED
Binary file
|
langs/revision-control-he_IL.po
DELETED
@@ -1,224 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: revision control\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
5 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Elad Salomons <elad@blogli.co.il>\n"
|
8 |
-
"Language-Team: Elad Salomons <elad.salomons@gmail.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-Language: Hebrew\n"
|
13 |
-
"X-Poedit-Country: ISRAEL\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
16 |
-
|
17 |
-
#: revision-control.php:53
|
18 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
19 |
-
msgstr "האם ברצונך למחוק גרסאות אלו?"
|
20 |
-
|
21 |
-
#: revision-control.php:54
|
22 |
-
msgid ""
|
23 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
24 |
-
"Continue?"
|
25 |
-
msgstr ""
|
26 |
-
"זהירות: ביטול הנעילה של הפוסט יגרום לגרסה האחרונה להתפרסם!\\n"
|
27 |
-
"להמשיך?"
|
28 |
-
|
29 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
30 |
-
#. Plugin Name of an extension
|
31 |
-
#: revision-control.php:69
|
32 |
-
msgid "Revision Control"
|
33 |
-
msgstr "ניהול גרסאות"
|
34 |
-
|
35 |
-
#: revision-control.php:69
|
36 |
-
msgid "Revisions"
|
37 |
-
msgstr "ניהול גרסאות"
|
38 |
-
|
39 |
-
#: revision-control.php:79
|
40 |
-
msgid "Post Revisions"
|
41 |
-
msgstr "גרסאות פוסטים"
|
42 |
-
|
43 |
-
#: revision-control.php:226
|
44 |
-
msgid "Default Revision Settings"
|
45 |
-
msgstr "ברירות מחדל"
|
46 |
-
|
47 |
-
#: revision-control.php:227
|
48 |
-
msgid "Unlimited number of Revisions"
|
49 |
-
msgstr "ללא מגבלה"
|
50 |
-
|
51 |
-
#: revision-control.php:228
|
52 |
-
msgid "Do not store Revisions"
|
53 |
-
msgstr "לא לשמור גרסאות"
|
54 |
-
|
55 |
-
#: revision-control.php:236
|
56 |
-
#: revision-control.php:239
|
57 |
-
#: revision-control.php:244
|
58 |
-
#, php-format
|
59 |
-
msgid "Maximum %s Revision stored"
|
60 |
-
msgid_plural "Maximum %s Revisions stored"
|
61 |
-
msgstr[0] "לשמור גרסה אחת בלבד (%s)"
|
62 |
-
msgstr[1] "לשמור מקסימום %s גרסאות"
|
63 |
-
|
64 |
-
#: revision-control.php:382
|
65 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
66 |
-
msgstr "לא ניתן להשוות גרסאות לא קשורות."
|
67 |
-
|
68 |
-
#: revision-control.php:392
|
69 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
70 |
-
msgstr "לא ניתן להשוות גרסה לעצמה."
|
71 |
-
|
72 |
-
#: revision-control.php:394
|
73 |
-
#, php-format
|
74 |
-
msgid "Compare Revisions of “%1$s”"
|
75 |
-
msgstr "השוואת גרסאות עבור “%1$s”"
|
76 |
-
|
77 |
-
#: revision-control.php:410
|
78 |
-
#, php-format
|
79 |
-
msgid "Older: %s"
|
80 |
-
msgstr "ישנה יותר: %s"
|
81 |
-
|
82 |
-
#: revision-control.php:411
|
83 |
-
#, php-format
|
84 |
-
msgid "Newer: %s"
|
85 |
-
msgstr "חדשה יותר: %s"
|
86 |
-
|
87 |
-
#: revision-control.php:449
|
88 |
-
msgid "These Revisions are identical."
|
89 |
-
msgstr "הגרסאות זהות."
|
90 |
-
|
91 |
-
#: revision-control.php:453
|
92 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
93 |
-
msgstr "<em>שימו לב:</em> כרגע, למרות שתגיות שונות <em>(תגים / נושאים / תגיות אישיות)</em> נשמרות עם הגרסאות, שחזור גרסהl <strong>לא</strong> תשחזרן."
|
94 |
-
|
95 |
-
#: revision-control.php:480
|
96 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
97 |
-
msgstr "<strong>שימו לב</strong>: מודול זה דורש שימוש בג'אווה סקריפט."
|
98 |
-
|
99 |
-
#: revision-control.php:489
|
100 |
-
msgid "Switch between Compare/Delete modes"
|
101 |
-
msgstr "החלף בין מצבי השוואה ומחיקה"
|
102 |
-
|
103 |
-
#: revision-control.php:489
|
104 |
-
msgid "Compare Delete"
|
105 |
-
msgstr "השוואה מחיקה"
|
106 |
-
|
107 |
-
#: revision-control.php:490
|
108 |
-
msgid "Date Created"
|
109 |
-
msgstr "תאריך יצירה"
|
110 |
-
|
111 |
-
#: revision-control.php:491
|
112 |
-
msgid "Author"
|
113 |
-
msgstr "מחבר"
|
114 |
-
|
115 |
-
#: revision-control.php:492
|
116 |
-
msgid "Actions"
|
117 |
-
msgstr "פעולות"
|
118 |
-
|
119 |
-
#: revision-control.php:498
|
120 |
-
#, php-format
|
121 |
-
msgctxt "post revision 1:datetime, 2:name"
|
122 |
-
msgid "%1$s by %2$s"
|
123 |
-
msgstr "%1$s מאת %2$s"
|
124 |
-
|
125 |
-
#: revision-control.php:516
|
126 |
-
#: revision-control.php:651
|
127 |
-
msgid "Post"
|
128 |
-
msgid_plural "Posts"
|
129 |
-
msgstr[0] "פוסט"
|
130 |
-
msgstr[1] "פוסטים"
|
131 |
-
|
132 |
-
#: revision-control.php:518
|
133 |
-
#: revision-control.php:653
|
134 |
-
msgid "Page"
|
135 |
-
msgid_plural "Pages"
|
136 |
-
msgstr[0] "דף"
|
137 |
-
msgstr[1] "דפים"
|
138 |
-
|
139 |
-
#: revision-control.php:520
|
140 |
-
#, php-format
|
141 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
142 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
143 |
-
msgstr "גרסאות כרגע מאופשרות עבור %s, אך לא נמצאו גרסאות שמורות.<br />הם יופיעו כאן לאחר השמירה. כתיבה נעימה!"
|
144 |
-
|
145 |
-
#: revision-control.php:548
|
146 |
-
msgid "Restore"
|
147 |
-
msgstr "לשחזר"
|
148 |
-
|
149 |
-
#: revision-control.php:549
|
150 |
-
msgid "Remove"
|
151 |
-
msgstr "להסיר"
|
152 |
-
|
153 |
-
#: revision-control.php:578
|
154 |
-
msgid "Delete"
|
155 |
-
msgstr "למחוק"
|
156 |
-
|
157 |
-
#: revision-control.php:579
|
158 |
-
msgid "Compare"
|
159 |
-
msgstr "להשוות"
|
160 |
-
|
161 |
-
#: revision-control.php:583
|
162 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
163 |
-
msgstr "<strong>שגיאה:</strong> הגדרת <code>WP_POST_REVISIONS</code> בקובץ <code>wp-config.php</code> שלך, על מנת להשתמש בתוסף זה יש להסיר הגדרה זו.."
|
164 |
-
|
165 |
-
#: revision-control.php:598
|
166 |
-
#, php-format
|
167 |
-
msgid "Currently storing a maximum of %s Revision"
|
168 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
169 |
-
msgstr[0] "כרגע נשמרת גרסה אחת (%s)"
|
170 |
-
msgstr[1] "כרגע נשמרות %s גרסאות"
|
171 |
-
|
172 |
-
#: revision-control.php:600
|
173 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
174 |
-
msgstr "כרגע נשמרות גרסאות ללא מגבלה"
|
175 |
-
|
176 |
-
#: revision-control.php:602
|
177 |
-
msgid "Not storing any Revisions"
|
178 |
-
msgstr "לא נשמרות גרסאות"
|
179 |
-
|
180 |
-
#: revision-control.php:629
|
181 |
-
msgid "Revision Control Options"
|
182 |
-
msgstr "אפשרויות ניהול גרסאות"
|
183 |
-
|
184 |
-
#: revision-control.php:630
|
185 |
-
msgid "Default revision status for <em>Post Types</em>"
|
186 |
-
msgstr "מצב ברירת המחדל לגרסאות עבור סוגי פוסטים"
|
187 |
-
|
188 |
-
#: revision-control.php:641
|
189 |
-
msgid "Default Revision Status"
|
190 |
-
msgstr "ברירות מחדל"
|
191 |
-
|
192 |
-
#: revision-control.php:672
|
193 |
-
msgid "Revision Range"
|
194 |
-
msgstr "תחום גרסאות"
|
195 |
-
|
196 |
-
#: revision-control.php:674
|
197 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
198 |
-
msgstr "<em><strong>שימו לב:</strong> זהו שדה מיוחד. הוא שולט על הערכים שיופיעו בתיבות ברירת המחדל.<br />התחביר די פשוט, ערכים מופרדים בפסיקים.<br /> ערך יכול להיות מספר או תחום.<br /> לדוגמה: <strong>1,5</strong> מציג גרסה אחת וחמש גרסאות. מצד שני <strong>1..5</strong> יציג 1, 2, 3, 4 ו- 5 גרסאות.<br /> <strong>אם יש לך ספק רצוי לא לגעת בשדה זה.</strong></em>"
|
199 |
-
|
200 |
-
#: revision-control.php:680
|
201 |
-
msgid "Save Changes"
|
202 |
-
msgstr "שמור שינויים"
|
203 |
-
|
204 |
-
#. Plugin URI of an extension
|
205 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
206 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
207 |
-
|
208 |
-
#. Description of an extension
|
209 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
210 |
-
msgstr "מאפשר שליטה כללית על מספר הגרסאות הנשמרות וכן באופן פרטני לכל פוסט או דף."
|
211 |
-
|
212 |
-
#. Author of an extension
|
213 |
-
msgid "Dion Hulse"
|
214 |
-
msgstr "Dion Hulse"
|
215 |
-
|
216 |
-
#~ msgid "Enabled"
|
217 |
-
#~ msgstr "מאופשר"
|
218 |
-
#~ msgid " (default)"
|
219 |
-
#~ msgstr "(ברירת מחדל)"
|
220 |
-
#~ msgid "Disabled"
|
221 |
-
#~ msgstr "כבוי"
|
222 |
-
#~ msgid "Settings saved."
|
223 |
-
#~ msgstr "הגדרות נשמרו."
|
224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-it_IT.mo
DELETED
Binary file
|
langs/revision-control-it_IT.po
DELETED
@@ -1,344 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: \n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
5 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
6 |
-
"PO-Revision-Date: 2010-01-10 19:20+0100\n"
|
7 |
-
"Last-Translator: SteveAgl <steagl@wordpress-it.it>\n"
|
8 |
-
"Language-Team: SteAgl <stefano.aglietti@gmail.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-Language: Italian\n"
|
14 |
-
"X-Poedit-Country: ITALY\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
-
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: revision-control.php:53
|
21 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
22 |
-
msgstr "Si è davvero sicuri di volere cancellare le revisioni selezionate?"
|
23 |
-
|
24 |
-
#: revision-control.php:54
|
25 |
-
msgid ""
|
26 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
27 |
-
"Continue?"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
31 |
-
#. Plugin Name of an extension
|
32 |
-
#: revision-control.php:69
|
33 |
-
msgid "Revision Control"
|
34 |
-
msgstr "Controllo revisioni"
|
35 |
-
|
36 |
-
#: revision-control.php:69
|
37 |
-
msgid "Revisions"
|
38 |
-
msgstr "Revisioni"
|
39 |
-
|
40 |
-
#: revision-control.php:79
|
41 |
-
msgid "Post Revisions"
|
42 |
-
msgstr "Revisioni articolo"
|
43 |
-
|
44 |
-
#: revision-control.php:226
|
45 |
-
msgid "Default Revision Settings"
|
46 |
-
msgstr "Impostazioni predefinite per le revisioni"
|
47 |
-
|
48 |
-
#: revision-control.php:227
|
49 |
-
msgid "Unlimited number of Revisions"
|
50 |
-
msgstr "Numero di revisioni illimitato"
|
51 |
-
|
52 |
-
#: revision-control.php:228
|
53 |
-
msgid "Do not store Revisions"
|
54 |
-
msgstr "Non memorizzare le revisioni"
|
55 |
-
|
56 |
-
#: revision-control.php:236
|
57 |
-
#: revision-control.php:239
|
58 |
-
#: revision-control.php:244
|
59 |
-
#, php-format
|
60 |
-
msgid "Maximum %s Revision stored"
|
61 |
-
msgid_plural "Maximum %s Revisions stored"
|
62 |
-
msgstr[0] "Memorizzare massimo %s revisione"
|
63 |
-
msgstr[1] "Memorizzare massimo %s revisioni"
|
64 |
-
|
65 |
-
#: revision-control.php:382
|
66 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
67 |
-
msgstr ""
|
68 |
-
|
69 |
-
#: revision-control.php:392
|
70 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: revision-control.php:394
|
74 |
-
#, php-format
|
75 |
-
msgid "Compare Revisions of “%1$s”"
|
76 |
-
msgstr "Compara le revisioni di “%1$s”"
|
77 |
-
|
78 |
-
#: revision-control.php:410
|
79 |
-
#, php-format
|
80 |
-
msgid "Older: %s"
|
81 |
-
msgstr "Vecchio: %s"
|
82 |
-
|
83 |
-
#: revision-control.php:411
|
84 |
-
#, php-format
|
85 |
-
msgid "Newer: %s"
|
86 |
-
msgstr "Nuovo: %s"
|
87 |
-
|
88 |
-
#: revision-control.php:449
|
89 |
-
msgid "These Revisions are identical."
|
90 |
-
msgstr "Queste revisioni sono identiche."
|
91 |
-
|
92 |
-
#: revision-control.php:453
|
93 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
94 |
-
msgstr "<em>Attenzione:</em> al momento, anche se le tassonomie <em>(Tag / Categorie / Tassonomie personalizzate)</em> vengono memorizzate con le revisioni, ripristinando una revisione, al momento, <strong>non</strong> ripristineranno le tassonomie."
|
95 |
-
|
96 |
-
#: revision-control.php:480
|
97 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
98 |
-
msgstr "<strong>Attenzione</strong>: Questo modulo richiede l'utilizzo di Javascript."
|
99 |
-
|
100 |
-
#: revision-control.php:489
|
101 |
-
msgid "Switch between Compare/Delete modes"
|
102 |
-
msgstr "Scambia fra le modalità Confronta/Cancella"
|
103 |
-
|
104 |
-
#: revision-control.php:489
|
105 |
-
msgid "Compare Delete"
|
106 |
-
msgstr "Confronta Cancella"
|
107 |
-
|
108 |
-
#: revision-control.php:490
|
109 |
-
msgid "Date Created"
|
110 |
-
msgstr "Data creazione"
|
111 |
-
|
112 |
-
#: revision-control.php:491
|
113 |
-
msgid "Author"
|
114 |
-
msgstr "Autore"
|
115 |
-
|
116 |
-
#: revision-control.php:492
|
117 |
-
msgid "Actions"
|
118 |
-
msgstr "Azioni"
|
119 |
-
|
120 |
-
#: revision-control.php:498
|
121 |
-
#, php-format
|
122 |
-
msgctxt "post revision 1:datetime, 2:name"
|
123 |
-
msgid "%1$s by %2$s"
|
124 |
-
msgstr "%1$s di %2$s"
|
125 |
-
|
126 |
-
#: revision-control.php:516
|
127 |
-
#: revision-control.php:651
|
128 |
-
msgid "Post"
|
129 |
-
msgid_plural "Posts"
|
130 |
-
msgstr[0] "Articolo"
|
131 |
-
msgstr[1] "Articoli"
|
132 |
-
|
133 |
-
#: revision-control.php:518
|
134 |
-
#: revision-control.php:653
|
135 |
-
msgid "Page"
|
136 |
-
msgid_plural "Pages"
|
137 |
-
msgstr[0] "Pagina"
|
138 |
-
msgstr[1] "Pagine"
|
139 |
-
|
140 |
-
#: revision-control.php:520
|
141 |
-
#, php-format
|
142 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
143 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
144 |
-
msgstr "Al momento sono attive le revisioni per %s, Tuttavia non vi sono al momento revisioni o salvataggi automatici.<br />Verranno elencati qui una volta effettuato un salvataggio. Buona scrittura!"
|
145 |
-
|
146 |
-
#: revision-control.php:548
|
147 |
-
msgid "Restore"
|
148 |
-
msgstr "Ripristina"
|
149 |
-
|
150 |
-
#: revision-control.php:549
|
151 |
-
msgid "Remove"
|
152 |
-
msgstr "Rimuovi"
|
153 |
-
|
154 |
-
#: revision-control.php:578
|
155 |
-
msgid "Delete"
|
156 |
-
msgstr "Cancella"
|
157 |
-
|
158 |
-
#: revision-control.php:579
|
159 |
-
msgid "Compare"
|
160 |
-
msgstr "Confronta"
|
161 |
-
|
162 |
-
#: revision-control.php:583
|
163 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
164 |
-
msgstr "<strong>Errore:</strong> Nel file <code>wp-config.php</code> la variabile <code>WP_POST_REVISIONS</code> è definita. Revision control non può funzionare."
|
165 |
-
|
166 |
-
#: revision-control.php:598
|
167 |
-
#, php-format
|
168 |
-
msgid "Currently storing a maximum of %s Revision"
|
169 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
170 |
-
msgstr[0] "Attualmente viene memorizzata al massimo %s revisione"
|
171 |
-
msgstr[1] "Attualmente vengono memorizzate al massimo %s revisioni"
|
172 |
-
|
173 |
-
#: revision-control.php:600
|
174 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
175 |
-
msgstr "Attualmente vengono memorizzate un numero illimitato di revisioni"
|
176 |
-
|
177 |
-
#: revision-control.php:602
|
178 |
-
msgid "Not storing any Revisions"
|
179 |
-
msgstr "Nessuna revisione memorizzata"
|
180 |
-
|
181 |
-
#: revision-control.php:629
|
182 |
-
msgid "Revision Control Options"
|
183 |
-
msgstr "Opzioni controllo revisioni"
|
184 |
-
|
185 |
-
#: revision-control.php:630
|
186 |
-
msgid "Default revision status for <em>Post Types</em>"
|
187 |
-
msgstr "Stato predefinito revisioni per i <em>tipi di articoli</em>"
|
188 |
-
|
189 |
-
#: revision-control.php:641
|
190 |
-
msgid "Default Revision Status"
|
191 |
-
msgstr "Stato revisione predefinito"
|
192 |
-
|
193 |
-
#: revision-control.php:672
|
194 |
-
msgid "Revision Range"
|
195 |
-
msgstr "Intervallo revisione"
|
196 |
-
|
197 |
-
#: revision-control.php:674
|
198 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
199 |
-
msgstr "<em><strong>Nota:</strong> Questo è un campo speciale. Controlla ciò che appare nei campi di <code><selezione></code> delle Opzioni di revisione.<br />La sintassi di base è semplice, i campi sono separati da virgole.<br /> Un campo può essereun numero O un intervallo.<br /> Ad esempio: <strong>1,5</strong> visualizza le 1 Revisioni e 5 Revisioni. <strong>1..5</strong> per contro visualizzerà 1.. 2.. 3.. 4.. 5.. Revisioni.<br /> <strong>Nel dubbio, lasciare questo campo intoccato.</strong></em>"
|
200 |
-
|
201 |
-
#: revision-control.php:680
|
202 |
-
msgid "Save Changes"
|
203 |
-
msgstr "Salva le modifiche"
|
204 |
-
|
205 |
-
#. Plugin URI of an extension
|
206 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
207 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
208 |
-
|
209 |
-
#. Description of an extension
|
210 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
211 |
-
msgstr "Permette un maggior controllo sul numero di revisioni memorizzate a livello generale e in base al tipo/pagina."
|
212 |
-
|
213 |
-
#. Author of an extension
|
214 |
-
msgid "Dion Hulse"
|
215 |
-
msgstr "Dion Hulse"
|
216 |
-
|
217 |
-
#~ msgid "Enabled"
|
218 |
-
#~ msgstr "Abilitate"
|
219 |
-
#~ msgid " (default)"
|
220 |
-
#~ msgstr " (predefinito)"
|
221 |
-
#~ msgid "Disabled"
|
222 |
-
#~ msgstr "Disabilitate"
|
223 |
-
#~ msgid "Settings saved."
|
224 |
-
#~ msgstr "Le impostazioni sono state salvate."
|
225 |
-
#~ msgid "Revisions:"
|
226 |
-
#~ msgstr "Revisioni:"
|
227 |
-
#~ msgid "Limit to"
|
228 |
-
#~ msgstr "Limitate a"
|
229 |
-
#~ msgid "<h1>Add From Server</h1> Sorry, This plugin requires WordPress 2.5+"
|
230 |
-
#~ msgstr ""
|
231 |
-
#~ "<h1>Aggiungi da server</h1> Questo plugin richiede almeno WordPress 2.5+"
|
232 |
-
#~ msgid "Add From Server"
|
233 |
-
#~ msgstr "Aggiungi da server"
|
234 |
-
#~ msgid "Import"
|
235 |
-
#~ msgstr "Importa"
|
236 |
-
#~ msgid "Filename"
|
237 |
-
#~ msgstr "Nome file"
|
238 |
-
#~ msgid "Parent Folder"
|
239 |
-
#~ msgstr "Cartella madre"
|
240 |
-
#~ msgid "Toggle All"
|
241 |
-
#~ msgstr "Cambia tutti"
|
242 |
-
#~ msgid ""
|
243 |
-
#~ "Note: Will not take effect if selected file is within an upload folder at "
|
244 |
-
#~ "present"
|
245 |
-
#~ msgstr ""
|
246 |
-
#~ "Nota: Non avrà effetto se i file selezionati sono al momento nelal "
|
247 |
-
#~ "cartella di upload"
|
248 |
-
#~ msgid "Do not add selected files to current post Gallery"
|
249 |
-
#~ msgstr ""
|
250 |
-
#~ "Non aggiungere i file selezionati alla Galleria dell'articolo corrente"
|
251 |
-
#~ msgid "Import selected files"
|
252 |
-
#~ msgstr "Importa i file selezionati"
|
253 |
-
#~ msgid "<em>%s</em> has been added to Media library"
|
254 |
-
#~ msgstr "<em>%s</em> è statp aggiunto alla Libreria media"
|
255 |
-
#~ msgid "The uploaded file could not be moved to %s."
|
256 |
-
#~ msgstr "I file caricati non possono venir spostati in %s."
|
257 |
-
#~ msgid ""
|
258 |
-
#~ "Once you have selected files to be imported, Head over to the <a href=\"%s"
|
259 |
-
#~ "\">Media Library tab</a> to add them to your post."
|
260 |
-
#~ msgstr ""
|
261 |
-
#~ "Una volta selezionati i file da importare, andare sulla <a href=\"%s"
|
262 |
-
#~ "\">linguetta Libreria media</a> per aggiungerli al proprio articolo."
|
263 |
-
#~ msgid "Current Directory"
|
264 |
-
#~ msgstr "Directory corrente"
|
265 |
-
#~ msgid "Security hash missing."
|
266 |
-
#~ msgstr "Has di sicurezza mancante."
|
267 |
-
#~ msgid "You don't have enough access rights."
|
268 |
-
#~ msgstr "Non disponi dei permessi di accesso."
|
269 |
-
#~ msgid "<h2>Set Up Your FeedBurner Feed</h2>"
|
270 |
-
#~ msgstr "<h2>Imposta il tuo feed FeedBurner</h2>"
|
271 |
-
#~ msgid ""
|
272 |
-
#~ "<p>This plugin makes it easy to redirect 100% of traffic for your feeds "
|
273 |
-
#~ "to a FeedBurner feed you have created. FeedBurner can then track all of "
|
274 |
-
#~ "your feed subscriber traffic and usage and apply a variety of features "
|
275 |
-
#~ "you choose to improve and enhance your original WordPress feed.</p>"
|
276 |
-
#~ msgstr ""
|
277 |
-
#~ "<p>Questo plugin rende semplicissimo reindirizzare il 100% del traffico "
|
278 |
-
#~ "dei vostri feed ad un feed FeedBurner da voi creato. FeedBurner può "
|
279 |
-
#~ "tenere traccia di tutto il traffico e l'utilizzo effettuato dagli "
|
280 |
-
#~ "abbonati al feed ed applicare una serie di funzioni a vostra scelta per "
|
281 |
-
#~ "migliorare e incrementare il feed originale WordPress.</p>"
|
282 |
-
#~ msgid "To get started,"
|
283 |
-
#~ msgstr "Per iniziare,"
|
284 |
-
#~ msgid "create a FeedBurner feed for "
|
285 |
-
#~ msgstr "crea un feed Feedburner per "
|
286 |
-
#~ msgid "This feed will handle all traffic for your posts."
|
287 |
-
#~ msgstr "Questo feed gestirà tutto il traffico per gli articoli."
|
288 |
-
#~ msgid ""
|
289 |
-
#~ "Once you have created your FeedBurner feed, enter its address into the "
|
290 |
-
#~ "field below"
|
291 |
-
#~ msgstr ""
|
292 |
-
#~ "Una volta creato il feed su FeedBurner, inserire il suo indirizzo nel "
|
293 |
-
#~ "campo seguente"
|
294 |
-
#~ msgid ""
|
295 |
-
#~ "Optional: If you also want to handle your WordPress comments feed using "
|
296 |
-
#~ "FeedBurner"
|
297 |
-
#~ msgstr ""
|
298 |
-
#~ "Opzionale: Se si desidera gestire anche il feed dei commenti di WordPress "
|
299 |
-
#~ "utilizzando FeedBurner"
|
300 |
-
#~ msgid ""
|
301 |
-
#~ "create a FeedBurner comments feed</a> and then enter its address below:"
|
302 |
-
#~ msgstr ""
|
303 |
-
#~ "crea un feed dei commenti su FeedBurner</a> e quindi inserisci "
|
304 |
-
#~ "l'indirizzo qui sotto:"
|
305 |
-
#~ msgid "Save"
|
306 |
-
#~ msgstr "Salva"
|
307 |
-
#~ msgid "Sorry, you are not allowed to access this page."
|
308 |
-
#~ msgstr "Non ti è permesso accedere a questa pagina."
|
309 |
-
#~ msgid "ShareThis Options"
|
310 |
-
#~ msgstr "Opzioni ShareThis"
|
311 |
-
#~ msgid ""
|
312 |
-
#~ "Where do I go to get the ShareThis Code?<br><br>You can configure your "
|
313 |
-
#~ "ShareThis widget using our customizing tool (and be sure to register to "
|
314 |
-
#~ "get tracking) located here: <a href=\"http://sharethis.com/publisher?"
|
315 |
-
#~ "type=wpplugin\">sharethis.com/publisher?type=wpplugin</a>"
|
316 |
-
#~ msgstr ""
|
317 |
-
#~ "Dove andare per ottenere il Codice ShareThis?<br><br>Puoi configurare il "
|
318 |
-
#~ "tuo widget ShareThis tramite il nostro strumento di personalizzazione (e "
|
319 |
-
#~ "assicurati di registrarti per avere accesso al tracking) che si trova "
|
320 |
-
#~ "qui: <a href=\"http://sharethis.com/publisher?type=wpplugin\">sharethis."
|
321 |
-
#~ "com/publisher?type=wpplugin</a>"
|
322 |
-
#~ msgid "Paste your widget code in here:"
|
323 |
-
#~ msgstr "Incolla qui il tuo codice del widget:"
|
324 |
-
#~ msgid "Automatically add ShareThis to your posts?*"
|
325 |
-
#~ msgstr "Aggiungi automaticamente ShareThis ai tuoi articoli?*"
|
326 |
-
#~ msgid "Automatically add ShareThis to your pages?*"
|
327 |
-
#~ msgstr "Aggiungi automaticamente ShareThis alle tue pagine?*"
|
328 |
-
#~ msgid "Yes"
|
329 |
-
#~ msgstr "Si"
|
330 |
-
#~ msgid "No"
|
331 |
-
#~ msgstr "No"
|
332 |
-
#~ msgid ""
|
333 |
-
#~ "* Note, if you turn this off, you will want to add the <a href=\"http://"
|
334 |
-
#~ "support.sharethis.com/publishers/publishers-faq/wordpress/66\">ShareThis "
|
335 |
-
#~ "template tag</a> to your theme."
|
336 |
-
#~ msgstr ""
|
337 |
-
#~ "* Nota, se disabiliti questa opzione, dovrai aggiungere il <a href="
|
338 |
-
#~ "\"http://support.sharethis.com/publishers/publishers-faq/wordpress/66"
|
339 |
-
#~ "\">marcatore dei tempate di ShareThis</a> al tuo tema."
|
340 |
-
#~ msgid "Update ShareThis Options"
|
341 |
-
#~ msgstr "Aggiorna opzioni ShareThis"
|
342 |
-
#~ msgid "ShareThis"
|
343 |
-
#~ msgstr "ShareThis"
|
344 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-ja.mo
DELETED
Binary file
|
langs/revision-control-ja.po
DELETED
@@ -1,228 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: revison contorol ja\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
5 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: tai <tekapo@gmail.com>\n"
|
8 |
-
"Language-Team: tekapo <tekapo@gmail.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-Language: Japanese\n"
|
13 |
-
"X-Poedit-Country: JAPAN\n"
|
14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;_c;__ngettext:1,2;__ngettext_noop:1,2\n"
|
17 |
-
"X-Poedit-Basepath: ./wordpress\n"
|
18 |
-
|
19 |
-
#: revision-control.php:53
|
20 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
21 |
-
msgstr "本当に選択したリビジョンを削除しますか ?"
|
22 |
-
|
23 |
-
#: revision-control.php:54
|
24 |
-
msgid ""
|
25 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
26 |
-
"Continue?"
|
27 |
-
msgstr ""
|
28 |
-
"注意: この投稿のロックを解除すると最新の投稿が公開されます ! \\n"
|
29 |
-
"続けますか ?"
|
30 |
-
|
31 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
32 |
-
#. Plugin Name of an extension
|
33 |
-
#: revision-control.php:69
|
34 |
-
msgid "Revision Control"
|
35 |
-
msgstr "リビジョンコントロール"
|
36 |
-
|
37 |
-
#: revision-control.php:69
|
38 |
-
msgid "Revisions"
|
39 |
-
msgstr "リビジョン"
|
40 |
-
|
41 |
-
#: revision-control.php:79
|
42 |
-
msgid "Post Revisions"
|
43 |
-
msgstr "投稿リビジョン"
|
44 |
-
|
45 |
-
#: revision-control.php:226
|
46 |
-
msgid "Default Revision Settings"
|
47 |
-
msgstr "デフォルト設定を使用"
|
48 |
-
|
49 |
-
#: revision-control.php:227
|
50 |
-
msgid "Unlimited number of Revisions"
|
51 |
-
msgstr "リビジョン最大保存数: 無制限"
|
52 |
-
|
53 |
-
#: revision-control.php:228
|
54 |
-
msgid "Do not store Revisions"
|
55 |
-
msgstr "投稿リビジョンを保存しない"
|
56 |
-
|
57 |
-
#: revision-control.php:236
|
58 |
-
#: revision-control.php:239
|
59 |
-
#: revision-control.php:244
|
60 |
-
#, php-format
|
61 |
-
msgid "Maximum %s Revision stored"
|
62 |
-
msgid_plural "Maximum %s Revisions stored"
|
63 |
-
msgstr[0] "リビジョン最大保存数: %s"
|
64 |
-
|
65 |
-
#: revision-control.php:382
|
66 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
67 |
-
msgstr "別の投稿のリビジョンは比較できません。"
|
68 |
-
|
69 |
-
#: revision-control.php:392
|
70 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
71 |
-
msgstr "同じリビジョンの比較はできません。"
|
72 |
-
|
73 |
-
#: revision-control.php:394
|
74 |
-
#, php-format
|
75 |
-
msgid "Compare Revisions of “%1$s”"
|
76 |
-
msgstr "“%1$s”のリビジョン比較"
|
77 |
-
|
78 |
-
#: revision-control.php:410
|
79 |
-
#, php-format
|
80 |
-
msgid "Older: %s"
|
81 |
-
msgstr "より古い: %s"
|
82 |
-
|
83 |
-
#: revision-control.php:411
|
84 |
-
#, php-format
|
85 |
-
msgid "Newer: %s"
|
86 |
-
msgstr "より新しい: %s"
|
87 |
-
|
88 |
-
#: revision-control.php:449
|
89 |
-
msgid "These Revisions are identical."
|
90 |
-
msgstr "これらのリビジョンはまったく同一のものです。"
|
91 |
-
|
92 |
-
#: revision-control.php:453
|
93 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
94 |
-
msgstr "<em>注意事項:</em> いまのところ、タクソノミー <em>(タグ / カテゴリー / カスタムタクソノミー)</em> はリビジョンと共には保存されません。リビジョンを復元してもタクソノミーは<strong>復元されません</strong>。"
|
95 |
-
|
96 |
-
#: revision-control.php:480
|
97 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
98 |
-
msgstr "<strong>注意事項</strong>: このモジュールでは Javascript を利用します。"
|
99 |
-
|
100 |
-
#: revision-control.php:489
|
101 |
-
msgid "Switch between Compare/Delete modes"
|
102 |
-
msgstr "比較 / 削除モードを切り替えます。"
|
103 |
-
|
104 |
-
#: revision-control.php:489
|
105 |
-
msgid "Compare Delete"
|
106 |
-
msgstr "比較 / 削除"
|
107 |
-
|
108 |
-
#: revision-control.php:490
|
109 |
-
msgid "Date Created"
|
110 |
-
msgstr "作成日"
|
111 |
-
|
112 |
-
#: revision-control.php:491
|
113 |
-
msgid "Author"
|
114 |
-
msgstr "作成者"
|
115 |
-
|
116 |
-
#: revision-control.php:492
|
117 |
-
msgid "Actions"
|
118 |
-
msgstr "操作"
|
119 |
-
|
120 |
-
#: revision-control.php:498
|
121 |
-
#, php-format
|
122 |
-
msgctxt "post revision 1:datetime, 2:name"
|
123 |
-
msgid "%1$s by %2$s"
|
124 |
-
msgstr "%1$s : %2$s"
|
125 |
-
|
126 |
-
#: revision-control.php:516
|
127 |
-
#: revision-control.php:651
|
128 |
-
msgid "Post"
|
129 |
-
msgid_plural "Posts"
|
130 |
-
msgstr[0] "投稿"
|
131 |
-
|
132 |
-
#: revision-control.php:518
|
133 |
-
#: revision-control.php:653
|
134 |
-
msgid "Page"
|
135 |
-
msgid_plural "Pages"
|
136 |
-
msgstr[0] "固定ページ"
|
137 |
-
|
138 |
-
#: revision-control.php:520
|
139 |
-
#, php-format
|
140 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
141 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
142 |
-
msgstr "%s のリビジョンは有効になっていますが、まだ自動保存されていないかリビジョンが生成されていません。<br />一度でも保存されればここにリストアップされます。"
|
143 |
-
|
144 |
-
#: revision-control.php:548
|
145 |
-
msgid "Restore"
|
146 |
-
msgstr "復元"
|
147 |
-
|
148 |
-
#: revision-control.php:549
|
149 |
-
msgid "Remove"
|
150 |
-
msgstr "除去"
|
151 |
-
|
152 |
-
#: revision-control.php:578
|
153 |
-
msgid "Delete"
|
154 |
-
msgstr "削除 "
|
155 |
-
|
156 |
-
#: revision-control.php:579
|
157 |
-
msgid "Compare"
|
158 |
-
msgstr "比較する"
|
159 |
-
|
160 |
-
#: revision-control.php:583
|
161 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
162 |
-
msgstr "<strong>エラー:</strong> <code>wp-config.php</code> ファイル内で <code>WP_POST_REVISIONS</code> が設定されているので、<em>Revision Control</em> プラグインは利用できません。"
|
163 |
-
|
164 |
-
#: revision-control.php:598
|
165 |
-
#, php-format
|
166 |
-
msgid "Currently storing a maximum of %s Revision"
|
167 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
168 |
-
msgstr[0] "最大 %s 個のリビジョンを保存します"
|
169 |
-
|
170 |
-
#: revision-control.php:600
|
171 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
172 |
-
msgstr "リビジョンの最大保存数は無制限です"
|
173 |
-
|
174 |
-
#: revision-control.php:602
|
175 |
-
msgid "Not storing any Revisions"
|
176 |
-
msgstr "投稿リビジョンを保存しない"
|
177 |
-
|
178 |
-
#: revision-control.php:629
|
179 |
-
msgid "Revision Control Options"
|
180 |
-
msgstr "リビジョンコントロール設定"
|
181 |
-
|
182 |
-
#: revision-control.php:630
|
183 |
-
msgid "Default revision status for <em>Post Types</em>"
|
184 |
-
msgstr "<em>形式</em>別のデフォルト設定"
|
185 |
-
|
186 |
-
#: revision-control.php:641
|
187 |
-
msgid "Default Revision Status"
|
188 |
-
msgstr "デフォルトのリビジョン設定"
|
189 |
-
|
190 |
-
#: revision-control.php:672
|
191 |
-
msgid "Revision Range"
|
192 |
-
msgstr "リビジョン範囲"
|
193 |
-
|
194 |
-
#: revision-control.php:674
|
195 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
196 |
-
msgstr "<em><strong>メモ:</strong> これは特別なフィールドで、リビジョン設定の<code><選択></code>フィールドの表示をコントロールします。 <br />基本的な書式は単純で、フィールドはコンマで分けられます。<br />フィールドは数字もしくは範囲を設定できます。<br />例: <strong>1,5</strong> はリビジョン 1 とリビジョン 5 を表示します。また、 <strong>1..5</strong> はリビジョン 1.. 2.. 3.. 4.. 5.. を表示します。.<br /> <strong>よく分からなければ、このフィールドはそのままにしておいてください。</strong></em>"
|
197 |
-
|
198 |
-
#: revision-control.php:680
|
199 |
-
msgid "Save Changes"
|
200 |
-
msgstr "変更を保存"
|
201 |
-
|
202 |
-
#. Plugin URI of an extension
|
203 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
204 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
205 |
-
|
206 |
-
#. Description of an extension
|
207 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
208 |
-
msgstr "全体もしくは投稿形式別に保存する投稿リビジョン数を設定できるようにします。"
|
209 |
-
|
210 |
-
#. Author of an extension
|
211 |
-
msgid "Dion Hulse"
|
212 |
-
msgstr "Dion Hulse"
|
213 |
-
|
214 |
-
#~ msgid "Enabled"
|
215 |
-
#~ msgstr "使用する"
|
216 |
-
|
217 |
-
#, fuzzy
|
218 |
-
#~ msgid " (default)"
|
219 |
-
#~ msgstr "デフォルト"
|
220 |
-
#~ msgid "Disabled"
|
221 |
-
#~ msgstr "使用しない"
|
222 |
-
#~ msgid "Settings saved."
|
223 |
-
#~ msgstr "設定を保存しました。"
|
224 |
-
#~ msgid "Revisions:"
|
225 |
-
#~ msgstr "リビジョン:"
|
226 |
-
#~ msgid "Limit to"
|
227 |
-
#~ msgstr "次のリビジョンまで保持:"
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-pt_PT.mo
DELETED
Binary file
|
langs/revision-control-pt_PT.po
DELETED
@@ -1,245 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Revision Control 2.1 PT\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-08-23 19:06-0000\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: mwJobs | http://jobs.mowster.net <jobs@mowster.net>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-Language: Portuguese\n"
|
14 |
-
"X-Poedit-Country: PORTUGAL\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
# @ revision-control
|
22 |
-
#: revision-control.php:52
|
23 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
24 |
-
msgstr "Tem a certeza que deseja apagar as Revisões selecionadas?"
|
25 |
-
|
26 |
-
# @ revision-control
|
27 |
-
#: revision-control.php:53
|
28 |
-
msgid ""
|
29 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
30 |
-
"Continue?"
|
31 |
-
msgstr ""
|
32 |
-
"Atenção: Desbloqueando este artigo será publicada a última Revisão!\\n"
|
33 |
-
"Continuar?"
|
34 |
-
|
35 |
-
# @ revision-control
|
36 |
-
#: revision-control.php:54
|
37 |
-
msgid "Please select a Left and Right revision to compare"
|
38 |
-
msgstr "Por favor, escolha uma Revisão da esquerda e direita para comparar"
|
39 |
-
|
40 |
-
# @ revision-control
|
41 |
-
#: revision-control.php:55
|
42 |
-
msgid "Revision Compare"
|
43 |
-
msgstr "Revisões"
|
44 |
-
|
45 |
-
# @ revision-control
|
46 |
-
#: revision-control.php:76
|
47 |
-
#: revision-control.php:654
|
48 |
-
msgid "Revision Control"
|
49 |
-
msgstr "Controlo de Revisões"
|
50 |
-
|
51 |
-
# @ revision-control
|
52 |
-
#: revision-control.php:76
|
53 |
-
msgid "Revisions"
|
54 |
-
msgstr "Revisões"
|
55 |
-
|
56 |
-
# @ default
|
57 |
-
#: revision-control.php:83
|
58 |
-
msgid "Post Revisions"
|
59 |
-
msgstr "Revisões do Artigo"
|
60 |
-
|
61 |
-
# @ revision-control
|
62 |
-
#: revision-control.php:276
|
63 |
-
msgid "Default Revision Settings"
|
64 |
-
msgstr "Configurações por omissão"
|
65 |
-
|
66 |
-
# @ revision-control
|
67 |
-
#: revision-control.php:277
|
68 |
-
msgid "Unlimited number of Revisions"
|
69 |
-
msgstr "Número Ilimitado de Revisões"
|
70 |
-
|
71 |
-
# @ revision-control
|
72 |
-
#: revision-control.php:278
|
73 |
-
msgid "Do not store Revisions"
|
74 |
-
msgstr "Não armazenar Revisões"
|
75 |
-
|
76 |
-
# @ revision-control
|
77 |
-
#: revision-control.php:286
|
78 |
-
#: revision-control.php:289
|
79 |
-
#: revision-control.php:294
|
80 |
-
#, php-format
|
81 |
-
msgid "Maximum %s Revision stored"
|
82 |
-
msgid_plural "Maximum %s Revisions stored"
|
83 |
-
msgstr[0] "Max %s Revisão armazenada"
|
84 |
-
msgstr[1] "Max %s Revisões armazenadas"
|
85 |
-
|
86 |
-
# @ revision-control
|
87 |
-
#: revision-control.php:427
|
88 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
89 |
-
msgstr "Desculpe, mas NÃO pode comparar Revisões sem parentesco"
|
90 |
-
|
91 |
-
# @ revision-control
|
92 |
-
#: revision-control.php:437
|
93 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
94 |
-
msgstr "Desculpe, mas NÃO pode comparar as mesmas Revisões"
|
95 |
-
|
96 |
-
# @ revision-control
|
97 |
-
#: revision-control.php:439
|
98 |
-
#, php-format
|
99 |
-
msgid "Compare Revisions of “%1$s”"
|
100 |
-
msgstr "Comparar Revisões de<br>“%1$s”"
|
101 |
-
|
102 |
-
# @ revision-control
|
103 |
-
#: revision-control.php:458
|
104 |
-
#, php-format
|
105 |
-
msgid "Older: %s"
|
106 |
-
msgstr "+ Antiga: %s"
|
107 |
-
|
108 |
-
# @ revision-control
|
109 |
-
#: revision-control.php:459
|
110 |
-
#, php-format
|
111 |
-
msgid "Newer: %s"
|
112 |
-
msgstr "+ Nova: %s"
|
113 |
-
|
114 |
-
# @ revision-control
|
115 |
-
#: revision-control.php:480
|
116 |
-
msgid "Post Meta"
|
117 |
-
msgstr "Artigo Meta"
|
118 |
-
|
119 |
-
# @ revision-control
|
120 |
-
#: revision-control.php:511
|
121 |
-
msgid "These Revisions are identical."
|
122 |
-
msgstr "Estas Revisões são idênticas."
|
123 |
-
|
124 |
-
# @ revision-control
|
125 |
-
#: revision-control.php:515
|
126 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
127 |
-
msgstr "<em>Nota:</em> Embora as Taxonomias <em>(Etiquetas / Categorias / Taxonomias Personalizadas)</em> são armazenadas nas revisões, reabilitar uma Revisão <strong>NÃO</strong> restabelece as Taxonomias dessa Revisão."
|
128 |
-
|
129 |
-
# @ revision-control
|
130 |
-
#: revision-control.php:542
|
131 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
132 |
-
msgstr "<strong>Nota</strong>: Este módulo necessita do JavaScript activado"
|
133 |
-
|
134 |
-
# @ revision-control
|
135 |
-
#: revision-control.php:552
|
136 |
-
msgid "Delete"
|
137 |
-
msgstr "Apagar"
|
138 |
-
|
139 |
-
# @ revision-control
|
140 |
-
#: revision-control.php:553
|
141 |
-
msgid "Compare"
|
142 |
-
msgstr "Comparar"
|
143 |
-
|
144 |
-
# @ revision-control
|
145 |
-
#: revision-control.php:554
|
146 |
-
msgid "Date Created"
|
147 |
-
msgstr "Data"
|
148 |
-
|
149 |
-
# @ revision-control
|
150 |
-
#: revision-control.php:555
|
151 |
-
msgid "Author"
|
152 |
-
msgstr "Autor"
|
153 |
-
|
154 |
-
# @ revision-control
|
155 |
-
#: revision-control.php:556
|
156 |
-
msgid "Actions"
|
157 |
-
msgstr "Tarefas"
|
158 |
-
|
159 |
-
# @ revision-control
|
160 |
-
#: revision-control.php:562
|
161 |
-
#, php-format
|
162 |
-
msgctxt "post revision 1:datetime, 2:name"
|
163 |
-
msgid "%1$s by %2$s"
|
164 |
-
msgstr "%1$s por %2$s"
|
165 |
-
|
166 |
-
# @ revision-control
|
167 |
-
#: revision-control.php:577
|
168 |
-
#, php-format
|
169 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
170 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
171 |
-
msgstr "Revisões estão habilitadas para %s. No entanto, não há Autosaves ou Revisões criadas. Serão listadas assim que começar a escrever. Boa escrita!"
|
172 |
-
|
173 |
-
# msgstr[1] "1: the Post_Type - Posts, Pages, etc. (plural always)
|
174 |
-
# @ revision-control
|
175 |
-
#: revision-control.php:605
|
176 |
-
msgid "Restore"
|
177 |
-
msgstr "Reabilitar"
|
178 |
-
|
179 |
-
# @ revision-control
|
180 |
-
#: revision-control.php:642
|
181 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
182 |
-
msgstr "<strong>Erro:</strong> <code>WP_POST_REVISIONS</code>é definido no ficheiro <code>wp-config.php</code>. <em>Controlo de Revisões</em> não consegue operar."
|
183 |
-
|
184 |
-
# @ revision-control
|
185 |
-
#: revision-control.php:657
|
186 |
-
#, php-format
|
187 |
-
msgid "Currently storing a maximum of %s Revision"
|
188 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
189 |
-
msgstr[0] "Atualmente armazenando um máximo de %s Revisão"
|
190 |
-
msgstr[1] "Atualmente armazenando um máximo de %s Revisões"
|
191 |
-
|
192 |
-
# @ revision-control
|
193 |
-
#: revision-control.php:659
|
194 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
195 |
-
msgstr "Armazena um número Ilimitado de Revisões"
|
196 |
-
|
197 |
-
# @ revision-control
|
198 |
-
#: revision-control.php:661
|
199 |
-
msgid "Not storing any Revisions"
|
200 |
-
msgstr "Não armazenar Revisões"
|
201 |
-
|
202 |
-
# @ revision-control
|
203 |
-
#: revision-control.php:688
|
204 |
-
msgid "Revision Control Options"
|
205 |
-
msgstr "Controlo de Revisões : Opcções"
|
206 |
-
|
207 |
-
# @ revision-control
|
208 |
-
#: revision-control.php:689
|
209 |
-
msgid "Default revision status for <em>Post Types</em>"
|
210 |
-
msgstr "Estado da Revisão por omissão para <em>Tipos de Artigos</em>"
|
211 |
-
|
212 |
-
# @ revision-control
|
213 |
-
#: revision-control.php:707
|
214 |
-
msgid "Default Revision Status"
|
215 |
-
msgstr "Revisões por omissão"
|
216 |
-
|
217 |
-
# @ revision-control
|
218 |
-
#: revision-control.php:717
|
219 |
-
msgid "Post"
|
220 |
-
msgid_plural "Posts"
|
221 |
-
msgstr[0] "Artigo"
|
222 |
-
msgstr[1] "Artigos"
|
223 |
-
|
224 |
-
# @ revision-control
|
225 |
-
#: revision-control.php:719
|
226 |
-
msgid "Page"
|
227 |
-
msgid_plural "Pages"
|
228 |
-
msgstr[0] "Páginas"
|
229 |
-
msgstr[1] "Páginas"
|
230 |
-
|
231 |
-
# @ revision-control
|
232 |
-
#: revision-control.php:739
|
233 |
-
msgid "Revision Range"
|
234 |
-
msgstr "Intervalo de Revisões"
|
235 |
-
|
236 |
-
# @ revision-control
|
237 |
-
#: revision-control.php:741
|
238 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
239 |
-
msgstr "<em><strong>Nota:</strong> Este campo é especial. Controla a quantidade de Revisões mostradas através de campos <code><select></code>.<br />A sintaxe básica é simples, os campos estão separados por vírgulas.<br /> Um campo tanto pode ser um número, OU um intervalo.<br /> Por exemplo: <strong>1,5</strong> mostra a Revisão 1, e Revisão 5. <strong>1..5</strong> por outro lado, irá mostrar as Revisões 1.. 2.. 3.. 4.. 5.. .<br /> <strong>Em caso de dúvida, deixe este campo em branco.</strong></em>"
|
240 |
-
|
241 |
-
# @ revision-control
|
242 |
-
#: revision-control.php:745
|
243 |
-
msgid "Save Changes"
|
244 |
-
msgstr "Guardar alterações"
|
245 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control-ru_RU.mo
DELETED
Binary file
|
langs/revision-control-ru_RU.po
DELETED
@@ -1,227 +0,0 @@
|
|
1 |
-
# Translation of the WordPress plugin Revision Control 2.0-alpha by Dion Hulse.
|
2 |
-
# Copyright (C) 2010 Dion Hulse
|
3 |
-
# This file is distributed under the same license as the Revision Control package.
|
4 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
-
#
|
6 |
-
msgid ""
|
7 |
-
msgstr ""
|
8 |
-
"Project-Id-Version: Revision Control 2.0-alpha\n"
|
9 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
10 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
11 |
-
"PO-Revision-Date: 2010-01-10 19:11+1000\n"
|
12 |
-
"Last-Translator: Dion Hulse <contact@dd32.id.au>\n"
|
13 |
-
"Language-Team: Lecactus <lecactus@lecactus.ru>\n"
|
14 |
-
"MIME-Version: 1.0\n"
|
15 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
-
"Content-Transfer-Encoding: 8bit\n"
|
17 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
|
18 |
-
"X-Poedit-Language: Russian\n"
|
19 |
-
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
20 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
-
"X-Poedit-Basepath: .\n"
|
22 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;esc_attr_e;esc_attr__\n"
|
23 |
-
"X-Poedit-SearchPath-0: X:\\web\\wordpress\\plugins\\revision control 2 beta\\revision-control\n"
|
24 |
-
|
25 |
-
#: revision-control.php:53
|
26 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
27 |
-
msgstr "Вы уверены что хотите удалить выбранные ревизии?"
|
28 |
-
|
29 |
-
#: revision-control.php:54
|
30 |
-
msgid ""
|
31 |
-
"Warning: Unlocking this post will cause the latest revision to be published!\\n"
|
32 |
-
"Continue?"
|
33 |
-
msgstr ""
|
34 |
-
"Внимание: Разблокировка этой записи вызовет публикацию последней ревизии!\\n"
|
35 |
-
"Продолжить?"
|
36 |
-
|
37 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
38 |
-
#. Plugin Name of an extension
|
39 |
-
#: revision-control.php:69
|
40 |
-
msgid "Revision Control"
|
41 |
-
msgstr "Управление ревизиями"
|
42 |
-
|
43 |
-
#: revision-control.php:69
|
44 |
-
msgid "Revisions"
|
45 |
-
msgstr "Ревизии"
|
46 |
-
|
47 |
-
#: revision-control.php:79
|
48 |
-
msgid "Post Revisions"
|
49 |
-
msgstr "Ревизии записи"
|
50 |
-
|
51 |
-
#: revision-control.php:226
|
52 |
-
msgid "Default Revision Settings"
|
53 |
-
msgstr "Стандартные настройки ревизий"
|
54 |
-
|
55 |
-
#: revision-control.php:227
|
56 |
-
msgid "Unlimited number of Revisions"
|
57 |
-
msgstr "Неограниченное количество ревизий"
|
58 |
-
|
59 |
-
#: revision-control.php:228
|
60 |
-
msgid "Do not store Revisions"
|
61 |
-
msgstr "Не хранить ревизии"
|
62 |
-
|
63 |
-
#: revision-control.php:236
|
64 |
-
#: revision-control.php:239
|
65 |
-
#: revision-control.php:244
|
66 |
-
#, php-format
|
67 |
-
msgid "Maximum %s Revision stored"
|
68 |
-
msgid_plural "Maximum %s Revisions stored"
|
69 |
-
msgstr[0] "Хратить максимум %s ревизию"
|
70 |
-
msgstr[1] "Хратить максимум %s ревизии"
|
71 |
-
msgstr[2] "Хратить максимум %s ревизий"
|
72 |
-
|
73 |
-
#: revision-control.php:382
|
74 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
75 |
-
msgstr "Извините, но вы не можете сравнивать несвязанные ревизии."
|
76 |
-
|
77 |
-
#: revision-control.php:392
|
78 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
79 |
-
msgstr "Извините, но вы не можете сравнивать ревизию с ней самой."
|
80 |
-
|
81 |
-
#: revision-control.php:394
|
82 |
-
#, php-format
|
83 |
-
msgid "Compare Revisions of “%1$s”"
|
84 |
-
msgstr "Сравнение ревизий “%1$s”"
|
85 |
-
|
86 |
-
#: revision-control.php:410
|
87 |
-
#, php-format
|
88 |
-
msgid "Older: %s"
|
89 |
-
msgstr "Старая: %s"
|
90 |
-
|
91 |
-
#: revision-control.php:411
|
92 |
-
#, php-format
|
93 |
-
msgid "Newer: %s"
|
94 |
-
msgstr "Новая: %s"
|
95 |
-
|
96 |
-
#: revision-control.php:449
|
97 |
-
msgid "These Revisions are identical."
|
98 |
-
msgstr "Эти ревизии идентичны."
|
99 |
-
|
100 |
-
#: revision-control.php:453
|
101 |
-
msgid "<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / Categories / Custom Taxonomies)</em> are stored with the revisions, Restoring a Revision will <strong>not</strong> restore the taxonomies at present."
|
102 |
-
msgstr "<em>Пожалуйста, помните:</em> в настоящее время, не смотря на то что Таксономии <em>(Метки / Рубрики / Настраиваемые Таксономии)</em> хранятся с ревизиями, восстановление ревизии <strong>не</strong> не восстановит таксономии в настоящем времени."
|
103 |
-
|
104 |
-
#: revision-control.php:480
|
105 |
-
msgid "<strong>Please Note</strong>: This module requires the use of Javascript."
|
106 |
-
msgstr "<strong>Пожалуйста, помните</strong>: Этот модуль требует использование Javascript."
|
107 |
-
|
108 |
-
#: revision-control.php:489
|
109 |
-
msgid "Switch between Compare/Delete modes"
|
110 |
-
msgstr "Переключиться между режимами Сравнение/Удаление"
|
111 |
-
|
112 |
-
#: revision-control.php:489
|
113 |
-
msgid "Compare Delete"
|
114 |
-
msgstr "Сравнить Удалить"
|
115 |
-
|
116 |
-
#: revision-control.php:490
|
117 |
-
msgid "Date Created"
|
118 |
-
msgstr "Дата создания"
|
119 |
-
|
120 |
-
#: revision-control.php:491
|
121 |
-
msgid "Author"
|
122 |
-
msgstr "Автор"
|
123 |
-
|
124 |
-
#: revision-control.php:492
|
125 |
-
msgid "Actions"
|
126 |
-
msgstr "Действия"
|
127 |
-
|
128 |
-
#: revision-control.php:498
|
129 |
-
#, php-format
|
130 |
-
msgctxt "post revision 1:datetime, 2:name"
|
131 |
-
msgid "%1$s by %2$s"
|
132 |
-
msgstr "%1$s от %2$s"
|
133 |
-
|
134 |
-
#: revision-control.php:516
|
135 |
-
#: revision-control.php:651
|
136 |
-
msgid "Post"
|
137 |
-
msgid_plural "Posts"
|
138 |
-
msgstr[0] "Запись"
|
139 |
-
msgstr[1] "Записи"
|
140 |
-
msgstr[2] "Записей"
|
141 |
-
|
142 |
-
#: revision-control.php:518
|
143 |
-
#: revision-control.php:653
|
144 |
-
msgid "Page"
|
145 |
-
msgid_plural "Pages"
|
146 |
-
msgstr[0] "Страница"
|
147 |
-
msgstr[1] "Страницы"
|
148 |
-
msgstr[2] "Страниц"
|
149 |
-
|
150 |
-
#: revision-control.php:520
|
151 |
-
#, php-format
|
152 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
153 |
-
msgid "Revisions are currently enabled for %s, However there are no current Autosaves or Revisions created.<br />They'll be listed here once you Save. Happy Writing!"
|
154 |
-
msgstr "Ревизии в настоящее время включены для %s, однако в настоящее время нет автосохранений или ревизий<br />Они будут перечислены здесь после сохранения. Удачного блоггинга!"
|
155 |
-
|
156 |
-
#: revision-control.php:548
|
157 |
-
msgid "Restore"
|
158 |
-
msgstr "Восстановить"
|
159 |
-
|
160 |
-
#: revision-control.php:549
|
161 |
-
msgid "Remove"
|
162 |
-
msgstr "Удалить"
|
163 |
-
|
164 |
-
#: revision-control.php:578
|
165 |
-
msgid "Delete"
|
166 |
-
msgstr "Удалить"
|
167 |
-
|
168 |
-
#: revision-control.php:579
|
169 |
-
msgid "Compare"
|
170 |
-
msgstr "Сравнить"
|
171 |
-
|
172 |
-
#: revision-control.php:583
|
173 |
-
msgid "<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your <code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
174 |
-
msgstr "<strong>Ошибка:</strong> параметр <code>WP_POST_REVISIONS</code> задан жестко в вашем файле <code>wp-config.php</code>. <em>Управление ревизиями</em> не будет работать."
|
175 |
-
|
176 |
-
#: revision-control.php:598
|
177 |
-
#, php-format
|
178 |
-
msgid "Currently storing a maximum of %s Revision"
|
179 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
180 |
-
msgstr[0] "В настоящее время хранится максимум %s ревизия"
|
181 |
-
msgstr[1] "В настоящее время хранится максимум %s ревизии"
|
182 |
-
msgstr[2] "В настоящее время хранится максимум %s ревизий"
|
183 |
-
|
184 |
-
#: revision-control.php:600
|
185 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
186 |
-
msgstr "В настоящее время хранится неограниченное число ревизий"
|
187 |
-
|
188 |
-
#: revision-control.php:602
|
189 |
-
msgid "Not storing any Revisions"
|
190 |
-
msgstr "Не хранится никаких ревизий"
|
191 |
-
|
192 |
-
#: revision-control.php:629
|
193 |
-
msgid "Revision Control Options"
|
194 |
-
msgstr "Настройки управления ревизиями"
|
195 |
-
|
196 |
-
#: revision-control.php:630
|
197 |
-
msgid "Default revision status for <em>Post Types</em>"
|
198 |
-
msgstr "Статус ревизий по умолчанию для <em>типов записей</em>"
|
199 |
-
|
200 |
-
#: revision-control.php:641
|
201 |
-
msgid "Default Revision Status"
|
202 |
-
msgstr "Статус ревизий по умолчанию"
|
203 |
-
|
204 |
-
#: revision-control.php:672
|
205 |
-
msgid "Revision Range"
|
206 |
-
msgstr "Диапазон ревизий"
|
207 |
-
|
208 |
-
#: revision-control.php:674
|
209 |
-
msgid "<em><strong>Note:</strong> This field is special. It controls what appears in the Revision Options <code><select></code> fields.<br />The basic syntax of this is simple, fields are seperated by comma's.<br /> A field may either be a number, OR a range.<br /> For example: <strong>1,5</strong> displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, Leave this field alone.</strong></em>"
|
210 |
-
msgstr "<em><strong>Примечание:</strong> Это поле особенное. Оно управляет тем что появится в полях<code><выбора></code> в настройках ревизий.<br />Основной синтаксис простой, поля разделяются запятыми.<br /> Поле может быть либо числом, ИЛИ диапазоном.<br /> Например: <strong>1,5</strong> покажет 1 ревизию, и 5 ревизий. <strong>1..5</strong> с другой стороны, покажет ревизии 1.. 2.. 3.. 4.. 5...<br /> <strong>Если сомневаетесь, оставьте это поле пустым.</strong></em>"
|
211 |
-
|
212 |
-
#: revision-control.php:680
|
213 |
-
msgid "Save Changes"
|
214 |
-
msgstr "Сохранить изменения"
|
215 |
-
|
216 |
-
#. Plugin URI of an extension
|
217 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
218 |
-
msgstr "http://dd32.id.au/wordpress-plugins/revision-control/"
|
219 |
-
|
220 |
-
#. Description of an extension
|
221 |
-
msgid "Allows finer control over the number of Revisions stored on a global & per-type/page basis."
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#. Author of an extension
|
225 |
-
msgid "Dion Hulse"
|
226 |
-
msgstr "Dion Hulse"
|
227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/revision-control.pot
DELETED
@@ -1,231 +0,0 @@
|
|
1 |
-
# Translation of the WordPress plugin Revision Control 2.0-beta by Dion Hulse.
|
2 |
-
# Copyright (C) 2010 Dion Hulse
|
3 |
-
# This file is distributed under the same license as the Revision Control package.
|
4 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
-
#
|
6 |
-
#, fuzzy
|
7 |
-
msgid ""
|
8 |
-
msgstr ""
|
9 |
-
"Project-Id-Version: Revision Control 2.0-beta\n"
|
10 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/revision-control\n"
|
11 |
-
"POT-Creation-Date: 2010-01-09 22:30+0000\n"
|
12 |
-
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
13 |
-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
-
"MIME-Version: 1.0\n"
|
16 |
-
"Content-Type: text/plain; charset=utf-8\n"
|
17 |
-
"Content-Transfer-Encoding: 8bit\n"
|
18 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
19 |
-
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;_n:1,2;\n"
|
20 |
-
|
21 |
-
#: revision-control.php:53
|
22 |
-
msgid "Are you sure you wish to delete the selected Revisions?"
|
23 |
-
msgstr ""
|
24 |
-
|
25 |
-
#: revision-control.php:54
|
26 |
-
msgid ""
|
27 |
-
"Warning: Unlocking this post will cause the latest revision to be published!"
|
28 |
-
"\\nContinue?"
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#. #-#-#-#-# plugin.pot (Revision Control 2.0-beta) #-#-#-#-#
|
32 |
-
#. Plugin Name of an extension
|
33 |
-
#: revision-control.php:69
|
34 |
-
msgid "Revision Control"
|
35 |
-
msgstr ""
|
36 |
-
|
37 |
-
#: revision-control.php:69
|
38 |
-
msgid "Revisions"
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: revision-control.php:79
|
42 |
-
msgid "Post Revisions"
|
43 |
-
msgstr ""
|
44 |
-
|
45 |
-
#: revision-control.php:226
|
46 |
-
msgid "Default Revision Settings"
|
47 |
-
msgstr ""
|
48 |
-
|
49 |
-
#: revision-control.php:227
|
50 |
-
msgid "Unlimited number of Revisions"
|
51 |
-
msgstr ""
|
52 |
-
|
53 |
-
#: revision-control.php:228
|
54 |
-
msgid "Do not store Revisions"
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: revision-control.php:236 revision-control.php:239 revision-control.php:244
|
58 |
-
#, php-format
|
59 |
-
msgid "Maximum %s Revision stored"
|
60 |
-
msgid_plural "Maximum %s Revisions stored"
|
61 |
-
msgstr[0] ""
|
62 |
-
msgstr[1] ""
|
63 |
-
|
64 |
-
#: revision-control.php:382
|
65 |
-
msgid "Sorry, But you cant compare unrelated Revisions."
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: revision-control.php:392
|
69 |
-
msgid "Sorry, But you cant compare a Revision to itself."
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: revision-control.php:394
|
73 |
-
#, php-format
|
74 |
-
msgid "Compare Revisions of “%1$s”"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: revision-control.php:410
|
78 |
-
#, php-format
|
79 |
-
msgid "Older: %s"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: revision-control.php:411
|
83 |
-
#, php-format
|
84 |
-
msgid "Newer: %s"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: revision-control.php:449
|
88 |
-
msgid "These Revisions are identical."
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: revision-control.php:453
|
92 |
-
msgid ""
|
93 |
-
"<em>Please Note:</em> at present, Although Taxonomies <em>(Tags / "
|
94 |
-
"Categories / Custom Taxonomies)</em> are stored with the revisions, "
|
95 |
-
"Restoring a Revision will <strong>not</strong> restore the taxonomies at "
|
96 |
-
"present."
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: revision-control.php:480
|
100 |
-
msgid ""
|
101 |
-
"<strong>Please Note</strong>: This module requires the use of Javascript."
|
102 |
-
msgstr ""
|
103 |
-
|
104 |
-
#: revision-control.php:489
|
105 |
-
msgid "Switch between Compare/Delete modes"
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
#: revision-control.php:489
|
109 |
-
msgid "Compare Delete"
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: revision-control.php:490
|
113 |
-
msgid "Date Created"
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
#: revision-control.php:491
|
117 |
-
msgid "Author"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: revision-control.php:492
|
121 |
-
msgid "Actions"
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: revision-control.php:498
|
125 |
-
#, php-format
|
126 |
-
msgctxt "post revision 1:datetime, 2:name"
|
127 |
-
msgid "%1$s by %2$s"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: revision-control.php:516 revision-control.php:651
|
131 |
-
msgid "Post"
|
132 |
-
msgid_plural "Posts"
|
133 |
-
msgstr[0] ""
|
134 |
-
msgstr[1] ""
|
135 |
-
|
136 |
-
#: revision-control.php:518 revision-control.php:653
|
137 |
-
msgid "Page"
|
138 |
-
msgid_plural "Pages"
|
139 |
-
msgstr[0] ""
|
140 |
-
msgstr[1] ""
|
141 |
-
|
142 |
-
#: revision-control.php:520
|
143 |
-
#, php-format
|
144 |
-
msgctxt "1: the Post_Type - Posts, Pages, etc. (plural always)"
|
145 |
-
msgid ""
|
146 |
-
"Revisions are currently enabled for %s, However there are no current "
|
147 |
-
"Autosaves or Revisions created.<br />They'll be listed here once you Save. "
|
148 |
-
"Happy Writing!"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: revision-control.php:548
|
152 |
-
msgid "Restore"
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: revision-control.php:549
|
156 |
-
msgid "Remove"
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
#: revision-control.php:578
|
160 |
-
msgid "Delete"
|
161 |
-
msgstr ""
|
162 |
-
|
163 |
-
#: revision-control.php:579
|
164 |
-
msgid "Compare"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: revision-control.php:583
|
168 |
-
msgid ""
|
169 |
-
"<strong>Error:</strong> <code>WP_POST_REVISIONS</code> is defined in your "
|
170 |
-
"<code>wp-config.php</code>. <em>Revision Control</em> cannot operate."
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: revision-control.php:598
|
174 |
-
#, php-format
|
175 |
-
msgid "Currently storing a maximum of %s Revision"
|
176 |
-
msgid_plural "Currently storing a maximum of %s Revisions"
|
177 |
-
msgstr[0] ""
|
178 |
-
msgstr[1] ""
|
179 |
-
|
180 |
-
#: revision-control.php:600
|
181 |
-
msgid "Currently storing an Unlimited number of Revisions"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: revision-control.php:602
|
185 |
-
msgid "Not storing any Revisions"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: revision-control.php:629
|
189 |
-
msgid "Revision Control Options"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: revision-control.php:630
|
193 |
-
msgid "Default revision status for <em>Post Types</em>"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: revision-control.php:641
|
197 |
-
msgid "Default Revision Status"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: revision-control.php:672
|
201 |
-
msgid "Revision Range"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: revision-control.php:674
|
205 |
-
msgid ""
|
206 |
-
"<em><strong>Note:</strong> This field is special. It controls what appears "
|
207 |
-
"in the Revision Options <code><select></code> fields.<br />The basic "
|
208 |
-
"syntax of this is simple, fields are seperated by comma's.<br /> A field may "
|
209 |
-
"either be a number, OR a range.<br /> For example: <strong>1,5</strong> "
|
210 |
-
"displays 1 Revision, and 5 Revisions. <strong>1..5</strong> on the other "
|
211 |
-
"hand, will display 1.. 2.. 3.. 4.. 5.. Revisions.<br /> <strong>If in doubt, "
|
212 |
-
"Leave this field alone.</strong></em>"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: revision-control.php:680
|
216 |
-
msgid "Save Changes"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#. Plugin URI of an extension
|
220 |
-
msgid "http://dd32.id.au/wordpress-plugins/revision-control/"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#. Description of an extension
|
224 |
-
msgid ""
|
225 |
-
"Allows finer control over the number of Revisions stored on a global & per-"
|
226 |
-
"type/page basis."
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#. Author of an extension
|
230 |
-
msgid "Dion Hulse"
|
231 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/translations.txt
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
Translations of this plugin are welcome & any valid translations submitted will be included in future releases.
|
2 |
-
|
3 |
-
Please submit any translations in .mo/.po format to wordpress@dd32.id.au
|
4 |
-
|
5 |
-
Also, Please, Only rely upon the .pot file when it comes to beta time, it may not be updated.
|
6 |
-
If you update from sources, please be aware that the following translation functions are used, and you'll need to tell your translation program to understand them:
|
7 |
-
|
8 |
-
Singular:
|
9 |
-
__()
|
10 |
-
_e()
|
11 |
-
esc_attr_e()
|
12 |
-
esc_attr__()
|
13 |
-
|
14 |
-
Plurals:
|
15 |
-
_n()
|
16 |
-
|
17 |
-
Dont forget to set the Plural Form in PoEdit (Or your application) as well.
|
18 |
-
If 0 1 and >1 strings are different, use:
|
19 |
-
nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2)
|
20 |
-
If 0 and >1 are the same, and 1 is different, use:
|
21 |
-
nplurals=2; plural=n != 1
|
22 |
-
|
23 |
-
|
24 |
-
Thanks :)
|
25 |
-
Dion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -2,15 +2,16 @@
|
|
2 |
Contributors: dd32
|
3 |
Tags: revisions, post, admin
|
4 |
Requires at least: 4.0
|
5 |
-
|
|
|
6 |
|
7 |
Revision Control allows finer control over the Post Revision system included with WordPress
|
8 |
|
9 |
== Description ==
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
The plugin allows the user to set a site-global setting (Settings -> Revisions) for pages/posts to enable/disable/limit the number of revisions which are saved for the page/post. The user may change this setting on a per-page/post basis from the Revisions Meta box.
|
16 |
|
@@ -18,98 +19,21 @@ The plugin also allows the deletion of specific revisions via the Revisions post
|
|
18 |
|
19 |
== Upgrade Notice ==
|
20 |
|
21 |
-
= 2.3.
|
22 |
-
|
23 |
|
24 |
== Changelog ==
|
25 |
|
|
|
|
|
|
|
|
|
26 |
= 2.3.1 =
|
27 |
* PHP compatability changes (PHP Strict mode warnings)
|
28 |
* Fix the Revision Restore link (Are you sure you want to do this?)
|
29 |
* Bumps the requirement to WordPress 4.0
|
30 |
* Added a no-support note.
|
31 |
|
32 |
-
= 2.3 =
|
33 |
-
* Revision Control 2.1 in disguise, WordPress.org accidentally released a development version as Version 2.2, This reverts the plugin to how it was with Version 2.1, Sorry everyone! :(
|
34 |
-
|
35 |
-
= 2.2 =
|
36 |
-
* Accidental release, This will become version 3.0 when released.
|
37 |
-
|
38 |
-
= 2.1 =
|
39 |
-
* Belorussian Translation from MarcisG
|
40 |
-
* Bugfix: Delete Taxonomy relations for Revisions upon revision deletion
|
41 |
-
* Bigfix: Compare/Delete toggling
|
42 |
-
* Correct styling for WordPress 3.2+
|
43 |
-
|
44 |
-
= 2.0.1 =
|
45 |
-
* Small IE bug fix, Table formatting was a bit wacky.
|
46 |
-
* RECALLED update, Had brought up some issues in other browsers
|
47 |
-
|
48 |
-
= 2.0 =
|
49 |
-
* Rewrite from scratch(99%) utilising 2.9 only functionality
|
50 |
-
* Better support for custom post types, Next release will finialise it in line with WordPress 3.0 development
|
51 |
-
* Storing of Taxonomy changes in revisions (eg. You can see that TagX was added, while Category Z was removed.)
|
52 |
-
* Translations:
|
53 |
-
* German Translation from Tux
|
54 |
-
* Hebrew Translation from Elad Salomons - http://elad.blogli.co.il
|
55 |
-
* Russian Translation from Lecactus
|
56 |
-
* Italian Translation from Stefano Aglietti
|
57 |
-
* Estonian Translation from Lembit
|
58 |
-
* Japanese Translation from Tai
|
59 |
-
|
60 |
-
= 2.0-pre =
|
61 |
-
* Swedish Translation from Linus
|
62 |
-
* Estonian Translation from "Lembit Kivisik" <lembit@designux.com>
|
63 |
-
|
64 |
-
= 1.9.x =
|
65 |
-
* Belorussian translation from Marcis
|
66 |
-
|
67 |
-
= 1.9.7 =
|
68 |
-
* 1.9.2, 1.9.3, 1.9.5 all seem screwy, Something was wrong with my SVN client, it was commiting from a previous revision and not my current revision...
|
69 |
-
* 2.8.1 compatibility
|
70 |
-
|
71 |
-
= 1.9.1 =
|
72 |
-
* Small bugfixes
|
73 |
-
|
74 |
-
= 1.9 =
|
75 |
-
* Spanish Translation from Alejandro
|
76 |
-
* Turkish Translation from Semih
|
77 |
-
* Latvian Translation from Rolands
|
78 |
-
* Fix 'Disabled' per-object checkbox
|
79 |
-
* Introduce DD32's common data class, Adds Update version changelog functionality
|
80 |
-
* WP 2.7 compatibility, This is mainly a maintanence release until version 2.0 is fully finalised.
|
81 |
-
|
82 |
-
= 1.8 =
|
83 |
-
* German Translation from Tux
|
84 |
-
* Czech Translation from Pavel
|
85 |
-
* Dutch Translation from Steven
|
86 |
-
* Russian Translation from Кактус
|
87 |
-
* French Translation from David
|
88 |
-
* Bug fix: Limit revisions dropdown sticks to 2 revisions on admin panel.
|
89 |
-
* No features added.
|
90 |
-
|
91 |
-
= 1.7 =
|
92 |
-
* Fix a bug with Firefox stealing the focus on the Revision limit drop-down, Thanks Viper007Bond
|
93 |
-
* Added HeBrew translation, Thanks Elad!
|
94 |
-
* No features added.
|
95 |
-
|
96 |
-
= 1.6 =
|
97 |
-
* oops, Forgot something from 1.5: If you set the page/posts's option to the *same* as the default, Then the per-page option is now forgotten.
|
98 |
-
|
99 |
-
= 1.5 =
|
100 |
-
* Skipped 1.4
|
101 |
-
* Sticking option values should finally be fixed.
|
102 |
-
* Thanks to Translators, Apologies to Translators for releasing 1.5 with changes before getting updated lang files
|
103 |
-
|
104 |
-
= 1.1, 1.2, 1.3 =
|
105 |
-
* Italian & Japanese Translations
|
106 |
-
* Allows Deletion of a Single revision via the Revisions post box
|
107 |
-
* The global setting has been divded into Posts and Pages, The setting should now stick past a page load
|
108 |
-
* The per-post setting should now correctly work again (After a bug introduced in 1.2)
|
109 |
-
|
110 |
-
= 1.0 =
|
111 |
-
* Initial Release
|
112 |
-
|
113 |
== Screenshots ==
|
114 |
|
115 |
1. The Revisions Meta box
|
2 |
Contributors: dd32
|
3 |
Tags: revisions, post, admin
|
4 |
Requires at least: 4.0
|
5 |
+
Tested Up To: 4.9
|
6 |
+
Stable tag: 2.3.2
|
7 |
|
8 |
Revision Control allows finer control over the Post Revision system included with WordPress
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
** Support for this plugin is NOT offered, This plugin still however works. Please don't expect support requests to be answered, or "This doesn't work" reviews to be responded to. **
|
13 |
|
14 |
+
Revision Control is a plugin for WordPress which gives the user more control over the Revision functionality.
|
15 |
|
16 |
The plugin allows the user to set a site-global setting (Settings -> Revisions) for pages/posts to enable/disable/limit the number of revisions which are saved for the page/post. The user may change this setting on a per-page/post basis from the Revisions Meta box.
|
17 |
|
19 |
|
20 |
== Upgrade Notice ==
|
21 |
|
22 |
+
= 2.3.2 =
|
23 |
+
PHP 7 compatability changes, Uses WordPress.org Language Packs for translations, Requires WordPress 4.0.
|
24 |
|
25 |
== Changelog ==
|
26 |
|
27 |
+
= 2.3.2 =
|
28 |
+
* PHP 7 compatibility
|
29 |
+
* Replaced bundled translations to support Language Packs, see https://translate.wordpress.org/projects/wp-plugins/revision-control to contribute
|
30 |
+
|
31 |
= 2.3.1 =
|
32 |
* PHP compatability changes (PHP Strict mode warnings)
|
33 |
* Fix the Revision Restore link (Are you sure you want to do this?)
|
34 |
* Bumps the requirement to WordPress 4.0
|
35 |
* Added a no-support note.
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
== Screenshots ==
|
38 |
|
39 |
1. The Revisions Meta box
|
revision-control.php
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Revision Control
|
4 |
-
* Plugin URI:
|
5 |
* Description: Allows finer control over the number of Revisions stored on a global & per-type/page basis.
|
|
|
6 |
* Author: Dion Hulse
|
7 |
-
* Version: 2.3.
|
8 |
*/
|
9 |
|
10 |
$GLOBALS['revision_control'] = new Plugin_Revision_Control( plugin_basename( __FILE__ ) );
|
11 |
class Plugin_Revision_Control {
|
12 |
var $basename = '';
|
13 |
var $folder = '';
|
14 |
-
var $version = '2.3.
|
15 |
|
16 |
var $define_failure = false;
|
17 |
var $options = array( 'per-type' => array('post' => 'unlimited', 'page' => 'unlimited', 'all' => 'unlimited'), 'revision-range' => '2..5,10,20,50,100' );
|
@@ -37,7 +38,7 @@ class Plugin_Revision_Control {
|
|
37 |
|
38 |
function load_translations() {
|
39 |
//Load any translations.
|
40 |
-
load_plugin_textdomain( 'revision-control'
|
41 |
}
|
42 |
|
43 |
function admin_init() {
|
@@ -185,8 +186,8 @@ class Plugin_Revision_Control {
|
|
185 |
break;
|
186 |
}
|
187 |
} else {
|
188 |
-
$keep = $new;
|
189 |
-
}
|
190 |
|
191 |
while ( count($items) > $keep ) {
|
192 |
$item = array_shift($items);
|
@@ -399,12 +400,12 @@ class Plugin_Revision_Control_UI {
|
|
399 |
$right = isset($_GET['right']) ? absint($_GET['right']) : false;
|
400 |
|
401 |
if ( !$left_revision = get_post( $left ) )
|
402 |
-
|
403 |
if ( !$right_revision = get_post( $right ) )
|
404 |
-
|
405 |
|
406 |
if ( !current_user_can( 'read_post', $left_revision->ID ) || !current_user_can( 'read_post', $right_revision->ID ) )
|
407 |
-
|
408 |
|
409 |
// Don't allow reverse diffs?
|
410 |
if ( strtotime($right_revision->post_modified_gmt) < strtotime($left_revision->post_modified_gmt) ) {
|
@@ -568,7 +569,6 @@ class Plugin_Revision_Control_UI {
|
|
568 |
$can_edit_post = true;
|
569 |
else
|
570 |
$can_edit_post = current_user_can( 'edit_post', $post->ID );
|
571 |
-
//$locked_revision = false;
|
572 |
|
573 |
if ( empty($revisions) ) {
|
574 |
echo "<tr class='no-revisions'>\n";
|
@@ -585,7 +585,6 @@ class Plugin_Revision_Control_UI {
|
|
585 |
$name = get_the_author_meta( 'display_name', $revision->post_author );
|
586 |
|
587 |
$revision_is_current = $post->ID == $revision->ID;
|
588 |
-
/*$revision_is_locked = $revision->ID == $locked_revision;*/
|
589 |
|
590 |
$class = strpos($class, 'alternate') !== false ? '' : "alternate";
|
591 |
|
@@ -594,20 +593,12 @@ class Plugin_Revision_Control_UI {
|
|
594 |
if ( $revision_is_current )
|
595 |
$class .= ' current-revision';
|
596 |
|
597 |
-
/*if ( $revision_is_locked )
|
598 |
-
$class .= ' locked-revision';*/
|
599 |
-
|
600 |
$actions = array();
|
601 |
-
/*if ( !$revision_is_locked )
|
602 |
-
$actions[] = '<a href="#" class="lock" title="' . esc_attr__('Locks the selected revision to be the published copy. This allows you to work on modifications without making them public.', 'revision-control') . '">' . __('Lock', 'revision-control') . '</a>';
|
603 |
-
else
|
604 |
-
$actions[] = '<a href="#" class="unlock">' . __('Unlock', 'revision-control') . '</a>';*/
|
605 |
if ( ! $revision_is_current && !wp_is_post_autosave($revision) && $can_edit_post ) {
|
606 |
$actions[] = '<a href="' . wp_nonce_url( add_query_arg( array( 'revision' => $revision->ID, 'diff' => false, 'action' => 'restore' ), 'revision.php' ), "restore-post_{$revision->ID}" ) . '">' . __( 'Restore', 'revision-control' ) . '</a>';
|
607 |
-
//$actions[] = '<a href="#" class="hide-if-no-js delete">' . __( 'Delete', 'revision-control' ) . '</a>';
|
608 |
}
|
609 |
|
610 |
-
$deletedisabled = ( $revision_is_current || wp_is_post_autosave($revision) || ! $can_edit_post ) ? 'disabled="disabled"' : '';
|
611 |
$lefthidden = $revision == end($revisions) ? ' style="visibility: hidden" ' : '';
|
612 |
$righthidden = $revision == $revisions[0] ? ' style="visibility: hidden" ' : '';
|
613 |
|
@@ -685,8 +676,10 @@ class Plugin_Revision_Control_UI {
|
|
685 |
global $revision_control;
|
686 |
|
687 |
echo "<div class='wrap'>";
|
688 |
-
screen_icon('options-general');
|
689 |
echo '<h2>' . __('Revision Control Options', 'revision-control') . '</h2>';
|
|
|
|
|
|
|
690 |
echo '<h3>' . __('Default revision status for <em>Post Types</em>', 'revision-control') . '</h3>';
|
691 |
|
692 |
if ( function_exists('post_type_supports') ) {
|
@@ -748,4 +741,25 @@ class Plugin_Revision_Control_UI {
|
|
748 |
</form>';
|
749 |
echo '</div>';
|
750 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
751 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Revision Control
|
4 |
+
* Plugin URI: https://dd32.id.au/wordpress-plugins/revision-control/
|
5 |
* Description: Allows finer control over the number of Revisions stored on a global & per-type/page basis.
|
6 |
+
* Text Domain: revision-control
|
7 |
* Author: Dion Hulse
|
8 |
+
* Version: 2.3.2
|
9 |
*/
|
10 |
|
11 |
$GLOBALS['revision_control'] = new Plugin_Revision_Control( plugin_basename( __FILE__ ) );
|
12 |
class Plugin_Revision_Control {
|
13 |
var $basename = '';
|
14 |
var $folder = '';
|
15 |
+
var $version = '2.3.2';
|
16 |
|
17 |
var $define_failure = false;
|
18 |
var $options = array( 'per-type' => array('post' => 'unlimited', 'page' => 'unlimited', 'all' => 'unlimited'), 'revision-range' => '2..5,10,20,50,100' );
|
38 |
|
39 |
function load_translations() {
|
40 |
//Load any translations.
|
41 |
+
load_plugin_textdomain( 'revision-control' );
|
42 |
}
|
43 |
|
44 |
function admin_init() {
|
186 |
break;
|
187 |
}
|
188 |
} else {
|
189 |
+
$keep = max( $new, 0 );
|
190 |
+
}
|
191 |
|
192 |
while ( count($items) > $keep ) {
|
193 |
$item = array_shift($items);
|
400 |
$right = isset($_GET['right']) ? absint($_GET['right']) : false;
|
401 |
|
402 |
if ( !$left_revision = get_post( $left ) )
|
403 |
+
return;
|
404 |
if ( !$right_revision = get_post( $right ) )
|
405 |
+
return;
|
406 |
|
407 |
if ( !current_user_can( 'read_post', $left_revision->ID ) || !current_user_can( 'read_post', $right_revision->ID ) )
|
408 |
+
return;
|
409 |
|
410 |
// Don't allow reverse diffs?
|
411 |
if ( strtotime($right_revision->post_modified_gmt) < strtotime($left_revision->post_modified_gmt) ) {
|
569 |
$can_edit_post = true;
|
570 |
else
|
571 |
$can_edit_post = current_user_can( 'edit_post', $post->ID );
|
|
|
572 |
|
573 |
if ( empty($revisions) ) {
|
574 |
echo "<tr class='no-revisions'>\n";
|
585 |
$name = get_the_author_meta( 'display_name', $revision->post_author );
|
586 |
|
587 |
$revision_is_current = $post->ID == $revision->ID;
|
|
|
588 |
|
589 |
$class = strpos($class, 'alternate') !== false ? '' : "alternate";
|
590 |
|
593 |
if ( $revision_is_current )
|
594 |
$class .= ' current-revision';
|
595 |
|
|
|
|
|
|
|
596 |
$actions = array();
|
|
|
|
|
|
|
|
|
597 |
if ( ! $revision_is_current && !wp_is_post_autosave($revision) && $can_edit_post ) {
|
598 |
$actions[] = '<a href="' . wp_nonce_url( add_query_arg( array( 'revision' => $revision->ID, 'diff' => false, 'action' => 'restore' ), 'revision.php' ), "restore-post_{$revision->ID}" ) . '">' . __( 'Restore', 'revision-control' ) . '</a>';
|
|
|
599 |
}
|
600 |
|
601 |
+
$deletedisabled = ( $revision_is_current || wp_is_post_autosave($revision) || ! $can_edit_post ) ? 'disabled="disabled"' : '';
|
602 |
$lefthidden = $revision == end($revisions) ? ' style="visibility: hidden" ' : '';
|
603 |
$righthidden = $revision == $revisions[0] ? ' style="visibility: hidden" ' : '';
|
604 |
|
676 |
global $revision_control;
|
677 |
|
678 |
echo "<div class='wrap'>";
|
|
|
679 |
echo '<h2>' . __('Revision Control Options', 'revision-control') . '</h2>';
|
680 |
+
|
681 |
+
self::language_notice();
|
682 |
+
|
683 |
echo '<h3>' . __('Default revision status for <em>Post Types</em>', 'revision-control') . '</h3>';
|
684 |
|
685 |
if ( function_exists('post_type_supports') ) {
|
741 |
</form>';
|
742 |
echo '</div>';
|
743 |
}
|
744 |
+
|
745 |
+
static function language_notice( $force = false ) {
|
746 |
+
$message_english = 'Hi there!
|
747 |
+
I notice you use WordPress in a Language other than English (US), Did you know you can translate WordPress Plugins into your native language as well?
|
748 |
+
If you\'d like to help out with translating this plugin into %1$s you can head over to <a href="%2$s">translate.WordPress.org</a> and suggest translations for any languages which you know.
|
749 |
+
Thanks! Dion.';
|
750 |
+
/* translators: %1$s = The Locale (de_DE, en_US, fr_FR, he_IL, etc). %2$s = The translate.wordpress.org link to the plugin overview */
|
751 |
+
$message = __( 'Hi there!
|
752 |
+
I notice you use WordPress in a Language other than English (US), Did you know you can translate WordPress Plugins into your native language as well?
|
753 |
+
If you\'d like to help out with translating this plugin into %1$s you can head over to <a href="%2$s">translate.WordPress.org</a> and suggest translations for any languages which you know.
|
754 |
+
Thanks! Dion.', 'revision-control' );
|
755 |
+
|
756 |
+
// Don't display the message for English (US) or what we'll assume to be fully translated localised builds.
|
757 |
+
if ( 'en_US' === get_locale() || ( $message == $message_english && ! $force ) ) {
|
758 |
+
return false;
|
759 |
+
}
|
760 |
+
|
761 |
+
$translate_url = 'https://translate.wordpress.org/projects/wp-plugins/revision-control/stable';
|
762 |
+
|
763 |
+
echo '<div class="notice notice-info"><p>' . sprintf( nl2br( $message ), get_locale(), $translate_url ) . '</p></div>';
|
764 |
+
}
|
765 |
}
|