Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
8639322a
Commit
8639322a
authored
Oct 15, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add final missing tooltips
parent
4d496c45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
qa-lang-question.php
qa-include/qa-lang-question.php
+4
-0
qa-page-question-view.php
qa-include/qa-page-question-view.php
+10
-0
No files found.
qa-include/qa-lang-question.php
View file @
8639322a
...
...
@@ -67,6 +67,9 @@
'category_required'
=>
'Please choose a category'
,
'category_ask_not_allowed'
=>
'You do not have permission to ask questions in this category'
,
'claim_button'
=>
'I wrote this'
,
'claim_a_popup'
=>
'Assign this answer to your user account'
,
'claim_c_popup'
=>
'Assign this comment to your user account'
,
'claim_q_popup'
=>
'Assign this question to your user account'
,
'clear_flags_button'
=>
'clear flags'
,
'clear_flags_popup'
=>
'Remove flags by all users'
,
'close_button'
=>
'close'
,
...
...
@@ -148,6 +151,7 @@
'reject_q_popup'
=>
'Reject this question'
,
'remove_q_favorites'
=>
'Remove this question from my favorites'
,
'reopen_button'
=>
'reopen'
,
'reopen_q_popup'
=>
'Reopen this question'
,
'reply_button'
=>
'reply'
,
'reply_c_popup'
=>
'Reply to this comment'
,
'reshow_a_popup'
=>
'Reshow this answer'
,
...
...
qa-include/qa-page-question-view.php
View file @
8639322a
...
...
@@ -291,17 +291,20 @@
$buttons
[
'reopen'
]
=
array
(
'tags'
=>
'name="q_doreopen"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/reopen_button'
),
'popup'
=>
qa_lang_html
(
'question/reopen_q_popup'
),
);
if
(
$question
[
'moderatable'
])
{
$buttons
[
'approve'
]
=
array
(
'tags'
=>
'name="q_doapprove"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/approve_button'
),
'popup'
=>
qa_lang_html
(
'question/approve_q_popup'
),
);
$buttons
[
'reject'
]
=
array
(
'tags'
=>
'name="q_doreject"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/reject_button'
),
'popup'
=>
qa_lang_html
(
'question/reject_q_popup'
),
);
}
...
...
@@ -330,6 +333,7 @@
$buttons
[
'claim'
]
=
array
(
'tags'
=>
'name="q_doclaim"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/claim_button'
),
'popup'
=>
qa_lang_html
(
'question/claim_q_popup'
),
);
if
(
$question
[
'answerbutton'
])
// don't show if shown by default
...
...
@@ -476,11 +480,13 @@
$buttons
[
'approve'
]
=
array
(
'tags'
=>
'name="'
.
$prefix
.
'doapprove"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/approve_button'
),
'popup'
=>
qa_lang_html
(
'question/approve_a_popup'
),
);
$buttons
[
'reject'
]
=
array
(
'tags'
=>
'name="'
.
$prefix
.
'doreject"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/reject_button'
),
'popup'
=>
qa_lang_html
(
'question/reject_a_popup'
),
);
}
...
...
@@ -509,6 +515,7 @@
$buttons
[
'claim'
]
=
array
(
'tags'
=>
'name="'
.
$prefix
.
'doclaim"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/claim_button'
),
'popup'
=>
qa_lang_html
(
'question/claim_a_popup'
),
);
if
(
$answer
[
'followable'
])
...
...
@@ -598,11 +605,13 @@
$buttons
[
'approve'
]
=
array
(
'tags'
=>
'name="'
.
$prefix
.
'doapprove"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/approve_button'
),
'popup'
=>
qa_lang_html
(
'question/approve_c_popup'
),
);
$buttons
[
'reject'
]
=
array
(
'tags'
=>
'name="'
.
$prefix
.
'doreject"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/reject_button'
),
'popup'
=>
qa_lang_html
(
'question/reject_c_popup'
),
);
}
...
...
@@ -631,6 +640,7 @@
$buttons
[
'claim'
]
=
array
(
'tags'
=>
'name="'
.
$prefix
.
'doclaim"'
.
$clicksuffix
,
'label'
=>
qa_lang_html
(
'question/claim_button'
),
'popup'
=>
qa_lang_html
(
'question/claim_c_popup'
),
);
if
(
$parent
[
'commentbutton'
]
&&
qa_opt
(
'show_c_reply_buttons'
)
&&
(
$comment
[
'type'
]
==
'C'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment