mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-19 20:16:18 +00:00
Fixed some translations
This commit is contained in:
parent
519ba0b5e7
commit
eecd7e406d
3 changed files with 4 additions and 4 deletions
|
@ -357,7 +357,7 @@ class EntryController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes star status for an entry.
|
* Changes starred status for an entry.
|
||||||
*
|
*
|
||||||
* @param Request $request
|
* @param Request $request
|
||||||
* @param Entry $entry
|
* @param Entry $entry
|
||||||
|
|
|
@ -146,7 +146,7 @@ entry:
|
||||||
reading_time_less_one_minute: 'estimated reading time: <small class="inferieur"><</small> 1 min'
|
reading_time_less_one_minute: 'estimated reading time: <small class="inferieur"><</small> 1 min'
|
||||||
original_article: 'original'
|
original_article: 'original'
|
||||||
toogle_as_read: 'Toggle mark as read'
|
toogle_as_read: 'Toggle mark as read'
|
||||||
toogle_as_star: 'Toggle star'
|
toogle_as_star: 'Toggle starred'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
export_title: 'Export'
|
export_title: 'Export'
|
||||||
filters:
|
filters:
|
||||||
|
@ -176,7 +176,7 @@ entry:
|
||||||
back_to_homepage: 'Back'
|
back_to_homepage: 'Back'
|
||||||
set_as_read: 'Mark as read'
|
set_as_read: 'Mark as read'
|
||||||
set_as_unread: 'Mark as unread'
|
set_as_unread: 'Mark as unread'
|
||||||
set_as_starred: 'Toggle star'
|
set_as_starred: 'Toggle starred'
|
||||||
view_original_article: 'Original article'
|
view_original_article: 'Original article'
|
||||||
re_fetch_content: 'Re-fetch content'
|
re_fetch_content: 'Re-fetch content'
|
||||||
delete: 'Delete'
|
delete: 'Delete'
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
$("body").css("cursor", "auto");
|
$("body").css("cursor", "auto");
|
||||||
});*/
|
});*/
|
||||||
|
|
||||||
// toggle star property of current article
|
// toggle starred property of current article
|
||||||
/* $('#setFav').click(function(){
|
/* $('#setFav').click(function(){
|
||||||
$("body").css("cursor", "wait");
|
$("body").css("cursor", "wait");
|
||||||
$.ajax( { url: '{{ path('star_entry', { 'id': entry.id }) }}' }).done(
|
$.ajax( { url: '{{ path('star_entry', { 'id': entry.id }) }}' }).done(
|
||||||
|
|
Loading…
Reference in a new issue