Skip to content

Commit 1423bba

Browse files
authored
Merge pull request #8 from MekDrop/fix/html-tags-in-translations-fix
Converted <font /> into <span /> in all translations
2 parents d37b9a3 + d5d69c0 commit 1423bba

18 files changed

Lines changed: 857 additions & 844 deletions

File tree

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have LF line endings on checkout.
5+
*.php text eol=lf
6+
*.js text eol=lf
7+
8+
# Denote all files that are truly binary and should not be modified.
9+
*.png binary
10+
*.jpg binary
11+
*.gif binary
12+
*.ico binary
13+
*.ttf binary

language/english/admin.php

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
define("_AM_IFORUM_POSTNOTAPPROVED", "Post has NOT been approved");
2929
define("_AM_IFORUM_POSTSAVED", "Post has been saved");
3030
define("_AM_IFORUM_POSTNOTSAVED", "Post has NOT been saved");
31-
31+
3232
define("_AM_IFORUM_TOPICAPPROVED", "Topic has been approved");
3333
define("_AM_IFORUM_TOPICNOTAPPROVED", "Topic has been NOT approved");
3434
define("_AM_IFORUM_TOPICID", "Topic ID");
3535
define("_AM_IFORUM_ORPHAN_TOPICS_FOR_AUTH", "Unapproved topics authorization");
36-
36+
3737
define($constpref.'_DEL_ONE', 'Delete only this message');
3838
define($constpref.'_POSTSDELETED', 'Selected post deleted.');
3939
define($constpref.'_NOAPPROVEPOST', 'There are presently no posts waiting approval.');
@@ -42,16 +42,16 @@
4242
define($constpref.'_MESSAGEC', 'Message:');
4343
define($constpref.'_CANCELPOST', 'Cancel Post');
4444
define($constpref.'_GOTOMOD', 'Go to module');
45-
45+
4646
define($constpref.'_PREFERENCES', 'Module preferences');
4747
define($constpref.'_POLLMODULE', 'Poll Module');
4848
define($constpref.'_POLL_OK', 'Ready for use');
4949
define($constpref.'_GDLIB1', 'GD1 library:');
5050
define($constpref.'_GDLIB2', 'GD2 library:');
5151
define($constpref.'_AUTODETECTED', 'Autodetected: ');
5252
define($constpref.'_AVAILABLE', 'Available');
53-
define($constpref.'_NOTAVAILABLE', '<font color="red">Not available</font>');
54-
define($constpref.'_NOTWRITABLE', '<font color="red">Not writable</font>');
53+
define($constpref.'_NOTAVAILABLE', '<span style="color: red; ">Not available</span>');
54+
define($constpref.'_NOTWRITABLE', '<span style="color: red; ">Not writable</span>');
5555
define($constpref.'_IMAGEMAGICK', 'ImageMagicK:');
5656
define($constpref.'_IMAGEMAGICK_NOTSET', 'Not set');
5757
define($constpref.'_ATTACHPATH', 'Path for attachment storing');
@@ -60,21 +60,21 @@
6060
define($constpref.'_REPORT', 'Reported posts');
6161
define($constpref.'_REPORT_PENDING', 'Pending report');
6262
define($constpref.'_REPORT_PROCESSED', 'processed report');
63-
63+
6464
define($constpref.'_CREATETHEDIR', 'Create it');
6565
define($constpref.'_SETMPERM', 'Set the permission');
6666
define($constpref.'_DIRCREATED', 'The directory has been created');
6767
define($constpref.'_DIRNOTCREATED', 'The directory can not be created');
6868
define($constpref.'_PERMSET', 'The permission has been set');
6969
define($constpref.'_PERMNOTSET', 'The permission can not be set');
70-
70+
7171
define($constpref.'_DIGEST', 'Digest notification');
72-
define($constpref.'_DIGEST_PAST', '<font color="red">Should be sent out %d minutes ago</font>');
72+
define($constpref.'_DIGEST_PAST', '<span style="color: red; ">Should be sent out %d minutes ago</span>');
7373
define($constpref.'_DIGEST_NEXT', 'Need to send out in %d minutes');
7474
define($constpref.'_DIGEST_ARCHIVE', 'Digest archive');
7575
define($constpref.'_DIGEST_SENT', 'Digest processed');
7676
define($constpref.'_DIGEST_FAILED', 'Digest NOT processed');
77-
77+
7878
// admin_forum_manager.php
7979
define("_AM_IFORUM_NAME", "Name");
8080
define("_AM_IFORUM_CREATEFORUM", "Create Forum");
@@ -107,10 +107,10 @@
107107
define("_AM_IFORUM_MODERATOR_ADD", "Add moderators");
108108
define("_AM_IFORUM_ALLOW_SUBJECT_PREFIX", "Allow Subject Prefix for the Topics");
109109
define("_AM_IFORUM_ALLOW_SUBJECT_PREFIX_DESC", "This allows a Prefix, which will be added to the Topic Subject");
110-
111-
110+
111+
112112
// admin_cat_manager.php
113-
113+
114114
define("_AM_IFORUM_SETCATEGORYORDER", "Set Category Position:");
115115
define("_AM_IFORUM_ACTIVE", "Active");
116116
define("_AM_IFORUM_INACTIVE", "Inactive");
@@ -122,9 +122,9 @@
122122
define("_AM_IFORUM_SPONSORLINK", "Sponsor Link:");
123123
define("_AM_IFORUM_DELCAT", "Delete Category");
124124
define("_AM_IFORUM_WAYSYWTDTTAL", "Note: This will NOT remove the forums under the category, you must do that via the Edit Forum section.<br /><br />WARNING: Are you sure you want to delete this Category?");
125-
126-
127-
125+
126+
127+
128128
//%%%%%% File Name admin_forums.php %%%%%
129129
define("_AM_IFORUM_FORUMNAME", "Forum Name:");
130130
define("_AM_IFORUM_FORUMDESCRIPTION", "Forum Description:");
@@ -156,14 +156,14 @@
156156
define("_AM_IFORUM_MERGETO_FORUM", "Merge this forum to:");
157157
define("_AM_IFORUM_MSG_FORUM_MERGED", "Forum merged!");
158158
define("_AM_IFORUM_MSG_ERR_FORUM_MERGED", "Failed to merge forum.");
159-
159+
160160
//%%%%%% File Name admin_forum_reorder.php %%%%%
161161
define("_AM_IFORUM_REORDERID", "ID");
162162
define("_AM_IFORUM_REORDERTITLE", "Title");
163163
define("_AM_IFORUM_REORDERWEIGHT", "Position");
164164
define("_AM_IFORUM_SETFORUMORDER", "Set Board Ordering");
165165
define("_AM_IFORUM_BOARDREORDER", "The Board has reordered to your specification");
166-
166+
167167
// admin_permission.php
168168
define("_AM_IFORUM_PERMISSIONS_TO_THIS_FORUM", "Topic permissions for this Forum");
169169
define("_AM_IFORUM_CAT_ACCESS", "Category access");
@@ -178,7 +178,7 @@
178178
define("_AM_IFORUM_CAN_ATTACH", "Can Attach");
179179
define("_AM_IFORUM_CAN_NOAPPROVE", "Can Post without Approval");
180180
define("_AM_IFORUM_ACTION", "Action");
181-
181+
182182
define("_AM_IFORUM_PERM_TEMPLATE", "Set default permission template");
183183
define("_AM_IFORUM_PERM_TEMPLATE_DESC", "Edit the following permission template so that it can be applied to a forum or a couple of forums");
184184
define("_AM_IFORUM_PERM_FORUMS", "Select forums");
@@ -189,17 +189,17 @@
189189
define("_AM_IFORUM_PERM_ACTION", "Permission management tools");
190190
define("_AM_IFORUM_PERM_SETBYGROUP", "Set permissions directly by group");
191191
define("_AM_IFORUM_PERM_PERMISSIONS", "Permissions");
192-
192+
193193
// admin_forum_prune.php
194-
194+
195195
define("_AM_IFORUM_PRUNE_RESULTS_TITLE", "Prune Results");
196196
define("_AM_IFORUM_PRUNE_RESULTS_TOPICS", "Pruned Topics");
197197
define("_AM_IFORUM_PRUNE_RESULTS_POSTS", "Pruned Posts");
198198
define("_AM_IFORUM_PRUNE_RESULTS_FORUMS", "Pruned Forums");
199199
define("_AM_IFORUM_PRUNE_STORE", "Store posts in this forum instead of deleting them");
200200
define("_AM_IFORUM_PRUNE_ARCHIVE", "Make a copy of posts into Archive");
201201
define("_AM_IFORUM_PRUNE_FORUMSELERROR", "You forgot to select forum(s) to prune");
202-
202+
203203
define("_AM_IFORUM_PRUNE_DAYS", "Remove topics without replies in:");
204204
define("_AM_IFORUM_PRUNE_FORUMS", "Forums to be pruned");
205205
define("_AM_IFORUM_PRUNE_STICKY", "Keep Sticky topics");
@@ -217,7 +217,7 @@
217217
define("_AM_IFORUM_PRUNE_4MONTH", "Four Months");
218218
define("_AM_IFORUM_PRUNE_YEAR", "A Year");
219219
define("_AM_IFORUM_PRUNE_2YEARS", "2 Years");
220-
220+
221221
// About.php constants
222222
define($constpref.'_AUTHOR_INFO', "Author Informations");
223223
define($constpref.'_AUTHOR_NAME', "Author");
@@ -234,7 +234,7 @@
234234
define($constpref.'_AUTHOR_WORD', "The Author's Word");
235235
define($constpref.'_BY', 'By');
236236
define($constpref.'_AUTHOR_WORD_EXTRA', " ");
237-
237+
238238
// admin_report.php
239239
define("_AM_IFORUM_REPORTADMIN", "Reported posts manager");
240240
define("_AM_IFORUM_PROCESSEDREPORT", "View processed reports");
@@ -244,11 +244,11 @@
244244
define("_AM_IFORUM_REPORTPOST", "Reported post");
245245
define("_AM_IFORUM_REPORTTEXT", "Report text");
246246
define("_AM_IFORUM_REPORTMEMO", "Process memo");
247-
247+
248248
// admin_report.php
249249
define("_AM_IFORUM_DIGESTADMIN", "Digest manager");
250250
define("_AM_IFORUM_DIGESTCONTENT", "Digest content");
251-
251+
252252
// admin_votedata.php
253253
define("_AM_IFORUM_VOTE_RATINGINFOMATION", "Voting Information");
254254
define("_AM_IFORUM_VOTE_TOTALVOTES", "Total votes: ");

0 commit comments

Comments
 (0)