Quickfacts
* where applicable: - show typeId - show english name if currently localized - show percentage attained by synced profiles * fixed some typos
This commit is contained in:
parent
bc112b2b16
commit
60eb816002
38 changed files with 462 additions and 23 deletions
|
|
@ -4232,6 +4232,17 @@ input.button-copy:hover {
|
|||
background-color: #444;
|
||||
}
|
||||
|
||||
/* clicktocopy fa-replacement on redbutton custom */
|
||||
a.button-red.fa-check > em > span {
|
||||
padding-left: 19px;
|
||||
background: url(../images/icons/tick.png) no-repeat left center / 12px;
|
||||
}
|
||||
|
||||
a.button-red.fa-clipboard > em > span {
|
||||
padding-left: 19px;
|
||||
background: url(../images/icons/pages.gif) no-repeat left center / 12px;
|
||||
}
|
||||
|
||||
/* favicon fa-replacement custom */
|
||||
.fav-star {
|
||||
cursor:pointer;
|
||||
|
|
|
|||
|
|
@ -4904,6 +4904,8 @@ var LANG = {
|
|||
copied: 'Kopiert',
|
||||
clickToCopy: 'Klicke zum Kopieren',
|
||||
nothingToCopy_tip: 'Nichts zu kopieren!',
|
||||
copy_clipboard: 'Kopieren',
|
||||
copy_format: 'Kopiere %s',
|
||||
|
||||
// TC conditions display
|
||||
tab_conditions: 'Konditionen',
|
||||
|
|
|
|||
|
|
@ -4952,6 +4952,8 @@ var LANG = {
|
|||
copied: 'Copied',
|
||||
clickToCopy: 'Click to Copy',
|
||||
nothingToCopy_tip: 'Nothing to copy!',
|
||||
copy_clipboard: 'Copy',
|
||||
copy_format: 'Copy %s',
|
||||
|
||||
// TC conditions display
|
||||
tab_conditions: 'Conditions',
|
||||
|
|
|
|||
|
|
@ -4906,6 +4906,8 @@ var LANG = {
|
|||
copied: 'Copiado',
|
||||
clickToCopy: 'Click para copiar',
|
||||
nothingToCopy_tip: '[Nothing to copy!]',
|
||||
copy_clipboard: 'Copiar',
|
||||
copy_format: 'Copiar %s',
|
||||
|
||||
// TC conditions display
|
||||
tab_conditions: 'Condiciones',
|
||||
|
|
|
|||
|
|
@ -4906,6 +4906,8 @@ var LANG = {
|
|||
copied: 'Copié',
|
||||
clickToCopy: 'Cliquer pour Copier',
|
||||
nothingToCopy_tip: 'Rien à copier !',
|
||||
copy_clipboard: 'Copier',
|
||||
copy_format: 'Copier %s',
|
||||
|
||||
// TC conditions display
|
||||
tab_conditions: '[Conditions]',
|
||||
|
|
|
|||
|
|
@ -4908,6 +4908,8 @@ var LANG = {
|
|||
copied: 'Скопировано',
|
||||
clickToCopy: 'Нажмите, чтобы скопировать',
|
||||
nothingToCopy_tip: 'Нет данных для копирования!',
|
||||
copy_clipboard: 'Скопировать',
|
||||
copy_format: 'Скопировать %s',
|
||||
|
||||
// TC conditions display
|
||||
tab_conditions: '[Conditions]',
|
||||
|
|
|
|||
|
|
@ -4932,6 +4932,8 @@ var LANG = {
|
|||
copied: '已复制',
|
||||
clickToCopy: '点击复制',
|
||||
nothingToCopy_tip: '[Nothing to copy!]',
|
||||
copy_clipboard: '复制',
|
||||
copy_format: '[Copy %s]',
|
||||
|
||||
// TC conditions display
|
||||
tab_conditions: '[Conditions]',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue