Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
tables: adding translation for empty tables
#685 #1832
tables: adding translation for empty tables
#685 #1832
lisaq
- Tue, 19 Jul 2016 16:31:55
Show More
rhodecode/templates/admin/gists/index.html
0
+1
-1
@@
-119,7
+119,7
b''
119
],
119
],
120
language : {
120
language : {
121
paginate : DEFAULT_GRID_PAGINATION ,
121
paginate : DEFAULT_GRID_PAGINATION ,
122
emptyTable : "No gists available yet."
122
emptyTable : _gettext ( "No gists available yet." )
123
},
123
},
124
"initComplete" : function ( settings , json ) {
124
"initComplete" : function ( settings , json ) {
125
timeagoActivate ();
125
timeagoActivate ();
rhodecode/templates/admin/my_account/my_account_repos.html
0
+1
-1
@@
-38,7
+38,7
b''
38
],
38
],
39
language : {
39
language : {
40
paginate : DEFAULT_GRID_PAGINATION ,
40
paginate : DEFAULT_GRID_PAGINATION ,
41
emptyTable : "No repositories available yet."
41
emptyTable : _gettext ( "No repositories available yet." )
42
},
42
},
43
"initComplete" : function ( settings , json ) {
43
"initComplete" : function ( settings , json ) {
44
get_datatable_count ();
44
get_datatable_count ();
rhodecode/templates/admin/my_account/my_account_watched.html
0
+1
-1
@@
-36,7
+36,7
b''
36
],
36
],
37
language : {
37
language : {
38
paginate : DEFAULT_GRID_PAGINATION ,
38
paginate : DEFAULT_GRID_PAGINATION ,
39
emptyTable : "No repositories available yet."
39
emptyTable : _gettext ( "No repositories available yet." )
40
},
40
},
41
"initComplete" : function ( settings , json ) {
41
"initComplete" : function ( settings , json ) {
42
get_datatable_count ();
42
get_datatable_count ();
rhodecode/templates/admin/repo_groups/repo_groups.html
0
+1
-1
@@
-63,7
+63,7
b''
63
],
63
],
64
language : {
64
language : {
65
paginate : DEFAULT_GRID_PAGINATION ,
65
paginate : DEFAULT_GRID_PAGINATION ,
66
emptyTable : "No repository groups available yet."
66
emptyTable : _gettext ( "No repository groups available yet." )
67
},
67
},
68
"initComplete" : function ( settings , json ) {
68
"initComplete" : function ( settings , json ) {
69
get_datatable_count ();
69
get_datatable_count ();
rhodecode/templates/admin/repos/repos.html
0
+1
-1
@@
-70,7
+70,7
b''
70
],
70
],
71
language : {
71
language : {
72
paginate : DEFAULT_GRID_PAGINATION ,
72
paginate : DEFAULT_GRID_PAGINATION ,
73
emptyTable : "No repositories available yet."
73
emptyTable : _gettext ( "No repositories available yet." )
74
},
74
},
75
"initComplete" : function ( settings , json ) {
75
"initComplete" : function ( settings , json ) {
76
get_datatable_count ();
76
get_datatable_count ();
rhodecode/templates/admin/user_groups/user_groups.html
0
+1
-1
@@
-67,7
+67,7
b''
67
],
67
],
68
language : {
68
language : {
69
paginate : DEFAULT_GRID_PAGINATION ,
69
paginate : DEFAULT_GRID_PAGINATION ,
70
emptyTable : "No user groups available yet."
70
emptyTable : _gettext ( "No user groups available yet." )
71
},
71
},
72
"initComplete" : function ( settings , json ) {
72
"initComplete" : function ( settings , json ) {
73
get_datatable_count ();
73
get_datatable_count ();
rhodecode/templates/admin/users/users.html
0
+1
-1
@@
-107,7
+107,7
b''
107
],
107
],
108
language : {
108
language : {
109
paginate : DEFAULT_GRID_PAGINATION ,
109
paginate : DEFAULT_GRID_PAGINATION ,
110
emptyTable : "No users available yet."
110
emptyTable : _gettext ( "No user_gettext( s available yet." )
111
},
111
},
112
"initComplete" : function ( settings , json ) {
112
"initComplete" : function ( settings , json ) {
113
get_datatable_count ();
113
get_datatable_count ();
rhodecode/templates/bookmarks/bookmarks.html
0
+1
-1
@@
-69,7
+69,7
b''
69
],
69
],
70
language : {
70
language : {
71
paginate : DEFAULT_GRID_PAGINATION ,
71
paginate : DEFAULT_GRID_PAGINATION ,
72
emptyTable : "No bookmarks available yet."
72
emptyTable : _gettext ( "No bookmarks available yet." )
73
},
73
},
74
"initComplete" : function ( settings , json ) {
74
"initComplete" : function ( settings , json ) {
75
get_datatable_count ();
75
get_datatable_count ();
rhodecode/templates/branches/branches.html
0
+1
-1
@@
-68,7
+68,7
b''
68
],
68
],
69
language : {
69
language : {
70
paginate : DEFAULT_GRID_PAGINATION ,
70
paginate : DEFAULT_GRID_PAGINATION ,
71
emptyTable : "No branches available yet."
71
emptyTable : _gettext ( "No branches available yet." )
72
},
72
},
73
"initComplete" : function ( settings , json ) {
73
"initComplete" : function ( settings , json ) {
74
get_datatable_count ();
74
get_datatable_count ();
rhodecode/templates/index_base.html
0
+2
-2
@@
-103,7
+103,7
b''
103
],
103
],
104
language : {
104
language : {
105
paginate : DEFAULT_GRID_PAGINATION ,
105
paginate : DEFAULT_GRID_PAGINATION ,
106
emptyTable : "No repository groups available yet."
106
emptyTable : _gettext ( "No repository groups available yet." )
107
},
107
},
108
"drawCallback" : function ( settings , json ) {
108
"drawCallback" : function ( settings , json ) {
109
timeagoActivate ();
109
timeagoActivate ();
@@
-136,7
+136,7
b''
136
],
136
],
137
language : {
137
language : {
138
paginate : DEFAULT_GRID_PAGINATION ,
138
paginate : DEFAULT_GRID_PAGINATION ,
139
emptyTable : "No repositories available yet."
139
emptyTable : _gettext ( "No repositories available yet." )
140
},
140
},
141
"drawCallback" : function ( settings , json ) {
141
"drawCallback" : function ( settings , json ) {
142
timeagoActivate ();
142
timeagoActivate ();
rhodecode/templates/pullrequests/pullrequests.html
0
+1
-1
@@
-109,7
+109,7
b''
109
],
109
],
110
language : {
110
language : {
111
paginate : DEFAULT_GRID_PAGINATION ,
111
paginate : DEFAULT_GRID_PAGINATION ,
112
emptyTable : "No pull requests available yet."
112
emptyTable : _gettext ( "No pull requests available yet." )
113
},
113
},
114
"drawCallback" : function ( settings , json ) {
114
"drawCallback" : function ( settings , json ) {
115
timeagoActivate ();
115
timeagoActivate ();
rhodecode/templates/tags/tags.html
0
+1
-1
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages