File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 117
117
"Powered by %s" : " Powered by %s" ,
118
118
"Register" : " Register" ,
119
119
"Export with pandoc" : " Export with pandoc" ,
120
- "Select output format" : " Select output format"
120
+ "Select output format" : " Select output format" ,
121
+ "You have no rights to edit this note" : " You have no rights to edit this note"
121
122
}
Original file line number Diff line number Diff line change 117
117
"Powered by %s" : " Powered by %s" ,
118
118
"Register" : " Register" ,
119
119
"Export with pandoc" : " Export with pandoc" ,
120
- "Select output format" : " Select output format"
120
+ "Select output format" : " Select output format" ,
121
+ "You have no rights to edit this note" : " У вас нет прав редактировать эту заметку"
121
122
}
Original file line number Diff line number Diff line change 100
100
"Select From Available Snippets" : " Виберіть з доступних фрагментів коду" ,
101
101
"OR" : " АБО" ,
102
102
"Export to Snippet" : " Експорт фрагменту коду" ,
103
- "Select Visibility Level" : " Вибрати рівень видимості"
103
+ "Select Visibility Level" : " Вибрати рівень видимості" ,
104
+ "You have no rights to edit this note" : " Ви не маєте права редагувати цю нотатку"
104
105
}
Original file line number Diff line number Diff line change 92
92
< input type= " radio" name= " mode" autocomplete= " off" >< i class = " fa fa-columns" >< / i>
93
93
< / label>
94
94
< % } else { % >
95
- < label class = " btn btn-default" title= " You have no rigths to edit this note" disabled>
95
+ < label class = " btn btn-default" title= " <%= __(' You have no rights to edit this note')%> " disabled>
96
96
< input type= " radio" autocomplete= " off" >< i class = " fa fa-pencil" >< / i>
97
97
< / label>
98
- < label class = " btn btn-default" title= " You have no rigths to edit this note" disabled>
98
+ < label class = " btn btn-default" title= " <%= __(' You have no rights to edit this note')%> " disabled>
99
99
< input type= " radio" autocomplete= " off" >< i class = " fa fa-columns" >< / i>
100
100
< / label>
101
101
< % } %>
You can’t perform that action at this time.
0 commit comments